2023-01-06T16:08 2023-01-06T16:08 == CPython 3.10.6 (main, Aug 1 2022, 20:38:21) [GCC 12.2.0] == Linux-5.19.17-yocto-standard-x86_64-with-glibc2.36 little-endian == cwd: /var/volatile/tmp/test_python_3248æ == CPU count: 4 == encodings: locale=UTF-8, FS=utf-8 0:00:00 load avg: 0.74 Run tests sequentially 0:00:00 load avg: 0.74 [ 1/427] test_grammar PASS: test_additive_ops (test.test_grammar.GrammarTests) PASS: test_assert (test.test_grammar.GrammarTests) PASS: test_assert_failures (test.test_grammar.GrammarTests) PASS: test_assert_syntax_warnings (test.test_grammar.GrammarTests) PASS: test_assert_warning_promotes_to_syntax_error (test.test_grammar.GrammarTests) PASS: test_async_await (test.test_grammar.GrammarTests) PASS: test_async_for (test.test_grammar.GrammarTests) PASS: test_async_with (test.test_grammar.GrammarTests) PASS: test_atoms (test.test_grammar.GrammarTests) PASS: test_binary_mask_ops (test.test_grammar.GrammarTests) PASS: test_break_continue_loop (test.test_grammar.GrammarTests) PASS: test_break_in_finally (test.test_grammar.GrammarTests) PASS: test_break_in_finally_after_return (test.test_grammar.GrammarTests) PASS: test_break_stmt (test.test_grammar.GrammarTests) PASS: test_classdef (test.test_grammar.GrammarTests) PASS: test_comparison (test.test_grammar.GrammarTests) PASS: test_comparison_is_literal (test.test_grammar.GrammarTests) PASS: test_comprehension_specials (test.test_grammar.GrammarTests) PASS: test_continue_in_finally (test.test_grammar.GrammarTests) PASS: test_continue_in_finally_after_return (test.test_grammar.GrammarTests) PASS: test_continue_stmt (test.test_grammar.GrammarTests) PASS: test_del_stmt (test.test_grammar.GrammarTests) PASS: test_dictcomps (test.test_grammar.GrammarTests) PASS: test_eval_input (test.test_grammar.GrammarTests) PASS: test_expr_stmt (test.test_grammar.GrammarTests) PASS: test_for (test.test_grammar.GrammarTests) PASS: test_former_statements_refer_to_builtins (test.test_grammar.GrammarTests) PASS: test_funcdef (test.test_grammar.GrammarTests) PASS: test_genexps (test.test_grammar.GrammarTests) PASS: test_global (test.test_grammar.GrammarTests) PASS: test_if (test.test_grammar.GrammarTests) PASS: test_if_else_expr (test.test_grammar.GrammarTests) PASS: test_import (test.test_grammar.GrammarTests) PASS: test_lambdef (test.test_grammar.GrammarTests) PASS: test_listcomps (test.test_grammar.GrammarTests) PASS: test_matrix_mul (test.test_grammar.GrammarTests) PASS: test_multiplicative_ops (test.test_grammar.GrammarTests) PASS: test_nonlocal (test.test_grammar.GrammarTests) PASS: test_paren_evaluation (test.test_grammar.GrammarTests) PASS: test_pass_stmt (test.test_grammar.GrammarTests) PASS: test_raise (test.test_grammar.GrammarTests) PASS: test_return (test.test_grammar.GrammarTests) PASS: test_return_in_finally (test.test_grammar.GrammarTests) PASS: test_selectors (test.test_grammar.GrammarTests) PASS: test_shift_ops (test.test_grammar.GrammarTests) PASS: test_simple_stmt (test.test_grammar.GrammarTests) PASS: test_suite (test.test_grammar.GrammarTests) PASS: test_test (test.test_grammar.GrammarTests) PASS: test_try (test.test_grammar.GrammarTests) PASS: test_unary_ops (test.test_grammar.GrammarTests) PASS: test_var_annot_basic_semantics (test.test_grammar.GrammarTests) PASS: test_var_annot_basics (test.test_grammar.GrammarTests) PASS: test_var_annot_custom_maps (test.test_grammar.GrammarTests) PASS: test_var_annot_in_module (test.test_grammar.GrammarTests) PASS: test_var_annot_metaclass_semantics (test.test_grammar.GrammarTests) PASS: test_var_annot_module_semantics (test.test_grammar.GrammarTests) PASS: test_var_annot_refleak (test.test_grammar.GrammarTests) PASS: test_var_annot_rhs (test.test_grammar.GrammarTests) PASS: test_var_annot_simple_exec (test.test_grammar.GrammarTests) PASS: test_var_annot_syntax_errors (test.test_grammar.GrammarTests) PASS: test_warn_missed_comma (test.test_grammar.GrammarTests) PASS: test_while (test.test_grammar.GrammarTests) PASS: test_with_statement (test.test_grammar.GrammarTests) PASS: test_yield (test.test_grammar.GrammarTests) PASS: test_yield_in_comprehensions (test.test_grammar.GrammarTests) PASS: test_backslash (test.test_grammar.TokenTests) PASS: test_bad_numerical_literals (test.test_grammar.TokenTests) PASS: test_ellipsis (test.test_grammar.TokenTests) PASS: test_end_of_numerical_literals (test.test_grammar.TokenTests) PASS: test_eof_error (test.test_grammar.TokenTests) PASS: test_float_exponent_tokenization (test.test_grammar.TokenTests) PASS: test_floats (test.test_grammar.TokenTests) PASS: test_long_integers (test.test_grammar.TokenTests) PASS: test_plain_integers (test.test_grammar.TokenTests) PASS: test_string_literals (test.test_grammar.TokenTests) PASS: test_underscore_literals (test.test_grammar.TokenTests) ---------------------------------------------------------------------- Ran 76 tests in 0.040s OK 0:00:00 load avg: 0.74 [ 2/427] test_opcodes PASS: test_compare_function_objects (test.test_opcodes.OpcodeTest) PASS: test_default_annotations_exist (test.test_opcodes.OpcodeTest) PASS: test_do_not_recreate_annotations (test.test_opcodes.OpcodeTest) PASS: test_modulo_of_string_subclasses (test.test_opcodes.OpcodeTest) PASS: test_raise_class_exceptions (test.test_opcodes.OpcodeTest) PASS: test_setup_annotations_line (test.test_opcodes.OpcodeTest) PASS: test_try_inside_for_loop (test.test_opcodes.OpcodeTest) PASS: test_use_existing_annotations (test.test_opcodes.OpcodeTest) ---------------------------------------------------------------------- Ran 8 tests in 0.002s OK 0:00:00 load avg: 0.74 [ 3/427] test_dict PASS: test_getitem_knownhash (test.test_dict.CAPITest) PASS: test_bad_key (test.test_dict.DictTest) PASS: test_bool (test.test_dict.DictTest) PASS: test_clear (test.test_dict.DictTest) PASS: test_constructor (test.test_dict.DictTest) PASS: test_container_iterator (test.test_dict.DictTest) PASS: test_contains (test.test_dict.DictTest) PASS: test_copy (test.test_dict.DictTest) PASS: test_copy_fuzz (test.test_dict.DictTest) PASS: test_copy_maintains_tracking (test.test_dict.DictTest) PASS: test_copy_noncompact (test.test_dict.DictTest) PASS: test_dict_contain_use_after_free (test.test_dict.DictTest) PASS: test_dict_copy_order (test.test_dict.DictTest) PASS: test_dict_items_result_gc (test.test_dict.DictTest) PASS: test_dict_items_result_gc_reversed (test.test_dict.DictTest) PASS: test_dictitems_contains_use_after_free (test.test_dict.DictTest) PASS: test_dictview_mixed_set_operations (test.test_dict.DictTest) PASS: test_dictview_set_operations_on_items (test.test_dict.DictTest) PASS: test_dictview_set_operations_on_keys (test.test_dict.DictTest) PASS: test_empty_presized_dict_in_freelist (test.test_dict.DictTest) PASS: test_eq (test.test_dict.DictTest) PASS: test_equal_operator_modifying_operand (test.test_dict.DictTest) PASS: test_errors_in_view_containment_check (test.test_dict.DictTest) PASS: test_free_after_iterating (test.test_dict.DictTest) PASS: test_fromkeys (test.test_dict.DictTest) PASS: test_fromkeys_operator_modifying_dict_operand (test.test_dict.DictTest) PASS: test_fromkeys_operator_modifying_set_operand (test.test_dict.DictTest) PASS: test_get (test.test_dict.DictTest) PASS: test_getitem (test.test_dict.DictTest) PASS: test_init_use_after_free (test.test_dict.DictTest) PASS: test_instance_dict_getattr_str_subclass (test.test_dict.DictTest) PASS: test_invalid_keyword_arguments (test.test_dict.DictTest) PASS: test_itemiterator_pickling (test.test_dict.DictTest) PASS: test_items (test.test_dict.DictTest) PASS: test_items_symmetric_difference (test.test_dict.DictTest) PASS: test_iterator_pickling (test.test_dict.DictTest) PASS: test_keys (test.test_dict.DictTest) PASS: test_keys_contained (test.test_dict.DictTest) PASS: test_len (test.test_dict.DictTest) PASS: test_literal_constructor (test.test_dict.DictTest) PASS: test_merge_and_mutate (test.test_dict.DictTest) PASS: test_merge_operator (test.test_dict.DictTest) PASS: test_missing (test.test_dict.DictTest) PASS: test_mutating_iteration (test.test_dict.DictTest) PASS: test_mutating_iteration_delete (test.test_dict.DictTest) PASS: test_mutating_iteration_delete_over_items (test.test_dict.DictTest) PASS: test_mutating_iteration_delete_over_values (test.test_dict.DictTest) PASS: test_mutating_lookup (test.test_dict.DictTest) PASS: test_object_set_item_single_instance_non_str_key (test.test_dict.DictTest) PASS: test_oob_indexing_dictiter_iternextitem (test.test_dict.DictTest) PASS: test_pop (test.test_dict.DictTest) PASS: test_popitem (test.test_dict.DictTest) PASS: test_reentrant_insertion (test.test_dict.DictTest) PASS: test_repr (test.test_dict.DictTest) PASS: test_repr_deep (test.test_dict.DictTest) PASS: test_resize1 (test.test_dict.DictTest) PASS: test_resize2 (test.test_dict.DictTest) PASS: test_reverse_iterator_for_empty_dict (test.test_dict.DictTest) PASS: test_reverse_iterator_for_shared_shared_dicts (test.test_dict.DictTest) PASS: test_reversed (test.test_dict.DictTest) PASS: test_reverseitemiterator_pickling (test.test_dict.DictTest) PASS: test_reverseiterator_pickling (test.test_dict.DictTest) PASS: test_reversevaluesiterator_pickling (test.test_dict.DictTest) PASS: test_setdefault (test.test_dict.DictTest) PASS: test_setdefault_atomic (test.test_dict.DictTest) PASS: test_setitem_atomic_at_resize (test.test_dict.DictTest) test_splittable_del (test.test_dict.DictTest) PASS: split table must be combined when del d[k] test_splittable_pop (test.test_dict.DictTest) PASS: split table must be combined when d.pop(k) test_splittable_pop_pending (test.test_dict.DictTest) PASS: pop a pending key in a split table should not crash test_splittable_popitem (test.test_dict.DictTest) PASS: split table must be combined when d.popitem() test_splittable_setattr_after_pop (test.test_dict.DictTest) PASS: setattr() must not convert combined table into split table. test_splittable_setdefault (test.test_dict.DictTest) PASS: split table must be combined when setdefault() PASS: test_str_nonstr (test.test_dict.DictTest) PASS: test_track_dynamic (test.test_dict.DictTest) PASS: test_track_literals (test.test_dict.DictTest) PASS: test_track_subtypes (test.test_dict.DictTest) PASS: test_tuple_keyerror (test.test_dict.DictTest) PASS: test_update (test.test_dict.DictTest) PASS: test_values (test.test_dict.DictTest) PASS: test_valuesiterator_pickling (test.test_dict.DictTest) PASS: test_views_mapping (test.test_dict.DictTest) PASS: test_bool (test.test_dict.GeneralMappingTests) PASS: test_constructor (test.test_dict.GeneralMappingTests) PASS: test_get (test.test_dict.GeneralMappingTests) PASS: test_getitem (test.test_dict.GeneralMappingTests) PASS: test_items (test.test_dict.GeneralMappingTests) PASS: test_keys (test.test_dict.GeneralMappingTests) PASS: test_len (test.test_dict.GeneralMappingTests) PASS: test_pop (test.test_dict.GeneralMappingTests) PASS: test_popitem (test.test_dict.GeneralMappingTests) PASS: test_read (test.test_dict.GeneralMappingTests) PASS: test_setdefault (test.test_dict.GeneralMappingTests) PASS: test_update (test.test_dict.GeneralMappingTests) PASS: test_values (test.test_dict.GeneralMappingTests) PASS: test_write (test.test_dict.GeneralMappingTests) PASS: test_bool (test.test_dict.SubclassMappingTests) PASS: test_constructor (test.test_dict.SubclassMappingTests) PASS: test_get (test.test_dict.SubclassMappingTests) PASS: test_getitem (test.test_dict.SubclassMappingTests) PASS: test_items (test.test_dict.SubclassMappingTests) PASS: test_keys (test.test_dict.SubclassMappingTests) PASS: test_len (test.test_dict.SubclassMappingTests) PASS: test_pop (test.test_dict.SubclassMappingTests) PASS: test_popitem (test.test_dict.SubclassMappingTests) PASS: test_read (test.test_dict.SubclassMappingTests) PASS: test_setdefault (test.test_dict.SubclassMappingTests) PASS: test_update (test.test_dict.SubclassMappingTests) PASS: test_values (test.test_dict.SubclassMappingTests) PASS: test_write (test.test_dict.SubclassMappingTests) ---------------------------------------------------------------------- Ran 109 tests in 0.237s OK 0:00:00 load avg: 0.74 [ 4/427] test_builtin PASS: test_abs (test.test_builtin.BuiltinTest) PASS: test_all (test.test_builtin.BuiltinTest) PASS: test_any (test.test_builtin.BuiltinTest) PASS: test_ascii (test.test_builtin.BuiltinTest) PASS: test_bin (test.test_builtin.BuiltinTest) PASS: test_bug_27936 (test.test_builtin.BuiltinTest) PASS: test_bytearray_extend_error (test.test_builtin.BuiltinTest) PASS: test_bytearray_translate (test.test_builtin.BuiltinTest) PASS: test_callable (test.test_builtin.BuiltinTest) PASS: test_chr (test.test_builtin.BuiltinTest) PASS: test_cmp (test.test_builtin.BuiltinTest) PASS: test_compile (test.test_builtin.BuiltinTest) test_compile_async_generator (test.test_builtin.BuiltinTest) PASS: With the PyCF_ALLOW_TOP_LEVEL_AWAIT flag added in 3.8, we want to test_compile_top_level_await (test.test_builtin.BuiltinTest) PASS: Test whether code some top level await can be compiled. PASS: test_compile_top_level_await_invalid_cases (test.test_builtin.BuiltinTest) test_compile_top_level_await_no_coro (test.test_builtin.BuiltinTest) PASS: Make sure top level non-await codes get the correct coroutine flags PASS: test_construct_singletons (test.test_builtin.BuiltinTest) PASS: test_delattr (test.test_builtin.BuiltinTest) PASS: test_dir (test.test_builtin.BuiltinTest) PASS: test_divmod (test.test_builtin.BuiltinTest) PASS: test_eval (test.test_builtin.BuiltinTest) PASS: test_exec (test.test_builtin.BuiltinTest) PASS: test_exec_globals (test.test_builtin.BuiltinTest) PASS: test_exec_redirected (test.test_builtin.BuiltinTest) PASS: test_filter (test.test_builtin.BuiltinTest) PASS: test_filter_pickle (test.test_builtin.BuiltinTest) PASS: test_format (test.test_builtin.BuiltinTest) PASS: test_general_eval (test.test_builtin.BuiltinTest) PASS: test_getattr (test.test_builtin.BuiltinTest) PASS: test_hasattr (test.test_builtin.BuiltinTest) PASS: test_hash (test.test_builtin.BuiltinTest) PASS: test_hex (test.test_builtin.BuiltinTest) PASS: test_id (test.test_builtin.BuiltinTest) PASS: test_import (test.test_builtin.BuiltinTest) PASS: test_input (test.test_builtin.BuiltinTest) PASS: test_isinstance (test.test_builtin.BuiltinTest) PASS: test_issubclass (test.test_builtin.BuiltinTest) PASS: test_iter (test.test_builtin.BuiltinTest) PASS: test_len (test.test_builtin.BuiltinTest) PASS: test_map (test.test_builtin.BuiltinTest) PASS: test_map_pickle (test.test_builtin.BuiltinTest) PASS: test_max (test.test_builtin.BuiltinTest) PASS: test_min (test.test_builtin.BuiltinTest) PASS: test_neg (test.test_builtin.BuiltinTest) PASS: test_next (test.test_builtin.BuiltinTest) PASS: test_oct (test.test_builtin.BuiltinTest) PASS: test_open (test.test_builtin.BuiltinTest) SKIP: test_open_default_encoding (test.test_builtin.BuiltinTest) 'utf-8 mode is enabled' PASS: test_open_non_inheritable (test.test_builtin.BuiltinTest) PASS: test_ord (test.test_builtin.BuiltinTest) PASS: test_pow (test.test_builtin.BuiltinTest) PASS: test_repr (test.test_builtin.BuiltinTest) PASS: test_round (test.test_builtin.BuiltinTest) PASS: test_round_large (test.test_builtin.BuiltinTest) PASS: test_setattr (test.test_builtin.BuiltinTest) PASS: test_sum (test.test_builtin.BuiltinTest) PASS: test_type (test.test_builtin.BuiltinTest) PASS: test_vars (test.test_builtin.BuiltinTest) PASS: test_warning_notimplemented (test.test_builtin.BuiltinTest) PASS: test_zip (test.test_builtin.BuiltinTest) PASS: test_zip_bad_iterable (test.test_builtin.BuiltinTest) PASS: test_zip_pickle (test.test_builtin.BuiltinTest) PASS: test_zip_pickle_strict (test.test_builtin.BuiltinTest) PASS: test_zip_pickle_strict_fail (test.test_builtin.BuiltinTest) PASS: test_zip_result_gc (test.test_builtin.BuiltinTest) PASS: test_zip_strict (test.test_builtin.BuiltinTest) PASS: test_zip_strict_error_handling (test.test_builtin.BuiltinTest) PASS: test_zip_strict_error_handling_stopiteration (test.test_builtin.BuiltinTest) PASS: test_zip_strict_iterators (test.test_builtin.BuiltinTest) PASS: test_input_no_stdout_fileno (test.test_builtin.PtyTests) SKIP: test_input_tty (test.test_builtin.PtyTests) 'stdin and stdout must be ttys' SKIP: test_input_tty_non_ascii (test.test_builtin.PtyTests) 'stdin and stdout must be ttys' SKIP: test_input_tty_non_ascii_unicode_errors (test.test_builtin.PtyTests) 'stdin and stdout must be ttys' PASS: test_cleanup (test.test_builtin.ShutdownTest) PASS: test_breakpoint (test.test_builtin.TestBreakpoint) PASS: test_breakpoint_with_args_and_keywords (test.test_builtin.TestBreakpoint) PASS: test_breakpoint_with_breakpointhook_reset (test.test_builtin.TestBreakpoint) PASS: test_breakpoint_with_breakpointhook_set (test.test_builtin.TestBreakpoint) PASS: test_breakpoint_with_passthru_error (test.test_builtin.TestBreakpoint) PASS: test_envar_good_path_builtin (test.test_builtin.TestBreakpoint) PASS: test_envar_good_path_empty_string (test.test_builtin.TestBreakpoint) PASS: test_envar_good_path_noop_0 (test.test_builtin.TestBreakpoint) PASS: test_envar_good_path_other (test.test_builtin.TestBreakpoint) PASS: test_envar_ignored_when_hook_is_set (test.test_builtin.TestBreakpoint) PASS: test_envar_unimportable (test.test_builtin.TestBreakpoint) PASS: test_bad_arguments (test.test_builtin.TestSorted) PASS: test_baddecorator (test.test_builtin.TestSorted) PASS: test_basic (test.test_builtin.TestSorted) PASS: test_inputtypes (test.test_builtin.TestSorted) PASS: test_bad_args (test.test_builtin.TestType) PASS: test_bad_slots (test.test_builtin.TestType) PASS: test_namespace_order (test.test_builtin.TestType) PASS: test_new_type (test.test_builtin.TestType) PASS: test_type_doc (test.test_builtin.TestType) PASS: test_type_name (test.test_builtin.TestType) PASS: test_type_nokwargs (test.test_builtin.TestType) PASS: test_type_qualname (test.test_builtin.TestType) bin (builtins) PASS: Doctest: builtins.bin hex (builtins.bytearray) PASS: Doctest: builtins.bytearray.hex hex (builtins.bytes) PASS: Doctest: builtins.bytes.hex as_integer_ratio (builtins.float) PASS: Doctest: builtins.float.as_integer_ratio fromhex (builtins.float) PASS: Doctest: builtins.float.fromhex hex (builtins.float) PASS: Doctest: builtins.float.hex hex (builtins) PASS: Doctest: builtins.hex int (builtins) PASS: Doctest: builtins.int as_integer_ratio (builtins.int) PASS: Doctest: builtins.int.as_integer_ratio bit_count (builtins.int) PASS: Doctest: builtins.int.bit_count bit_length (builtins.int) PASS: Doctest: builtins.int.bit_length hex (builtins.memoryview) PASS: Doctest: builtins.memoryview.hex oct (builtins) PASS: Doctest: builtins.oct zip (builtins) PASS: Doctest: builtins.zip ---------------------------------------------------------------------- Ran 111 tests in 0.109s OK (skipped=4) 0:00:00 load avg: 0.74 [ 5/427] test_exceptions PASS: test_attribute_error_inside_nested_getattr (test.test_exceptions.AttributeErrorTests) PASS: test_attribute_error_with_bad_name (test.test_exceptions.AttributeErrorTests) PASS: test_attribute_error_with_failing_dict (test.test_exceptions.AttributeErrorTests) PASS: test_attributes (test.test_exceptions.AttributeErrorTests) PASS: test_getattr_error_bad_suggestions_do_not_trigger_for_small_names (test.test_exceptions.AttributeErrorTests) PASS: test_getattr_has_name_and_obj (test.test_exceptions.AttributeErrorTests) PASS: test_getattr_has_name_and_obj_for_method (test.test_exceptions.AttributeErrorTests) PASS: test_getattr_suggestions (test.test_exceptions.AttributeErrorTests) PASS: test_getattr_suggestions_do_not_trigger_for_big_dicts (test.test_exceptions.AttributeErrorTests) PASS: test_getattr_suggestions_do_not_trigger_for_long_attributes (test.test_exceptions.AttributeErrorTests) PASS: test_getattr_suggestions_for_same_name (test.test_exceptions.AttributeErrorTests) PASS: test_getattr_suggestions_invalid_args (test.test_exceptions.AttributeErrorTests) PASS: test_getattr_suggestions_no_args (test.test_exceptions.AttributeErrorTests) PASS: testAttributes (test.test_exceptions.ExceptionTests) PASS: testChainingAttrs (test.test_exceptions.ExceptionTests) PASS: testChainingDescriptors (test.test_exceptions.ExceptionTests) PASS: testExceptionCleanupState (test.test_exceptions.ExceptionTests) PASS: testInfiniteRecursion (test.test_exceptions.ExceptionTests) PASS: testInvalidAttrs (test.test_exceptions.ExceptionTests) PASS: testInvalidTraceback (test.test_exceptions.ExceptionTests) PASS: testKeywordArgs (test.test_exceptions.ExceptionTests) PASS: testNoneClearsTracebackAttr (test.test_exceptions.ExceptionTests) PASS: testRaising (test.test_exceptions.ExceptionTests) PASS: testSettingException (test.test_exceptions.ExceptionTests) PASS: testSyntaxErrorMessage (test.test_exceptions.ExceptionTests) PASS: testSyntaxErrorMissingParens (test.test_exceptions.ExceptionTests) PASS: testSyntaxErrorOffset (test.test_exceptions.ExceptionTests) PASS: testWithTraceback (test.test_exceptions.ExceptionTests) PASS: test_3114 (test.test_exceptions.ExceptionTests) PASS: test_MemoryError (test.test_exceptions.ExceptionTests) PASS: test_WindowsError (test.test_exceptions.ExceptionTests) PASS: test_assert_shadowing (test.test_exceptions.ExceptionTests) PASS: test_badisinstance (test.test_exceptions.ExceptionTests) PASS: test_errno_ENOTDIR (test.test_exceptions.ExceptionTests) PASS: test_error_offset_continuation_characters (test.test_exceptions.ExceptionTests) PASS: test_exception_cleanup_names (test.test_exceptions.ExceptionTests) PASS: test_exception_cleanup_names2 (test.test_exceptions.ExceptionTests) PASS: test_exception_target_in_nested_scope (test.test_exceptions.ExceptionTests) PASS: test_exception_with_doc (test.test_exceptions.ExceptionTests) PASS: test_generator_close_cleanup_exc_state (test.test_exceptions.ExceptionTests) PASS: test_generator_del_cleanup_exc_state (test.test_exceptions.ExceptionTests) PASS: test_generator_doesnt_retain_old_exc (test.test_exceptions.ExceptionTests) PASS: test_generator_doesnt_retain_old_exc2 (test.test_exceptions.ExceptionTests) PASS: test_generator_finalizing_and_exc_info (test.test_exceptions.ExceptionTests) PASS: test_generator_leaking (test.test_exceptions.ExceptionTests) PASS: test_generator_leaking2 (test.test_exceptions.ExceptionTests) PASS: test_generator_leaking3 (test.test_exceptions.ExceptionTests) PASS: test_generator_leaking4 (test.test_exceptions.ExceptionTests) PASS: test_generator_next_cleanup_exc_state (test.test_exceptions.ExceptionTests) PASS: test_generator_send_cleanup_exc_state (test.test_exceptions.ExceptionTests) PASS: test_generator_throw_cleanup_exc_state (test.test_exceptions.ExceptionTests) PASS: test_memory_error_cleanup (test.test_exceptions.ExceptionTests) PASS: test_memory_error_in_PyErr_PrintEx (test.test_exceptions.ExceptionTests) PASS: test_memory_error_subclasses (test.test_exceptions.ExceptionTests) PASS: test_no_hang_on_context_chain_cycle1 (test.test_exceptions.ExceptionTests) SKIP: test_no_hang_on_context_chain_cycle2 (test.test_exceptions.ExceptionTests) 'See issue 44895' PASS: test_no_hang_on_context_chain_cycle3 (test.test_exceptions.ExceptionTests) PASS: test_raise_does_not_create_context_chain_cycle (test.test_exceptions.ExceptionTests) PASS: test_raise_in_generator (test.test_exceptions.ExceptionTests) PASS: test_recursion_error_cleanup (test.test_exceptions.ExceptionTests) PASS: test_recursion_in_except_handler (test.test_exceptions.ExceptionTests) PASS: test_recursion_normalizing_exception (test.test_exceptions.ExceptionTests) PASS: test_recursion_normalizing_infinite_exception (test.test_exceptions.ExceptionTests) PASS: test_recursion_normalizing_with_no_memory (test.test_exceptions.ExceptionTests) PASS: test_str (test.test_exceptions.ExceptionTests) PASS: test_trashcan_recursion (test.test_exceptions.ExceptionTests) PASS: test_unhandled (test.test_exceptions.ExceptionTests) PASS: test_unicode_change_attributes (test.test_exceptions.ExceptionTests) PASS: test_unicode_errors_no_object (test.test_exceptions.ExceptionTests) PASS: test_unraisable (test.test_exceptions.ExceptionTests) test_windows_message (test.test_exceptions.ExceptionTests) SKIP: Should fill in unknown error code in Windows error message 'test specific to Windows' PASS: test_yield_in_nested_try_excepts (test.test_exceptions.ExceptionTests) PASS: test_attributes (test.test_exceptions.ImportErrorTests) PASS: test_copy_pickle (test.test_exceptions.ImportErrorTests) PASS: test_non_str_argument (test.test_exceptions.ImportErrorTests) PASS: test_reset_attributes (test.test_exceptions.ImportErrorTests) PASS: test_issue45826 (test.test_exceptions.NameErrorTests) PASS: test_issue45826_focused (test.test_exceptions.NameErrorTests) PASS: test_name_error_bad_suggestions_do_not_trigger_for_small_names (test.test_exceptions.NameErrorTests) PASS: test_name_error_has_name (test.test_exceptions.NameErrorTests) PASS: test_name_error_suggestions (test.test_exceptions.NameErrorTests) PASS: test_name_error_suggestions_do_not_trigger_for_long_names (test.test_exceptions.NameErrorTests) PASS: test_name_error_suggestions_do_not_trigger_for_too_many_locals (test.test_exceptions.NameErrorTests) PASS: test_name_error_suggestions_from_builtins (test.test_exceptions.NameErrorTests) PASS: test_name_error_suggestions_from_globals (test.test_exceptions.NameErrorTests) PASS: test_name_error_with_custom_exceptions (test.test_exceptions.NameErrorTests) PASS: test_unbound_local_error_doesn_not_match (test.test_exceptions.NameErrorTests) PASS: test_lineno_after_other_except (test.test_exceptions.PEP626Tests) PASS: test_lineno_after_raise_in_except (test.test_exceptions.PEP626Tests) PASS: test_lineno_after_raise_in_with_exit (test.test_exceptions.PEP626Tests) PASS: test_lineno_after_raise_simple (test.test_exceptions.PEP626Tests) PASS: test_lineno_after_with (test.test_exceptions.PEP626Tests) PASS: test_lineno_in_finally_except (test.test_exceptions.PEP626Tests) PASS: test_lineno_in_finally_normal (test.test_exceptions.PEP626Tests) PASS: test_lineno_in_named_except (test.test_exceptions.PEP626Tests) PASS: test_lineno_in_try (test.test_exceptions.PEP626Tests) PASS: test_missing_lineno_shows_as_none (test.test_exceptions.PEP626Tests) PASS: test_attributes_new_constructor (test.test_exceptions.SyntaxErrorTests) PASS: test_attributes_old_constructor (test.test_exceptions.SyntaxErrorTests) PASS: test_encodings (test.test_exceptions.SyntaxErrorTests) PASS: test_incorrect_constructor (test.test_exceptions.SyntaxErrorTests) PASS: test_non_utf8 (test.test_exceptions.SyntaxErrorTests) PASS: test_range_of_offsets (test.test_exceptions.SyntaxErrorTests) ---------------------------------------------------------------------- Ran 103 tests in 1.640s OK (skipped=2) 0:00:02 load avg: 0.76 [ 6/427] test_types PASS: test_bad___prepare__ (test.test_types.ClassCreationTests) PASS: test_metaclass_derivation (test.test_types.ClassCreationTests) PASS: test_metaclass_new_error (test.test_types.ClassCreationTests) PASS: test_metaclass_override_callable (test.test_types.ClassCreationTests) PASS: test_metaclass_override_function (test.test_types.ClassCreationTests) PASS: test_new_class_basics (test.test_types.ClassCreationTests) PASS: test_new_class_defaults (test.test_types.ClassCreationTests) PASS: test_new_class_exec_body (test.test_types.ClassCreationTests) PASS: test_new_class_meta (test.test_types.ClassCreationTests) PASS: test_new_class_meta_with_base (test.test_types.ClassCreationTests) PASS: test_new_class_metaclass_keywords (test.test_types.ClassCreationTests) PASS: test_new_class_subclass (test.test_types.ClassCreationTests) PASS: test_new_class_with_mro_entry (test.test_types.ClassCreationTests) PASS: test_new_class_with_mro_entry_error (test.test_types.ClassCreationTests) PASS: test_new_class_with_mro_entry_genericalias (test.test_types.ClassCreationTests) PASS: test_new_class_with_mro_entry_multiple (test.test_types.ClassCreationTests) PASS: test_new_class_with_mro_entry_multiple_2 (test.test_types.ClassCreationTests) PASS: test_new_class_with_mro_entry_none (test.test_types.ClassCreationTests) PASS: test_one_argument_type (test.test_types.ClassCreationTests) PASS: test_prepare_class (test.test_types.ClassCreationTests) PASS: test_resolve_bases (test.test_types.ClassCreationTests) PASS: test_resolve_bases_with_mro_entry (test.test_types.ClassCreationTests) PASS: test_async_def (test.test_types.CoroutineTests) PASS: test_duck_coro (test.test_types.CoroutineTests) PASS: test_duck_corogen (test.test_types.CoroutineTests) PASS: test_duck_functional_gen (test.test_types.CoroutineTests) PASS: test_duck_gen (test.test_types.CoroutineTests) PASS: test_gen (test.test_types.CoroutineTests) PASS: test_genfunc (test.test_types.CoroutineTests) PASS: test_non_gen_values (test.test_types.CoroutineTests) PASS: test_returning_itercoro (test.test_types.CoroutineTests) PASS: test_wrapper_object (test.test_types.CoroutineTests) PASS: test_wrong_args (test.test_types.CoroutineTests) PASS: test_chainmap (test.test_types.MappingProxyTests) PASS: test_constructor (test.test_types.MappingProxyTests) PASS: test_contains (test.test_types.MappingProxyTests) PASS: test_copy (test.test_types.MappingProxyTests) PASS: test_customdict (test.test_types.MappingProxyTests) PASS: test_get (test.test_types.MappingProxyTests) PASS: test_iterators (test.test_types.MappingProxyTests) PASS: test_len (test.test_types.MappingProxyTests) PASS: test_methods (test.test_types.MappingProxyTests) PASS: test_missing (test.test_types.MappingProxyTests) PASS: test_reversed (test.test_types.MappingProxyTests) PASS: test_union (test.test_types.MappingProxyTests) PASS: test_views (test.test_types.MappingProxyTests) PASS: test_as_dict (test.test_types.SimpleNamespaceTests) PASS: test_attrdel (test.test_types.SimpleNamespaceTests) PASS: test_attrget (test.test_types.SimpleNamespaceTests) PASS: test_attrset (test.test_types.SimpleNamespaceTests) PASS: test_constructor (test.test_types.SimpleNamespaceTests) PASS: test_equal (test.test_types.SimpleNamespaceTests) PASS: test_fake_namespace_compare (test.test_types.SimpleNamespaceTests) PASS: test_nested (test.test_types.SimpleNamespaceTests) PASS: test_pickle (test.test_types.SimpleNamespaceTests) PASS: test_recursive (test.test_types.SimpleNamespaceTests) PASS: test_recursive_repr (test.test_types.SimpleNamespaceTests) PASS: test_repr (test.test_types.SimpleNamespaceTests) PASS: test_subclass (test.test_types.SimpleNamespaceTests) PASS: test_unbound (test.test_types.SimpleNamespaceTests) PASS: test_underlying_dict (test.test_types.SimpleNamespaceTests) PASS: test_boolean_ops (test.test_types.TypesTests) PASS: test_comparisons (test.test_types.TypesTests) PASS: test_dunder_get_signature (test.test_types.TypesTests) PASS: test_ellipsis_type (test.test_types.TypesTests) PASS: test_float__format__ (test.test_types.TypesTests) PASS: test_float__format__locale (test.test_types.TypesTests) PASS: test_float_constructor (test.test_types.TypesTests) PASS: test_float_to_string (test.test_types.TypesTests) PASS: test_floats (test.test_types.TypesTests) PASS: test_format_spec_errors (test.test_types.TypesTests) PASS: test_int__format__ (test.test_types.TypesTests) PASS: test_int__format__locale (test.test_types.TypesTests) PASS: test_internal_sizes (test.test_types.TypesTests) PASS: test_method_descriptor_types (test.test_types.TypesTests) PASS: test_method_wrapper_types (test.test_types.TypesTests) PASS: test_none_type (test.test_types.TypesTests) PASS: test_normal_integers (test.test_types.TypesTests) PASS: test_notimplemented_type (test.test_types.TypesTests) PASS: test_numeric_types (test.test_types.TypesTests) PASS: test_slot_wrapper_types (test.test_types.TypesTests) PASS: test_strings (test.test_types.TypesTests) PASS: test_truth_values (test.test_types.TypesTests) PASS: test_type_function (test.test_types.TypesTests) PASS: test_zero_division (test.test_types.TypesTests) PASS: test_bad_instancecheck (test.test_types.UnionTests) PASS: test_bad_subclasscheck (test.test_types.UnionTests) PASS: test_hash (test.test_types.UnionTests) PASS: test_instancecheck_and_subclasscheck (test.test_types.UnionTests) PASS: test_instancecheck_and_subclasscheck_order (test.test_types.UnionTests) SKIP: test_or_type_operator_reference_cycle (test.test_types.UnionTests) 'Cannot get total reference count.' PASS: test_or_type_operator_with_Alias (test.test_types.UnionTests) PASS: test_or_type_operator_with_IO (test.test_types.UnionTests) PASS: test_or_type_operator_with_NamedTuple (test.test_types.UnionTests) PASS: test_or_type_operator_with_NewType (test.test_types.UnionTests) PASS: test_or_type_operator_with_Protocol (test.test_types.UnionTests) PASS: test_or_type_operator_with_SpecialForm (test.test_types.UnionTests) PASS: test_or_type_operator_with_TypeVar (test.test_types.UnionTests) PASS: test_or_type_operator_with_TypedDict (test.test_types.UnionTests) PASS: test_or_type_operator_with_bad_module (test.test_types.UnionTests) PASS: test_or_type_operator_with_forward (test.test_types.UnionTests) PASS: test_or_type_operator_with_genericalias (test.test_types.UnionTests) PASS: test_or_type_repr (test.test_types.UnionTests) PASS: test_or_types_operator (test.test_types.UnionTests) PASS: test_union_args (test.test_types.UnionTests) PASS: test_union_copy (test.test_types.UnionTests) PASS: test_union_parameter_chaining (test.test_types.UnionTests) PASS: test_union_parameter_substitution (test.test_types.UnionTests) PASS: test_union_parameter_substitution_errors (test.test_types.UnionTests) PASS: test_union_pickle (test.test_types.UnionTests) ---------------------------------------------------------------------- Ran 110 tests in 0.032s OK (skipped=1) 0:00:02 load avg: 0.76 [ 7/427] test_unittest PASS: testAlmostEqual (unittest.test.test_assertions.TestLongMessage) PASS: testAssertDictContainsSubset (unittest.test.test_assertions.TestLongMessage) PASS: testAssertDictEqual (unittest.test.test_assertions.TestLongMessage) PASS: testAssertFalse (unittest.test.test_assertions.TestLongMessage) PASS: testAssertGreater (unittest.test.test_assertions.TestLongMessage) PASS: testAssertGreaterEqual (unittest.test.test_assertions.TestLongMessage) PASS: testAssertIn (unittest.test.test_assertions.TestLongMessage) PASS: testAssertIs (unittest.test.test_assertions.TestLongMessage) PASS: testAssertIsNone (unittest.test.test_assertions.TestLongMessage) PASS: testAssertIsNot (unittest.test.test_assertions.TestLongMessage) PASS: testAssertIsNotNone (unittest.test.test_assertions.TestLongMessage) PASS: testAssertLess (unittest.test.test_assertions.TestLongMessage) PASS: testAssertLessEqual (unittest.test.test_assertions.TestLongMessage) PASS: testAssertMultiLineEqual (unittest.test.test_assertions.TestLongMessage) PASS: testAssertNotIn (unittest.test.test_assertions.TestLongMessage) PASS: testAssertNotRegex (unittest.test.test_assertions.TestLongMessage) PASS: testAssertRaises (unittest.test.test_assertions.TestLongMessage) PASS: testAssertRaisesRegex (unittest.test.test_assertions.TestLongMessage) PASS: testAssertRegex (unittest.test.test_assertions.TestLongMessage) PASS: testAssertSequenceEqual (unittest.test.test_assertions.TestLongMessage) PASS: testAssertSetEqual (unittest.test.test_assertions.TestLongMessage) PASS: testAssertTrue (unittest.test.test_assertions.TestLongMessage) PASS: testAssertWarns (unittest.test.test_assertions.TestLongMessage) PASS: testAssertWarnsRegex (unittest.test.test_assertions.TestLongMessage) PASS: testDefault (unittest.test.test_assertions.TestLongMessage) PASS: testNotAlmostEqual (unittest.test.test_assertions.TestLongMessage) PASS: testNotEqual (unittest.test.test_assertions.TestLongMessage) PASS: test_baseAssertEqual (unittest.test.test_assertions.TestLongMessage) PASS: test_formatMessage_unicode_error (unittest.test.test_assertions.TestLongMessage) PASS: test_formatMsg (unittest.test.test_assertions.TestLongMessage) PASS: testAssertNotRegex (unittest.test.test_assertions.Test_Assertions) PASS: test_AlmostEqual (unittest.test.test_assertions.Test_Assertions) PASS: test_AmostEqualWithDelta (unittest.test.test_assertions.Test_Assertions) PASS: test_assertRaises (unittest.test.test_assertions.Test_Assertions) PASS: test_assertRaises_frames_survival (unittest.test.test_assertions.Test_Assertions) PASS: test_command_line_handling_discover_by_default (unittest.test.test_discovery.TestDiscovery) PASS: test_command_line_handling_discover_by_default_with_options (unittest.test.test_discovery.TestDiscovery) PASS: test_command_line_handling_do_discovery_calls_loader (unittest.test.test_discovery.TestDiscovery) PASS: test_command_line_handling_do_discovery_too_many_arguments (unittest.test.test_discovery.TestDiscovery) PASS: test_command_line_handling_do_discovery_uses_default_loader (unittest.test.test_discovery.TestDiscovery) PASS: test_command_line_handling_parseArgs (unittest.test.test_discovery.TestDiscovery) PASS: test_detect_module_clash (unittest.test.test_discovery.TestDiscovery) PASS: test_discover (unittest.test.test_discovery.TestDiscovery) PASS: test_discover_start_dir_is_package_calls_package_load_tests (unittest.test.test_discovery.TestDiscovery) PASS: test_discover_with_init_module_that_raises_SkipTest_on_import (unittest.test.test_discovery.TestDiscovery) PASS: test_discover_with_init_modules_that_fail_to_import (unittest.test.test_discovery.TestDiscovery) PASS: test_discover_with_module_that_raises_SkipTest_on_import (unittest.test.test_discovery.TestDiscovery) PASS: test_discover_with_modules_that_fail_to_import (unittest.test.test_discovery.TestDiscovery) PASS: test_discovery_failed_discovery (unittest.test.test_discovery.TestDiscovery) PASS: test_discovery_from_dotted_namespace_packages (unittest.test.test_discovery.TestDiscovery) PASS: test_discovery_from_dotted_path (unittest.test.test_discovery.TestDiscovery) PASS: test_discovery_from_dotted_path_builtin_modules (unittest.test.test_discovery.TestDiscovery) PASS: test_find_tests (unittest.test.test_discovery.TestDiscovery) PASS: test_find_tests_customize_via_package_pattern (unittest.test.test_discovery.TestDiscovery) PASS: test_find_tests_default_calls_package_load_tests (unittest.test.test_discovery.TestDiscovery) PASS: test_find_tests_socket (unittest.test.test_discovery.TestDiscovery) PASS: test_find_tests_with_package (unittest.test.test_discovery.TestDiscovery) PASS: test_get_name_from_path (unittest.test.test_discovery.TestDiscovery) PASS: test_module_symlink_ok (unittest.test.test_discovery.TestDiscovery) PASS: testBufferDoClassCleanups (unittest.test.test_result.TestOutputBuffering) PASS: testBufferDoCleanups (unittest.test.test_result.TestOutputBuffering) PASS: testBufferDoModuleCleanups (unittest.test.test_result.TestOutputBuffering) PASS: testBufferOutputAddErrorOrFailure (unittest.test.test_result.TestOutputBuffering) PASS: testBufferOutputOff (unittest.test.test_result.TestOutputBuffering) PASS: testBufferOutputStartTestAddSuccess (unittest.test.test_result.TestOutputBuffering) PASS: testBufferSetUp (unittest.test.test_result.TestOutputBuffering) PASS: testBufferSetUpModule (unittest.test.test_result.TestOutputBuffering) PASS: testBufferSetUpModule_DoModuleCleanups (unittest.test.test_result.TestOutputBuffering) PASS: testBufferSetUp_DoCleanups (unittest.test.test_result.TestOutputBuffering) PASS: testBufferSetupClass (unittest.test.test_result.TestOutputBuffering) PASS: testBufferSetupClass_DoClassCleanups (unittest.test.test_result.TestOutputBuffering) PASS: testBufferTearDown (unittest.test.test_result.TestOutputBuffering) PASS: testBufferTearDownClass (unittest.test.test_result.TestOutputBuffering) PASS: testBufferTearDownClass_DoClassCleanups (unittest.test.test_result.TestOutputBuffering) PASS: testBufferTearDownModule (unittest.test.test_result.TestOutputBuffering) PASS: testBufferTearDownModule_DoModuleCleanups (unittest.test.test_result.TestOutputBuffering) PASS: testBufferTearDown_DoCleanups (unittest.test.test_result.TestOutputBuffering) PASS: testOldResultWithRunner (unittest.test.test_result.Test_OldTestResult) PASS: testOldTestResult (unittest.test.test_result.Test_OldTestResult) PASS: testOldTestResultClass (unittest.test.test_result.Test_OldTestResult) PASS: testOldTestTesultSetup (unittest.test.test_result.Test_OldTestResult) PASS: testFailFast (unittest.test.test_result.Test_TestResult) PASS: testFailFastSetByRunner (unittest.test.test_result.Test_TestResult) testGetDescriptionWithMultiLineDocstring (unittest.test.test_result.Test_TestResult) PASS: Tests getDescription() for a method with a longer docstring. testGetDescriptionWithOneLineDocstring (unittest.test.test_result.Test_TestResult) PASS: Tests getDescription() for a method with a docstring. PASS: testGetDescriptionWithoutDocstring (unittest.test.test_result.Test_TestResult) PASS: testGetDuplicatedNestedSubTestDescriptionWithoutDocstring (unittest.test.test_result.Test_TestResult) PASS: testGetNestedSubTestDescriptionWithoutDocstring (unittest.test.test_result.Test_TestResult) PASS: testGetSubTestDescriptionForFalsyValues (unittest.test.test_result.Test_TestResult) testGetSubTestDescriptionWithMultiLineDocstring (unittest.test.test_result.Test_TestResult) PASS: Tests getDescription() for a method with a longer docstring. testGetSubTestDescriptionWithOneLineDocstring (unittest.test.test_result.Test_TestResult) PASS: Tests getDescription() for a method with a docstring. PASS: testGetSubTestDescriptionWithoutDocstring (unittest.test.test_result.Test_TestResult) PASS: testGetSubTestDescriptionWithoutDocstringAndParams (unittest.test.test_result.Test_TestResult) PASS: testStackFrameTrimming (unittest.test.test_result.Test_TestResult) PASS: test_addError (unittest.test.test_result.Test_TestResult) PASS: test_addError_locals (unittest.test.test_result.Test_TestResult) PASS: test_addFailure (unittest.test.test_result.Test_TestResult) PASS: test_addFailure_filter_traceback_frames (unittest.test.test_result.Test_TestResult) PASS: test_addFailure_filter_traceback_frames_context (unittest.test.test_result.Test_TestResult) PASS: test_addSubTest (unittest.test.test_result.Test_TestResult) PASS: test_addSuccess (unittest.test.test_result.Test_TestResult) PASS: test_init (unittest.test.test_result.Test_TestResult) PASS: test_startTest (unittest.test.test_result.Test_TestResult) PASS: test_startTestRun_stopTestRun (unittest.test.test_result.Test_TestResult) PASS: test_stop (unittest.test.test_result.Test_TestResult) PASS: test_stopTest (unittest.test.test_result.Test_TestResult) PASS: test_base_exception_from_async_method (unittest.test.test_async_case.TestAsyncCase) PASS: test_cancellation_hanging_tasks (unittest.test.test_async_case.TestAsyncCase) PASS: test_cleanups_interleave_order (unittest.test.test_async_case.TestAsyncCase) PASS: test_debug_cleanup_same_loop (unittest.test.test_async_case.TestAsyncCase) PASS: test_exception_in_setup (unittest.test.test_async_case.TestAsyncCase) PASS: test_exception_in_tear_clean_up (unittest.test.test_async_case.TestAsyncCase) PASS: test_exception_in_tear_down (unittest.test.test_async_case.TestAsyncCase) PASS: test_exception_in_test (unittest.test.test_async_case.TestAsyncCase) PASS: test_full_cycle (unittest.test.test_async_case.TestAsyncCase) PASS: test___init__ (unittest.test.test_loader.Test_TestLoader) PASS: test_getTestCaseNames (unittest.test.test_loader.Test_TestLoader) PASS: test_getTestCaseNames__inheritance (unittest.test.test_loader.Test_TestLoader) PASS: test_getTestCaseNames__no_tests (unittest.test.test_loader.Test_TestLoader) PASS: test_getTestCaseNames__not_a_TestCase (unittest.test.test_loader.Test_TestLoader) PASS: test_getTestCaseNames__testNamePatterns (unittest.test.test_loader.Test_TestLoader) PASS: test_getTestCaseNames__testNamePatterns__attribute_access_regression (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromModule__TestCase_subclass (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromModule__faulty_load_tests (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromModule__load_tests (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromModule__no_TestCase_instances (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromModule__no_TestCase_tests (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromModule__not_a_module (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromModule__pattern (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromModule__too_many_positional_args (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromModule__use_load_tests_deprecated_keyword (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromModule__use_load_tests_deprecated_positional (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromModule__use_load_tests_other_bad_keyword (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromName__callable__TestCase_instance (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromName__callable__TestCase_instance_ProperSuiteClass (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromName__callable__TestSuite (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromName__callable__wrong_type (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromName__empty_name (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromName__function_with_different_name_than_method (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromName__malformed_name (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromName__module_not_loaded (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromName__relative_TestCase_subclass (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromName__relative_TestSuite (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromName__relative_bad_object (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromName__relative_empty_name (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromName__relative_invalid_testmethod (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromName__relative_malformed_name (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromName__relative_not_a_module (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromName__relative_testmethod (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromName__relative_testmethod_ProperSuiteClass (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromName__relative_unknown_name (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromName__unknown_attr_name_on_module (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromName__unknown_attr_name_on_package (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromName__unknown_module_name (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromNames__callable__TestCase_instance (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromNames__callable__TestSuite (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromNames__callable__call_staticmethod (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromNames__callable__wrong_type (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromNames__empty_name (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromNames__empty_name_list (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromNames__malformed_name (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromNames__module_not_loaded (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromNames__relative_TestCase_subclass (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromNames__relative_TestSuite (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromNames__relative_bad_object (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromNames__relative_empty_name (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromNames__relative_empty_name_list (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromNames__relative_invalid_testmethod (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromNames__relative_malformed_name (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromNames__relative_not_a_module (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromNames__relative_testmethod (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromNames__unknown_attr_name (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromNames__unknown_module_name (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromNames__unknown_name_relative_1 (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromNames__unknown_name_relative_2 (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromTestCase (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromTestCase__TestSuite_subclass (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromTestCase__default_method_name (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromTestCase__no_matches (unittest.test.test_loader.Test_TestLoader) PASS: test_partial_functions (unittest.test.test_loader.Test_TestLoader) PASS: test_sortTestMethodsUsing__None (unittest.test.test_loader.Test_TestLoader) PASS: test_sortTestMethodsUsing__default_value (unittest.test.test_loader.Test_TestLoader) PASS: test_sortTestMethodsUsing__getTestCaseNames (unittest.test.test_loader.Test_TestLoader) PASS: test_sortTestMethodsUsing__loadTestsFromModule (unittest.test.test_loader.Test_TestLoader) PASS: test_sortTestMethodsUsing__loadTestsFromName (unittest.test.test_loader.Test_TestLoader) PASS: test_sortTestMethodsUsing__loadTestsFromNames (unittest.test.test_loader.Test_TestLoader) PASS: test_sortTestMethodsUsing__loadTestsFromTestCase (unittest.test.test_loader.Test_TestLoader) PASS: test_suiteClass__default_value (unittest.test.test_loader.Test_TestLoader) PASS: test_suiteClass__loadTestsFromModule (unittest.test.test_loader.Test_TestLoader) PASS: test_suiteClass__loadTestsFromName (unittest.test.test_loader.Test_TestLoader) PASS: test_suiteClass__loadTestsFromNames (unittest.test.test_loader.Test_TestLoader) PASS: test_suiteClass__loadTestsFromTestCase (unittest.test.test_loader.Test_TestLoader) PASS: test_testMethodPrefix__default_value (unittest.test.test_loader.Test_TestLoader) PASS: test_testMethodPrefix__loadTestsFromModule (unittest.test.test_loader.Test_TestLoader) PASS: test_testMethodPrefix__loadTestsFromName (unittest.test.test_loader.Test_TestLoader) PASS: test_testMethodPrefix__loadTestsFromNames (unittest.test.test_loader.Test_TestLoader) PASS: test_testMethodPrefix__loadTestsFromTestCase (unittest.test.test_loader.Test_TestLoader) PASS: testHandlerReplacedButCalled (unittest.test.test_break.TestBreak) PASS: testInstallHandler (unittest.test.test_break.TestBreak) PASS: testInterruptCaught (unittest.test.test_break.TestBreak) PASS: testMainInstallsHandler (unittest.test.test_break.TestBreak) PASS: testRegisterResult (unittest.test.test_break.TestBreak) PASS: testRemoveHandler (unittest.test.test_break.TestBreak) PASS: testRemoveHandlerAsDecorator (unittest.test.test_break.TestBreak) PASS: testRemoveResult (unittest.test.test_break.TestBreak) PASS: testRunner (unittest.test.test_break.TestBreak) PASS: testSecondInterrupt (unittest.test.test_break.TestBreak) PASS: testTwoResults (unittest.test.test_break.TestBreak) PASS: testWeakReferences (unittest.test.test_break.TestBreak) PASS: testHandlerReplacedButCalled (unittest.test.test_break.TestBreakDefaultIntHandler) PASS: testInstallHandler (unittest.test.test_break.TestBreakDefaultIntHandler) PASS: testInterruptCaught (unittest.test.test_break.TestBreakDefaultIntHandler) PASS: testMainInstallsHandler (unittest.test.test_break.TestBreakDefaultIntHandler) PASS: testRegisterResult (unittest.test.test_break.TestBreakDefaultIntHandler) PASS: testRemoveHandler (unittest.test.test_break.TestBreakDefaultIntHandler) PASS: testRemoveHandlerAsDecorator (unittest.test.test_break.TestBreakDefaultIntHandler) PASS: testRemoveResult (unittest.test.test_break.TestBreakDefaultIntHandler) PASS: testRunner (unittest.test.test_break.TestBreakDefaultIntHandler) PASS: testSecondInterrupt (unittest.test.test_break.TestBreakDefaultIntHandler) PASS: testTwoResults (unittest.test.test_break.TestBreakDefaultIntHandler) PASS: testWeakReferences (unittest.test.test_break.TestBreakDefaultIntHandler) PASS: testHandlerReplacedButCalled (unittest.test.test_break.TestBreakSignalDefault) PASS: testInstallHandler (unittest.test.test_break.TestBreakSignalDefault) PASS: testInterruptCaught (unittest.test.test_break.TestBreakSignalDefault) PASS: testMainInstallsHandler (unittest.test.test_break.TestBreakSignalDefault) PASS: testRegisterResult (unittest.test.test_break.TestBreakSignalDefault) PASS: testRemoveHandler (unittest.test.test_break.TestBreakSignalDefault) PASS: testRemoveHandlerAsDecorator (unittest.test.test_break.TestBreakSignalDefault) PASS: testRemoveResult (unittest.test.test_break.TestBreakSignalDefault) PASS: testRunner (unittest.test.test_break.TestBreakSignalDefault) PASS: testSecondInterrupt (unittest.test.test_break.TestBreakSignalDefault) PASS: testTwoResults (unittest.test.test_break.TestBreakSignalDefault) PASS: testWeakReferences (unittest.test.test_break.TestBreakSignalDefault) SKIP: testHandlerReplacedButCalled (unittest.test.test_break.TestBreakSignalIgnored) 'test requires SIGINT to not be ignored' PASS: testInstallHandler (unittest.test.test_break.TestBreakSignalIgnored) PASS: testInterruptCaught (unittest.test.test_break.TestBreakSignalIgnored) PASS: testMainInstallsHandler (unittest.test.test_break.TestBreakSignalIgnored) PASS: testRegisterResult (unittest.test.test_break.TestBreakSignalIgnored) PASS: testRemoveHandler (unittest.test.test_break.TestBreakSignalIgnored) PASS: testRemoveHandlerAsDecorator (unittest.test.test_break.TestBreakSignalIgnored) PASS: testRemoveResult (unittest.test.test_break.TestBreakSignalIgnored) PASS: testRunner (unittest.test.test_break.TestBreakSignalIgnored) SKIP: testSecondInterrupt (unittest.test.test_break.TestBreakSignalIgnored) 'test requires SIGINT to not be ignored' PASS: testTwoResults (unittest.test.test_break.TestBreakSignalIgnored) PASS: testWeakReferences (unittest.test.test_break.TestBreakSignalIgnored) PASS: test_countTestCases (unittest.test.test_functiontestcase.Test_FunctionTestCase) PASS: test_id (unittest.test.test_functiontestcase.Test_FunctionTestCase) PASS: test_run_call_order__error_in_setUp (unittest.test.test_functiontestcase.Test_FunctionTestCase) PASS: test_run_call_order__error_in_tearDown (unittest.test.test_functiontestcase.Test_FunctionTestCase) PASS: test_run_call_order__error_in_test (unittest.test.test_functiontestcase.Test_FunctionTestCase) PASS: test_run_call_order__failure_in_test (unittest.test.test_functiontestcase.Test_FunctionTestCase) PASS: test_shortDescription__no_docstring (unittest.test.test_functiontestcase.Test_FunctionTestCase) PASS: test_shortDescription__singleline_docstring (unittest.test.test_functiontestcase.Test_FunctionTestCase) PASS: test_debug_skipping (unittest.test.test_skipping.Test_TestSkipping) PASS: test_debug_skipping_class (unittest.test.test_skipping.Test_TestSkipping) PASS: test_debug_skipping_subtests (unittest.test.test_skipping.Test_TestSkipping) PASS: test_decorated_skip (unittest.test.test_skipping.Test_TestSkipping) PASS: test_expected_failure (unittest.test.test_skipping.Test_TestSkipping) PASS: test_expected_failure_and_fail_in_cleanup (unittest.test.test_skipping.Test_TestSkipping) PASS: test_expected_failure_and_skip_in_cleanup (unittest.test.test_skipping.Test_TestSkipping) PASS: test_expected_failure_subtests (unittest.test.test_skipping.Test_TestSkipping) PASS: test_expected_failure_with_wrapped_class (unittest.test.test_skipping.Test_TestSkipping) PASS: test_expected_failure_with_wrapped_subclass (unittest.test.test_skipping.Test_TestSkipping) PASS: test_failure_and_skip_in_cleanup (unittest.test.test_skipping.Test_TestSkipping) PASS: test_skip_class (unittest.test.test_skipping.Test_TestSkipping) PASS: test_skip_doesnt_run_setup (unittest.test.test_skipping.Test_TestSkipping) PASS: test_skip_in_cleanup (unittest.test.test_skipping.Test_TestSkipping) PASS: test_skip_in_setup (unittest.test.test_skipping.Test_TestSkipping) PASS: test_skip_non_unittest_class (unittest.test.test_skipping.Test_TestSkipping) PASS: test_skip_without_reason (unittest.test.test_skipping.Test_TestSkipping) PASS: test_skipping (unittest.test.test_skipping.Test_TestSkipping) PASS: test_skipping_and_fail_in_cleanup (unittest.test.test_skipping.Test_TestSkipping) PASS: test_skipping_decorators (unittest.test.test_skipping.Test_TestSkipping) PASS: test_skipping_subtests (unittest.test.test_skipping.Test_TestSkipping) PASS: test_unexpected_success (unittest.test.test_skipping.Test_TestSkipping) PASS: test_unexpected_success_and_fail_in_cleanup (unittest.test.test_skipping.Test_TestSkipping) PASS: test_unexpected_success_and_skip_in_cleanup (unittest.test.test_skipping.Test_TestSkipping) PASS: test_unexpected_success_subtests (unittest.test.test_skipping.Test_TestSkipping) PASS: test_class_not_setup_or_torndown_when_skipped (unittest.test.test_setups.TestSetups) PASS: test_class_not_torndown_when_setup_fails (unittest.test.test_setups.TestSetups) PASS: test_error_in_setup_module (unittest.test.test_setups.TestSetups) PASS: test_error_in_setupclass (unittest.test.test_setups.TestSetups) PASS: test_error_in_teardown_class (unittest.test.test_setups.TestSetups) PASS: test_error_in_teardown_module (unittest.test.test_setups.TestSetups) PASS: test_setup_class (unittest.test.test_setups.TestSetups) PASS: test_setup_module (unittest.test.test_setups.TestSetups) PASS: test_setup_teardown_order_with_pathological_suite (unittest.test.test_setups.TestSetups) PASS: test_skiptest_in_setupclass (unittest.test.test_setups.TestSetups) PASS: test_skiptest_in_setupmodule (unittest.test.test_setups.TestSetups) PASS: test_suite_debug_executes_setups_and_teardowns (unittest.test.test_setups.TestSetups) PASS: test_suite_debug_propagates_exceptions (unittest.test.test_setups.TestSetups) PASS: test_teardown_class (unittest.test.test_setups.TestSetups) PASS: test_teardown_class_two_classes (unittest.test.test_setups.TestSetups) PASS: test_teardown_module (unittest.test.test_setups.TestSetups) PASS: test_testcase_with_missing_module (unittest.test.test_setups.TestSetups) PASS: test_addTest__TestCase (unittest.test.test_suite.Test_TestSuite) PASS: test_addTest__TestSuite (unittest.test.test_suite.Test_TestSuite) PASS: test_addTest__casesuiteclass (unittest.test.test_suite.Test_TestSuite) PASS: test_addTest__noncallable (unittest.test.test_suite.Test_TestSuite) PASS: test_addTest__noniterable (unittest.test.test_suite.Test_TestSuite) PASS: test_addTests (unittest.test.test_suite.Test_TestSuite) PASS: test_addTests__string (unittest.test.test_suite.Test_TestSuite) PASS: test_basetestsuite (unittest.test.test_suite.Test_TestSuite) PASS: test_countTestCases_nested (unittest.test.test_suite.Test_TestSuite) PASS: test_countTestCases_simple (unittest.test.test_suite.Test_TestSuite) PASS: test_countTestCases_zero_nested (unittest.test.test_suite.Test_TestSuite) PASS: test_countTestCases_zero_simple (unittest.test.test_suite.Test_TestSuite) PASS: test_eq (unittest.test.test_suite.Test_TestSuite) PASS: test_function_in_suite (unittest.test.test_suite.Test_TestSuite) PASS: test_garbage_collect_test_after_run_BaseTestSuite (unittest.test.test_suite.Test_TestSuite) PASS: test_garbage_collect_test_after_run_TestSuite (unittest.test.test_suite.Test_TestSuite) PASS: test_init__TestSuite_instances_in_tests (unittest.test.test_suite.Test_TestSuite) PASS: test_init__empty_tests (unittest.test.test_suite.Test_TestSuite) PASS: test_init__tests_from_any_iterable (unittest.test.test_suite.Test_TestSuite) PASS: test_init__tests_optional (unittest.test.test_suite.Test_TestSuite) PASS: test_iter (unittest.test.test_suite.Test_TestSuite) PASS: test_ne (unittest.test.test_suite.Test_TestSuite) PASS: test_overriding_call (unittest.test.test_suite.Test_TestSuite) PASS: test_remove_test_at_index (unittest.test.test_suite.Test_TestSuite) PASS: test_remove_test_at_index_not_indexable (unittest.test.test_suite.Test_TestSuite) PASS: test_run (unittest.test.test_suite.Test_TestSuite) PASS: test_run__empty_suite (unittest.test.test_suite.Test_TestSuite) PASS: test_run__requires_result (unittest.test.test_suite.Test_TestSuite) PASS: testAddTypeEqualityFunc (unittest.test.test_case.Test_TestCase) PASS: testAssertCountEqual (unittest.test.test_case.Test_TestCase) PASS: testAssertDictContainsSubset (unittest.test.test_case.Test_TestCase) PASS: testAssertDictEqualTruncates (unittest.test.test_case.Test_TestCase) PASS: testAssertEqual (unittest.test.test_case.Test_TestCase) PASS: testAssertEqualSingleLine (unittest.test.test_case.Test_TestCase) PASS: testAssertEqual_diffThreshold (unittest.test.test_case.Test_TestCase) PASS: testAssertEqual_shorten (unittest.test.test_case.Test_TestCase) PASS: testAssertIn (unittest.test.test_case.Test_TestCase) PASS: testAssertIs (unittest.test.test_case.Test_TestCase) PASS: testAssertIsInstance (unittest.test.test_case.Test_TestCase) PASS: testAssertIsNone (unittest.test.test_case.Test_TestCase) PASS: testAssertIsNot (unittest.test.test_case.Test_TestCase) PASS: testAssertLogsDefaults (unittest.test.test_case.Test_TestCase) PASS: testAssertLogsFailureLevelTooHigh (unittest.test.test_case.Test_TestCase) PASS: testAssertLogsFailureLevelTooHigh_FilterInRootLogger (unittest.test.test_case.Test_TestCase) PASS: testAssertLogsFailureMismatchingLogger (unittest.test.test_case.Test_TestCase) PASS: testAssertLogsFailureNoLogs (unittest.test.test_case.Test_TestCase) PASS: testAssertLogsPerLevel (unittest.test.test_case.Test_TestCase) PASS: testAssertLogsPerLogger (unittest.test.test_case.Test_TestCase) PASS: testAssertLogsTwoMatchingMessages (unittest.test.test_case.Test_TestCase) PASS: testAssertLogsUnexpectedException (unittest.test.test_case.Test_TestCase) PASS: testAssertMultiLineEqual (unittest.test.test_case.Test_TestCase) PASS: testAssertMultiLineEqualTruncates (unittest.test.test_case.Test_TestCase) PASS: testAssertNoLogsDefault (unittest.test.test_case.Test_TestCase) PASS: testAssertNoLogsFailureFoundLogs (unittest.test.test_case.Test_TestCase) PASS: testAssertNoLogsFailurePerLevel (unittest.test.test_case.Test_TestCase) PASS: testAssertNoLogsFailurePerLogger (unittest.test.test_case.Test_TestCase) PASS: testAssertNoLogsPerLevel (unittest.test.test_case.Test_TestCase) PASS: testAssertNoLogsPerLogger (unittest.test.test_case.Test_TestCase) PASS: testAssertNoLogsUnexpectedException (unittest.test.test_case.Test_TestCase) PASS: testAssertNoLogsYieldsNone (unittest.test.test_case.Test_TestCase) PASS: testAssertNotIsInstance (unittest.test.test_case.Test_TestCase) PASS: testAssertNotRaisesRegex (unittest.test.test_case.Test_TestCase) PASS: testAssertRaisesCallable (unittest.test.test_case.Test_TestCase) PASS: testAssertRaisesContext (unittest.test.test_case.Test_TestCase) PASS: testAssertRaisesExcValue (unittest.test.test_case.Test_TestCase) PASS: testAssertRaisesNoExceptionType (unittest.test.test_case.Test_TestCase) PASS: testAssertRaisesRefcount (unittest.test.test_case.Test_TestCase) PASS: testAssertRaisesRegex (unittest.test.test_case.Test_TestCase) PASS: testAssertRaisesRegexInvalidRegex (unittest.test.test_case.Test_TestCase) PASS: testAssertRaisesRegexMismatch (unittest.test.test_case.Test_TestCase) PASS: testAssertRaisesRegexNoExceptionType (unittest.test.test_case.Test_TestCase) PASS: testAssertRegex (unittest.test.test_case.Test_TestCase) PASS: testAssertSequenceEqualMaxDiff (unittest.test.test_case.Test_TestCase) PASS: testAssertSetEqual (unittest.test.test_case.Test_TestCase) PASS: testAssertWarnsCallable (unittest.test.test_case.Test_TestCase) PASS: testAssertWarnsContext (unittest.test.test_case.Test_TestCase) PASS: testAssertWarnsModifySysModules (unittest.test.test_case.Test_TestCase) PASS: testAssertWarnsNoExceptionType (unittest.test.test_case.Test_TestCase) PASS: testAssertWarnsRegexCallable (unittest.test.test_case.Test_TestCase) PASS: testAssertWarnsRegexContext (unittest.test.test_case.Test_TestCase) PASS: testAssertWarnsRegexInvalidRegex (unittest.test.test_case.Test_TestCase) PASS: testAssertWarnsRegexNoExceptionType (unittest.test.test_case.Test_TestCase) PASS: testDeepcopy (unittest.test.test_case.Test_TestCase) testDeprecatedMethodNames (unittest.test.test_case.Test_TestCase) PASS: Test that the deprecated methods raise a DeprecationWarning. See #9424. PASS: testEquality (unittest.test.test_case.Test_TestCase) PASS: testEqualityBytesWarning (unittest.test.test_case.Test_TestCase) PASS: testInequality (unittest.test.test_case.Test_TestCase) PASS: testKeyboardInterrupt (unittest.test.test_case.Test_TestCase) PASS: testNoCycles (unittest.test.test_case.Test_TestCase) PASS: testPickle (unittest.test.test_case.Test_TestCase) testShortDescriptionWhitespaceTrimming (unittest.test.test_case.Test_TestCase) PASS: Tests shortDescription() whitespace is trimmed, so that the first testShortDescriptionWithMultiLineDocstring (unittest.test.test_case.Test_TestCase) PASS: Tests shortDescription() for a method with a longer docstring. testShortDescriptionWithOneLineDocstring (unittest.test.test_case.Test_TestCase) PASS: Tests shortDescription() for a method with a docstring. PASS: testShortDescriptionWithoutDocstring (unittest.test.test_case.Test_TestCase) PASS: testSkippingEverywhere (unittest.test.test_case.Test_TestCase) PASS: testSystemExit (unittest.test.test_case.Test_TestCase) PASS: testTruncateMessage (unittest.test.test_case.Test_TestCase) PASS: test_call__invoking_an_instance_delegates_to_run (unittest.test.test_case.Test_TestCase) PASS: test_countTestCases (unittest.test.test_case.Test_TestCase) PASS: test_defaultTestResult (unittest.test.test_case.Test_TestCase) PASS: test_eq (unittest.test.test_case.Test_TestCase) PASS: test_failureException__default (unittest.test.test_case.Test_TestCase) PASS: test_failureException__subclassing__explicit_raise (unittest.test.test_case.Test_TestCase) PASS: test_failureException__subclassing__implicit_raise (unittest.test.test_case.Test_TestCase) PASS: test_hash (unittest.test.test_case.Test_TestCase) PASS: test_id (unittest.test.test_case.Test_TestCase) PASS: test_init__no_test_name (unittest.test.test_case.Test_TestCase) PASS: test_init__test_name__invalid (unittest.test.test_case.Test_TestCase) PASS: test_init__test_name__valid (unittest.test.test_case.Test_TestCase) PASS: test_ne (unittest.test.test_case.Test_TestCase) PASS: test_no_exception_leak (unittest.test.test_case.Test_TestCase) PASS: test_run__returns_given_result (unittest.test.test_case.Test_TestCase) PASS: test_run__uses_defaultTestResult (unittest.test.test_case.Test_TestCase) PASS: test_run_call_order__error_in_setUp (unittest.test.test_case.Test_TestCase) PASS: test_run_call_order__error_in_setUp_default_result (unittest.test.test_case.Test_TestCase) PASS: test_run_call_order__error_in_tearDown (unittest.test.test_case.Test_TestCase) PASS: test_run_call_order__error_in_tearDown_default_result (unittest.test.test_case.Test_TestCase) PASS: test_run_call_order__error_in_test (unittest.test.test_case.Test_TestCase) PASS: test_run_call_order__error_in_test_default_result (unittest.test.test_case.Test_TestCase) PASS: test_run_call_order__failure_in_test (unittest.test.test_case.Test_TestCase) PASS: test_run_call_order__failure_in_test_default_result (unittest.test.test_case.Test_TestCase) PASS: test_run_call_order__subtests (unittest.test.test_case.Test_TestCase) PASS: test_run_call_order__subtests_failfast (unittest.test.test_case.Test_TestCase) PASS: test_run_call_order__subtests_legacy (unittest.test.test_case.Test_TestCase) PASS: test_run_call_order__subtests_success (unittest.test.test_case.Test_TestCase) PASS: test_run_call_order__subtests_success_legacy (unittest.test.test_case.Test_TestCase) PASS: test_run_call_order_default_result (unittest.test.test_case.Test_TestCase) PASS: test_setUp (unittest.test.test_case.Test_TestCase) PASS: test_subtests_debug (unittest.test.test_case.Test_TestCase) PASS: test_subtests_failfast (unittest.test.test_case.Test_TestCase) PASS: test_tearDown (unittest.test.test_case.Test_TestCase) PASS: testBufferCatchFailfast (unittest.test.test_program.TestCommandLineArgs) PASS: testCatchBreakInstallsHandler (unittest.test.test_program.TestCommandLineArgs) PASS: testParseArgsAbsolutePathsThatCanBeConverted (unittest.test.test_program.TestCommandLineArgs) PASS: testParseArgsAbsolutePathsThatCannotBeConverted (unittest.test.test_program.TestCommandLineArgs) PASS: testParseArgsFileNames (unittest.test.test_program.TestCommandLineArgs) PASS: testParseArgsFilePaths (unittest.test.test_program.TestCommandLineArgs) PASS: testParseArgsNonExistentFiles (unittest.test.test_program.TestCommandLineArgs) PASS: testParseArgsSelectedTestNames (unittest.test.test_program.TestCommandLineArgs) PASS: testRunTestsOldRunnerClass (unittest.test.test_program.TestCommandLineArgs) PASS: testRunTestsRunnerClass (unittest.test.test_program.TestCommandLineArgs) PASS: testRunTestsRunnerInstance (unittest.test.test_program.TestCommandLineArgs) PASS: testSelectedTestNamesFunctionalTest (unittest.test.test_program.TestCommandLineArgs) PASS: testVerbosity (unittest.test.test_program.TestCommandLineArgs) testWarning (unittest.test.test_program.TestCommandLineArgs) PASS: Test the warnings argument PASS: test_locals (unittest.test.test_program.TestCommandLineArgs) PASS: testNoExit (unittest.test.test_program.Test_TestProgram) PASS: test_Exit (unittest.test.test_program.Test_TestProgram) PASS: test_ExitAsDefault (unittest.test.test_program.Test_TestProgram) PASS: test_NonExit (unittest.test.test_program.Test_TestProgram) PASS: test_defaultTest_with_iterable (unittest.test.test_program.Test_TestProgram) PASS: test_defaultTest_with_string (unittest.test.test_program.Test_TestProgram) PASS: test_discovery_from_dotted_path (unittest.test.test_program.Test_TestProgram) PASS: test_addClassCleanUp (unittest.test.test_runner.TestClassCleanup) PASS: test_debug_executes_classCleanUp (unittest.test.test_runner.TestClassCleanup) PASS: test_debug_executes_classCleanUp_when_teardown_exception (unittest.test.test_runner.TestClassCleanup) PASS: test_doClassCleanups_with_errors_addClassCleanUp (unittest.test.test_runner.TestClassCleanup) PASS: test_run_class_cleanUp (unittest.test.test_runner.TestClassCleanup) PASS: test_run_class_cleanUp_without_tearDownClass (unittest.test.test_runner.TestClassCleanup) PASS: test_run_with_errors_addClassCleanUp (unittest.test.test_runner.TestClassCleanup) PASS: test_with_errors_addCleanUp (unittest.test.test_runner.TestClassCleanup) PASS: test_with_errors_in_addClassCleanup_and_setUps (unittest.test.test_runner.TestClassCleanup) PASS: test_with_errors_in_tearDownClass (unittest.test.test_runner.TestClassCleanup) PASS: testCleanUp (unittest.test.test_runner.TestCleanUp) PASS: testCleanUpWithErrors (unittest.test.test_runner.TestCleanUp) PASS: testCleanupInRun (unittest.test.test_runner.TestCleanUp) PASS: testTestCaseDebugExecutesCleanups (unittest.test.test_runner.TestCleanUp) PASS: test_addClassCleanup_arg_errors (unittest.test.test_runner.TestModuleCleanUp) PASS: test_addCleanup_arg_errors (unittest.test.test_runner.TestModuleCleanUp) PASS: test_addModuleCleanup_arg_errors (unittest.test.test_runner.TestModuleCleanUp) PASS: test_add_and_do_ModuleCleanup (unittest.test.test_runner.TestModuleCleanUp) PASS: test_debug_module_cleanUp_when_teardown_exception (unittest.test.test_runner.TestModuleCleanUp) PASS: test_debug_module_executes_cleanUp (unittest.test.test_runner.TestModuleCleanUp) PASS: test_doModuleCleanup_with_errors_in_addModuleCleanup (unittest.test.test_runner.TestModuleCleanUp) PASS: test_module_cleanUp_with_multiple_classes (unittest.test.test_runner.TestModuleCleanUp) PASS: test_run_module_cleanUp (unittest.test.test_runner.TestModuleCleanUp) PASS: test_run_module_cleanUp_when_teardown_exception (unittest.test.test_runner.TestModuleCleanUp) PASS: test_run_module_cleanUp_without_teardown (unittest.test.test_runner.TestModuleCleanUp) PASS: test_run_multiple_module_cleanUp (unittest.test.test_runner.TestModuleCleanUp) PASS: test_with_errors_in_addClassCleanup (unittest.test.test_runner.TestModuleCleanUp) PASS: test_with_errors_in_addCleanup (unittest.test.test_runner.TestModuleCleanUp) PASS: test_with_errors_in_addModuleCleanup_and_setUps (unittest.test.test_runner.TestModuleCleanUp) PASS: testBufferAndFailfast (unittest.test.test_runner.Test_TextTestRunner) PASS: testRunnerRegistersResult (unittest.test.test_runner.Test_TextTestRunner) PASS: testSpecifiedStreamUsed (unittest.test.test_runner.Test_TextTestRunner) PASS: testStdErrLookedUpAtInstantiationTime (unittest.test.test_runner.Test_TextTestRunner) PASS: test_init (unittest.test.test_runner.Test_TextTestRunner) PASS: test_locals (unittest.test.test_runner.Test_TextTestRunner) PASS: test_multiple_inheritance (unittest.test.test_runner.Test_TextTestRunner) PASS: test_pickle_unpickle (unittest.test.test_runner.Test_TextTestRunner) PASS: test_resultclass (unittest.test.test_runner.Test_TextTestRunner) PASS: test_startTestRun_stopTestRun_called (unittest.test.test_runner.Test_TextTestRunner) test_warnings (unittest.test.test_runner.Test_TextTestRunner) PASS: Check that warnings argument of TextTestRunner correctly affects the PASS: test_works_with_result_without_startTestRun_stopTestRun (unittest.test.test_runner.Test_TextTestRunner) PASS: test_add_return_value (unittest.test.testmock.testasync.AsyncArguments) PASS: test_add_side_effect_coroutine (unittest.test.testmock.testasync.AsyncArguments) PASS: test_add_side_effect_exception (unittest.test.testmock.testasync.AsyncArguments) PASS: test_add_side_effect_exception_iterable (unittest.test.testmock.testasync.AsyncArguments) PASS: test_add_side_effect_iterable (unittest.test.testmock.testasync.AsyncArguments) PASS: test_add_side_effect_normal_function (unittest.test.testmock.testasync.AsyncArguments) PASS: test_await_args_list_order (unittest.test.testmock.testasync.AsyncArguments) PASS: test_return_value_AsyncMock (unittest.test.testmock.testasync.AsyncArguments) PASS: test_return_value_awaitable (unittest.test.testmock.testasync.AsyncArguments) PASS: test_side_effect_awaitable_values (unittest.test.testmock.testasync.AsyncArguments) PASS: test_side_effect_is_AsyncMock (unittest.test.testmock.testasync.AsyncArguments) PASS: test_wraps_coroutine (unittest.test.testmock.testasync.AsyncArguments) PASS: test_wraps_normal_function (unittest.test.testmock.testasync.AsyncArguments) PASS: test_create_autospec (unittest.test.testmock.testasync.AsyncAutospecTest) SKIP: test_create_autospec_awaitable_class (unittest.test.testmock.testasync.AsyncAutospecTest) 'Broken test from https://bugs.python.org/issue37251' PASS: test_create_autospec_instance (unittest.test.testmock.testasync.AsyncAutospecTest) PASS: test_is_AsyncMock_patch (unittest.test.testmock.testasync.AsyncAutospecTest) PASS: test_patch_with_autospec (unittest.test.testmock.testasync.AsyncAutospecTest) PASS: test_context_manager_raise_exception_by_default (unittest.test.testmock.testasync.AsyncContextManagerTest) PASS: test_mock_customize_async_context_manager (unittest.test.testmock.testasync.AsyncContextManagerTest) PASS: test_mock_customize_async_context_manager_with_coroutine (unittest.test.testmock.testasync.AsyncContextManagerTest) PASS: test_mock_supports_async_context_manager (unittest.test.testmock.testasync.AsyncContextManagerTest) PASS: test_set_return_value_of_aenter (unittest.test.testmock.testasync.AsyncContextManagerTest) PASS: test_aiter_set_return_value (unittest.test.testmock.testasync.AsyncIteratorTest) PASS: test_mock_aiter_and_anext_asyncmock (unittest.test.testmock.testasync.AsyncIteratorTest) PASS: test_mock_async_for (unittest.test.testmock.testasync.AsyncIteratorTest) PASS: test_async_magic_methods_return_async_mocks (unittest.test.testmock.testasync.AsyncMagicMethods) PASS: test_asyncmock_has_sync_magic_methods (unittest.test.testmock.testasync.AsyncMagicMethods) PASS: test_magic_methods_are_async_functions (unittest.test.testmock.testasync.AsyncMagicMethods) PASS: test_magicmock_has_async_magic_methods (unittest.test.testmock.testasync.AsyncMagicMethods) PASS: test_sync_magic_methods_return_magic_mocks (unittest.test.testmock.testasync.AsyncMagicMethods) PASS: test_assert_any_wait (unittest.test.testmock.testasync.AsyncMockAssert) PASS: test_assert_awaited (unittest.test.testmock.testasync.AsyncMockAssert) PASS: test_assert_awaited_but_not_called (unittest.test.testmock.testasync.AsyncMockAssert) PASS: test_assert_awaited_once (unittest.test.testmock.testasync.AsyncMockAssert) PASS: test_assert_awaited_once_with (unittest.test.testmock.testasync.AsyncMockAssert) PASS: test_assert_awaited_with (unittest.test.testmock.testasync.AsyncMockAssert) PASS: test_assert_called_and_awaited_at_same_time (unittest.test.testmock.testasync.AsyncMockAssert) PASS: test_assert_called_but_not_awaited (unittest.test.testmock.testasync.AsyncMockAssert) PASS: test_assert_called_once_and_awaited_twice (unittest.test.testmock.testasync.AsyncMockAssert) PASS: test_assert_called_then_awaited (unittest.test.testmock.testasync.AsyncMockAssert) PASS: test_assert_called_twice_and_awaited_once (unittest.test.testmock.testasync.AsyncMockAssert) PASS: test_assert_has_awaits_no_order (unittest.test.testmock.testasync.AsyncMockAssert) PASS: test_assert_has_awaits_not_matching_spec_error (unittest.test.testmock.testasync.AsyncMockAssert) PASS: test_assert_has_awaits_ordered (unittest.test.testmock.testasync.AsyncMockAssert) PASS: test_assert_has_calls_not_awaits (unittest.test.testmock.testasync.AsyncMockAssert) PASS: test_assert_has_mock_calls_on_async_mock_no_spec (unittest.test.testmock.testasync.AsyncMockAssert) PASS: test_assert_has_mock_calls_on_async_mock_with_spec (unittest.test.testmock.testasync.AsyncMockAssert) PASS: test_assert_not_awaited (unittest.test.testmock.testasync.AsyncMockAssert) PASS: test_async_arg_lists (unittest.test.testmock.testasync.AsyncMockAssert) PASS: test_async_method_calls_recorded (unittest.test.testmock.testasync.AsyncMockAssert) PASS: test_awaits_asserts_with_any (unittest.test.testmock.testasync.AsyncMockAssert) PASS: test_awaits_asserts_with_spec_and_any (unittest.test.testmock.testasync.AsyncMockAssert) PASS: test_future_isfuture (unittest.test.testmock.testasync.AsyncMockTest) PASS: test_isawaitable (unittest.test.testmock.testasync.AsyncMockTest) PASS: test_iscoroutinefunction_default (unittest.test.testmock.testasync.AsyncMockTest) PASS: test_iscoroutinefunction_function (unittest.test.testmock.testasync.AsyncMockTest) PASS: test_iscoroutinefunction_normal_function (unittest.test.testmock.testasync.AsyncMockTest) PASS: test_async_def_cm (unittest.test.testmock.testasync.AsyncPatchCMTest) PASS: test_is_AsyncMock_cm (unittest.test.testmock.testasync.AsyncPatchCMTest) PASS: test_is_async_cm (unittest.test.testmock.testasync.AsyncPatchCMTest) PASS: test_is_async_function_cm (unittest.test.testmock.testasync.AsyncPatchCMTest) PASS: test_async_def_patch (unittest.test.testmock.testasync.AsyncPatchDecoratorTest) PASS: test_is_AsyncMock_patch (unittest.test.testmock.testasync.AsyncPatchDecoratorTest) PASS: test_is_AsyncMock_patch_classmethod (unittest.test.testmock.testasync.AsyncPatchDecoratorTest) PASS: test_is_AsyncMock_patch_staticmethod (unittest.test.testmock.testasync.AsyncPatchDecoratorTest) PASS: test_is_async_patch (unittest.test.testmock.testasync.AsyncPatchDecoratorTest) PASS: test_is_coroutine_function_patch (unittest.test.testmock.testasync.AsyncPatchDecoratorTest) PASS: test_is_AsyncMock_patch (unittest.test.testmock.testasync.AsyncSpecSetTest) PASS: test_is_async_AsyncMock (unittest.test.testmock.testasync.AsyncSpecSetTest) PASS: test_is_child_AsyncMock (unittest.test.testmock.testasync.AsyncSpecSetTest) PASS: test_magicmock_lambda_spec (unittest.test.testmock.testasync.AsyncSpecSetTest) PASS: test_spec_as_normal_kw_AsyncMock (unittest.test.testmock.testasync.AsyncSpecTest) PASS: test_spec_as_normal_positional_AsyncMock (unittest.test.testmock.testasync.AsyncSpecTest) PASS: test_spec_async_attributes (unittest.test.testmock.testasync.AsyncSpecTest) PASS: test_spec_async_mock (unittest.test.testmock.testasync.AsyncSpecTest) PASS: test_spec_mock_type_kw (unittest.test.testmock.testasync.AsyncSpecTest) PASS: test_spec_mock_type_positional (unittest.test.testmock.testasync.AsyncSpecTest) PASS: test_spec_normal_methods_on_class (unittest.test.testmock.testasync.AsyncSpecTest) PASS: test_spec_normal_methods_on_class_with_mock (unittest.test.testmock.testasync.AsyncSpecTest) PASS: test_spec_parent_not_async_attribute_is (unittest.test.testmock.testasync.AsyncSpecTest) PASS: test_target_async_spec_not (unittest.test.testmock.testasync.AsyncSpecTest) PASS: test_target_not_async_spec_is (unittest.test.testmock.testasync.AsyncSpecTest) PASS: test_autospec (unittest.test.testmock.testpatch.PatchTest) PASS: test_autospec_classmethod (unittest.test.testmock.testpatch.PatchTest) PASS: test_autospec_function (unittest.test.testmock.testpatch.PatchTest) PASS: test_autospec_inherits (unittest.test.testmock.testpatch.PatchTest) PASS: test_autospec_keywords (unittest.test.testmock.testpatch.PatchTest) PASS: test_autospec_name (unittest.test.testmock.testpatch.PatchTest) PASS: test_autospec_staticmethod (unittest.test.testmock.testpatch.PatchTest) PASS: test_autospec_with_new (unittest.test.testmock.testpatch.PatchTest) PASS: test_autospec_with_object (unittest.test.testmock.testpatch.PatchTest) PASS: test_callable_spec_as_list (unittest.test.testmock.testpatch.PatchTest) PASS: test_cant_set_kwargs_when_passing_a_mock (unittest.test.testmock.testpatch.PatchTest) PASS: test_create_and_specs (unittest.test.testmock.testpatch.PatchTest) PASS: test_dotted_but_module_not_loaded (unittest.test.testmock.testpatch.PatchTest) PASS: test_falsey_spec (unittest.test.testmock.testpatch.PatchTest) PASS: test_get_only_proxy (unittest.test.testmock.testpatch.PatchTest) PASS: test_get_set_delete_proxy (unittest.test.testmock.testpatch.PatchTest) PASS: test_invalid_target (unittest.test.testmock.testpatch.PatchTest) PASS: test_mock_calls_with_patch (unittest.test.testmock.testpatch.PatchTest) PASS: test_multiple_patchobject (unittest.test.testmock.testpatch.PatchTest) PASS: test_multiple_specs (unittest.test.testmock.testpatch.PatchTest) PASS: test_name_preserved (unittest.test.testmock.testpatch.PatchTest) PASS: test_nested_patch_failure (unittest.test.testmock.testpatch.PatchTest) PASS: test_nested_patch_with_spec_as_list (unittest.test.testmock.testpatch.PatchTest) PASS: test_new_callable_class_decorating (unittest.test.testmock.testpatch.PatchTest) PASS: test_new_callable_create (unittest.test.testmock.testpatch.PatchTest) PASS: test_new_callable_failure (unittest.test.testmock.testpatch.PatchTest) PASS: test_new_callable_incompatible_with_autospec (unittest.test.testmock.testpatch.PatchTest) PASS: test_new_callable_incompatible_with_new (unittest.test.testmock.testpatch.PatchTest) PASS: test_new_callable_inherit_for_mocks (unittest.test.testmock.testpatch.PatchTest) PASS: test_new_callable_inherit_non_mock (unittest.test.testmock.testpatch.PatchTest) PASS: test_new_callable_keyword_arguments (unittest.test.testmock.testpatch.PatchTest) PASS: test_new_callable_patch (unittest.test.testmock.testpatch.PatchTest) PASS: test_new_callable_patch_object (unittest.test.testmock.testpatch.PatchTest) PASS: test_new_callable_spec (unittest.test.testmock.testpatch.PatchTest) PASS: test_not_callable_spec_as_list (unittest.test.testmock.testpatch.PatchTest) PASS: test_object_lookup_is_quite_lazy (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_and_patch_dict_stopall (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_builtins_without_create (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_class_acts_with_spec_is_inherited (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_class_attribute (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_class_decorator (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_dict (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_dict_as_context_manager (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_dict_class_decorator (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_dict_decorator_resolution (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_dict_keyword_args (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_dict_start_stop (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_dict_stop_without_start (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_dict_stopall (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_dict_test_prefix (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_dict_with_clear (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_dict_with_container_object (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_dict_with_container_object_and_clear (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_dict_with_string (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_imports_lazily (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_keyword_args (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_local (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_multiple (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_multiple_create (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_multiple_create_mocks (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_multiple_create_mocks_different_order (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_multiple_create_mocks_patcher (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_multiple_decorating_class (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_multiple_failure (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_multiple_new_callable (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_multiple_new_callable_failure (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_multiple_no_kwargs (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_multiple_spec_set (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_multiple_stacked_decorators (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_multiple_string_subclasses (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_nested_autospec_repr (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_object_keyword_args (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_object_with_spec_as_boolean (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_orderdict (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_propagates_exc_on_exit (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_slots (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_spec_set (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_start_stop (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_stopall (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_test_prefix (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_with_create_mocks_non_existent_attributes (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_with_exception (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_with_spec (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_with_spec_as_boolean (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_with_spec_as_list (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_with_spec_mock_repr (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_with_static_methods (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_wont_create_by_default (unittest.test.testmock.testpatch.PatchTest) PASS: test_patchobject_class_decorator (unittest.test.testmock.testpatch.PatchTest) PASS: test_patchobject_start_stop (unittest.test.testmock.testpatch.PatchTest) PASS: test_patchobject_twice (unittest.test.testmock.testpatch.PatchTest) PASS: test_patchobject_with_create_mocks_non_existent_attributes (unittest.test.testmock.testpatch.PatchTest) PASS: test_patchobject_with_default_mock (unittest.test.testmock.testpatch.PatchTest) PASS: test_patchobject_with_none (unittest.test.testmock.testpatch.PatchTest) PASS: test_patchobject_with_spec (unittest.test.testmock.testpatch.PatchTest) PASS: test_patchobject_with_spec_as_list (unittest.test.testmock.testpatch.PatchTest) PASS: test_patchobject_with_string_as_target (unittest.test.testmock.testpatch.PatchTest) PASS: test_patchobject_wont_create_by_default (unittest.test.testmock.testpatch.PatchTest) PASS: test_single_patchobject (unittest.test.testmock.testpatch.PatchTest) PASS: test_spec_set_inherit (unittest.test.testmock.testpatch.PatchTest) PASS: test_spec_set_true (unittest.test.testmock.testpatch.PatchTest) PASS: test_special_attrs (unittest.test.testmock.testpatch.PatchTest) PASS: test_specs_false_instead_of_none (unittest.test.testmock.testpatch.PatchTest) PASS: test_stop_idempotent (unittest.test.testmock.testpatch.PatchTest) PASS: test_stop_without_start (unittest.test.testmock.testpatch.PatchTest) PASS: test_stopall_lifo (unittest.test.testmock.testpatch.PatchTest) PASS: test_tracebacks (unittest.test.testmock.testpatch.PatchTest) PASS: test__name__ (unittest.test.testmock.testmock.MockTest) PASS: test_adding_child_mock (unittest.test.testmock.testmock.MockTest) PASS: test_adding_return_value_mock (unittest.test.testmock.testmock.MockTest) PASS: test_all (unittest.test.testmock.testmock.MockTest) PASS: test_arg_lists (unittest.test.testmock.testmock.MockTest) PASS: test_assert_any_call (unittest.test.testmock.testmock.MockTest) PASS: test_assert_any_call_with_function_spec (unittest.test.testmock.testmock.MockTest) PASS: test_assert_called (unittest.test.testmock.testmock.MockTest) PASS: test_assert_called_exception_message (unittest.test.testmock.testmock.MockTest) PASS: test_assert_called_once (unittest.test.testmock.testmock.MockTest) PASS: test_assert_called_once_message (unittest.test.testmock.testmock.MockTest) PASS: test_assert_called_once_message_not_called (unittest.test.testmock.testmock.MockTest) PASS: test_assert_called_once_with (unittest.test.testmock.testmock.MockTest) PASS: test_assert_called_once_with_call_list (unittest.test.testmock.testmock.MockTest) PASS: test_assert_called_once_with_function_spec (unittest.test.testmock.testmock.MockTest) PASS: test_assert_called_once_with_message (unittest.test.testmock.testmock.MockTest) PASS: test_assert_called_with (unittest.test.testmock.testmock.MockTest) PASS: test_assert_called_with_any (unittest.test.testmock.testmock.MockTest) PASS: test_assert_called_with_failure_message (unittest.test.testmock.testmock.MockTest) PASS: test_assert_called_with_function_spec (unittest.test.testmock.testmock.MockTest) PASS: test_assert_called_with_message (unittest.test.testmock.testmock.MockTest) PASS: test_assert_called_with_method_spec (unittest.test.testmock.testmock.MockTest) PASS: test_assert_has_calls (unittest.test.testmock.testmock.MockTest) PASS: test_assert_has_calls_any_order (unittest.test.testmock.testmock.MockTest) PASS: test_assert_has_calls_nested_spec (unittest.test.testmock.testmock.MockTest) PASS: test_assert_has_calls_nested_without_spec (unittest.test.testmock.testmock.MockTest) PASS: test_assert_has_calls_not_matching_spec_error (unittest.test.testmock.testmock.MockTest) PASS: test_assert_has_calls_with_function_spec (unittest.test.testmock.testmock.MockTest) PASS: test_assert_not_called (unittest.test.testmock.testmock.MockTest) PASS: test_assert_not_called_message (unittest.test.testmock.testmock.MockTest) PASS: test_attach_mock (unittest.test.testmock.testmock.MockTest) PASS: test_attach_mock_patch_autospec (unittest.test.testmock.testmock.MockTest) PASS: test_attach_mock_patch_autospec_signature (unittest.test.testmock.testmock.MockTest) PASS: test_attach_mock_return_value (unittest.test.testmock.testmock.MockTest) PASS: test_attribute_access_returns_mocks (unittest.test.testmock.testmock.MockTest) PASS: test_attribute_deletion (unittest.test.testmock.testmock.MockTest) PASS: test_attributes_have_name_and_parent_set (unittest.test.testmock.testmock.MockTest) PASS: test_autospec_mock (unittest.test.testmock.testmock.MockTest) PASS: test_autospec_side_effect (unittest.test.testmock.testmock.MockTest) PASS: test_autospec_side_effect_exception (unittest.test.testmock.testmock.MockTest) PASS: test_baseexceptional_side_effect (unittest.test.testmock.testmock.MockTest) PASS: test_bool_not_called_when_passing_spec_arg (unittest.test.testmock.testmock.MockTest) PASS: test_call (unittest.test.testmock.testmock.MockTest) PASS: test_call_args_comparison (unittest.test.testmock.testmock.MockTest) PASS: test_call_args_two_tuple (unittest.test.testmock.testmock.MockTest) PASS: test_calls_equal_with_any (unittest.test.testmock.testmock.MockTest) PASS: test_change_return_value_via_delegate (unittest.test.testmock.testmock.MockTest) PASS: test_change_side_effect_via_delegate (unittest.test.testmock.testmock.MockTest) PASS: test_child_mock_call_equal (unittest.test.testmock.testmock.MockTest) PASS: test_class_assignable (unittest.test.testmock.testmock.MockTest) PASS: test_configure_mock (unittest.test.testmock.testmock.MockTest) PASS: test_constructor (unittest.test.testmock.testmock.MockTest) PASS: test_copy (unittest.test.testmock.testmock.MockTest) PASS: test_create_autospec_classmethod_and_staticmethod (unittest.test.testmock.testmock.MockTest) PASS: test_create_autospec_with_name (unittest.test.testmock.testmock.MockTest) PASS: test_customize_wrapped_object_with_return_value (unittest.test.testmock.testmock.MockTest) PASS: test_customize_wrapped_object_with_return_value_and_side_effect (unittest.test.testmock.testmock.MockTest) PASS: test_customize_wrapped_object_with_return_value_and_side_effect2 (unittest.test.testmock.testmock.MockTest) PASS: test_customize_wrapped_object_with_return_value_and_side_effect_default (unittest.test.testmock.testmock.MockTest) PASS: test_customize_wrapped_object_with_side_effect_exception (unittest.test.testmock.testmock.MockTest) PASS: test_customize_wrapped_object_with_side_effect_function (unittest.test.testmock.testmock.MockTest) PASS: test_customize_wrapped_object_with_side_effect_iterable (unittest.test.testmock.testmock.MockTest) PASS: test_customize_wrapped_object_with_side_effect_iterable_with_default (unittest.test.testmock.testmock.MockTest) PASS: test_dir (unittest.test.testmock.testmock.MockTest) PASS: test_dir_does_not_include_deleted_attributes (unittest.test.testmock.testmock.MockTest) PASS: test_dir_from_spec (unittest.test.testmock.testmock.MockTest) PASS: test_exceptional_side_effect (unittest.test.testmock.testmock.MockTest) PASS: test_filter_dir (unittest.test.testmock.testmock.MockTest) PASS: test_from_spec (unittest.test.testmock.testmock.MockTest) PASS: test_isinstance_under_settrace (unittest.test.testmock.testmock.MockTest) PASS: test_magic_method_wraps_class (unittest.test.testmock.testmock.MockTest) PASS: test_magic_method_wraps_dict (unittest.test.testmock.testmock.MockTest) PASS: test_magic_methods_mock_calls (unittest.test.testmock.testmock.MockTest) PASS: test_manager_mock (unittest.test.testmock.testmock.MockTest) PASS: test_method_calls_compare_easily (unittest.test.testmock.testmock.MockTest) PASS: test_method_calls_recorded (unittest.test.testmock.testmock.MockTest) PASS: test_misspelled_arguments (unittest.test.testmock.testmock.MockTest) PASS: test_mock_add_spec (unittest.test.testmock.testmock.MockTest) PASS: test_mock_add_spec_magic_methods (unittest.test.testmock.testmock.MockTest) PASS: test_mock_call_not_equal_leaf (unittest.test.testmock.testmock.MockTest) PASS: test_mock_call_not_equal_non_leaf (unittest.test.testmock.testmock.MockTest) PASS: test_mock_call_not_equal_non_leaf_attr (unittest.test.testmock.testmock.MockTest) PASS: test_mock_call_not_equal_non_leaf_call_versus_attr (unittest.test.testmock.testmock.MockTest) PASS: test_mock_call_not_equal_non_leaf_params_different (unittest.test.testmock.testmock.MockTest) PASS: test_mock_call_repr (unittest.test.testmock.testmock.MockTest) PASS: test_mock_call_repr_loop (unittest.test.testmock.testmock.MockTest) PASS: test_mock_calls (unittest.test.testmock.testmock.MockTest) PASS: test_mock_calls_contains (unittest.test.testmock.testmock.MockTest) PASS: test_mock_calls_create_autospec (unittest.test.testmock.testmock.MockTest) PASS: test_mock_does_not_raise_on_repeated_attribute_deletion (unittest.test.testmock.testmock.MockTest) PASS: test_mock_open_after_eof (unittest.test.testmock.testmock.MockTest) PASS: test_mock_open_alter_readline (unittest.test.testmock.testmock.MockTest) PASS: test_mock_open_dunder_iter_issue (unittest.test.testmock.testmock.MockTest) PASS: test_mock_open_next_with_readline_with_return_value (unittest.test.testmock.testmock.MockTest) PASS: test_mock_open_reuse_issue_21750 (unittest.test.testmock.testmock.MockTest) PASS: test_mock_open_using_next (unittest.test.testmock.testmock.MockTest) PASS: test_mock_open_write (unittest.test.testmock.testmock.MockTest) PASS: test_mock_parents (unittest.test.testmock.testmock.MockTest) PASS: test_mock_raises_when_deleting_nonexistent_attribute (unittest.test.testmock.testmock.MockTest) PASS: test_mock_unsafe (unittest.test.testmock.testmock.MockTest) PASS: test_name_attribute_of_call (unittest.test.testmock.testmock.MockTest) PASS: test_only_allowed_methods_exist (unittest.test.testmock.testmock.MockTest) PASS: test_ordered_call_signature (unittest.test.testmock.testmock.MockTest) PASS: test_override_tuple_methods (unittest.test.testmock.testmock.MockTest) PASS: test_parent_attribute_of_call (unittest.test.testmock.testmock.MockTest) PASS: test_parent_propagation_with_autospec_attach_mock (unittest.test.testmock.testmock.MockTest) PASS: test_parent_propagation_with_create_autospec (unittest.test.testmock.testmock.MockTest) PASS: test_repr (unittest.test.testmock.testmock.MockTest) PASS: test_repr_with_spec (unittest.test.testmock.testmock.MockTest) PASS: test_reset_mock (unittest.test.testmock.testmock.MockTest) PASS: test_reset_mock_does_not_raise_on_attr_deletion (unittest.test.testmock.testmock.MockTest) PASS: test_reset_mock_on_mock_open_issue_18622 (unittest.test.testmock.testmock.MockTest) PASS: test_reset_mock_recursion (unittest.test.testmock.testmock.MockTest) PASS: test_reset_return (unittest.test.testmock.testmock.MockTest) PASS: test_reset_return_sideeffect (unittest.test.testmock.testmock.MockTest) PASS: test_reset_return_with_children (unittest.test.testmock.testmock.MockTest) PASS: test_reset_return_with_children_side_effect (unittest.test.testmock.testmock.MockTest) PASS: test_reset_sideeffect (unittest.test.testmock.testmock.MockTest) PASS: test_return_value_in_constructor (unittest.test.testmock.testmock.MockTest) PASS: test_setting_attribute_with_spec_set (unittest.test.testmock.testmock.MockTest) PASS: test_setting_call (unittest.test.testmock.testmock.MockTest) PASS: test_side_effect (unittest.test.testmock.testmock.MockTest) PASS: test_side_effect_iterator (unittest.test.testmock.testmock.MockTest) PASS: test_side_effect_iterator_default (unittest.test.testmock.testmock.MockTest) PASS: test_side_effect_iterator_exceptions (unittest.test.testmock.testmock.MockTest) PASS: test_side_effect_setting_iterator (unittest.test.testmock.testmock.MockTest) PASS: test_spec_class (unittest.test.testmock.testmock.MockTest) PASS: test_spec_class_no_object_base (unittest.test.testmock.testmock.MockTest) PASS: test_spec_list_subclass (unittest.test.testmock.testmock.MockTest) PASS: test_subclass_with_properties (unittest.test.testmock.testmock.MockTest) PASS: test_subclassing (unittest.test.testmock.testmock.MockTest) PASS: test_wraps_attributes (unittest.test.testmock.testmock.MockTest) PASS: test_wraps_call_with_nondefault_return_value (unittest.test.testmock.testmock.MockTest) PASS: test_wraps_calls (unittest.test.testmock.testmock.MockTest) PASS: test_wraps_prevents_automatic_creation_of_mocks (unittest.test.testmock.testmock.MockTest) PASS: testBases (unittest.test.testmock.testsentinel.SentinelTest) PASS: testCopy (unittest.test.testmock.testsentinel.SentinelTest) PASS: testDEFAULT (unittest.test.testmock.testsentinel.SentinelTest) PASS: testPickle (unittest.test.testmock.testsentinel.SentinelTest) PASS: testSentinelName (unittest.test.testmock.testsentinel.SentinelTest) PASS: testSentinels (unittest.test.testmock.testsentinel.SentinelTest) PASS: test_any (unittest.test.testmock.testhelpers.AnyTest) PASS: test_any_and_datetime (unittest.test.testmock.testhelpers.AnyTest) PASS: test_any_and_spec_set (unittest.test.testmock.testhelpers.AnyTest) PASS: test_any_mock_calls_comparison_order (unittest.test.testmock.testhelpers.AnyTest) PASS: test_any_no_spec (unittest.test.testmock.testhelpers.AnyTest) PASS: test_repr (unittest.test.testmock.testhelpers.AnyTest) PASS: test_attribute_call (unittest.test.testmock.testhelpers.CallTest) PASS: test_call (unittest.test.testmock.testhelpers.CallTest) PASS: test_call_any (unittest.test.testmock.testhelpers.CallTest) PASS: test_call_list (unittest.test.testmock.testhelpers.CallTest) PASS: test_call_ne (unittest.test.testmock.testhelpers.CallTest) PASS: test_call_non_tuples (unittest.test.testmock.testhelpers.CallTest) PASS: test_call_with_args (unittest.test.testmock.testhelpers.CallTest) PASS: test_call_with_args_call_empty_name (unittest.test.testmock.testhelpers.CallTest) PASS: test_call_with_call (unittest.test.testmock.testhelpers.CallTest) PASS: test_call_with_kwargs (unittest.test.testmock.testhelpers.CallTest) PASS: test_call_with_name (unittest.test.testmock.testhelpers.CallTest) PASS: test_dunder_call (unittest.test.testmock.testhelpers.CallTest) PASS: test_empty__Call (unittest.test.testmock.testhelpers.CallTest) PASS: test_extended_call (unittest.test.testmock.testhelpers.CallTest) PASS: test_extended_not_equal (unittest.test.testmock.testhelpers.CallTest) PASS: test_named_call_with_args (unittest.test.testmock.testhelpers.CallTest) PASS: test_named_call_with_kwargs (unittest.test.testmock.testhelpers.CallTest) PASS: test_named_empty_call (unittest.test.testmock.testhelpers.CallTest) PASS: test_nested_calls_not_equal (unittest.test.testmock.testhelpers.CallTest) PASS: test_repr (unittest.test.testmock.testhelpers.CallTest) PASS: test_two_args_call (unittest.test.testmock.testhelpers.CallTest) PASS: test_attributes (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_autospec_data_descriptor (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_autospec_functions_with_self_in_odd_place (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_autospec_getattr_partial_function (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_autospec_on_bound_builtin_function (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_autospec_reset_mock (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_basic (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_builtin_functions_types (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_builtins (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_class_with_no_init (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_create_autospec_keyword_arguments (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_create_autospec_keyword_only_arguments (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_create_autospec_none (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_create_autospec_return_value (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_descriptors (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_function (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_function_as_instance_attribute (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_inherit (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_magic_methods (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_method_calls (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_mocking_unbound_methods (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_recursive (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_signature_callable (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_signature_class (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_signature_noncallable (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_skip_attributeerrors (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_spec_as_list (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_spec_function_assert_any_call (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_spec_function_assert_has_calls (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_spec_function_no_name (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_spec_function_reset_mock (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_spec_has_descriptor_returning_function (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_spec_has_function_not_in_bases (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_spec_inheritance_for_classes (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_spec_inspect_signature (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_spec_inspect_signature_annotations (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_spec_set (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_args_list_contains_call_list (unittest.test.testmock.testhelpers.TestCallList) PASS: test_call_list_str (unittest.test.testmock.testhelpers.TestCallList) PASS: test_propertymock (unittest.test.testmock.testhelpers.TestCallList) PASS: test_propertymock_returnvalue (unittest.test.testmock.testhelpers.TestCallList) PASS: test_call_magic_method (unittest.test.testmock.testhelpers.TestCallablePredicate) PASS: test_classmethod (unittest.test.testmock.testhelpers.TestCallablePredicate) PASS: test_non_callable_classmethod (unittest.test.testmock.testhelpers.TestCallablePredicate) PASS: test_non_callable_staticmethod (unittest.test.testmock.testhelpers.TestCallablePredicate) PASS: test_staticmethod (unittest.test.testmock.testhelpers.TestCallablePredicate) PASS: test_type (unittest.test.testmock.testhelpers.TestCallablePredicate) PASS: test_attributes (unittest.test.testmock.testcallable.TestCallable) PASS: test_create_autospec (unittest.test.testmock.testcallable.TestCallable) PASS: test_create_autospec_instance (unittest.test.testmock.testcallable.TestCallable) PASS: test_hierarchy (unittest.test.testmock.testcallable.TestCallable) PASS: test_non_callable (unittest.test.testmock.testcallable.TestCallable) PASS: test_patch_spec (unittest.test.testmock.testcallable.TestCallable) PASS: test_patch_spec_callable_class (unittest.test.testmock.testcallable.TestCallable) PASS: test_patch_spec_instance (unittest.test.testmock.testcallable.TestCallable) PASS: test_patch_spec_set (unittest.test.testmock.testcallable.TestCallable) PASS: test_patch_spec_set_instance (unittest.test.testmock.testcallable.TestCallable) PASS: test_subclasses (unittest.test.testmock.testcallable.TestCallable) PASS: test_attribute_chain_is_maintained (unittest.test.testmock.testsealable.TestSealable) PASS: test_attributes_return_more_mocks_by_default (unittest.test.testmock.testsealable.TestSealable) PASS: test_call_chain_is_maintained (unittest.test.testmock.testsealable.TestSealable) PASS: test_call_on_defined_sealed_mock_succeeds (unittest.test.testmock.testsealable.TestSealable) PASS: test_call_on_sealed_mock_fails (unittest.test.testmock.testsealable.TestSealable) PASS: test_existing_attributes_allowed_after_seal (unittest.test.testmock.testsealable.TestSealable) PASS: test_existing_attributes_can_be_set_on_seal (unittest.test.testmock.testsealable.TestSealable) PASS: test_initialized_attributes_allowed_after_seal (unittest.test.testmock.testsealable.TestSealable) test_integration_with_spec_att_definition (unittest.test.testmock.testsealable.TestSealable) PASS: You are not restricted when using mock with spec test_integration_with_spec_method_definition (unittest.test.testmock.testsealable.TestSealable) PASS: You need to define the methods, even if they are in the spec test_integration_with_spec_method_definition_respects_spec (unittest.test.testmock.testsealable.TestSealable) PASS: You cannot define methods out of the spec PASS: test_new_attributes_cannot_be_accessed_on_seal (unittest.test.testmock.testsealable.TestSealable) PASS: test_new_attributes_cannot_be_set_on_child_of_seal (unittest.test.testmock.testsealable.TestSealable) PASS: test_new_attributes_cannot_be_set_on_seal (unittest.test.testmock.testsealable.TestSealable) PASS: test_seal_with_autospec (unittest.test.testmock.testsealable.TestSealable) PASS: test_sealed_exception_has_attribute_name (unittest.test.testmock.testsealable.TestSealable) PASS: test_seals_dont_recurse_on_manual_attributes (unittest.test.testmock.testsealable.TestSealable) PASS: test_seals_recurse_on_added_attributes (unittest.test.testmock.testsealable.TestSealable) PASS: test_seals_recurse_on_magic_methods (unittest.test.testmock.testsealable.TestSealable) PASS: test_asyncmock_defaults (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) PASS: test_attributes_and_return_value (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) PASS: test_bound_methods (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) PASS: test_changing_magic_set_in_initialization (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) PASS: test_comparison (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) PASS: test_deleting_magic_methods (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) PASS: test_descriptor_from_class (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) PASS: test_dict_methods (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) PASS: test_dir (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) PASS: test_division (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) PASS: test_divmod_and_rdivmod (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) PASS: test_equality (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) PASS: test_hash (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) PASS: test_iterable_as_iter_return_value (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) PASS: test_len_contains_iter (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) PASS: test_magic_in_initialization (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) PASS: test_magic_method_reset_mock (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) PASS: test_magic_method_type (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) PASS: test_magic_method_wrapping (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) PASS: test_magic_methods_and_spec (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) PASS: test_magic_methods_and_spec_set (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) PASS: test_magic_methods_are_magic_mocks (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) PASS: test_magic_methods_fspath (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) PASS: test_magic_methods_isolated_between_mocks (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) PASS: test_magic_mock_equality (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) PASS: test_magicmock (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) PASS: test_magicmock_defaults (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) PASS: test_magicmock_del (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) PASS: test_matmul (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) PASS: test_nonzero (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) PASS: test_numeric (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) PASS: test_repr (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) PASS: test_setting_unsupported_magic_method (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) PASS: test_str (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) PASS: test_dunder_iter_data (unittest.test.testmock.testwith.TestMockOpen) PASS: test_explicit_mock (unittest.test.testmock.testwith.TestMockOpen) PASS: test_interleaved_reads (unittest.test.testmock.testwith.TestMockOpen) PASS: test_mock_open (unittest.test.testmock.testwith.TestMockOpen) PASS: test_mock_open_context_manager (unittest.test.testmock.testwith.TestMockOpen) PASS: test_mock_open_context_manager_multiple_times (unittest.test.testmock.testwith.TestMockOpen) PASS: test_mock_open_read_with_argument (unittest.test.testmock.testwith.TestMockOpen) PASS: test_next_data (unittest.test.testmock.testwith.TestMockOpen) PASS: test_overriding_return_values (unittest.test.testmock.testwith.TestMockOpen) PASS: test_read_bytes (unittest.test.testmock.testwith.TestMockOpen) PASS: test_read_data (unittest.test.testmock.testwith.TestMockOpen) PASS: test_readline_bytes (unittest.test.testmock.testwith.TestMockOpen) PASS: test_readline_data (unittest.test.testmock.testwith.TestMockOpen) PASS: test_readlines_bytes (unittest.test.testmock.testwith.TestMockOpen) PASS: test_readlines_data (unittest.test.testmock.testwith.TestMockOpen) PASS: testContextManagerMocking (unittest.test.testmock.testwith.WithTest) PASS: test_context_manager_with_magic_mock (unittest.test.testmock.testwith.WithTest) PASS: test_dict_context_manager (unittest.test.testmock.testwith.WithTest) PASS: test_double_patch_instance_method (unittest.test.testmock.testwith.WithTest) PASS: test_patch_object_with_statement (unittest.test.testmock.testwith.WithTest) PASS: test_with_statement (unittest.test.testmock.testwith.WithTest) PASS: test_with_statement_as (unittest.test.testmock.testwith.WithTest) PASS: test_with_statement_exception (unittest.test.testmock.testwith.WithTest) PASS: test_with_statement_imbricated (unittest.test.testmock.testwith.WithTest) PASS: test_with_statement_nested (unittest.test.testmock.testwith.WithTest) PASS: test_with_statement_same_attribute (unittest.test.testmock.testwith.WithTest) PASS: test_with_statement_specified (unittest.test.testmock.testwith.WithTest) ---------------------------------------------------------------------- Ran 986 tests in 2.876s OK (skipped=3) 0:00:05 load avg: 0.76 [ 8/427] test_doctest PASS: test_empty_namespace_package (test.test_doctest.TestDocTestFinder) test_issue35753 (test.test_doctest.TestDocTestFinder) ... 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) PASS: Doctest: doctest.DebugRunner debug (doctest.DocTestCase) PASS: Doctest: doctest.DocTestCase.debug DocTestRunner (doctest) PASS: Doctest: doctest.DocTestRunner _TestClass (doctest) PASS: Doctest: doctest._TestClass __init__ (doctest._TestClass) PASS: Doctest: doctest._TestClass.__init__ get (doctest._TestClass) PASS: Doctest: doctest._TestClass.get square (doctest._TestClass) PASS: Doctest: doctest._TestClass.square blank lines (doctest.__test__) PASS: Doctest: doctest.__test__.blank lines bool-int equivalence (doctest.__test__) PASS: Doctest: doctest.__test__.bool-int equivalence ellipsis (doctest.__test__) PASS: Doctest: doctest.__test__.ellipsis string (doctest.__test__) PASS: Doctest: doctest.__test__.string whitespace normalization (doctest.__test__) PASS: Doctest: doctest.__test__.whitespace normalization _ellipsis_match (doctest) PASS: Doctest: doctest._ellipsis_match script_from_examples (doctest) PASS: Doctest: doctest.script_from_examples set_unittest_reportflags (doctest) PASS: Doctest: doctest.set_unittest_reportflags SampleClass (test.test_doctest) PASS: Doctest: test.test_doctest.SampleClass NestedClass (test.test_doctest.SampleClass) PASS: Doctest: test.test_doctest.SampleClass.NestedClass __init__ (test.test_doctest.SampleClass.NestedClass) PASS: Doctest: test.test_doctest.SampleClass.NestedClass.__init__ __init__ (test.test_doctest.SampleClass) PASS: Doctest: test.test_doctest.SampleClass.__init__ a_classmethod (test.test_doctest.SampleClass) PASS: Doctest: test.test_doctest.SampleClass.a_classmethod a_classmethod_property (test.test_doctest.SampleClass) PASS: Doctest: test.test_doctest.SampleClass.a_classmethod_property a_property (test.test_doctest.SampleClass) PASS: Doctest: test.test_doctest.SampleClass.a_property a_staticmethod (test.test_doctest.SampleClass) PASS: Doctest: test.test_doctest.SampleClass.a_staticmethod double (test.test_doctest.SampleClass) PASS: Doctest: test.test_doctest.SampleClass.double get (test.test_doctest.SampleClass) PASS: Doctest: test.test_doctest.SampleClass.get SampleNewStyleClass (test.test_doctest) PASS: Doctest: test.test_doctest.SampleNewStyleClass __init__ (test.test_doctest.SampleNewStyleClass) PASS: Doctest: test.test_doctest.SampleNewStyleClass.__init__ double (test.test_doctest.SampleNewStyleClass) PASS: Doctest: test.test_doctest.SampleNewStyleClass.double get (test.test_doctest.SampleNewStyleClass) PASS: Doctest: test.test_doctest.SampleNewStyleClass.get sample_func (test.test_doctest) PASS: Doctest: test.test_doctest.sample_func test_CLI (test.test_doctest) PASS: Doctest: test.test_doctest.test_CLI test_DocFileSuite (test.test_doctest) PASS: Doctest: test.test_doctest.test_DocFileSuite test_DocTest (test.test_doctest) PASS: Doctest: test.test_doctest.test_DocTest basics (test.test_doctest.test_DocTestFinder) PASS: Doctest: test.test_doctest.test_DocTestFinder.basics non_Python_modules (test.test_doctest.test_DocTestFinder) PASS: Doctest: test.test_doctest.test_DocTestFinder.non_Python_modules test_DocTestParser (test.test_doctest) PASS: Doctest: test.test_doctest.test_DocTestParser basics (test.test_doctest.test_DocTestRunner) PASS: Doctest: test.test_doctest.test_DocTestRunner.basics displayhook (test.test_doctest.test_DocTestRunner) PASS: Doctest: test.test_doctest.test_DocTestRunner.displayhook exceptions (test.test_doctest.test_DocTestRunner) PASS: Doctest: test.test_doctest.test_DocTestRunner.exceptions option_directives (test.test_doctest.test_DocTestRunner) PASS: Doctest: test.test_doctest.test_DocTestRunner.option_directives optionflags (test.test_doctest.test_DocTestRunner) PASS: Doctest: test.test_doctest.test_DocTestRunner.optionflags verbose_flag (test.test_doctest.test_DocTestRunner) PASS: Doctest: test.test_doctest.test_DocTestRunner.verbose_flag test_DocTestSuite (test.test_doctest) PASS: Doctest: test.test_doctest.test_DocTestSuite test_Example (test.test_doctest) PASS: Doctest: test.test_doctest.test_Example test_debug (test.test_doctest) PASS: Doctest: test.test_doctest.test_debug test_lineendings (test.test_doctest) PASS: Doctest: test.test_doctest.test_lineendings test_look_in_unwrapped (test.test_doctest) PASS: Doctest: test.test_doctest.test_look_in_unwrapped test_no_trailing_whitespace_stripping (test.test_doctest) PASS: Doctest: test.test_doctest.test_no_trailing_whitespace_stripping test_pdb_set_trace (test.test_doctest) PASS: Doctest: test.test_doctest.test_pdb_set_trace test_pdb_set_trace_nested (test.test_doctest) PASS: Doctest: test.test_doctest.test_pdb_set_trace_nested test_run_doctestsuite_multiple_times (test.test_doctest) PASS: Doctest: test.test_doctest.test_run_doctestsuite_multiple_times test_testfile (test.test_doctest) PASS: Doctest: test.test_doctest.test_testfile test_testmod (test.test_doctest) PASS: Doctest: test.test_doctest.test_testmod test_testsource (test.test_doctest) PASS: Doctest: test.test_doctest.test_testsource test_trailing_space_in_test (test.test_doctest) PASS: Doctest: test.test_doctest.test_trailing_space_in_test test_unicode (test.test_doctest) PASS: Doctest: test.test_doctest.test_unicode test_unittest_reportflags (test.test_doctest) PASS: Doctest: test.test_doctest.test_unittest_reportflags ---------------------------------------------------------------------- Ran 59 tests in 0.877s OK 0:00:06 load avg: 0.76 [ 9/427] test_doctest2 test_testmod (test.test_doctest2.Test) ... 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.004s OK 0:00:06 load avg: 0.76 [ 10/427] test_support PASS: test_CleanImport (test.test_support.TestSupport) PASS: test_DirsOnSysPath (test.test_support.TestSupport) PASS: test_HOST (test.test_support.TestSupport) PASS: test_args_from_interpreter_flags (test.test_support.TestSupport) PASS: test_bind_port (test.test_support.TestSupport) PASS: test_captured_stderr (test.test_support.TestSupport) PASS: test_captured_stdin (test.test_support.TestSupport) PASS: test_captured_stdout (test.test_support.TestSupport) PASS: test_change_cwd (test.test_support.TestSupport) test_change_cwd__chdir_warning (test.test_support.TestSupport) PASS: Check the warning message when os.chdir() fails. test_change_cwd__non_existent_dir (test.test_support.TestSupport) PASS: Test passing a non-existent directory. test_change_cwd__non_existent_dir__quiet_true (test.test_support.TestSupport) PASS: Test passing a non-existent directory with quiet=True. PASS: test_check__all__ (test.test_support.TestSupport) PASS: test_check_syntax_error (test.test_support.TestSupport) PASS: test_detect_api_mismatch (test.test_support.TestSupport) PASS: test_detect_api_mismatch__ignore (test.test_support.TestSupport) PASS: test_fd_count (test.test_support.TestSupport) PASS: test_find_unused_port (test.test_support.TestSupport) PASS: test_forget (test.test_support.TestSupport) PASS: test_gc_collect (test.test_support.TestSupport) PASS: test_get_attribute (test.test_support.TestSupport) SKIP: test_get_original_stdout (test.test_support.TestSupport) 'failing buildbots' test_ignored_deprecations_are_silent (test.test_support.TestSupport) PASS: Test support.ignore_deprecations_from() silences warnings PASS: test_import_fresh_module (test.test_support.TestSupport) PASS: test_import_module (test.test_support.TestSupport) PASS: test_make_bad_fd (test.test_support.TestSupport) PASS: test_match_test (test.test_support.TestSupport) PASS: test_optim_args_from_interpreter_flags (test.test_support.TestSupport) PASS: test_print_warning (test.test_support.TestSupport) PASS: test_python_is_optimized (test.test_support.TestSupport) PASS: test_reap_children (test.test_support.TestSupport) PASS: test_rmtree (test.test_support.TestSupport) PASS: test_sortdict (test.test_support.TestSupport) PASS: test_swap_attr (test.test_support.TestSupport) PASS: test_swap_item (test.test_support.TestSupport) PASS: test_temp_cwd (test.test_support.TestSupport) test_temp_cwd__name_none (test.test_support.TestSupport) PASS: Test passing None to temp_cwd(). test_temp_dir (test.test_support.TestSupport) PASS: Test that temp_dir() creates and destroys its directory. test_temp_dir__existing_dir__quiet_default (test.test_support.TestSupport) PASS: Test passing a directory that already exists. test_temp_dir__existing_dir__quiet_true (test.test_support.TestSupport) PASS: Test passing a directory that already exists with quiet=True. test_temp_dir__forked_child (test.test_support.TestSupport) PASS: Test that a forked child process does not remove the directory. test_temp_dir__path_none (test.test_support.TestSupport) PASS: Test passing no path. PASS: test_unlink (test.test_support.TestSupport) PASS: test_unload (test.test_support.TestSupport) ---------------------------------------------------------------------- Ran 44 tests in 2.772s OK (skipped=1) 0:00:09 load avg: 0.78 [ 11/427] test___all__ test_all (test.test___all__.AllTest) ... __phello__.foo _aix_support _bootsubprocess _collections_abc _compat_pickle _compression _markupbase _osx_support _py_abc _pydecimal _pyio _sitebuiltins _strptime _sysconfigdata__linux_x86_64-linux-gnu _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.tasks asyncio.threads asyncio.transports asyncio.trsock asyncio.unix_events asyncio.windows_events asyncio.windows_utils asyncore base64 bdb binhex 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_msi 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_msi 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._bundled 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._adapters importlib._bootstrap importlib._bootstrap_external importlib._common 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.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 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 reprlib rlcompleter runpy sched secrets selectors shelve shlex shutil signal site smtpd smtplib sndhdr socket socketserver sqlite3 sqlite3.dbapi2 sqlite3.dump sqlite3.test sqlite3.test.backup sqlite3.test.dbapi sqlite3.test.dump sqlite3.test.factory sqlite3.test.hooks sqlite3.test.regression sqlite3.test.transactions sqlite3.test.types sqlite3.test.userfunctions 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_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.audiotests test.audit-tests test.autotest test.bad_coding test.bad_coding2 test.bad_getattr test.bad_getattr2 test.bad_getattr3 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.good_getattr test.imp_dummy test.inspect_fodder test.inspect_fodder2 test.inspect_stock_annotations test.inspect_stringized_annotations test.inspect_stringized_annotations_2 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_sslproto test.test_asyncio.test_streams test.test_asyncio.test_subprocess test.test_asyncio.test_tasks test.test_asyncio.test_threads 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_binhex 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_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_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_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_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_getargs2 test.test_getopt test.test_getpass test.test_gettext test.test_glob test.test_global test.test_grammar test.test_graphlib test.test_grp test.test_gzip test.test_hash test.test_hashlib test.test_heapq test.test_hmac test.test_html test.test_htmlparser test.test_http_cookiejar test.test_http_cookies test.test_httplib test.test_httpservers test.test_idle test.test_imaplib test.test_imghdr test.test_imp test.test_import test.test_import.__main__ test.test_importlib test.test_importlib.__main__ test.test_importlib.abc test.test_importlib.builtin test.test_importlib.builtin.__main__ test.test_importlib.builtin.test_finder test.test_importlib.builtin.test_loader test.test_importlib.data test.test_importlib.data01 test.test_importlib.data01.subdirectory test.test_importlib.data02 test.test_importlib.data02.one test.test_importlib.data02.two test.test_importlib.data03 test.test_importlib.extension test.test_importlib.extension.__main__ test.test_importlib.extension.test_case_sensitivity test.test_importlib.extension.test_finder test.test_importlib.extension.test_loader test.test_importlib.extension.test_path_hook test.test_importlib.fixtures test.test_importlib.frozen test.test_importlib.frozen.__main__ test.test_importlib.frozen.test_finder test.test_importlib.frozen.test_loader test.test_importlib.import_ test.test_importlib.import_.__main__ test.test_importlib.import_.test___loader__ test.test_importlib.import_.test___package__ test.test_importlib.import_.test_api test.test_importlib.import_.test_caching test.test_importlib.import_.test_fromlist test.test_importlib.import_.test_meta_path test.test_importlib.import_.test_packages test.test_importlib.import_.test_path test.test_importlib.import_.test_relative_imports test.test_importlib.source test.test_importlib.source.__main__ test.test_importlib.source.test_case_sensitivity test.test_importlib.source.test_file_loader test.test_importlib.source.test_finder test.test_importlib.source.test_path_hook test.test_importlib.source.test_source_encoding test.test_importlib.stubs test.test_importlib.test_abc test.test_importlib.test_api test.test_importlib.test_files test.test_importlib.test_lazy test.test_importlib.test_locks test.test_importlib.test_main test.test_importlib.test_metadata_api test.test_importlib.test_namespace_pkgs test.test_importlib.test_open test.test_importlib.test_path test.test_importlib.test_pkg_import test.test_importlib.test_read test.test_importlib.test_reader test.test_importlib.test_resource test.test_importlib.test_spec test.test_importlib.test_threaded_import test.test_importlib.test_util test.test_importlib.test_windows test.test_importlib.test_zip test.test_importlib.threaded_import_hangers test.test_importlib.update-zips test.test_importlib.util test.test_importlib.zipdata01 test.test_importlib.zipdata02 test.test_index test.test_inspect test.test_int test.test_int_literal test.test_interpreters test.test_io test.test_ioctl test.test_ipaddress test.test_isinstance test.test_iter test.test_iterlen test.test_itertools test.test_json test.test_json.__main__ test.test_json.test_decode test.test_json.test_default test.test_json.test_dump test.test_json.test_encode_basestring_ascii test.test_json.test_enum test.test_json.test_fail test.test_json.test_float test.test_json.test_indent test.test_json.test_pass1 test.test_json.test_pass2 test.test_json.test_pass3 test.test_json.test_recursion test.test_json.test_scanstring test.test_json.test_separators test.test_json.test_speedups test.test_json.test_tool test.test_json.test_unicode test.test_keyword test.test_keywordonlyarg test.test_kqueue test.test_largefile test.test_lib2to3 test.test_linecache test.test_list test.test_listcomps test.test_lltrace test.test_locale test.test_logging test.test_long test.test_longexp test.test_lzma test.test_mailbox test.test_mailcap test.test_marshal test.test_math test.test_memoryio test.test_memoryview test.test_metaclass test.test_mimetypes test.test_minidom test.test_mmap test.test_module test.test_modulefinder test.test_msilib test.test_multibytecodec test.test_multiprocessing_fork test.test_multiprocessing_forkserver test.test_multiprocessing_main_handling test.test_multiprocessing_spawn test.test_named_expressions test.test_netrc test.test_nis test.test_nntplib test.test_ntpath test.test_numeric_tower test.test_opcache test.test_opcodes test.test_openpty test.test_operator test.test_optparse test.test_ordered_dict test.test_os test.test_ossaudiodev test.test_osx_env test.test_pathlib test.test_patma test.test_pdb test.test_peepholer test.test_peg_generator test.test_peg_generator.__main__ test.test_peg_generator.test_c_parser test.test_peg_generator.test_first_sets test.test_peg_generator.test_grammar_validator test.test_peg_generator.test_pegen test.test_pickle test.test_picklebuffer test.test_pickletools test.test_pipes test.test_pkg test.test_pkgutil test.test_platform test.test_plistlib test.test_poll test.test_popen test.test_poplib test.test_positional_only_arg test.test_posix test.test_posixpath test.test_pow test.test_pprint test.test_print test.test_profile test.test_property test.test_pstats test.test_pty test.test_pulldom test.test_pwd test.test_py_compile test.test_pyclbr test.test_pydoc test.test_pyexpat test.test_queue test.test_quopri test.test_raise test.test_random test.test_range test.test_re test.test_readline test.test_regrtest test.test_repl test.test_reprlib test.test_resource test.test_richcmp test.test_rlcompleter test.test_robotparser test.test_runpy test.test_sax test.test_sched test.test_scope test.test_script_helper test.test_secrets test.test_select test.test_selectors test.test_set test.test_setcomps test.test_shelve test.test_shlex test.test_shutil test.test_signal test.test_site test.test_slice test.test_smtpd test.test_smtplib test.test_smtpnet test.test_sndhdr test.test_socket test.test_socketserver test.test_sort test.test_source_encoding test.test_spwd test.test_sqlite test.test_ssl test.test_startfile test.test_stat test.test_statistics test.test_strftime test.test_string test.test_string_literals test.test_stringprep test.test_strptime test.test_strtod test.test_struct test.test_structmembers test.test_structseq test.test_subclassinit test.test_subprocess test.test_sunau test.test_sundry test.test_super test.test_support test.test_symtable test.test_syntax test.test_sys test.test_sys_setprofile test.test_sys_settrace test.test_sysconfig test.test_syslog test.test_tabnanny test.test_tarfile test.test_tcl test.test_telnetlib test.test_tempfile test.test_textwrap test.test_thread test.test_threadedtempfile test.test_threading test.test_threading_local test.test_threadsignals test.test_time test.test_timeit test.test_timeout test.test_tix test.test_tk test.test_tokenize test.test_tools test.test_tools.__main__ test.test_tools.test_fixcid test.test_tools.test_gprof2html test.test_tools.test_i18n test.test_tools.test_lll test.test_tools.test_md5sum test.test_tools.test_pathfix test.test_tools.test_pdeps test.test_tools.test_pindent test.test_tools.test_reindent test.test_tools.test_sundry test.test_trace test.test_traceback test.test_tracemalloc test.test_ttk_guionly test.test_ttk_textonly test.test_tuple test.test_turtle test.test_type_annotations test.test_type_comments test.test_typechecks test.test_types test.test_typing test.test_ucn test.test_unary test.test_unicode test.test_unicode_file test.test_unicode_file_functions test.test_unicode_identifiers test.test_unicodedata test.test_unittest test.test_univnewlines test.test_unpack test.test_unpack_ex test.test_unparse test.test_urllib test.test_urllib2 test.test_urllib2_localnet test.test_urllib2net test.test_urllib_response test.test_urllibnet test.test_urlparse test.test_userdict test.test_userlist test.test_userstring test.test_utf8_mode test.test_utf8source test.test_uu test.test_uuid test.test_venv test.test_wait3 test.test_wait4 test.test_warnings test.test_warnings.__main__ test.test_wave test.test_weakref test.test_weakset test.test_webbrowser test.test_winconsoleio test.test_winreg test.test_winsound test.test_with test.test_wsgiref test.test_xdrlib test.test_xml_dom_minicompat test.test_xml_etree test.test_xml_etree_c test.test_xmlrpc test.test_xmlrpc_net test.test_xxlimited test.test_xxtestfuzz test.test_yield_from test.test_zipapp test.test_zipfile test.test_zipfile64 test.test_zipimport test.test_zipimport_support test.test_zlib test.test_zoneinfo test.test_zoneinfo.__main__ test.test_zoneinfo._support test.test_zoneinfo.test_zoneinfo test.testcodec test.tf_inherit_check test.time_hashlib test.tracedmodules test.tracedmodules.testmod test.win_console_handler test.xmltests textwrap this threading timeit tkinter tkinter.__main__ tkinter.colorchooser tkinter.commondialog tkinter.constants tkinter.dialog tkinter.dnd tkinter.filedialog tkinter.font tkinter.messagebox tkinter.scrolledtext tkinter.simpledialog tkinter.test tkinter.test.support tkinter.test.test_tkinter tkinter.test.test_tkinter.test_colorchooser tkinter.test.test_tkinter.test_font tkinter.test.test_tkinter.test_geometry_managers tkinter.test.test_tkinter.test_images tkinter.test.test_tkinter.test_loadtk tkinter.test.test_tkinter.test_messagebox tkinter.test.test_tkinter.test_misc tkinter.test.test_tkinter.test_simpledialog tkinter.test.test_tkinter.test_text tkinter.test.test_tkinter.test_variables tkinter.test.test_tkinter.test_widgets tkinter.test.test_ttk tkinter.test.test_ttk.test_extensions tkinter.test.test_ttk.test_style tkinter.test.test_ttk.test_widgets tkinter.test.widget_tests tkinter.tix tkinter.ttk token tokenize trace traceback tracemalloc tty turtle turtledemo turtledemo.__main__ turtledemo.bytedesign turtledemo.chaos turtledemo.clock turtledemo.colormixer turtledemo.forest turtledemo.fractalcurves turtledemo.lindenmayer turtledemo.minimal_hanoi turtledemo.nim turtledemo.paint turtledemo.peace turtledemo.penrose turtledemo.planet_and_moon turtledemo.rosette turtledemo.round_dance turtledemo.sorting_animate turtledemo.tree turtledemo.two_canvases turtledemo.yinyang types typing unittest unittest.__main__ unittest._log unittest.async_case unittest.case unittest.loader unittest.main unittest.mock unittest.result unittest.runner unittest.signals unittest.suite unittest.test unittest.test.__main__ unittest.test._test_warnings unittest.test.dummy unittest.test.support unittest.test.test_assertions unittest.test.test_async_case unittest.test.test_break unittest.test.test_case unittest.test.test_discovery unittest.test.test_functiontestcase unittest.test.test_loader unittest.test.test_program unittest.test.test_result unittest.test.test_runner unittest.test.test_setups unittest.test.test_skipping unittest.test.test_suite unittest.test.testmock unittest.test.testmock.__main__ unittest.test.testmock.support unittest.test.testmock.testasync unittest.test.testmock.testcallable unittest.test.testmock.testhelpers unittest.test.testmock.testmagicmethods unittest.test.testmock.testmock unittest.test.testmock.testpatch unittest.test.testmock.testsealable unittest.test.testmock.testsentinel unittest.test.testmock.testwith unittest.util urllib urllib.error urllib.parse urllib.request urllib.response urllib.robotparser uu uuid venv venv.__main__ warnings wave weakref webbrowser wsgiref wsgiref.handlers wsgiref.headers wsgiref.simple_server wsgiref.util wsgiref.validate xdrlib xml xml.dom xml.dom.NodeFilter xml.dom.domreg xml.dom.expatbuilder xml.dom.minicompat xml.dom.minidom xml.dom.pulldom xml.dom.xmlbuilder xml.etree xml.etree.ElementInclude xml.etree.ElementPath xml.etree.ElementTree xml.etree.cElementTree xml.parsers xml.parsers.expat xml.sax xml.sax._exceptions xml.sax.expatreader xml.sax.handler xml.sax.saxutils xml.sax.xmlreader xmlrpc xmlrpc.client xmlrpc.server zipapp zipfile zipimport Following modules have no __all__ and have been ignored: ['__phello__.foo', '_aix_support', '_bootsubprocess', '_compat_pickle', '_compression', '_markupbase', '_py_abc', '_sitebuiltins', '_sysconfigdata__linux_x86_64-linux-gnu', 'abc', 'antigravity', 'ast', 'asynchat', 'asyncio.__main__', 'asyncio.base_subprocess', 'asyncio.base_tasks', 'asyncio.constants', 'asyncio.format_helpers', 'asyncio.log', 'asyncio.mixins', 'asyncio.sslproto', 'asyncio.trsock', 'asyncore', 'bisect', 'cgitb', 'chunk', 'concurrent', 'concurrent.futures._base', 'concurrent.futures.process', 'concurrent.futures.thread', 'crypt', 'ctypes', 'ctypes._aix', 'ctypes._endian', 'ctypes.macholib', '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', 'dbm.gnu', 'dbm.ndbm', 'decimal', 'distutils', 'distutils._msvccompiler', 'distutils.archive_util', 'distutils.bcppcompiler', 'distutils.ccompiler', 'distutils.cmd', 'distutils.command.bdist', 'distutils.command.bdist_dumb', 'distutils.command.bdist_msi', '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_msi', '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', 'email._header_value_parser', 'email.contentmanager', 'email.errors', 'email.headerregistry', 'email.mime', '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.__main__', 'ensurepip._bundled', 'ensurepip._uninstall', 'hmac', 'idlelib', 'idlelib.__main__', 'idlelib.autocomplete_w', 'idlelib.autoexpand', 'idlelib.browser', 'idlelib.calltip', 'idlelib.calltip_w', 'idlelib.codecontext', 'idlelib.colorizer', 'idlelib.config', 'idlelib.config_key', 'idlelib.configdialog', 'idlelib.debugger', 'idlelib.debugger_r', 'idlelib.debugobj', 'idlelib.debugobj_r', 'idlelib.delegator', 'idlelib.dynoption', 'idlelib.editor', 'idlelib.filelist', 'idlelib.format', 'idlelib.grep', 'idlelib.help', 'idlelib.help_about', 'idlelib.history', 'idlelib.hyperparser', 'idlelib.idle', 'idlelib.idle_test', 'idlelib.idle_test.htest', 'idlelib.idle_test.mock_idle', 'idlelib.idle_test.mock_tk', 'idlelib.idle_test.template', 'idlelib.idle_test.test_autocomplete_w', 'idlelib.idle_test.test_autoexpand', 'idlelib.idle_test.test_browser', 'idlelib.idle_test.test_calltip', 'idlelib.idle_test.test_calltip_w', 'idlelib.idle_test.test_codecontext', 'idlelib.idle_test.test_colorizer', 'idlelib.idle_test.test_config', 'idlelib.idle_test.test_config_key', 'idlelib.idle_test.test_configdialog', 'idlelib.idle_test.test_debugger', 'idlelib.idle_test.test_debugger_r', 'idlelib.idle_test.test_debugobj', 'idlelib.idle_test.test_debugobj_r', 'idlelib.idle_test.test_delegator', 'idlelib.idle_test.test_editmenu', 'idlelib.idle_test.test_editor', 'idlelib.idle_test.test_filelist', 'idlelib.idle_test.test_format', 'idlelib.idle_test.test_grep', 'idlelib.idle_test.test_help', 'idlelib.idle_test.test_help_about', 'idlelib.idle_test.test_history', 'idlelib.idle_test.test_hyperparser', 'idlelib.idle_test.test_iomenu', 'idlelib.idle_test.test_macosx', 'idlelib.idle_test.test_mainmenu', 'idlelib.idle_test.test_multicall', 'idlelib.idle_test.test_outwin', 'idlelib.idle_test.test_parenmatch', 'idlelib.idle_test.test_pathbrowser', 'idlelib.idle_test.test_percolator', 'idlelib.idle_test.test_pyparse', 'idlelib.idle_test.test_pyshell', 'idlelib.idle_test.test_query', 'idlelib.idle_test.test_redirector', 'idlelib.idle_test.test_replace', 'idlelib.idle_test.test_rpc', 'idlelib.idle_test.test_run', 'idlelib.idle_test.test_runscript', 'idlelib.idle_test.test_scrolledlist', 'idlelib.idle_test.test_search', 'idlelib.idle_test.test_searchbase', 'idlelib.idle_test.test_searchengine', 'idlelib.idle_test.test_sidebar', 'idlelib.idle_test.test_squeezer', 'idlelib.idle_test.test_stackviewer', 'idlelib.idle_test.test_statusbar', 'idlelib.idle_test.test_text', 'idlelib.idle_test.test_textview', 'idlelib.idle_test.test_tooltip', 'idlelib.idle_test.test_tree', 'idlelib.idle_test.test_undo', 'idlelib.idle_test.test_util', 'idlelib.idle_test.test_warning', 'idlelib.idle_test.test_window', 'idlelib.idle_test.test_zoomheight', 'idlelib.idle_test.test_zzdummy', 'idlelib.idle_test.tkinter_testing_utils', 'idlelib.iomenu', 'idlelib.macosx', 'idlelib.mainmenu', 'idlelib.multicall', 'idlelib.outwin', 'idlelib.parenmatch', 'idlelib.pathbrowser', 'idlelib.percolator', 'idlelib.pyparse', 'idlelib.pyshell', 'idlelib.query', 'idlelib.redirector', 'idlelib.replace', 'idlelib.rpc', 'idlelib.run', 'idlelib.runscript', 'idlelib.scrolledlist', 'idlelib.search', 'idlelib.searchbase', 'idlelib.searchengine', 'idlelib.sidebar', 'idlelib.squeezer', 'idlelib.stackviewer', 'idlelib.statusbar', 'idlelib.textview', 'idlelib.tooltip', 'idlelib.tree', 'idlelib.undo', 'idlelib.util', 'idlelib.window', 'idlelib.zoomheight', 'idlelib.zzdummy', 'imp', 'importlib._abc', 'importlib._adapters', 'importlib._bootstrap', 'importlib._bootstrap_external', 'importlib._common', 'importlib.abc', 'importlib.machinery', 'importlib.metadata._adapters', 'importlib.metadata._collections', 'importlib.metadata._functools', 'importlib.metadata._itertools', 'importlib.metadata._meta', 'importlib.metadata._text', 'importlib.readers', 'importlib.util', 'inspect', 'ipaddress', 'json.encoder', 'json.tool', '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.grammar', 'lib2to3.pgen2.literals', 'lib2to3.pgen2.parse', 'lib2to3.pgen2.pgen', 'lib2to3.pgen2.token', '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', 'logging.config', 'logging.handlers', 'modulefinder', 'nturl2path', 'platform', 'pydoc_data', 'pydoc_data.topics', 'selectors', 'signal', 'site', 'sqlite3', 'sqlite3.dbapi2', 'sqlite3.dump', 'sqlite3.test', 'sqlite3.test.backup', 'sqlite3.test.dbapi', 'sqlite3.test.dump', 'sqlite3.test.factory', 'sqlite3.test.hooks', 'sqlite3.test.regression', 'sqlite3.test.transactions', 'sqlite3.test.types', 'sqlite3.test.userfunctions', 'sre_compile', 'sre_constants', 'sre_parse', 'ssl', 'stat', 'stringprep', 'sunau', 'test', 'test.__main__', 'test._test_atexit', 'test._test_eintr', 'test._test_embed_set_config', 'test._test_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.audiotests', 'test.audit-tests', 'test.autotest', 'test.bad_coding', 'test.bad_coding2', 'test.bad_getattr', 'test.bad_getattr2', 'test.bad_getattr3', '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.good_getattr', 'test.imp_dummy', 'test.inspect_fodder', 'test.inspect_fodder2', 'test.inspect_stock_annotations', 'test.inspect_stringized_annotations', 'test.inspect_stringized_annotations_2', '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.bytecode_helper', 'test.support.hashlib_helper', 'test.support.import_helper', '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_sslproto', 'test.test_asyncio.test_streams', 'test.test_asyncio.test_subprocess', 'test.test_asyncio.test_tasks', 'test.test_asyncio.test_threads', '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_binhex', '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_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_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_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_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_getargs2', 'test.test_getopt', 'test.test_getpass', 'test.test_gettext', 'test.test_glob', 'test.test_global', 'test.test_grammar', 'test.test_graphlib', 'test.test_grp', 'test.test_gzip', 'test.test_hash', 'test.test_hashlib', 'test.test_heapq', 'test.test_hmac', 'test.test_html', 'test.test_htmlparser', 'test.test_http_cookiejar', 'test.test_http_cookies', 'test.test_httplib', 'test.test_httpservers', 'test.test_idle', 'test.test_imaplib', 'test.test_imghdr', 'test.test_imp', 'test.test_import', 'test.test_import.__main__', 'test.test_importlib', 'test.test_importlib.__main__', 'test.test_importlib.abc', 'test.test_importlib.builtin', 'test.test_importlib.builtin.__main__', 'test.test_importlib.builtin.test_finder', 'test.test_importlib.builtin.test_loader', 'test.test_importlib.data', 'test.test_importlib.data01', 'test.test_importlib.data01.subdirectory', 'test.test_importlib.data02', 'test.test_importlib.data02.one', 'test.test_importlib.data02.two', 'test.test_importlib.data03', 'test.test_importlib.extension', 'test.test_importlib.extension.__main__', 'test.test_importlib.extension.test_case_sensitivity', 'test.test_importlib.extension.test_finder', 'test.test_importlib.extension.test_loader', 'test.test_importlib.extension.test_path_hook', 'test.test_importlib.fixtures', 'test.test_importlib.frozen', 'test.test_importlib.frozen.__main__', 'test.test_importlib.frozen.test_finder', 'test.test_importlib.frozen.test_loader', 'test.test_importlib.import_', 'test.test_importlib.import_.__main__', 'test.test_importlib.import_.test___loader__', 'test.test_importlib.import_.test___package__', 'test.test_importlib.import_.test_api', 'test.test_importlib.import_.test_caching', 'test.test_importlib.import_.test_fromlist', 'test.test_importlib.import_.test_meta_path', 'test.test_importlib.import_.test_packages', 'test.test_importlib.import_.test_path', 'test.test_importlib.import_.test_relative_imports', 'test.test_importlib.source', 'test.test_importlib.source.__main__', 'test.test_importlib.source.test_case_sensitivity', 'test.test_importlib.source.test_file_loader', 'test.test_importlib.source.test_finder', 'test.test_importlib.source.test_path_hook', 'test.test_importlib.source.test_source_encoding', 'test.test_importlib.stubs', 'test.test_importlib.test_abc', 'test.test_importlib.test_api', 'test.test_importlib.test_files', 'test.test_importlib.test_lazy', 'test.test_importlib.test_locks', 'test.test_importlib.test_main', 'test.test_importlib.test_metadata_api', 'test.test_importlib.test_namespace_pkgs', 'test.test_importlib.test_open', 'test.test_importlib.test_path', 'test.test_importlib.test_pkg_import', 'test.test_importlib.test_read', 'test.test_importlib.test_reader', 'test.test_importlib.test_resource', 'test.test_importlib.test_spec', 'test.test_importlib.test_threaded_import', 'test.test_importlib.test_util', 'test.test_importlib.test_windows', 'test.test_importlib.test_zip', 'test.test_importlib.threaded_import_hangers', 'test.test_importlib.update-zips', 'test.test_importlib.util', 'test.test_importlib.zipdata01', 'test.test_importlib.zipdata02', 'test.test_index', 'test.test_inspect', 'test.test_int', 'test.test_int_literal', 'test.test_interpreters', 'test.test_io', 'test.test_ioctl', 'test.test_ipaddress', 'test.test_isinstance', 'test.test_iter', 'test.test_iterlen', 'test.test_itertools', 'test.test_json', 'test.test_json.__main__', 'test.test_json.test_decode', 'test.test_json.test_default', 'test.test_json.test_dump', 'test.test_json.test_encode_basestring_ascii', 'test.test_json.test_enum', 'test.test_json.test_fail', 'test.test_json.test_float', 'test.test_json.test_indent', 'test.test_json.test_pass1', 'test.test_json.test_pass2', 'test.test_json.test_pass3', 'test.test_json.test_recursion', 'test.test_json.test_scanstring', 'test.test_json.test_separators', 'test.test_json.test_speedups', 'test.test_json.test_tool', 'test.test_json.test_unicode', 'test.test_keyword', 'test.test_keywordonlyarg', 'test.test_kqueue', 'test.test_largefile', 'test.test_lib2to3', 'test.test_linecache', 'test.test_list', 'test.test_listcomps', 'test.test_lltrace', 'test.test_locale', 'test.test_logging', 'test.test_long', 'test.test_longexp', 'test.test_lzma', 'test.test_mailbox', 'test.test_mailcap', 'test.test_marshal', 'test.test_math', 'test.test_memoryio', 'test.test_memoryview', 'test.test_metaclass', 'test.test_mimetypes', 'test.test_minidom', 'test.test_mmap', 'test.test_module', 'test.test_modulefinder', 'test.test_msilib', 'test.test_multibytecodec', 'test.test_multiprocessing_fork', 'test.test_multiprocessing_forkserver', 'test.test_multiprocessing_main_handling', 'test.test_multiprocessing_spawn', 'test.test_named_expressions', 'test.test_netrc', 'test.test_nis', 'test.test_nntplib', 'test.test_ntpath', 'test.test_numeric_tower', 'test.test_opcache', 'test.test_opcodes', 'test.test_openpty', 'test.test_operator', 'test.test_optparse', 'test.test_ordered_dict', 'test.test_os', 'test.test_ossaudiodev', 'test.test_osx_env', 'test.test_pathlib', 'test.test_patma', 'test.test_pdb', 'test.test_peepholer', 'test.test_peg_generator', 'test.test_peg_generator.__main__', 'test.test_peg_generator.test_c_parser', 'test.test_peg_generator.test_first_sets', 'test.test_peg_generator.test_grammar_validator', 'test.test_peg_generator.test_pegen', 'test.test_pickle', 'test.test_picklebuffer', 'test.test_pickletools', 'test.test_pipes', 'test.test_pkg', 'test.test_pkgutil', 'test.test_platform', 'test.test_plistlib', 'test.test_poll', 'test.test_popen', 'test.test_poplib', 'test.test_positional_only_arg', 'test.test_posix', 'test.test_posixpath', 'test.test_pow', 'test.test_pprint', 'test.test_print', 'test.test_profile', 'test.test_property', 'test.test_pstats', 'test.test_pty', 'test.test_pulldom', 'test.test_pwd', 'test.test_py_compile', 'test.test_pyclbr', 'test.test_pydoc', 'test.test_pyexpat', 'test.test_queue', 'test.test_quopri', 'test.test_raise', 'test.test_random', 'test.test_range', 'test.test_re', 'test.test_readline', 'test.test_regrtest', 'test.test_repl', 'test.test_reprlib', 'test.test_resource', 'test.test_richcmp', 'test.test_rlcompleter', 'test.test_robotparser', 'test.test_runpy', 'test.test_sax', 'test.test_sched', 'test.test_scope', 'test.test_script_helper', 'test.test_secrets', 'test.test_select', 'test.test_selectors', 'test.test_set', 'test.test_setcomps', 'test.test_shelve', 'test.test_shlex', 'test.test_shutil', 'test.test_signal', 'test.test_site', 'test.test_slice', 'test.test_smtpd', 'test.test_smtplib', 'test.test_smtpnet', 'test.test_sndhdr', 'test.test_socket', 'test.test_sort', 'test.test_source_encoding', 'test.test_spwd', 'test.test_sqlite', 'test.test_ssl', 'test.test_startfile', 'test.test_stat', 'test.test_statistics', 'test.test_strftime', 'test.test_string', 'test.test_string_literals', 'test.test_stringprep', 'test.test_strptime', 'test.test_strtod', 'test.test_struct', 'test.test_structmembers', 'test.test_structseq', 'test.test_subclassinit', 'test.test_subprocess', 'test.test_sunau', 'test.test_sundry', 'test.test_super', 'test.test_support', 'test.test_symtable', 'test.test_syntax', 'test.test_sys', 'test.test_sys_setprofile', 'test.test_sys_settrace', 'test.test_sysconfig', 'test.test_syslog', 'test.test_tabnanny', 'test.test_tarfile', 'test.test_tcl', 'test.test_telnetlib', 'test.test_tempfile', 'test.test_textwrap', 'test.test_thread', 'test.test_threadedtempfile', 'test.test_threading', 'test.test_threading_local', 'test.test_threadsignals', 'test.test_time', 'test.test_timeit', 'test.test_timeout', 'test.test_tix', 'test.test_tk', 'test.test_tokenize', 'test.test_tools', 'test.test_tools.__main__', 'test.test_tools.test_fixcid', 'test.test_tools.test_gprof2html', 'test.test_tools.test_i18n', 'test.test_tools.test_lll', 'test.test_tools.test_md5sum', 'test.test_tools.test_pathfix', 'test.test_tools.test_pdeps', 'test.test_tools.test_pindent', 'test.test_tools.test_reindent', 'test.test_tools.test_sundry', 'test.test_trace', 'test.test_traceback', 'test.test_tracemalloc', 'test.test_ttk_guionly', 'test.test_ttk_textonly', 'test.test_tuple', 'test.test_turtle', 'test.test_type_annotations', 'test.test_type_comments', 'test.test_typechecks', 'test.test_types', 'test.test_typing', 'test.test_ucn', 'test.test_unary', 'test.test_unicode', 'test.test_unicode_file', 'test.test_unicode_file_functions', 'test.test_unicode_identifiers', 'test.test_unicodedata', 'test.test_unittest', 'test.test_univnewlines', 'test.test_unpack', 'test.test_unpack_ex', 'test.test_unparse', 'test.test_urllib', 'test.test_urllib2', 'test.test_urllib2_localnet', 'test.test_urllib2net', 'test.test_urllib_response', 'test.test_urllibnet', 'test.test_urlparse', 'test.test_userdict', 'test.test_userlist', 'test.test_userstring', 'test.test_utf8_mode', 'test.test_utf8source', 'test.test_uu', 'test.test_uuid', 'test.test_venv', 'test.test_wait3', 'test.test_wait4', 'test.test_warnings', 'test.test_warnings.__main__', 'test.test_wave', 'test.test_weakref', 'test.test_weakset', 'test.test_webbrowser', 'test.test_winconsoleio', 'test.test_winreg', 'test.test_winsound', 'test.test_with', 'test.test_wsgiref', 'test.test_xdrlib', 'test.test_xml_dom_minicompat', 'test.test_xml_etree', 'test.test_xml_etree_c', 'test.test_xmlrpc', 'test.test_xmlrpc_net', 'test.test_xxlimited', 'test.test_xxtestfuzz', 'test.test_yield_from', 'test.test_zipapp', 'test.test_zipfile', 'test.test_zipfile64', 'test.test_zipimport', 'test.test_zipimport_support', 'test.test_zlib', 'test.test_zoneinfo', 'test.test_zoneinfo.__main__', 'test.test_zoneinfo._support', 'test.testcodec', 'test.tf_inherit_check', 'test.time_hashlib', 'test.tracedmodules', 'test.tracedmodules.testmod', 'test.win_console_handler', 'test.xmltests', 'this', 'tkinter.__main__', 'tkinter.constants', 'tkinter.simpledialog', 'tkinter.test', 'tkinter.test.support', 'tkinter.test.test_tkinter', 'tkinter.test.test_tkinter.test_colorchooser', 'tkinter.test.test_tkinter.test_font', 'tkinter.test.test_tkinter.test_geometry_managers', 'tkinter.test.test_tkinter.test_images', 'tkinter.test.test_tkinter.test_loadtk', 'tkinter.test.test_tkinter.test_messagebox', 'tkinter.test.test_tkinter.test_simpledialog', 'tkinter.test.test_tkinter.test_text', 'tkinter.test.test_tkinter.test_variables', 'tkinter.test.test_tkinter.test_widgets', 'tkinter.test.test_ttk', 'tkinter.test.test_ttk.test_extensions', 'tkinter.test.test_ttk.test_style', 'tkinter.test.test_ttk.test_widgets', 'tkinter.test.widget_tests', 'tkinter.tix', 'tracemalloc', 'turtledemo', 'turtledemo.__main__', 'turtledemo.bytedesign', 'turtledemo.chaos', 'turtledemo.clock', 'turtledemo.colormixer', 'turtledemo.forest', 'turtledemo.fractalcurves', 'turtledemo.lindenmayer', 'turtledemo.minimal_hanoi', 'turtledemo.nim', 'turtledemo.paint', 'turtledemo.peace', 'turtledemo.penrose', 'turtledemo.planet_and_moon', 'turtledemo.rosette', 'turtledemo.round_dance', 'turtledemo.sorting_animate', 'turtledemo.tree', 'turtledemo.two_canvases', 'turtledemo.yinyang', 'unittest.__main__', 'unittest._log', 'unittest.async_case', 'unittest.case', 'unittest.loader', 'unittest.main', 'unittest.result', 'unittest.runner', 'unittest.signals', 'unittest.suite', 'unittest.test', 'unittest.test.__main__', 'unittest.test._test_warnings', 'unittest.test.dummy', 'unittest.test.support', 'unittest.test.test_assertions', 'unittest.test.test_async_case', 'unittest.test.test_break', 'unittest.test.test_case', 'unittest.test.test_discovery', 'unittest.test.test_functiontestcase', 'unittest.test.test_loader', 'unittest.test.test_program', 'unittest.test.test_result', 'unittest.test.test_runner', 'unittest.test.test_setups', 'unittest.test.test_skipping', 'unittest.test.test_suite', 'unittest.test.testmock', 'unittest.test.testmock.__main__', 'unittest.test.testmock.support', 'unittest.test.testmock.testasync', 'unittest.test.testmock.testcallable', 'unittest.test.testmock.testhelpers', 'unittest.test.testmock.testmagicmethods', 'unittest.test.testmock.testmock', 'unittest.test.testmock.testpatch', 'unittest.test.testmock.testsealable', 'unittest.test.testmock.testsentinel', 'unittest.test.testmock.testwith', 'unittest.util', 'urllib', 'uuid', 'venv', 'venv.__main__', 'wsgiref', 'wsgiref.headers', 'xml.dom', 'xml.dom.NodeFilter', 'xml.dom.domreg', 'xml.dom.expatbuilder', 'xml.dom.minidom', 'xml.dom.pulldom', 'xml.etree', 'xml.etree.ElementInclude', 'xml.etree.ElementPath', 'xml.etree.cElementTree', 'xml.parsers', 'xml.parsers.expat', 'xml.sax', 'xml.sax._exceptions', 'xml.sax.expatreader', 'xml.sax.handler', 'xml.sax.saxutils', 'xml.sax.xmlreader', 'xmlrpc', 'xmlrpc.client', 'xmlrpc.server'] Following modules failed to be imported: ['asyncio.windows_events', 'asyncio.windows_utils', 'idlelib.autocomplete', 'idlelib.idle_test.test_autocomplete', 'multiprocessing.popen_spawn_win32', 'test.test_socketserver', 'test.test_zoneinfo.test_zoneinfo', 'tkinter', 'tkinter.colorchooser', 'tkinter.commondialog', 'tkinter.dialog', 'tkinter.dnd', 'tkinter.filedialog', 'tkinter.font', 'tkinter.messagebox', 'tkinter.scrolledtext', 'tkinter.test.test_tkinter.test_misc', 'tkinter.ttk', 'turtle'] ok ---------------------------------------------------------------------- Ran 1 test in 0.779s OK 0:00:10 load avg: 0.78 [ 12/427] test___future__ PASS: test_attributes (test.test___future__.FutureTest) PASS: test_names (test.test___future__.FutureTest) ---------------------------------------------------------------------- Ran 2 tests in 0.001s OK 0:00:10 load avg: 0.78 [ 13/427] test__locale PASS: test_float_parsing (test.test__locale._LocaleTests) PASS: test_lc_numeric_basic (test.test__locale._LocaleTests) PASS: test_lc_numeric_localeconv (test.test__locale._LocaleTests) PASS: test_lc_numeric_nl_langinfo (test.test__locale._LocaleTests) ---------------------------------------------------------------------- Ran 4 tests in 0.005s OK 0:00:10 load avg: 0.78 [ 14/427] test__opcode PASS: test_stack_effect (test.test__opcode.OpcodeTests) PASS: test_stack_effect_jump (test.test__opcode.OpcodeTests) ---------------------------------------------------------------------- Ran 2 tests in 0.007s OK 0:00:10 load avg: 0.78 [ 15/427] test__osx_support SKIP: test__check_for_unavailable_sdk (test.test__osx_support.Test_OSXSupport) 'requires OS X' SKIP: test__check_for_unavailable_sdk_alternate (test.test__osx_support.Test_OSXSupport) 'requires OS X' SKIP: test__find_appropriate_compiler (test.test__osx_support.Test_OSXSupport) 'requires OS X' SKIP: test__find_build_tool (test.test__osx_support.Test_OSXSupport) 'requires OS X' SKIP: test__find_executable (test.test__osx_support.Test_OSXSupport) 'requires OS X' SKIP: test__get_system_version (test.test__osx_support.Test_OSXSupport) 'requires OS X' SKIP: test__override_all_archs (test.test__osx_support.Test_OSXSupport) 'requires OS X' SKIP: test__read_output (test.test__osx_support.Test_OSXSupport) 'requires OS X' SKIP: test__remove_original_values (test.test__osx_support.Test_OSXSupport) 'requires OS X' SKIP: test__remove_universal_flags (test.test__osx_support.Test_OSXSupport) 'requires OS X' SKIP: test__remove_universal_flags_alternate (test.test__osx_support.Test_OSXSupport) 'requires OS X' SKIP: test__remove_unsupported_archs (test.test__osx_support.Test_OSXSupport) 'requires OS X' SKIP: test__save_modified_value (test.test__osx_support.Test_OSXSupport) 'requires OS X' SKIP: test__save_modified_value_unchanged (test.test__osx_support.Test_OSXSupport) 'requires OS X' SKIP: test__supports_universal_builds (test.test__osx_support.Test_OSXSupport) 'requires OS X' SKIP: test_get_platform_osx (test.test__osx_support.Test_OSXSupport) 'requires OS X' ---------------------------------------------------------------------- Ran 16 tests in 0.001s OK (skipped=16) 0:00:10 load avg: 0.78 [ 16/427] test__xxsubinterpreters PASS: test_bad_id (test.test__xxsubinterpreters.ChannelIDTests) PASS: test_bad_kwargs (test.test__xxsubinterpreters.ChannelIDTests) PASS: test_coerce_id (test.test__xxsubinterpreters.ChannelIDTests) PASS: test_default_kwargs (test.test__xxsubinterpreters.ChannelIDTests) PASS: test_does_not_exist (test.test__xxsubinterpreters.ChannelIDTests) PASS: test_equality (test.test__xxsubinterpreters.ChannelIDTests) PASS: test_repr (test.test__xxsubinterpreters.ChannelIDTests) PASS: test_str (test.test__xxsubinterpreters.ChannelIDTests) PASS: test_with_kwargs (test.test__xxsubinterpreters.ChannelIDTests) PASS: test_by_unassociated_interp (test.test__xxsubinterpreters.ChannelReleaseTests) PASS: test_close_if_unassociated (test.test__xxsubinterpreters.ChannelReleaseTests) PASS: test_multiple_times (test.test__xxsubinterpreters.ChannelReleaseTests) PASS: test_multiple_users (test.test__xxsubinterpreters.ChannelReleaseTests) PASS: test_never_used (test.test__xxsubinterpreters.ChannelReleaseTests) PASS: test_no_kwargs (test.test__xxsubinterpreters.ChannelReleaseTests) PASS: test_partially (test.test__xxsubinterpreters.ChannelReleaseTests) PASS: test_single_user (test.test__xxsubinterpreters.ChannelReleaseTests) PASS: test_used_multiple_times_by_single_user (test.test__xxsubinterpreters.ChannelReleaseTests) PASS: test_with_unused_items (test.test__xxsubinterpreters.ChannelReleaseTests) test_channel_list_interpreters_basic (test.test__xxsubinterpreters.ChannelTests) PASS: Test basic listing channel interpreters. test_channel_list_interpreters_closed (test.test__xxsubinterpreters.ChannelTests) PASS: Test listing channel interpreters with a closed channel. test_channel_list_interpreters_closed_send_end (test.test__xxsubinterpreters.ChannelTests) PASS: Test listing channel interpreters with a channel's send end closed. test_channel_list_interpreters_destroyed (test.test__xxsubinterpreters.ChannelTests) PASS: Test listing channel interpreters with a destroyed interpreter. PASS: test_channel_list_interpreters_invalid_args (test.test__xxsubinterpreters.ChannelTests) PASS: test_channel_list_interpreters_invalid_channel (test.test__xxsubinterpreters.ChannelTests) test_channel_list_interpreters_multiple (test.test__xxsubinterpreters.ChannelTests) PASS: Test listing interpreters for a channel with many associations. test_channel_list_interpreters_none (test.test__xxsubinterpreters.ChannelTests) PASS: Test listing interpreters for a channel with no associations. test_channel_list_interpreters_released (test.test__xxsubinterpreters.ChannelTests) PASS: Test listing channel interpreters with a released channel. PASS: test_close_both_with_unused_items_forced (test.test__xxsubinterpreters.ChannelTests) PASS: test_close_both_with_unused_items_unforced (test.test__xxsubinterpreters.ChannelTests) PASS: test_close_by_unassociated_interp (test.test__xxsubinterpreters.ChannelTests) PASS: test_close_defaults_with_unused_items (test.test__xxsubinterpreters.ChannelTests) PASS: test_close_empty (test.test__xxsubinterpreters.ChannelTests) PASS: test_close_multiple_times (test.test__xxsubinterpreters.ChannelTests) PASS: test_close_multiple_users (test.test__xxsubinterpreters.ChannelTests) PASS: test_close_never_used (test.test__xxsubinterpreters.ChannelTests) PASS: test_close_recv_with_unused_items_forced (test.test__xxsubinterpreters.ChannelTests) PASS: test_close_recv_with_unused_items_unforced (test.test__xxsubinterpreters.ChannelTests) PASS: test_close_send_with_unused_items_forced (test.test__xxsubinterpreters.ChannelTests) PASS: test_close_send_with_unused_items_unforced (test.test__xxsubinterpreters.ChannelTests) PASS: test_close_single_user (test.test__xxsubinterpreters.ChannelTests) PASS: test_close_used_multiple_times_by_single_user (test.test__xxsubinterpreters.ChannelTests) PASS: test_create_cid (test.test__xxsubinterpreters.ChannelTests) PASS: test_ids_global (test.test__xxsubinterpreters.ChannelTests) PASS: test_recv_default (test.test__xxsubinterpreters.ChannelTests) PASS: test_recv_empty (test.test__xxsubinterpreters.ChannelTests) PASS: test_recv_not_found (test.test__xxsubinterpreters.ChannelTests) SKIP: test_run_string_arg_resolved (test.test__xxsubinterpreters.ChannelTests) 'disabled until high-level channels exist' PASS: test_run_string_arg_unresolved (test.test__xxsubinterpreters.ChannelTests) PASS: test_send_not_found (test.test__xxsubinterpreters.ChannelTests) PASS: test_send_recv_different_interpreters (test.test__xxsubinterpreters.ChannelTests) PASS: test_send_recv_different_interpreters_and_threads (test.test__xxsubinterpreters.ChannelTests) PASS: test_send_recv_different_threads (test.test__xxsubinterpreters.ChannelTests) PASS: test_send_recv_main (test.test__xxsubinterpreters.ChannelTests) PASS: test_send_recv_same_interpreter (test.test__xxsubinterpreters.ChannelTests) PASS: test_sequential_ids (test.test__xxsubinterpreters.ChannelTests) PASS: test_after_destroy_all (test.test__xxsubinterpreters.CreateTests) PASS: test_after_destroy_some (test.test__xxsubinterpreters.CreateTests) PASS: test_in_main (test.test__xxsubinterpreters.CreateTests) PASS: test_in_subinterpreter (test.test__xxsubinterpreters.CreateTests) PASS: test_in_thread (test.test__xxsubinterpreters.CreateTests) PASS: test_in_threaded_subinterpreter (test.test__xxsubinterpreters.CreateTests) SKIP: test_unique_id (test.test__xxsubinterpreters.CreateTests) 'enable this test when working on pystate.c' PASS: test_all (test.test__xxsubinterpreters.DestroyTests) PASS: test_already_destroyed (test.test__xxsubinterpreters.DestroyTests) PASS: test_bad_id (test.test__xxsubinterpreters.DestroyTests) PASS: test_does_not_exist (test.test__xxsubinterpreters.DestroyTests) PASS: test_from_current (test.test__xxsubinterpreters.DestroyTests) PASS: test_from_other_thread (test.test__xxsubinterpreters.DestroyTests) PASS: test_from_sibling (test.test__xxsubinterpreters.DestroyTests) PASS: test_main (test.test__xxsubinterpreters.DestroyTests) PASS: test_one (test.test__xxsubinterpreters.DestroyTests) PASS: test_still_running (test.test__xxsubinterpreters.DestroyTests) SKIP: test_close (test.test__xxsubinterpreters.ExhaustiveChannelTests) 'these tests take several hours to run' SKIP: test_force_close (test.test__xxsubinterpreters.ExhaustiveChannelTests) 'these tests take several hours to run' PASS: test_main (test.test__xxsubinterpreters.GetCurrentTests) PASS: test_subinterpreter (test.test__xxsubinterpreters.GetCurrentTests) PASS: test_from_main (test.test__xxsubinterpreters.GetMainTests) PASS: test_from_subinterpreter (test.test__xxsubinterpreters.GetMainTests) PASS: test_bad_id (test.test__xxsubinterpreters.InterpreterIDTests) PASS: test_coerce_id (test.test__xxsubinterpreters.InterpreterIDTests) PASS: test_does_not_exist (test.test__xxsubinterpreters.InterpreterIDTests) PASS: test_equality (test.test__xxsubinterpreters.InterpreterIDTests) PASS: test_repr (test.test__xxsubinterpreters.InterpreterIDTests) PASS: test_str (test.test__xxsubinterpreters.InterpreterIDTests) PASS: test_with_int (test.test__xxsubinterpreters.InterpreterIDTests) PASS: test_already_destroyed (test.test__xxsubinterpreters.IsRunningTests) PASS: test_bad_id (test.test__xxsubinterpreters.IsRunningTests) PASS: test_does_not_exist (test.test__xxsubinterpreters.IsRunningTests) PASS: test_from_subinterpreter (test.test__xxsubinterpreters.IsRunningTests) PASS: test_main (test.test__xxsubinterpreters.IsRunningTests) SKIP: test_subinterpreter (test.test__xxsubinterpreters.IsRunningTests) 'Fails on FreeBSD' PASS: test_default_shareables (test.test__xxsubinterpreters.IsShareableTests) PASS: test_not_shareable (test.test__xxsubinterpreters.IsShareableTests) PASS: test_after_creating (test.test__xxsubinterpreters.ListAllTests) PASS: test_after_destroying (test.test__xxsubinterpreters.ListAllTests) PASS: test_initial (test.test__xxsubinterpreters.ListAllTests) PASS: test_SystemExit (test.test__xxsubinterpreters.RunStringTests) PASS: test_already_running (test.test__xxsubinterpreters.RunStringTests) PASS: test_bad_id (test.test__xxsubinterpreters.RunStringTests) PASS: test_bad_script (test.test__xxsubinterpreters.RunStringTests) PASS: test_bytes_for_script (test.test__xxsubinterpreters.RunStringTests) PASS: test_create_thread (test.test__xxsubinterpreters.RunStringTests) PASS: test_does_not_exist (test.test__xxsubinterpreters.RunStringTests) PASS: test_error_id (test.test__xxsubinterpreters.RunStringTests) PASS: test_execution_namespace_is_main (test.test__xxsubinterpreters.RunStringTests) PASS: test_failure (test.test__xxsubinterpreters.RunStringTests) PASS: test_fork (test.test__xxsubinterpreters.RunStringTests) PASS: test_in_thread (test.test__xxsubinterpreters.RunStringTests) PASS: test_invalid_syntax (test.test__xxsubinterpreters.RunStringTests) PASS: test_main_reused (test.test__xxsubinterpreters.RunStringTests) PASS: test_shared_overwrites (test.test__xxsubinterpreters.RunStringTests) PASS: test_shared_overwrites_default_vars (test.test__xxsubinterpreters.RunStringTests) SKIP: test_still_running_at_exit (test.test__xxsubinterpreters.RunStringTests) 'blocking forever' PASS: test_success (test.test__xxsubinterpreters.RunStringTests) PASS: test_sys_exit (test.test__xxsubinterpreters.RunStringTests) PASS: test_with_shared (test.test__xxsubinterpreters.RunStringTests) PASS: test_bytes (test.test__xxsubinterpreters.ShareableTypeTests) PASS: test_int (test.test__xxsubinterpreters.ShareableTypeTests) PASS: test_non_shareable_int (test.test__xxsubinterpreters.ShareableTypeTests) PASS: test_singletons (test.test__xxsubinterpreters.ShareableTypeTests) PASS: test_strs (test.test__xxsubinterpreters.ShareableTypeTests) PASS: test_types (test.test__xxsubinterpreters.ShareableTypeTests) ---------------------------------------------------------------------- Ran 123 tests in 1.123s OK (skipped=6) 0:00:12 load avg: 0.80 [ 17/427] test_abc PASS: test_works_with_init_subclass (test.test_abc.test_factory..TestABCWithInitSubclass) PASS: test_works_with_init_subclass (test.test_abc.test_factory..TestABCWithInitSubclass) PASS: test_ABC_has___slots__ (test.test_abc.test_factory..TestABC) PASS: test_ABC_helper (test.test_abc.test_factory..TestABC) PASS: test_abstractclassmethod_basics (test.test_abc.test_factory..TestABC) PASS: test_abstractmethod_basics (test.test_abc.test_factory..TestABC) PASS: test_abstractmethod_integration (test.test_abc.test_factory..TestABC) PASS: test_abstractproperty_basics (test.test_abc.test_factory..TestABC) PASS: test_abstractstaticmethod_basics (test.test_abc.test_factory..TestABC) PASS: test_all_new_methods_are_called (test.test_abc.test_factory..TestABC) PASS: test_customdescriptors_with_abstractmethod (test.test_abc.test_factory..TestABC) PASS: test_descriptors_with_abstractmethod (test.test_abc.test_factory..TestABC) PASS: test_isinstance_invalidation (test.test_abc.test_factory..TestABC) PASS: test_issubclass_bad_arguments (test.test_abc.test_factory..TestABC) PASS: test_metaclass_abc (test.test_abc.test_factory..TestABC) PASS: test_object_new_with_many_abstractmethods (test.test_abc.test_factory..TestABC) PASS: test_object_new_with_one_abstractmethod (test.test_abc.test_factory..TestABC) PASS: test_register_as_class_deco (test.test_abc.test_factory..TestABC) PASS: test_register_non_class (test.test_abc.test_factory..TestABC) PASS: test_registration_basics (test.test_abc.test_factory..TestABC) PASS: test_registration_builtins (test.test_abc.test_factory..TestABC) PASS: test_registration_edge_cases (test.test_abc.test_factory..TestABC) PASS: test_registration_transitiveness (test.test_abc.test_factory..TestABC) PASS: test_subclasshook (test.test_abc.test_factory..TestABC) PASS: test_tricky_new_works (test.test_abc.test_factory..TestABC) PASS: test_update_as_decorator (test.test_abc.test_factory..TestABC) PASS: test_update_del (test.test_abc.test_factory..TestABC) PASS: test_update_del_implementation (test.test_abc.test_factory..TestABC) PASS: test_update_implementation (test.test_abc.test_factory..TestABC) PASS: test_update_layered_implementation (test.test_abc.test_factory..TestABC) PASS: test_update_multi_inheritance (test.test_abc.test_factory..TestABC) PASS: test_update_new_abstractmethods (test.test_abc.test_factory..TestABC) PASS: test_update_non_abc (test.test_abc.test_factory..TestABC) PASS: test_ABC_has___slots__ (test.test_abc.test_factory..TestABC) PASS: test_ABC_helper (test.test_abc.test_factory..TestABC) PASS: test_abstractclassmethod_basics (test.test_abc.test_factory..TestABC) PASS: test_abstractmethod_basics (test.test_abc.test_factory..TestABC) PASS: test_abstractmethod_integration (test.test_abc.test_factory..TestABC) PASS: test_abstractproperty_basics (test.test_abc.test_factory..TestABC) PASS: test_abstractstaticmethod_basics (test.test_abc.test_factory..TestABC) PASS: test_all_new_methods_are_called (test.test_abc.test_factory..TestABC) PASS: test_customdescriptors_with_abstractmethod (test.test_abc.test_factory..TestABC) PASS: test_descriptors_with_abstractmethod (test.test_abc.test_factory..TestABC) PASS: test_isinstance_invalidation (test.test_abc.test_factory..TestABC) PASS: test_issubclass_bad_arguments (test.test_abc.test_factory..TestABC) PASS: test_metaclass_abc (test.test_abc.test_factory..TestABC) PASS: test_object_new_with_many_abstractmethods (test.test_abc.test_factory..TestABC) PASS: test_object_new_with_one_abstractmethod (test.test_abc.test_factory..TestABC) PASS: test_register_as_class_deco (test.test_abc.test_factory..TestABC) PASS: test_register_non_class (test.test_abc.test_factory..TestABC) PASS: test_registration_basics (test.test_abc.test_factory..TestABC) PASS: test_registration_builtins (test.test_abc.test_factory..TestABC) PASS: test_registration_edge_cases (test.test_abc.test_factory..TestABC) PASS: test_registration_transitiveness (test.test_abc.test_factory..TestABC) PASS: test_subclasshook (test.test_abc.test_factory..TestABC) PASS: test_tricky_new_works (test.test_abc.test_factory..TestABC) PASS: test_update_as_decorator (test.test_abc.test_factory..TestABC) PASS: test_update_del (test.test_abc.test_factory..TestABC) PASS: test_update_del_implementation (test.test_abc.test_factory..TestABC) PASS: test_update_implementation (test.test_abc.test_factory..TestABC) PASS: test_update_layered_implementation (test.test_abc.test_factory..TestABC) PASS: test_update_multi_inheritance (test.test_abc.test_factory..TestABC) PASS: test_update_new_abstractmethods (test.test_abc.test_factory..TestABC) PASS: test_update_non_abc (test.test_abc.test_factory..TestABC) PASS: test_abstractclassmethod_basics (test.test_abc.test_factory..TestLegacyAPI) PASS: test_abstractproperty_basics (test.test_abc.test_factory..TestLegacyAPI) PASS: test_abstractstaticmethod_basics (test.test_abc.test_factory..TestLegacyAPI) PASS: test_abstractclassmethod_basics (test.test_abc.test_factory..TestLegacyAPI) PASS: test_abstractproperty_basics (test.test_abc.test_factory..TestLegacyAPI) PASS: test_abstractstaticmethod_basics (test.test_abc.test_factory..TestLegacyAPI) ---------------------------------------------------------------------- Ran 70 tests in 0.014s OK 0:00:12 load avg: 0.80 [ 18/427] test_abstract_numbers PASS: test_complex (test.test_abstract_numbers.TestNumbers) PASS: test_float (test.test_abstract_numbers.TestNumbers) PASS: test_int (test.test_abstract_numbers.TestNumbers) ---------------------------------------------------------------------- Ran 3 tests in 0.000s OK 0:00:12 load avg: 0.80 [ 19/427] test_aifc PASS: test_read_comm_kludge_compname_even (test.test_aifc.AIFCLowLevelTest) PASS: test_read_comm_kludge_compname_odd (test.test_aifc.AIFCLowLevelTest) PASS: test_read_no_comm_chunk (test.test_aifc.AIFCLowLevelTest) PASS: test_read_no_ssnd_chunk (test.test_aifc.AIFCLowLevelTest) PASS: test_read_raises (test.test_aifc.AIFCLowLevelTest) PASS: test_read_written (test.test_aifc.AIFCLowLevelTest) PASS: test_read_wrong_compression_type (test.test_aifc.AIFCLowLevelTest) PASS: test_read_wrong_form (test.test_aifc.AIFCLowLevelTest) PASS: test_read_wrong_marks (test.test_aifc.AIFCLowLevelTest) PASS: test_read_wrong_number_of_channels (test.test_aifc.AIFCLowLevelTest) PASS: test_read_wrong_sample_width (test.test_aifc.AIFCLowLevelTest) PASS: test_write_aiff_by_extension (test.test_aifc.AIFCLowLevelTest) PASS: test_write_header_comptype_raises (test.test_aifc.AIFCLowLevelTest) PASS: test_write_header_raises (test.test_aifc.AIFCLowLevelTest) PASS: test_write_long_string_raises (test.test_aifc.AIFCLowLevelTest) PASS: test_write_markers_raises (test.test_aifc.AIFCLowLevelTest) PASS: test_write_params_bunch (test.test_aifc.AIFCLowLevelTest) PASS: test_write_params_raises (test.test_aifc.AIFCLowLevelTest) PASS: test_write_params_singles (test.test_aifc.AIFCLowLevelTest) PASS: test_wrong_open_mode (test.test_aifc.AIFCLowLevelTest) PASS: test_close (test.test_aifc.AifcALAWTest) PASS: test_context_manager_with_filename (test.test_aifc.AifcALAWTest) PASS: test_context_manager_with_open_file (test.test_aifc.AifcALAWTest) PASS: test_copy (test.test_aifc.AifcALAWTest) PASS: test_incompleted_write (test.test_aifc.AifcALAWTest) PASS: test_multiple_writes (test.test_aifc.AifcALAWTest) PASS: test_overflowed_write (test.test_aifc.AifcALAWTest) PASS: test_read (test.test_aifc.AifcALAWTest) PASS: test_read_not_from_start (test.test_aifc.AifcALAWTest) PASS: test_read_params (test.test_aifc.AifcALAWTest) PASS: test_unseekable_incompleted_write (test.test_aifc.AifcALAWTest) PASS: test_unseekable_overflowed_write (test.test_aifc.AifcALAWTest) PASS: test_unseekable_write (test.test_aifc.AifcALAWTest) PASS: test_write (test.test_aifc.AifcALAWTest) PASS: test_write_array (test.test_aifc.AifcALAWTest) PASS: test_write_bytearray (test.test_aifc.AifcALAWTest) PASS: test_write_context_manager_calls_close (test.test_aifc.AifcALAWTest) PASS: test_write_memoryview (test.test_aifc.AifcALAWTest) PASS: test_write_params (test.test_aifc.AifcALAWTest) PASS: test_close_opened_files_on_error (test.test_aifc.AifcMiscTest) PASS: test_params_added (test.test_aifc.AifcMiscTest) PASS: test_read_markers (test.test_aifc.AifcMiscTest) PASS: test_skipunknown (test.test_aifc.AifcMiscTest) PASS: test_write_header_comptype_sampwidth (test.test_aifc.AifcMiscTest) PASS: test_write_markers_values (test.test_aifc.AifcMiscTest) PASS: test_close (test.test_aifc.AifcPCM16Test) PASS: test_context_manager_with_filename (test.test_aifc.AifcPCM16Test) PASS: test_context_manager_with_open_file (test.test_aifc.AifcPCM16Test) PASS: test_copy (test.test_aifc.AifcPCM16Test) PASS: test_incompleted_write (test.test_aifc.AifcPCM16Test) PASS: test_multiple_writes (test.test_aifc.AifcPCM16Test) PASS: test_overflowed_write (test.test_aifc.AifcPCM16Test) PASS: test_read (test.test_aifc.AifcPCM16Test) PASS: test_read_not_from_start (test.test_aifc.AifcPCM16Test) PASS: test_read_params (test.test_aifc.AifcPCM16Test) PASS: test_unseekable_incompleted_write (test.test_aifc.AifcPCM16Test) PASS: test_unseekable_overflowed_write (test.test_aifc.AifcPCM16Test) PASS: test_unseekable_write (test.test_aifc.AifcPCM16Test) PASS: test_write (test.test_aifc.AifcPCM16Test) PASS: test_write_array (test.test_aifc.AifcPCM16Test) PASS: test_write_bytearray (test.test_aifc.AifcPCM16Test) PASS: test_write_context_manager_calls_close (test.test_aifc.AifcPCM16Test) PASS: test_write_memoryview (test.test_aifc.AifcPCM16Test) PASS: test_write_params (test.test_aifc.AifcPCM16Test) PASS: test_close (test.test_aifc.AifcPCM24Test) PASS: test_context_manager_with_filename (test.test_aifc.AifcPCM24Test) PASS: test_context_manager_with_open_file (test.test_aifc.AifcPCM24Test) PASS: test_copy (test.test_aifc.AifcPCM24Test) PASS: test_incompleted_write (test.test_aifc.AifcPCM24Test) PASS: test_multiple_writes (test.test_aifc.AifcPCM24Test) PASS: test_overflowed_write (test.test_aifc.AifcPCM24Test) PASS: test_read (test.test_aifc.AifcPCM24Test) PASS: test_read_not_from_start (test.test_aifc.AifcPCM24Test) PASS: test_read_params (test.test_aifc.AifcPCM24Test) PASS: test_unseekable_incompleted_write (test.test_aifc.AifcPCM24Test) PASS: test_unseekable_overflowed_write (test.test_aifc.AifcPCM24Test) PASS: test_unseekable_write (test.test_aifc.AifcPCM24Test) PASS: test_write (test.test_aifc.AifcPCM24Test) PASS: test_write_array (test.test_aifc.AifcPCM24Test) PASS: test_write_bytearray (test.test_aifc.AifcPCM24Test) PASS: test_write_context_manager_calls_close (test.test_aifc.AifcPCM24Test) PASS: test_write_memoryview (test.test_aifc.AifcPCM24Test) PASS: test_write_params (test.test_aifc.AifcPCM24Test) PASS: test_close (test.test_aifc.AifcPCM32Test) PASS: test_context_manager_with_filename (test.test_aifc.AifcPCM32Test) PASS: test_context_manager_with_open_file (test.test_aifc.AifcPCM32Test) PASS: test_copy (test.test_aifc.AifcPCM32Test) PASS: test_incompleted_write (test.test_aifc.AifcPCM32Test) PASS: test_multiple_writes (test.test_aifc.AifcPCM32Test) PASS: test_overflowed_write (test.test_aifc.AifcPCM32Test) PASS: test_read (test.test_aifc.AifcPCM32Test) PASS: test_read_not_from_start (test.test_aifc.AifcPCM32Test) PASS: test_read_params (test.test_aifc.AifcPCM32Test) PASS: test_unseekable_incompleted_write (test.test_aifc.AifcPCM32Test) PASS: test_unseekable_overflowed_write (test.test_aifc.AifcPCM32Test) PASS: test_unseekable_write (test.test_aifc.AifcPCM32Test) PASS: test_write (test.test_aifc.AifcPCM32Test) PASS: test_write_array (test.test_aifc.AifcPCM32Test) PASS: test_write_bytearray (test.test_aifc.AifcPCM32Test) PASS: test_write_context_manager_calls_close (test.test_aifc.AifcPCM32Test) PASS: test_write_memoryview (test.test_aifc.AifcPCM32Test) PASS: test_write_params (test.test_aifc.AifcPCM32Test) PASS: test_close (test.test_aifc.AifcPCM8Test) PASS: test_context_manager_with_filename (test.test_aifc.AifcPCM8Test) PASS: test_context_manager_with_open_file (test.test_aifc.AifcPCM8Test) PASS: test_copy (test.test_aifc.AifcPCM8Test) PASS: test_incompleted_write (test.test_aifc.AifcPCM8Test) PASS: test_multiple_writes (test.test_aifc.AifcPCM8Test) PASS: test_overflowed_write (test.test_aifc.AifcPCM8Test) PASS: test_read (test.test_aifc.AifcPCM8Test) PASS: test_read_not_from_start (test.test_aifc.AifcPCM8Test) PASS: test_read_params (test.test_aifc.AifcPCM8Test) PASS: test_unseekable_incompleted_write (test.test_aifc.AifcPCM8Test) PASS: test_unseekable_overflowed_write (test.test_aifc.AifcPCM8Test) PASS: test_unseekable_write (test.test_aifc.AifcPCM8Test) PASS: test_write (test.test_aifc.AifcPCM8Test) PASS: test_write_array (test.test_aifc.AifcPCM8Test) PASS: test_write_bytearray (test.test_aifc.AifcPCM8Test) PASS: test_write_context_manager_calls_close (test.test_aifc.AifcPCM8Test) PASS: test_write_memoryview (test.test_aifc.AifcPCM8Test) PASS: test_write_params (test.test_aifc.AifcPCM8Test) PASS: test_close (test.test_aifc.AifcULAWTest) PASS: test_context_manager_with_filename (test.test_aifc.AifcULAWTest) PASS: test_context_manager_with_open_file (test.test_aifc.AifcULAWTest) PASS: test_copy (test.test_aifc.AifcULAWTest) PASS: test_incompleted_write (test.test_aifc.AifcULAWTest) PASS: test_multiple_writes (test.test_aifc.AifcULAWTest) PASS: test_overflowed_write (test.test_aifc.AifcULAWTest) PASS: test_read (test.test_aifc.AifcULAWTest) PASS: test_read_not_from_start (test.test_aifc.AifcULAWTest) PASS: test_read_params (test.test_aifc.AifcULAWTest) PASS: test_unseekable_incompleted_write (test.test_aifc.AifcULAWTest) PASS: test_unseekable_overflowed_write (test.test_aifc.AifcULAWTest) PASS: test_unseekable_write (test.test_aifc.AifcULAWTest) PASS: test_write (test.test_aifc.AifcULAWTest) PASS: test_write_array (test.test_aifc.AifcULAWTest) PASS: test_write_bytearray (test.test_aifc.AifcULAWTest) PASS: test_write_context_manager_calls_close (test.test_aifc.AifcULAWTest) PASS: test_write_memoryview (test.test_aifc.AifcULAWTest) PASS: test_write_params (test.test_aifc.AifcULAWTest) ---------------------------------------------------------------------- Ran 140 tests in 0.096s OK 0:00:12 load avg: 0.80 [ 20/427] test_argparse PASS: test_failures_many_groups_listargs (test.test_argparse.TestActionExtend) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestActionExtend) PASS: test_failures_no_groups_listargs (test.test_argparse.TestActionExtend) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestActionExtend) PASS: test_failures_one_group_listargs (test.test_argparse.TestActionExtend) PASS: test_failures_one_group_sysargs (test.test_argparse.TestActionExtend) PASS: test_successes_many_groups_listargs (test.test_argparse.TestActionExtend) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestActionExtend) PASS: test_successes_no_groups_listargs (test.test_argparse.TestActionExtend) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestActionExtend) PASS: test_successes_one_group_listargs (test.test_argparse.TestActionExtend) PASS: test_successes_one_group_sysargs (test.test_argparse.TestActionExtend) PASS: test (test.test_argparse.TestActionRegistration) PASS: test_failures_many_groups_listargs (test.test_argparse.TestActionUserDefined) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestActionUserDefined) PASS: test_failures_no_groups_listargs (test.test_argparse.TestActionUserDefined) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestActionUserDefined) PASS: test_failures_one_group_listargs (test.test_argparse.TestActionUserDefined) PASS: test_failures_one_group_sysargs (test.test_argparse.TestActionUserDefined) PASS: test_successes_many_groups_listargs (test.test_argparse.TestActionUserDefined) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestActionUserDefined) PASS: test_successes_no_groups_listargs (test.test_argparse.TestActionUserDefined) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestActionUserDefined) PASS: test_successes_one_group_listargs (test.test_argparse.TestActionUserDefined) PASS: test_successes_one_group_sysargs (test.test_argparse.TestActionUserDefined) PASS: test_dest (test.test_argparse.TestActionsReturned) PASS: test_misc (test.test_argparse.TestActionsReturned) PASS: test_nargs_1_metavar_length0 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_1_metavar_length1 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_1_metavar_length2 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_1_metavar_length3 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_1_metavar_string (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_2_metavar_length0 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_2_metavar_length1 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_2_metavar_length2 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_2_metavar_length3 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_2_metavar_string (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_3_metavar_length0 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_3_metavar_length1 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_3_metavar_length2 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_3_metavar_length3 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_3_metavar_string (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_None_metavar_length0 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_None_metavar_length1 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_None_metavar_length2 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_None_metavar_length3 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_None_metavar_string (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_oneormore_metavar_length0 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_oneormore_metavar_length1 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_oneormore_metavar_length2 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_oneormore_metavar_length3 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_oneormore_metavar_string (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_optional_metavar_length0 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_optional_metavar_length1 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_optional_metavar_length2 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_optional_metavar_length3 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_optional_metavar_string (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_parser_metavar_length0 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_parser_metavar_length1 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_parser_metavar_length2 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_parser_metavar_length3 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_parser_metavar_string (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_remainder_metavar_length0 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_remainder_metavar_length1 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_remainder_metavar_length2 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_remainder_metavar_length3 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_remainder_metavar_string (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_zeroormore_metavar_length0 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_zeroormore_metavar_length1 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_zeroormore_metavar_length2 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_zeroormore_metavar_length3 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_zeroormore_metavar_string (test.test_argparse.TestAddArgumentMetavar) PASS: test_alias_help (test.test_argparse.TestAddSubparsers) PASS: test_alias_invocation (test.test_argparse.TestAddSubparsers) PASS: test_dest (test.test_argparse.TestAddSubparsers) PASS: test_error_alias_invocation (test.test_argparse.TestAddSubparsers) PASS: test_help (test.test_argparse.TestAddSubparsers) PASS: test_help_alternate_prefix_chars (test.test_argparse.TestAddSubparsers) PASS: test_help_blank (test.test_argparse.TestAddSubparsers) PASS: test_help_extra_prefix_chars (test.test_argparse.TestAddSubparsers) PASS: test_help_non_breaking_spaces (test.test_argparse.TestAddSubparsers) PASS: test_optional_subparsers (test.test_argparse.TestAddSubparsers) PASS: test_parse_args (test.test_argparse.TestAddSubparsers) PASS: test_parse_args_failures (test.test_argparse.TestAddSubparsers) PASS: test_parse_known_args (test.test_argparse.TestAddSubparsers) PASS: test_parser_command_help (test.test_argparse.TestAddSubparsers) PASS: test_required_subparsers_default (test.test_argparse.TestAddSubparsers) PASS: test_required_subparsers_no_destination_error (test.test_argparse.TestAddSubparsers) PASS: test_required_subparsers_via_attribute (test.test_argparse.TestAddSubparsers) PASS: test_required_subparsers_via_kwarg (test.test_argparse.TestAddSubparsers) PASS: test_subparser1_help (test.test_argparse.TestAddSubparsers) PASS: test_subparser2_help (test.test_argparse.TestAddSubparsers) PASS: test_subparser_title_help (test.test_argparse.TestAddSubparsers) PASS: test_wrong_argument_subparsers_no_destination_error (test.test_argparse.TestAddSubparsers) PASS: test_argument_error (test.test_argparse.TestArgumentError) PASS: test_argument_type_error (test.test_argparse.TestArgumentTypeError) PASS: test_failures_many_groups_listargs (test.test_argparse.TestArgumentsFromFile) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestArgumentsFromFile) PASS: test_failures_no_groups_listargs (test.test_argparse.TestArgumentsFromFile) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestArgumentsFromFile) PASS: test_failures_one_group_listargs (test.test_argparse.TestArgumentsFromFile) PASS: test_failures_one_group_sysargs (test.test_argparse.TestArgumentsFromFile) PASS: test_successes_many_groups_listargs (test.test_argparse.TestArgumentsFromFile) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestArgumentsFromFile) PASS: test_successes_no_groups_listargs (test.test_argparse.TestArgumentsFromFile) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestArgumentsFromFile) PASS: test_successes_one_group_listargs (test.test_argparse.TestArgumentsFromFile) PASS: test_successes_one_group_sysargs (test.test_argparse.TestArgumentsFromFile) PASS: test_failures_many_groups_listargs (test.test_argparse.TestArgumentsFromFileConverter) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestArgumentsFromFileConverter) PASS: test_failures_no_groups_listargs (test.test_argparse.TestArgumentsFromFileConverter) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestArgumentsFromFileConverter) PASS: test_failures_one_group_listargs (test.test_argparse.TestArgumentsFromFileConverter) PASS: test_failures_one_group_sysargs (test.test_argparse.TestArgumentsFromFileConverter) PASS: test_successes_many_groups_listargs (test.test_argparse.TestArgumentsFromFileConverter) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestArgumentsFromFileConverter) PASS: test_successes_no_groups_listargs (test.test_argparse.TestArgumentsFromFileConverter) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestArgumentsFromFileConverter) PASS: test_successes_one_group_listargs (test.test_argparse.TestArgumentsFromFileConverter) PASS: test_successes_one_group_sysargs (test.test_argparse.TestArgumentsFromFileConverter) PASS: test_const (test.test_argparse.TestBooleanOptionalAction) PASS: test_failures_many_groups_listargs (test.test_argparse.TestBooleanOptionalAction) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestBooleanOptionalAction) PASS: test_failures_no_groups_listargs (test.test_argparse.TestBooleanOptionalAction) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestBooleanOptionalAction) PASS: test_failures_one_group_listargs (test.test_argparse.TestBooleanOptionalAction) PASS: test_failures_one_group_sysargs (test.test_argparse.TestBooleanOptionalAction) PASS: test_successes_many_groups_listargs (test.test_argparse.TestBooleanOptionalAction) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestBooleanOptionalAction) PASS: test_successes_no_groups_listargs (test.test_argparse.TestBooleanOptionalAction) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestBooleanOptionalAction) PASS: test_successes_one_group_listargs (test.test_argparse.TestBooleanOptionalAction) PASS: test_successes_one_group_sysargs (test.test_argparse.TestBooleanOptionalAction) PASS: test_failures_many_groups_listargs (test.test_argparse.TestBooleanOptionalActionRequired) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestBooleanOptionalActionRequired) PASS: test_failures_no_groups_listargs (test.test_argparse.TestBooleanOptionalActionRequired) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestBooleanOptionalActionRequired) PASS: test_failures_one_group_listargs (test.test_argparse.TestBooleanOptionalActionRequired) PASS: test_failures_one_group_sysargs (test.test_argparse.TestBooleanOptionalActionRequired) PASS: test_successes_many_groups_listargs (test.test_argparse.TestBooleanOptionalActionRequired) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestBooleanOptionalActionRequired) PASS: test_successes_no_groups_listargs (test.test_argparse.TestBooleanOptionalActionRequired) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestBooleanOptionalActionRequired) PASS: test_successes_one_group_listargs (test.test_argparse.TestBooleanOptionalActionRequired) PASS: test_successes_one_group_sysargs (test.test_argparse.TestBooleanOptionalActionRequired) PASS: test_bad_type (test.test_argparse.TestConflictHandling) PASS: test_conflict_error (test.test_argparse.TestConflictHandling) PASS: test_resolve_error (test.test_argparse.TestConflictHandling) PASS: test_failures_many_groups_listargs (test.test_argparse.TestDefaultSuppress) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestDefaultSuppress) PASS: test_failures_no_groups_listargs (test.test_argparse.TestDefaultSuppress) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestDefaultSuppress) PASS: test_failures_one_group_listargs (test.test_argparse.TestDefaultSuppress) PASS: test_failures_one_group_sysargs (test.test_argparse.TestDefaultSuppress) PASS: test_successes_many_groups_listargs (test.test_argparse.TestDefaultSuppress) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestDefaultSuppress) PASS: test_successes_no_groups_listargs (test.test_argparse.TestDefaultSuppress) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestDefaultSuppress) PASS: test_successes_one_group_listargs (test.test_argparse.TestDefaultSuppress) PASS: test_successes_one_group_sysargs (test.test_argparse.TestDefaultSuppress) PASS: test_failures_many_groups_listargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping) PASS: test_failures_no_groups_listargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping) PASS: test_failures_one_group_listargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping) PASS: test_failures_one_group_sysargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping) PASS: test_successes_many_groups_listargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping) PASS: test_successes_no_groups_listargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping) PASS: test_successes_one_group_listargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping) PASS: test_successes_one_group_sysargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping) PASS: test_failures_many_groups_listargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix) PASS: test_failures_no_groups_listargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix) PASS: test_failures_one_group_listargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix) PASS: test_failures_one_group_sysargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix) PASS: test_successes_many_groups_listargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix) PASS: test_successes_no_groups_listargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix) PASS: test_successes_one_group_listargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix) PASS: test_successes_one_group_sysargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix) PASS: test_failures_many_groups_listargs (test.test_argparse.TestEmptyAndSpaceContainingArguments) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestEmptyAndSpaceContainingArguments) PASS: test_failures_no_groups_listargs (test.test_argparse.TestEmptyAndSpaceContainingArguments) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestEmptyAndSpaceContainingArguments) PASS: test_failures_one_group_listargs (test.test_argparse.TestEmptyAndSpaceContainingArguments) PASS: test_failures_one_group_sysargs (test.test_argparse.TestEmptyAndSpaceContainingArguments) PASS: test_successes_many_groups_listargs (test.test_argparse.TestEmptyAndSpaceContainingArguments) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestEmptyAndSpaceContainingArguments) PASS: test_successes_no_groups_listargs (test.test_argparse.TestEmptyAndSpaceContainingArguments) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestEmptyAndSpaceContainingArguments) PASS: test_successes_one_group_listargs (test.test_argparse.TestEmptyAndSpaceContainingArguments) PASS: test_successes_one_group_sysargs (test.test_argparse.TestEmptyAndSpaceContainingArguments) PASS: test_argparse_module_encoding (test.test_argparse.TestEncoding) PASS: test_test_argparse_module_encoding (test.test_argparse.TestEncoding) PASS: test_exit_on_error_with_bad_args (test.test_argparse.TestExitOnError) PASS: test_exit_on_error_with_good_args (test.test_argparse.TestExitOnError) PASS: test_failures_many_groups_listargs (test.test_argparse.TestFileTypeDefaults) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestFileTypeDefaults) PASS: test_failures_no_groups_listargs (test.test_argparse.TestFileTypeDefaults) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestFileTypeDefaults) PASS: test_failures_one_group_listargs (test.test_argparse.TestFileTypeDefaults) PASS: test_failures_one_group_sysargs (test.test_argparse.TestFileTypeDefaults) PASS: test_successes_many_groups_listargs (test.test_argparse.TestFileTypeDefaults) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestFileTypeDefaults) PASS: test_successes_no_groups_listargs (test.test_argparse.TestFileTypeDefaults) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestFileTypeDefaults) PASS: test_successes_one_group_listargs (test.test_argparse.TestFileTypeDefaults) PASS: test_successes_one_group_sysargs (test.test_argparse.TestFileTypeDefaults) PASS: test (test.test_argparse.TestFileTypeMissingInitialization) PASS: test_open_args (test.test_argparse.TestFileTypeOpenArgs) PASS: test_failures_many_groups_listargs (test.test_argparse.TestFileTypeR) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestFileTypeR) PASS: test_failures_no_groups_listargs (test.test_argparse.TestFileTypeR) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestFileTypeR) PASS: test_failures_one_group_listargs (test.test_argparse.TestFileTypeR) PASS: test_failures_one_group_sysargs (test.test_argparse.TestFileTypeR) PASS: test_successes_many_groups_listargs (test.test_argparse.TestFileTypeR) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestFileTypeR) PASS: test_successes_no_groups_listargs (test.test_argparse.TestFileTypeR) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestFileTypeR) PASS: test_successes_one_group_listargs (test.test_argparse.TestFileTypeR) PASS: test_successes_one_group_sysargs (test.test_argparse.TestFileTypeR) PASS: test_failures_many_groups_listargs (test.test_argparse.TestFileTypeRB) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestFileTypeRB) PASS: test_failures_no_groups_listargs (test.test_argparse.TestFileTypeRB) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestFileTypeRB) PASS: test_failures_one_group_listargs (test.test_argparse.TestFileTypeRB) PASS: test_failures_one_group_sysargs (test.test_argparse.TestFileTypeRB) PASS: test_successes_many_groups_listargs (test.test_argparse.TestFileTypeRB) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestFileTypeRB) PASS: test_successes_no_groups_listargs (test.test_argparse.TestFileTypeRB) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestFileTypeRB) PASS: test_successes_one_group_listargs (test.test_argparse.TestFileTypeRB) PASS: test_successes_one_group_sysargs (test.test_argparse.TestFileTypeRB) PASS: test_r (test.test_argparse.TestFileTypeRepr) PASS: test_r_1_replace (test.test_argparse.TestFileTypeRepr) PASS: test_r_latin (test.test_argparse.TestFileTypeRepr) PASS: test_w_big5_ignore (test.test_argparse.TestFileTypeRepr) PASS: test_wb_1 (test.test_argparse.TestFileTypeRepr) SKIP: test_failures_many_groups_listargs (test.test_argparse.TestFileTypeW) 'non-root user required' SKIP: test_failures_many_groups_sysargs (test.test_argparse.TestFileTypeW) 'non-root user required' SKIP: test_failures_no_groups_listargs (test.test_argparse.TestFileTypeW) 'non-root user required' SKIP: test_failures_no_groups_sysargs (test.test_argparse.TestFileTypeW) 'non-root user required' SKIP: test_failures_one_group_listargs (test.test_argparse.TestFileTypeW) 'non-root user required' SKIP: test_failures_one_group_sysargs (test.test_argparse.TestFileTypeW) 'non-root user required' SKIP: test_successes_many_groups_listargs (test.test_argparse.TestFileTypeW) 'non-root user required' SKIP: test_successes_many_groups_sysargs (test.test_argparse.TestFileTypeW) 'non-root user required' SKIP: test_successes_no_groups_listargs (test.test_argparse.TestFileTypeW) 'non-root user required' SKIP: test_successes_no_groups_sysargs (test.test_argparse.TestFileTypeW) 'non-root user required' SKIP: test_successes_one_group_listargs (test.test_argparse.TestFileTypeW) 'non-root user required' SKIP: test_successes_one_group_sysargs (test.test_argparse.TestFileTypeW) 'non-root user required' SKIP: test_failures_many_groups_listargs (test.test_argparse.TestFileTypeWB) 'non-root user required' SKIP: test_failures_many_groups_sysargs (test.test_argparse.TestFileTypeWB) 'non-root user required' SKIP: test_failures_no_groups_listargs (test.test_argparse.TestFileTypeWB) 'non-root user required' SKIP: test_failures_no_groups_sysargs (test.test_argparse.TestFileTypeWB) 'non-root user required' SKIP: test_failures_one_group_listargs (test.test_argparse.TestFileTypeWB) 'non-root user required' SKIP: test_failures_one_group_sysargs (test.test_argparse.TestFileTypeWB) 'non-root user required' SKIP: test_successes_many_groups_listargs (test.test_argparse.TestFileTypeWB) 'non-root user required' SKIP: test_successes_many_groups_sysargs (test.test_argparse.TestFileTypeWB) 'non-root user required' SKIP: test_successes_no_groups_listargs (test.test_argparse.TestFileTypeWB) 'non-root user required' SKIP: test_successes_no_groups_sysargs (test.test_argparse.TestFileTypeWB) 'non-root user required' SKIP: test_successes_one_group_listargs (test.test_argparse.TestFileTypeWB) 'non-root user required' SKIP: test_successes_one_group_sysargs (test.test_argparse.TestFileTypeWB) 'non-root user required' SKIP: test_failures_many_groups_listargs (test.test_argparse.TestFileTypeX) 'non-root user required' SKIP: test_failures_many_groups_sysargs (test.test_argparse.TestFileTypeX) 'non-root user required' SKIP: test_failures_no_groups_listargs (test.test_argparse.TestFileTypeX) 'non-root user required' SKIP: test_failures_no_groups_sysargs (test.test_argparse.TestFileTypeX) 'non-root user required' SKIP: test_failures_one_group_listargs (test.test_argparse.TestFileTypeX) 'non-root user required' SKIP: test_failures_one_group_sysargs (test.test_argparse.TestFileTypeX) 'non-root user required' SKIP: test_successes_many_groups_listargs (test.test_argparse.TestFileTypeX) 'non-root user required' SKIP: test_successes_many_groups_sysargs (test.test_argparse.TestFileTypeX) 'non-root user required' SKIP: test_successes_no_groups_listargs (test.test_argparse.TestFileTypeX) 'non-root user required' SKIP: test_successes_no_groups_sysargs (test.test_argparse.TestFileTypeX) 'non-root user required' SKIP: test_successes_one_group_listargs (test.test_argparse.TestFileTypeX) 'non-root user required' SKIP: test_successes_one_group_sysargs (test.test_argparse.TestFileTypeX) 'non-root user required' SKIP: test_failures_many_groups_listargs (test.test_argparse.TestFileTypeXB) 'non-root user required' SKIP: test_failures_many_groups_sysargs (test.test_argparse.TestFileTypeXB) 'non-root user required' SKIP: test_failures_no_groups_listargs (test.test_argparse.TestFileTypeXB) 'non-root user required' SKIP: test_failures_no_groups_sysargs (test.test_argparse.TestFileTypeXB) 'non-root user required' SKIP: test_failures_one_group_listargs (test.test_argparse.TestFileTypeXB) 'non-root user required' SKIP: test_failures_one_group_sysargs (test.test_argparse.TestFileTypeXB) 'non-root user required' SKIP: test_successes_many_groups_listargs (test.test_argparse.TestFileTypeXB) 'non-root user required' SKIP: test_successes_many_groups_sysargs (test.test_argparse.TestFileTypeXB) 'non-root user required' SKIP: test_successes_no_groups_listargs (test.test_argparse.TestFileTypeXB) 'non-root user required' SKIP: test_successes_no_groups_sysargs (test.test_argparse.TestFileTypeXB) 'non-root user required' SKIP: test_successes_one_group_listargs (test.test_argparse.TestFileTypeXB) 'non-root user required' SKIP: test_successes_one_group_sysargs (test.test_argparse.TestFileTypeXB) 'non-root user required' PASS: test_get_default (test.test_argparse.TestGetDefault) PASS: test_format_help (test.test_argparse.TestHelpAlternatePrefixChars) PASS: test_format_usage (test.test_argparse.TestHelpAlternatePrefixChars) PASS: test_print_file_help (test.test_argparse.TestHelpAlternatePrefixChars) PASS: test_print_file_usage (test.test_argparse.TestHelpAlternatePrefixChars) PASS: test_print_help (test.test_argparse.TestHelpAlternatePrefixChars) PASS: test_print_usage (test.test_argparse.TestHelpAlternatePrefixChars) PASS: test_format_help (test.test_argparse.TestHelpArgumentDefaults) PASS: test_format_usage (test.test_argparse.TestHelpArgumentDefaults) PASS: test_print_file_help (test.test_argparse.TestHelpArgumentDefaults) PASS: test_print_file_usage (test.test_argparse.TestHelpArgumentDefaults) PASS: test_print_help (test.test_argparse.TestHelpArgumentDefaults) PASS: test_print_usage (test.test_argparse.TestHelpArgumentDefaults) PASS: test_format_help (test.test_argparse.TestHelpBiggerOptionalGroups) PASS: test_format_usage (test.test_argparse.TestHelpBiggerOptionalGroups) PASS: test_print_file_help (test.test_argparse.TestHelpBiggerOptionalGroups) PASS: test_print_file_usage (test.test_argparse.TestHelpBiggerOptionalGroups) PASS: test_print_help (test.test_argparse.TestHelpBiggerOptionalGroups) PASS: test_print_usage (test.test_argparse.TestHelpBiggerOptionalGroups) PASS: test_format_help (test.test_argparse.TestHelpBiggerOptionals) PASS: test_format_usage (test.test_argparse.TestHelpBiggerOptionals) PASS: test_print_file_help (test.test_argparse.TestHelpBiggerOptionals) PASS: test_print_file_usage (test.test_argparse.TestHelpBiggerOptionals) PASS: test_print_help (test.test_argparse.TestHelpBiggerOptionals) PASS: test_print_usage (test.test_argparse.TestHelpBiggerOptionals) PASS: test_format_help (test.test_argparse.TestHelpBiggerPositionals) PASS: test_format_usage (test.test_argparse.TestHelpBiggerPositionals) PASS: test_print_file_help (test.test_argparse.TestHelpBiggerPositionals) PASS: test_print_file_usage (test.test_argparse.TestHelpBiggerPositionals) PASS: test_print_help (test.test_argparse.TestHelpBiggerPositionals) PASS: test_print_usage (test.test_argparse.TestHelpBiggerPositionals) PASS: test_format_help (test.test_argparse.TestHelpMetavarTypeFormatter) PASS: test_format_usage (test.test_argparse.TestHelpMetavarTypeFormatter) PASS: test_print_file_help (test.test_argparse.TestHelpMetavarTypeFormatter) PASS: test_print_file_usage (test.test_argparse.TestHelpMetavarTypeFormatter) PASS: test_print_help (test.test_argparse.TestHelpMetavarTypeFormatter) PASS: test_print_usage (test.test_argparse.TestHelpMetavarTypeFormatter) PASS: test_format_help (test.test_argparse.TestHelpNoHelpOptional) PASS: test_format_usage (test.test_argparse.TestHelpNoHelpOptional) PASS: test_print_file_help (test.test_argparse.TestHelpNoHelpOptional) PASS: test_print_file_usage (test.test_argparse.TestHelpNoHelpOptional) PASS: test_print_help (test.test_argparse.TestHelpNoHelpOptional) PASS: test_print_usage (test.test_argparse.TestHelpNoHelpOptional) PASS: test_format_help (test.test_argparse.TestHelpNone) PASS: test_format_usage (test.test_argparse.TestHelpNone) PASS: test_print_file_help (test.test_argparse.TestHelpNone) PASS: test_print_file_usage (test.test_argparse.TestHelpNone) PASS: test_print_help (test.test_argparse.TestHelpNone) PASS: test_print_usage (test.test_argparse.TestHelpNone) PASS: test_format_help (test.test_argparse.TestHelpOnlyUserGroups) PASS: test_format_usage (test.test_argparse.TestHelpOnlyUserGroups) PASS: test_print_file_help (test.test_argparse.TestHelpOnlyUserGroups) PASS: test_print_file_usage (test.test_argparse.TestHelpOnlyUserGroups) PASS: test_print_help (test.test_argparse.TestHelpOnlyUserGroups) PASS: test_print_usage (test.test_argparse.TestHelpOnlyUserGroups) PASS: test_format_help (test.test_argparse.TestHelpRawDescription) PASS: test_format_usage (test.test_argparse.TestHelpRawDescription) PASS: test_print_file_help (test.test_argparse.TestHelpRawDescription) PASS: test_print_file_usage (test.test_argparse.TestHelpRawDescription) PASS: test_print_help (test.test_argparse.TestHelpRawDescription) PASS: test_print_usage (test.test_argparse.TestHelpRawDescription) PASS: test_format_help (test.test_argparse.TestHelpRawText) PASS: test_format_usage (test.test_argparse.TestHelpRawText) PASS: test_print_file_help (test.test_argparse.TestHelpRawText) PASS: test_print_file_usage (test.test_argparse.TestHelpRawText) PASS: test_print_help (test.test_argparse.TestHelpRawText) PASS: test_print_usage (test.test_argparse.TestHelpRawText) PASS: test_format_help (test.test_argparse.TestHelpReformatting) PASS: test_format_usage (test.test_argparse.TestHelpReformatting) PASS: test_print_file_help (test.test_argparse.TestHelpReformatting) PASS: test_print_file_usage (test.test_argparse.TestHelpReformatting) PASS: test_print_help (test.test_argparse.TestHelpReformatting) PASS: test_print_usage (test.test_argparse.TestHelpReformatting) PASS: test_format_help (test.test_argparse.TestHelpRequiredOptional) PASS: test_format_usage (test.test_argparse.TestHelpRequiredOptional) PASS: test_print_file_help (test.test_argparse.TestHelpRequiredOptional) PASS: test_print_file_usage (test.test_argparse.TestHelpRequiredOptional) PASS: test_print_help (test.test_argparse.TestHelpRequiredOptional) PASS: test_print_usage (test.test_argparse.TestHelpRequiredOptional) PASS: test_format_help (test.test_argparse.TestHelpSubparsersOrdering) PASS: test_format_usage (test.test_argparse.TestHelpSubparsersOrdering) PASS: test_print_file_help (test.test_argparse.TestHelpSubparsersOrdering) PASS: test_print_file_usage (test.test_argparse.TestHelpSubparsersOrdering) PASS: test_print_help (test.test_argparse.TestHelpSubparsersOrdering) PASS: test_print_usage (test.test_argparse.TestHelpSubparsersOrdering) PASS: test_format_help (test.test_argparse.TestHelpSubparsersWithHelpOrdering) PASS: test_format_usage (test.test_argparse.TestHelpSubparsersWithHelpOrdering) PASS: test_print_file_help (test.test_argparse.TestHelpSubparsersWithHelpOrdering) PASS: test_print_file_usage (test.test_argparse.TestHelpSubparsersWithHelpOrdering) PASS: test_print_help (test.test_argparse.TestHelpSubparsersWithHelpOrdering) PASS: test_print_usage (test.test_argparse.TestHelpSubparsersWithHelpOrdering) PASS: test_format_help (test.test_argparse.TestHelpSuppressOptional) PASS: test_format_usage (test.test_argparse.TestHelpSuppressOptional) PASS: test_print_file_help (test.test_argparse.TestHelpSuppressOptional) PASS: test_print_file_usage (test.test_argparse.TestHelpSuppressOptional) PASS: test_print_help (test.test_argparse.TestHelpSuppressOptional) PASS: test_print_usage (test.test_argparse.TestHelpSuppressOptional) PASS: test_format_help (test.test_argparse.TestHelpSuppressOptionalGroup) PASS: test_format_usage (test.test_argparse.TestHelpSuppressOptionalGroup) PASS: test_print_file_help (test.test_argparse.TestHelpSuppressOptionalGroup) PASS: test_print_file_usage (test.test_argparse.TestHelpSuppressOptionalGroup) PASS: test_print_help (test.test_argparse.TestHelpSuppressOptionalGroup) PASS: test_print_usage (test.test_argparse.TestHelpSuppressOptionalGroup) PASS: test_format_help (test.test_argparse.TestHelpSuppressPositional) PASS: test_format_usage (test.test_argparse.TestHelpSuppressPositional) PASS: test_print_file_help (test.test_argparse.TestHelpSuppressPositional) PASS: test_print_file_usage (test.test_argparse.TestHelpSuppressPositional) PASS: test_print_help (test.test_argparse.TestHelpSuppressPositional) PASS: test_print_usage (test.test_argparse.TestHelpSuppressPositional) PASS: test_format_help (test.test_argparse.TestHelpSuppressUsage) PASS: test_format_usage (test.test_argparse.TestHelpSuppressUsage) PASS: test_print_file_help (test.test_argparse.TestHelpSuppressUsage) PASS: test_print_file_usage (test.test_argparse.TestHelpSuppressUsage) PASS: test_print_help (test.test_argparse.TestHelpSuppressUsage) PASS: test_print_usage (test.test_argparse.TestHelpSuppressUsage) PASS: test_format_help (test.test_argparse.TestHelpTupleMetavar) PASS: test_format_usage (test.test_argparse.TestHelpTupleMetavar) PASS: test_print_file_help (test.test_argparse.TestHelpTupleMetavar) PASS: test_print_file_usage (test.test_argparse.TestHelpTupleMetavar) PASS: test_print_help (test.test_argparse.TestHelpTupleMetavar) PASS: test_print_usage (test.test_argparse.TestHelpTupleMetavar) PASS: test_format_help (test.test_argparse.TestHelpUsage) PASS: test_format_usage (test.test_argparse.TestHelpUsage) PASS: test_print_file_help (test.test_argparse.TestHelpUsage) PASS: test_print_file_usage (test.test_argparse.TestHelpUsage) PASS: test_print_help (test.test_argparse.TestHelpUsage) PASS: test_print_usage (test.test_argparse.TestHelpUsage) PASS: test_format_help (test.test_argparse.TestHelpUsageLongProg) PASS: test_format_usage (test.test_argparse.TestHelpUsageLongProg) PASS: test_print_file_help (test.test_argparse.TestHelpUsageLongProg) PASS: test_print_file_usage (test.test_argparse.TestHelpUsageLongProg) PASS: test_print_help (test.test_argparse.TestHelpUsageLongProg) PASS: test_print_usage (test.test_argparse.TestHelpUsageLongProg) PASS: test_format_help (test.test_argparse.TestHelpUsageLongProgOptionsWrap) PASS: test_format_usage (test.test_argparse.TestHelpUsageLongProgOptionsWrap) PASS: test_print_file_help (test.test_argparse.TestHelpUsageLongProgOptionsWrap) PASS: test_print_file_usage (test.test_argparse.TestHelpUsageLongProgOptionsWrap) PASS: test_print_help (test.test_argparse.TestHelpUsageLongProgOptionsWrap) PASS: test_print_usage (test.test_argparse.TestHelpUsageLongProgOptionsWrap) PASS: test_format_help (test.test_argparse.TestHelpUsageLongProgPositionalsWrap) PASS: test_format_usage (test.test_argparse.TestHelpUsageLongProgPositionalsWrap) PASS: test_print_file_help (test.test_argparse.TestHelpUsageLongProgPositionalsWrap) PASS: test_print_file_usage (test.test_argparse.TestHelpUsageLongProgPositionalsWrap) PASS: test_print_help (test.test_argparse.TestHelpUsageLongProgPositionalsWrap) PASS: test_print_usage (test.test_argparse.TestHelpUsageLongProgPositionalsWrap) PASS: test_format_help (test.test_argparse.TestHelpUsageOptionalsOnlyWrap) PASS: test_format_usage (test.test_argparse.TestHelpUsageOptionalsOnlyWrap) PASS: test_print_file_help (test.test_argparse.TestHelpUsageOptionalsOnlyWrap) PASS: test_print_file_usage (test.test_argparse.TestHelpUsageOptionalsOnlyWrap) PASS: test_print_help (test.test_argparse.TestHelpUsageOptionalsOnlyWrap) PASS: test_print_usage (test.test_argparse.TestHelpUsageOptionalsOnlyWrap) PASS: test_format_help (test.test_argparse.TestHelpUsageOptionalsPositionalsWrap) PASS: test_format_usage (test.test_argparse.TestHelpUsageOptionalsPositionalsWrap) PASS: test_print_file_help (test.test_argparse.TestHelpUsageOptionalsPositionalsWrap) PASS: test_print_file_usage (test.test_argparse.TestHelpUsageOptionalsPositionalsWrap) PASS: test_print_help (test.test_argparse.TestHelpUsageOptionalsPositionalsWrap) PASS: test_print_usage (test.test_argparse.TestHelpUsageOptionalsPositionalsWrap) PASS: test_format_help (test.test_argparse.TestHelpUsageOptionalsWrap) PASS: test_format_usage (test.test_argparse.TestHelpUsageOptionalsWrap) PASS: test_print_file_help (test.test_argparse.TestHelpUsageOptionalsWrap) PASS: test_print_file_usage (test.test_argparse.TestHelpUsageOptionalsWrap) PASS: test_print_help (test.test_argparse.TestHelpUsageOptionalsWrap) PASS: test_print_usage (test.test_argparse.TestHelpUsageOptionalsWrap) PASS: test_format_help (test.test_argparse.TestHelpUsagePositionalsOnlyWrap) PASS: test_format_usage (test.test_argparse.TestHelpUsagePositionalsOnlyWrap) PASS: test_print_file_help (test.test_argparse.TestHelpUsagePositionalsOnlyWrap) PASS: test_print_file_usage (test.test_argparse.TestHelpUsagePositionalsOnlyWrap) PASS: test_print_help (test.test_argparse.TestHelpUsagePositionalsOnlyWrap) PASS: test_print_usage (test.test_argparse.TestHelpUsagePositionalsOnlyWrap) PASS: test_format_help (test.test_argparse.TestHelpUsagePositionalsWrap) PASS: test_format_usage (test.test_argparse.TestHelpUsagePositionalsWrap) PASS: test_print_file_help (test.test_argparse.TestHelpUsagePositionalsWrap) PASS: test_print_file_usage (test.test_argparse.TestHelpUsagePositionalsWrap) PASS: test_print_help (test.test_argparse.TestHelpUsagePositionalsWrap) PASS: test_print_usage (test.test_argparse.TestHelpUsagePositionalsWrap) PASS: test_format_help (test.test_argparse.TestHelpVariableExpansion) PASS: test_format_usage (test.test_argparse.TestHelpVariableExpansion) PASS: test_print_file_help (test.test_argparse.TestHelpVariableExpansion) PASS: test_print_file_usage (test.test_argparse.TestHelpVariableExpansion) PASS: test_print_help (test.test_argparse.TestHelpVariableExpansion) PASS: test_print_usage (test.test_argparse.TestHelpVariableExpansion) PASS: test_format_help (test.test_argparse.TestHelpVariableExpansionNoArguments) PASS: test_format_usage (test.test_argparse.TestHelpVariableExpansionNoArguments) PASS: test_print_file_help (test.test_argparse.TestHelpVariableExpansionNoArguments) PASS: test_print_file_usage (test.test_argparse.TestHelpVariableExpansionNoArguments) PASS: test_print_help (test.test_argparse.TestHelpVariableExpansionNoArguments) PASS: test_print_usage (test.test_argparse.TestHelpVariableExpansionNoArguments) PASS: test_format_help (test.test_argparse.TestHelpVariableExpansionUsageSupplied) PASS: test_format_usage (test.test_argparse.TestHelpVariableExpansionUsageSupplied) PASS: test_print_file_help (test.test_argparse.TestHelpVariableExpansionUsageSupplied) PASS: test_print_file_usage (test.test_argparse.TestHelpVariableExpansionUsageSupplied) PASS: test_print_help (test.test_argparse.TestHelpVariableExpansionUsageSupplied) PASS: test_print_usage (test.test_argparse.TestHelpVariableExpansionUsageSupplied) PASS: test_format_help (test.test_argparse.TestHelpVersionAction) PASS: test_format_usage (test.test_argparse.TestHelpVersionAction) PASS: test_print_file_help (test.test_argparse.TestHelpVersionAction) PASS: test_print_file_usage (test.test_argparse.TestHelpVersionAction) PASS: test_print_help (test.test_argparse.TestHelpVersionAction) PASS: test_print_usage (test.test_argparse.TestHelpVersionAction) PASS: test_format_help (test.test_argparse.TestHelpVersionActionSuppress) PASS: test_format_usage (test.test_argparse.TestHelpVersionActionSuppress) PASS: test_print_file_help (test.test_argparse.TestHelpVersionActionSuppress) PASS: test_print_file_usage (test.test_argparse.TestHelpVersionActionSuppress) PASS: test_print_help (test.test_argparse.TestHelpVersionActionSuppress) PASS: test_print_usage (test.test_argparse.TestHelpVersionActionSuppress) PASS: test_format_help (test.test_argparse.TestHelpWrappingLongNames) PASS: test_format_usage (test.test_argparse.TestHelpWrappingLongNames) PASS: test_print_file_help (test.test_argparse.TestHelpWrappingLongNames) PASS: test_print_file_usage (test.test_argparse.TestHelpWrappingLongNames) PASS: test_print_help (test.test_argparse.TestHelpWrappingLongNames) PASS: test_print_usage (test.test_argparse.TestHelpWrappingLongNames) PASS: test_format_help (test.test_argparse.TestHelpWrappingShortNames) PASS: test_format_usage (test.test_argparse.TestHelpWrappingShortNames) PASS: test_print_file_help (test.test_argparse.TestHelpWrappingShortNames) PASS: test_print_file_usage (test.test_argparse.TestHelpWrappingShortNames) PASS: test_print_help (test.test_argparse.TestHelpWrappingShortNames) PASS: test_print_usage (test.test_argparse.TestHelpWrappingShortNames) PASS: test (test.test_argparse.TestImportStar) PASS: test_all_exports_everything_but_modules (test.test_argparse.TestImportStar) PASS: test_basic (test.test_argparse.TestIntermixedArgs) PASS: test_exclusive (test.test_argparse.TestIntermixedArgs) PASS: test_exclusive_incompatible (test.test_argparse.TestIntermixedArgs) PASS: test_remainder (test.test_argparse.TestIntermixedArgs) PASS: test_missing_argument_name_in_message (test.test_argparse.TestIntermixedMessageContentError) PASS: test_invalid_action (test.test_argparse.TestInvalidArgumentConstructors) PASS: test_invalid_keyword_arguments (test.test_argparse.TestInvalidArgumentConstructors) PASS: test_invalid_option_strings (test.test_argparse.TestInvalidArgumentConstructors) PASS: test_invalid_type (test.test_argparse.TestInvalidArgumentConstructors) PASS: test_missing_destination (test.test_argparse.TestInvalidArgumentConstructors) PASS: test_more_than_one_argument_actions (test.test_argparse.TestInvalidArgumentConstructors) PASS: test_multiple_dest (test.test_argparse.TestInvalidArgumentConstructors) PASS: test_no_argument_actions (test.test_argparse.TestInvalidArgumentConstructors) PASS: test_no_argument_no_const_actions (test.test_argparse.TestInvalidArgumentConstructors) PASS: test_parsers_action_missing_params (test.test_argparse.TestInvalidArgumentConstructors) PASS: test_required_const_actions (test.test_argparse.TestInvalidArgumentConstructors) PASS: test_required_positional (test.test_argparse.TestInvalidArgumentConstructors) PASS: test_user_defined_action (test.test_argparse.TestInvalidArgumentConstructors) PASS: test_nargs_alphabetic (test.test_argparse.TestInvalidNargs) PASS: test_nargs_zero (test.test_argparse.TestInvalidNargs) PASS: test_missing_argument_name_in_message (test.test_argparse.TestMessageContentError) PASS: test_optional_optional_not_in_message (test.test_argparse.TestMessageContentError) PASS: test_optional_positional_not_in_message (test.test_argparse.TestMessageContentError) PASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressed) PASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressed) PASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressed) PASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressed) PASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressed) PASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressed) PASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressed) PASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressed) PASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressedParent) PASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressedParent) PASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressedParent) PASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressedParent) PASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressedParent) PASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressedParent) PASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressedParent) PASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressedParent) PASS: test_empty_group (test.test_argparse.TestMutuallyExclusiveGroupErrors) PASS: test_help (test.test_argparse.TestMutuallyExclusiveGroupErrors) PASS: test_invalid_add_argument (test.test_argparse.TestMutuallyExclusiveGroupErrors) PASS: test_invalid_add_argument_group (test.test_argparse.TestMutuallyExclusiveGroupErrors) PASS: test_empty_group (test.test_argparse.TestMutuallyExclusiveGroupErrorsParent) PASS: test_help (test.test_argparse.TestMutuallyExclusiveGroupErrorsParent) PASS: test_invalid_add_argument (test.test_argparse.TestMutuallyExclusiveGroupErrorsParent) PASS: test_invalid_add_argument_group (test.test_argparse.TestMutuallyExclusiveGroupErrorsParent) PASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveInGroup) PASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveInGroup) PASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveInGroup) PASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveInGroup) PASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveInGroup) PASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveInGroup) PASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveInGroup) PASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveInGroup) PASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveLong) PASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveLong) PASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveLong) PASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveLong) PASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveLong) PASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveLong) PASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveLong) PASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveLong) PASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveLongParent) PASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveLongParent) PASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveLongParent) PASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveLongParent) PASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveLongParent) PASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveLongParent) PASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveLongParent) PASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveLongParent) PASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveManySuppressed) PASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveManySuppressed) PASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveManySuppressed) PASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveManySuppressed) PASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveManySuppressed) PASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveManySuppressed) PASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveManySuppressed) PASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveManySuppressed) PASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveManySuppressedParent) PASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveManySuppressedParent) PASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveManySuppressedParent) PASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveManySuppressedParent) PASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveManySuppressedParent) PASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveManySuppressedParent) PASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveManySuppressedParent) PASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveManySuppressedParent) PASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveNested) PASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveNested) PASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveNested) PASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveNested) PASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositional) PASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositional) PASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositional) PASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositional) PASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositional) PASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositional) PASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositional) PASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositional) PASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositionalParent) PASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositionalParent) PASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositionalParent) PASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositionalParent) PASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositionalParent) PASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositionalParent) PASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositionalParent) PASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositionalParent) PASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixed) PASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixed) PASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixed) PASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixed) PASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixed) PASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixed) PASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixed) PASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixed) PASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixedParent) PASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixedParent) PASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixedParent) PASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixedParent) PASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixedParent) PASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixedParent) PASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixedParent) PASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixedParent) PASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixed) PASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixed) PASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixed) PASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixed) PASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixed) PASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixed) PASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixed) PASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixed) PASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixedParent) PASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixedParent) PASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixedParent) PASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixedParent) PASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixedParent) PASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixedParent) PASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixedParent) PASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixedParent) PASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveSimple) PASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveSimple) PASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveSimple) PASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveSimple) PASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveSimple) PASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveSimple) PASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveSimple) PASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveSimple) PASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveSimpleParent) PASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveSimpleParent) PASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveSimpleParent) PASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveSimpleParent) PASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveSimpleParent) PASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveSimpleParent) PASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveSimpleParent) PASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveSimpleParent) PASS: test_constructor (test.test_argparse.TestNamespace) PASS: test_equality (test.test_argparse.TestNamespace) PASS: test_equality_returns_notimplemented (test.test_argparse.TestNamespace) PASS: test_empty (test.test_argparse.TestNamespaceContainsSimple) PASS: test_non_empty (test.test_argparse.TestNamespaceContainsSimple) PASS: test_failures_many_groups_listargs (test.test_argparse.TestNargsRemainder) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestNargsRemainder) PASS: test_failures_no_groups_listargs (test.test_argparse.TestNargsRemainder) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestNargsRemainder) PASS: test_failures_one_group_listargs (test.test_argparse.TestNargsRemainder) PASS: test_failures_one_group_sysargs (test.test_argparse.TestNargsRemainder) PASS: test_successes_many_groups_listargs (test.test_argparse.TestNargsRemainder) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestNargsRemainder) PASS: test_successes_no_groups_listargs (test.test_argparse.TestNargsRemainder) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestNargsRemainder) PASS: test_successes_one_group_listargs (test.test_argparse.TestNargsRemainder) PASS: test_successes_one_group_sysargs (test.test_argparse.TestNargsRemainder) PASS: test_failures_many_groups_listargs (test.test_argparse.TestNargsZeroOrMore) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestNargsZeroOrMore) PASS: test_failures_no_groups_listargs (test.test_argparse.TestNargsZeroOrMore) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestNargsZeroOrMore) PASS: test_failures_one_group_listargs (test.test_argparse.TestNargsZeroOrMore) PASS: test_failures_one_group_sysargs (test.test_argparse.TestNargsZeroOrMore) PASS: test_successes_many_groups_listargs (test.test_argparse.TestNargsZeroOrMore) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestNargsZeroOrMore) PASS: test_successes_no_groups_listargs (test.test_argparse.TestNargsZeroOrMore) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestNargsZeroOrMore) PASS: test_successes_one_group_listargs (test.test_argparse.TestNargsZeroOrMore) PASS: test_successes_one_group_sysargs (test.test_argparse.TestNargsZeroOrMore) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionLike) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionLike) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionLike) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionLike) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionLike) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionLike) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionLike) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionLike) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionLike) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionLike) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionLike) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionLike) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsActionAppend) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsActionAppend) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsActionAppend) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsActionAppend) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsActionAppend) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsActionAppend) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsActionAppend) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsActionAppend) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsActionAppend) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsActionAppend) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsActionAppend) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsActionAppend) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsActionAppendConst) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsActionAppendConst) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsActionAppendConst) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsActionAppendConst) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsActionAppendConst) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsActionAppendConst) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsActionAppendConst) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsActionAppendConst) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsActionAppendConst) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsActionAppendConst) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsActionAppendConst) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsActionAppendConst) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsActionAppendWithDefault) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsActionAppendWithDefault) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsActionAppendWithDefault) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsActionAppendWithDefault) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsActionAppendWithDefault) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsActionAppendWithDefault) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsActionAppendWithDefault) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsActionAppendWithDefault) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsActionAppendWithDefault) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsActionAppendWithDefault) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsActionAppendWithDefault) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsActionAppendWithDefault) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsActionCount) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsActionCount) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsActionCount) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsActionCount) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsActionCount) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsActionCount) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsActionCount) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsActionCount) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsActionCount) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsActionCount) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsActionCount) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsActionCount) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsActionStore) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsActionStore) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsActionStore) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsActionStore) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsActionStore) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsActionStore) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsActionStore) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsActionStore) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsActionStore) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsActionStore) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsActionStore) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsActionStore) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsActionStoreConst) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsActionStoreConst) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsActionStoreConst) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsActionStoreConst) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsActionStoreConst) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsActionStoreConst) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsActionStoreConst) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsActionStoreConst) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsActionStoreConst) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsActionStoreConst) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsActionStoreConst) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsActionStoreConst) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsActionStoreFalse) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsActionStoreFalse) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsActionStoreFalse) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsActionStoreFalse) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsActionStoreFalse) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsActionStoreFalse) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsActionStoreFalse) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsActionStoreFalse) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsActionStoreFalse) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsActionStoreFalse) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsActionStoreFalse) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsActionStoreFalse) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsActionStoreTrue) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsActionStoreTrue) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsActionStoreTrue) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsActionStoreTrue) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsActionStoreTrue) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsActionStoreTrue) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsActionStoreTrue) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsActionStoreTrue) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsActionStoreTrue) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsActionStoreTrue) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsActionStoreTrue) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsActionStoreTrue) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsAllowLongAbbreviation) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsAllowLongAbbreviation) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsAllowLongAbbreviation) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsAllowLongAbbreviation) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsAllowLongAbbreviation) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsAllowLongAbbreviation) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsAllowLongAbbreviation) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsAllowLongAbbreviation) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsAllowLongAbbreviation) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsAllowLongAbbreviation) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsAllowLongAbbreviation) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsAllowLongAbbreviation) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixChars) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixChars) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixChars) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixChars) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsAlternatePrefixChars) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsAlternatePrefixChars) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixChars) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixChars) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixChars) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixChars) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsAlternatePrefixChars) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsAlternatePrefixChars) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsChoices) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsChoices) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsChoices) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsChoices) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsChoices) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsChoices) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsChoices) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsChoices) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsChoices) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsChoices) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsChoices) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsChoices) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsDefault) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsDefault) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsDefault) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsDefault) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsDefault) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsDefault) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsDefault) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsDefault) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsDefault) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsDefault) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsDefault) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsDefault) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsDest) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsDest) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsDest) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsDest) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsDest) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsDest) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsDest) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsDest) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsDest) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsDest) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsDest) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsDest) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsDoubleDash) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsDoubleDash) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsDoubleDash) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsDoubleDash) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsDoubleDash) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsDoubleDash) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsDoubleDash) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsDoubleDash) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsDoubleDash) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsDoubleDash) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsDoubleDash) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsDoubleDash) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch) PASS: test_alternate_help_version (test.test_argparse.TestOptionalsHelpVersionActions) PASS: test_help_version_extra_arguments (test.test_argparse.TestOptionalsHelpVersionActions) PASS: test_no_help (test.test_argparse.TestOptionalsHelpVersionActions) PASS: test_version (test.test_argparse.TestOptionalsHelpVersionActions) PASS: test_version_action (test.test_argparse.TestOptionalsHelpVersionActions) PASS: test_version_format (test.test_argparse.TestOptionalsHelpVersionActions) PASS: test_version_no_help (test.test_argparse.TestOptionalsHelpVersionActions) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsNargs1) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsNargs1) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsNargs1) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsNargs1) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsNargs1) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsNargs1) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsNargs1) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsNargs1) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsNargs1) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsNargs1) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsNargs1) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsNargs1) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsNargs3) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsNargs3) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsNargs3) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsNargs3) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsNargs3) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsNargs3) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsNargs3) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsNargs3) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsNargs3) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsNargs3) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsNargs3) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsNargs3) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsNargsDefault) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsNargsDefault) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsNargsDefault) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsNargsDefault) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsNargsDefault) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsNargsDefault) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsNargsDefault) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsNargsDefault) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsNargsDefault) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsNargsDefault) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsNargsDefault) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsNargsDefault) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsNargsOneOrMore) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsNargsOneOrMore) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsNargsOneOrMore) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsNargsOneOrMore) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsNargsOneOrMore) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsNargsOneOrMore) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsNargsOneOrMore) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsNargsOneOrMore) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsNargsOneOrMore) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsNargsOneOrMore) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsNargsOneOrMore) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsNargsOneOrMore) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsNargsOptional) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsNargsOptional) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsNargsOptional) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsNargsOptional) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsNargsOptional) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsNargsOptional) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsNargsOptional) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsNargsOptional) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsNargsOptional) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsNargsOptional) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsNargsOptional) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsNargsOptional) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsNargsZeroOrMore) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsNargsZeroOrMore) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsNargsZeroOrMore) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsNargsZeroOrMore) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsNargsZeroOrMore) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsNargsZeroOrMore) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsNargsZeroOrMore) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsNargsZeroOrMore) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsNargsZeroOrMore) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsNargsZeroOrMore) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsNargsZeroOrMore) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsNargsZeroOrMore) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsNumeric) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsNumeric) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsNumeric) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsNumeric) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsNumeric) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsNumeric) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsNumeric) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsNumeric) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsNumeric) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsNumeric) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsNumeric) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsNumeric) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsNumericAndPositionals) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsNumericAndPositionals) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsNumericAndPositionals) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsNumericAndPositionals) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsNumericAndPositionals) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsNumericAndPositionals) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsNumericAndPositionals) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsNumericAndPositionals) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsNumericAndPositionals) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsNumericAndPositionals) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsNumericAndPositionals) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsNumericAndPositionals) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsRequired) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsRequired) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsRequired) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsRequired) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsRequired) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsRequired) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsRequired) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsRequired) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsRequired) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsRequired) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsRequired) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsRequired) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsShortLong) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsShortLong) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsShortLong) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsShortLong) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsShortLong) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsShortLong) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsShortLong) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsShortLong) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsShortLong) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsShortLong) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsShortLong) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsShortLong) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsSingleDash) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDash) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsSingleDash) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDash) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsSingleDash) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsSingleDash) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsSingleDash) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDash) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsSingleDash) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDash) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsSingleDash) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsSingleDash) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsSingleDashAmbiguous) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDashAmbiguous) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsSingleDashAmbiguous) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDashAmbiguous) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsSingleDashAmbiguous) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsSingleDashAmbiguous) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsSingleDashAmbiguous) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDashAmbiguous) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsSingleDashAmbiguous) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDashAmbiguous) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsSingleDashAmbiguous) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsSingleDashAmbiguous) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsSingleDashCombined) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDashCombined) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsSingleDashCombined) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDashCombined) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsSingleDashCombined) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsSingleDashCombined) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsSingleDashCombined) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDashCombined) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsSingleDashCombined) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDashCombined) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsSingleDashCombined) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsSingleDashCombined) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsSingleDashLong) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDashLong) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsSingleDashLong) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDashLong) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsSingleDashLong) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsSingleDashLong) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsSingleDashLong) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDashLong) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsSingleDashLong) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDashLong) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsSingleDashLong) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsSingleDashLong) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsSingleDoubleDash) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDoubleDash) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsSingleDoubleDash) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDoubleDash) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsSingleDoubleDash) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsSingleDoubleDash) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsSingleDoubleDash) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDoubleDash) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsSingleDoubleDash) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDoubleDash) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsSingleDoubleDash) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsSingleDoubleDash) PASS: test_conflicting_parents (test.test_argparse.TestParentParsers) PASS: test_conflicting_parents_mutex (test.test_argparse.TestParentParsers) PASS: test_groups_parents (test.test_argparse.TestParentParsers) PASS: test_multiple_parents (test.test_argparse.TestParentParsers) PASS: test_multiple_parents_mutex (test.test_argparse.TestParentParsers) PASS: test_parent_help (test.test_argparse.TestParentParsers) PASS: test_same_argument_name_parents (test.test_argparse.TestParentParsers) PASS: test_single_granparent_mutex (test.test_argparse.TestParentParsers) PASS: test_single_parent (test.test_argparse.TestParentParsers) PASS: test_single_parent_mutex (test.test_argparse.TestParentParsers) PASS: test_subparser_parents (test.test_argparse.TestParentParsers) PASS: test_subparser_parents_mutex (test.test_argparse.TestParentParsers) PASS: test_arguments_list (test.test_argparse.TestParseKnownArgs) PASS: test_arguments_list_positional (test.test_argparse.TestParseKnownArgs) PASS: test_arguments_tuple (test.test_argparse.TestParseKnownArgs) PASS: test_arguments_tuple_positional (test.test_argparse.TestParseKnownArgs) PASS: test_mixed (test.test_argparse.TestParseKnownArgs) PASS: test_optionals (test.test_argparse.TestParseKnownArgs) PASS: test_failures_many_groups_listargs (test.test_argparse.TestParserDefault42) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestParserDefault42) PASS: test_failures_no_groups_listargs (test.test_argparse.TestParserDefault42) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestParserDefault42) PASS: test_failures_one_group_listargs (test.test_argparse.TestParserDefault42) PASS: test_failures_one_group_sysargs (test.test_argparse.TestParserDefault42) PASS: test_successes_many_groups_listargs (test.test_argparse.TestParserDefault42) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestParserDefault42) PASS: test_successes_no_groups_listargs (test.test_argparse.TestParserDefault42) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestParserDefault42) PASS: test_successes_one_group_listargs (test.test_argparse.TestParserDefault42) PASS: test_successes_one_group_sysargs (test.test_argparse.TestParserDefault42) PASS: test_failures_many_groups_listargs (test.test_argparse.TestParserDefaultSuppress) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestParserDefaultSuppress) PASS: test_failures_no_groups_listargs (test.test_argparse.TestParserDefaultSuppress) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestParserDefaultSuppress) PASS: test_failures_one_group_listargs (test.test_argparse.TestParserDefaultSuppress) PASS: test_failures_one_group_sysargs (test.test_argparse.TestParserDefaultSuppress) PASS: test_successes_many_groups_listargs (test.test_argparse.TestParserDefaultSuppress) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestParserDefaultSuppress) PASS: test_successes_no_groups_listargs (test.test_argparse.TestParserDefaultSuppress) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestParserDefaultSuppress) PASS: test_successes_one_group_listargs (test.test_argparse.TestParserDefaultSuppress) PASS: test_successes_one_group_sysargs (test.test_argparse.TestParserDefaultSuppress) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsActionAppend) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsActionAppend) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsActionAppend) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsActionAppend) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsActionAppend) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsActionAppend) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsActionAppend) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsActionAppend) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsActionAppend) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsActionAppend) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsActionAppend) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsActionAppend) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsChoicesInt) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsChoicesInt) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsChoicesInt) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsChoicesInt) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsChoicesInt) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsChoicesInt) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsChoicesInt) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsChoicesInt) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsChoicesInt) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsChoicesInt) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsChoicesInt) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsChoicesInt) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsChoicesString) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsChoicesString) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsChoicesString) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsChoicesString) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsChoicesString) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsChoicesString) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsChoicesString) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsChoicesString) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsChoicesString) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsChoicesString) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsChoicesString) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsChoicesString) PASS: test_group_first (test.test_argparse.TestPositionalsGroups) PASS: test_interleaved_groups (test.test_argparse.TestPositionalsGroups) PASS: test_nongroup_first (test.test_argparse.TestPositionalsGroups) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargs1) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargs1) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargs1) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargs1) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargs1) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargs1) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargs1) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargs1) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargs1) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargs1) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargs1) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargs1) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargs2) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargs2) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargs2) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargs2) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargs2) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargs2) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargs2) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargs2) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargs2) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargs2) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargs2) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargs2) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargs2None) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargs2None) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargs2None) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargs2None) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargs2None) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargs2None) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargs2None) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargs2None) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargs2None) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargs2None) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargs2None) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargs2None) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargs2OneOrMore) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargs2OneOrMore) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargs2OneOrMore) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargs2OneOrMore) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargs2OneOrMore) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargs2OneOrMore) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargs2OneOrMore) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargs2OneOrMore) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargs2OneOrMore) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargs2OneOrMore) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargs2OneOrMore) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargs2OneOrMore) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargs2Optional) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargs2Optional) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargs2Optional) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargs2Optional) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargs2Optional) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargs2Optional) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargs2Optional) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargs2Optional) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargs2Optional) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargs2Optional) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargs2Optional) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargs2Optional) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsNone) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNone) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsNone) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNone) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsNone) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsNone) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsNone) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNone) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsNone) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNone) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsNone) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsNone) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsNone1) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNone1) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsNone1) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNone1) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsNone1) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsNone1) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsNone1) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNone1) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsNone1) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNone1) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsNone1) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsNone1) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneNone) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneNone) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneNone) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneNone) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneNone) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneNone) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneNone) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneNone) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneNone) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneNone) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneNone) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneNone) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOptional) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOptional) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneOptional) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOptional) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOptional) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneOptional) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOptional1) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional1) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOptional1) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional1) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneOptional1) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional1) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOptional1) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional1) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOptional1) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional1) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneOptional1) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional1) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMore) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMore) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOneOrMore) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMore) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMore) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOneOrMore) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMore1) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore1) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMore1) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore1) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOneOrMore1) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore1) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMore1) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore1) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMore1) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore1) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOneOrMore1) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore1) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptional) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptional) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptional) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptional) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOptional) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptional) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptional) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptional) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptional) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptional) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOptional) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptional) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptional1) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptional1) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptional1) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptional1) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOptional1) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptional1) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptional1) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptional1) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptional1) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptional1) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOptional1) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptional1) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalDefault) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalDefault) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalDefault) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalDefault) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalDefault) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalDefault) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalDefault) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalDefault) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalDefault) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalDefault) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalDefault) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalDefault) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalNone) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalNone) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalNone) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalNone) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalNone) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalNone) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalNone) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalNone) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalNone) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalNone) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalNone) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalNone) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalOptional) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalOptional) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalOptional) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalOptional) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalOptional) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalOptional) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalOptional) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalOptional) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalOptional) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalOptional) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalOptional) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalOptional) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore1) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore1) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore1) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore1) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore1) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore1) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore1) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore1) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore1) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore1) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore1) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore1) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPrefixCharacterOnlyArguments) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPrefixCharacterOnlyArguments) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPrefixCharacterOnlyArguments) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPrefixCharacterOnlyArguments) PASS: test_failures_one_group_listargs (test.test_argparse.TestPrefixCharacterOnlyArguments) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPrefixCharacterOnlyArguments) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPrefixCharacterOnlyArguments) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPrefixCharacterOnlyArguments) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPrefixCharacterOnlyArguments) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPrefixCharacterOnlyArguments) PASS: test_successes_one_group_listargs (test.test_argparse.TestPrefixCharacterOnlyArguments) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPrefixCharacterOnlyArguments) PASS: test_set_defaults_no_args (test.test_argparse.TestSetDefaults) PASS: test_set_defaults_on_parent_and_subparser (test.test_argparse.TestSetDefaults) PASS: test_set_defaults_parents (test.test_argparse.TestSetDefaults) PASS: test_set_defaults_same_as_add_argument (test.test_argparse.TestSetDefaults) PASS: test_set_defaults_same_as_add_argument_group (test.test_argparse.TestSetDefaults) PASS: test_set_defaults_subparsers (test.test_argparse.TestSetDefaults) PASS: test_set_defaults_with_args (test.test_argparse.TestSetDefaults) PASS: test_format_help (test.test_argparse.TestShortColumns) PASS: test_format_usage (test.test_argparse.TestShortColumns) PASS: test_print_file_help (test.test_argparse.TestShortColumns) PASS: test_print_file_usage (test.test_argparse.TestShortColumns) PASS: test_print_help (test.test_argparse.TestShortColumns) PASS: test_print_usage (test.test_argparse.TestShortColumns) PASS: test_argument (test.test_argparse.TestStrings) PASS: test_namespace (test.test_argparse.TestStrings) PASS: test_namespace_kwargs_and_starkwargs_notidentifier (test.test_argparse.TestStrings) PASS: test_namespace_starkwargs_identifier (test.test_argparse.TestStrings) PASS: test_namespace_starkwargs_notidentifier (test.test_argparse.TestStrings) PASS: test_optional (test.test_argparse.TestStrings) PASS: test_parser (test.test_argparse.TestStrings) PASS: test_failures_many_groups_listargs (test.test_argparse.TestTypeCallable) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestTypeCallable) PASS: test_failures_no_groups_listargs (test.test_argparse.TestTypeCallable) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestTypeCallable) PASS: test_failures_one_group_listargs (test.test_argparse.TestTypeCallable) PASS: test_failures_one_group_sysargs (test.test_argparse.TestTypeCallable) PASS: test_successes_many_groups_listargs (test.test_argparse.TestTypeCallable) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestTypeCallable) PASS: test_successes_no_groups_listargs (test.test_argparse.TestTypeCallable) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestTypeCallable) PASS: test_successes_one_group_listargs (test.test_argparse.TestTypeCallable) PASS: test_successes_one_group_sysargs (test.test_argparse.TestTypeCallable) PASS: test_failures_many_groups_listargs (test.test_argparse.TestTypeClassicClass) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestTypeClassicClass) PASS: test_failures_no_groups_listargs (test.test_argparse.TestTypeClassicClass) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestTypeClassicClass) PASS: test_failures_one_group_listargs (test.test_argparse.TestTypeClassicClass) PASS: test_failures_one_group_sysargs (test.test_argparse.TestTypeClassicClass) PASS: test_successes_many_groups_listargs (test.test_argparse.TestTypeClassicClass) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestTypeClassicClass) PASS: test_successes_no_groups_listargs (test.test_argparse.TestTypeClassicClass) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestTypeClassicClass) PASS: test_successes_one_group_listargs (test.test_argparse.TestTypeClassicClass) PASS: test_successes_one_group_sysargs (test.test_argparse.TestTypeClassicClass) PASS: test_type_function_call_only_once (test.test_argparse.TestTypeFunctionCallOnlyOnce) PASS: test_issue_15906 (test.test_argparse.TestTypeFunctionCalledOnDefault) PASS: test_no_double_type_conversion_of_default (test.test_argparse.TestTypeFunctionCalledOnDefault) PASS: test_type_function_call_with_non_string_default (test.test_argparse.TestTypeFunctionCalledOnDefault) PASS: test_type_function_call_with_string_default (test.test_argparse.TestTypeFunctionCalledOnDefault) PASS: test (test.test_argparse.TestTypeRegistration) PASS: test_failures_many_groups_listargs (test.test_argparse.TestTypeUserDefined) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestTypeUserDefined) PASS: test_failures_no_groups_listargs (test.test_argparse.TestTypeUserDefined) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestTypeUserDefined) PASS: test_failures_one_group_listargs (test.test_argparse.TestTypeUserDefined) PASS: test_failures_one_group_sysargs (test.test_argparse.TestTypeUserDefined) PASS: test_successes_many_groups_listargs (test.test_argparse.TestTypeUserDefined) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestTypeUserDefined) PASS: test_successes_no_groups_listargs (test.test_argparse.TestTypeUserDefined) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestTypeUserDefined) PASS: test_successes_one_group_listargs (test.test_argparse.TestTypeUserDefined) PASS: test_successes_one_group_sysargs (test.test_argparse.TestTypeUserDefined) PASS: test_help_with_metavar (test.test_argparse.TestWrappingMetavar) ---------------------------------------------------------------------- Ran 1685 tests in 1.557s OK (skipped=48) 0:00:14 load avg: 0.80 [ 21/427] test_array PASS: test_error (test.test_array.ArrayReconstructorTest) PASS: test_numbers (test.test_array.ArrayReconstructorTest) PASS: test_unicode (test.test_array.ArrayReconstructorTest) PASS: test_add (test.test_array.ByteTest) PASS: test_assignment (test.test_array.ByteTest) PASS: test_buffer (test.test_array.ByteTest) PASS: test_buffer_info (test.test_array.ByteTest) PASS: test_bug_782369 (test.test_array.ByteTest) PASS: test_byteswap (test.test_array.ByteTest) PASS: test_cmp (test.test_array.ByteTest) PASS: test_constructor (test.test_array.ByteTest) PASS: test_constructor_with_iterable_argument (test.test_array.ByteTest) PASS: test_copy (test.test_array.ByteTest) PASS: test_count (test.test_array.ByteTest) PASS: test_coveritertraverse (test.test_array.ByteTest) PASS: test_create_from_bytes (test.test_array.ByteTest) PASS: test_deepcopy (test.test_array.ByteTest) PASS: test_delitem (test.test_array.ByteTest) PASS: test_delslice (test.test_array.ByteTest) PASS: test_exhausted_iterator (test.test_array.ByteTest) PASS: test_exhausted_reverse_iterator (test.test_array.ByteTest) PASS: test_extend (test.test_array.ByteTest) PASS: test_extended_getslice (test.test_array.ByteTest) PASS: test_extended_set_del_slice (test.test_array.ByteTest) PASS: test_extslice (test.test_array.ByteTest) PASS: test_filewrite (test.test_array.ByteTest) PASS: test_free_after_iterating (test.test_array.ByteTest) PASS: test_fromarray (test.test_array.ByteTest) PASS: test_frombytearray (test.test_array.ByteTest) PASS: test_fromfile_ioerror (test.test_array.ByteTest) PASS: test_getitem (test.test_array.ByteTest) PASS: test_getslice (test.test_array.ByteTest) PASS: test_iadd (test.test_array.ByteTest) PASS: test_imul (test.test_array.ByteTest) PASS: test_index (test.test_array.ByteTest) PASS: test_initialize_with_unicode (test.test_array.ByteTest) PASS: test_insert (test.test_array.ByteTest) PASS: test_iterationcontains (test.test_array.ByteTest) PASS: test_iterator_pickle (test.test_array.ByteTest) PASS: test_len (test.test_array.ByteTest) PASS: test_mul (test.test_array.ByteTest) PASS: test_obsolete_write_lock (test.test_array.ByteTest) PASS: test_overflow (test.test_array.ByteTest) PASS: test_pickle (test.test_array.ByteTest) PASS: test_pickle_for_empty_array (test.test_array.ByteTest) PASS: test_pop (test.test_array.ByteTest) PASS: test_reduce_ex (test.test_array.ByteTest) PASS: test_remove (test.test_array.ByteTest) PASS: test_repr (test.test_array.ByteTest) PASS: test_reverse (test.test_array.ByteTest) PASS: test_reverse_iterator (test.test_array.ByteTest) PASS: test_reverse_iterator_picking (test.test_array.ByteTest) PASS: test_setitem (test.test_array.ByteTest) PASS: test_setslice (test.test_array.ByteTest) PASS: test_sizeof_with_buffer (test.test_array.ByteTest) PASS: test_sizeof_without_buffer (test.test_array.ByteTest) PASS: test_str (test.test_array.ByteTest) PASS: test_subclass_with_kwargs (test.test_array.ByteTest) PASS: test_subclassing (test.test_array.ByteTest) PASS: test_tofrombytes (test.test_array.ByteTest) PASS: test_tofromfile (test.test_array.ByteTest) PASS: test_tofromlist (test.test_array.ByteTest) PASS: test_type_error (test.test_array.ByteTest) PASS: test_weakref (test.test_array.ByteTest) PASS: test_add (test.test_array.DoubleTest) PASS: test_alloc_overflow (test.test_array.DoubleTest) PASS: test_assignment (test.test_array.DoubleTest) PASS: test_buffer (test.test_array.DoubleTest) PASS: test_buffer_info (test.test_array.DoubleTest) PASS: test_bug_782369 (test.test_array.DoubleTest) PASS: test_byteswap (test.test_array.DoubleTest) PASS: test_cmp (test.test_array.DoubleTest) PASS: test_constructor (test.test_array.DoubleTest) PASS: test_constructor_with_iterable_argument (test.test_array.DoubleTest) PASS: test_copy (test.test_array.DoubleTest) PASS: test_count (test.test_array.DoubleTest) PASS: test_coveritertraverse (test.test_array.DoubleTest) PASS: test_create_from_bytes (test.test_array.DoubleTest) PASS: test_deepcopy (test.test_array.DoubleTest) PASS: test_delitem (test.test_array.DoubleTest) PASS: test_delslice (test.test_array.DoubleTest) PASS: test_exhausted_iterator (test.test_array.DoubleTest) PASS: test_exhausted_reverse_iterator (test.test_array.DoubleTest) PASS: test_extend (test.test_array.DoubleTest) PASS: test_extended_getslice (test.test_array.DoubleTest) PASS: test_extended_set_del_slice (test.test_array.DoubleTest) PASS: test_extslice (test.test_array.DoubleTest) PASS: test_filewrite (test.test_array.DoubleTest) PASS: test_free_after_iterating (test.test_array.DoubleTest) PASS: test_fromarray (test.test_array.DoubleTest) PASS: test_frombytearray (test.test_array.DoubleTest) PASS: test_fromfile_ioerror (test.test_array.DoubleTest) PASS: test_getitem (test.test_array.DoubleTest) PASS: test_getslice (test.test_array.DoubleTest) PASS: test_iadd (test.test_array.DoubleTest) PASS: test_imul (test.test_array.DoubleTest) PASS: test_index (test.test_array.DoubleTest) PASS: test_initialize_with_unicode (test.test_array.DoubleTest) PASS: test_insert (test.test_array.DoubleTest) PASS: test_iterationcontains (test.test_array.DoubleTest) PASS: test_iterator_pickle (test.test_array.DoubleTest) PASS: test_len (test.test_array.DoubleTest) PASS: test_mul (test.test_array.DoubleTest) PASS: test_nan (test.test_array.DoubleTest) PASS: test_obsolete_write_lock (test.test_array.DoubleTest) PASS: test_pickle (test.test_array.DoubleTest) PASS: test_pickle_for_empty_array (test.test_array.DoubleTest) PASS: test_pop (test.test_array.DoubleTest) PASS: test_reduce_ex (test.test_array.DoubleTest) PASS: test_remove (test.test_array.DoubleTest) PASS: test_repr (test.test_array.DoubleTest) PASS: test_reverse (test.test_array.DoubleTest) PASS: test_reverse_iterator (test.test_array.DoubleTest) PASS: test_reverse_iterator_picking (test.test_array.DoubleTest) PASS: test_setitem (test.test_array.DoubleTest) PASS: test_setslice (test.test_array.DoubleTest) PASS: test_sizeof_with_buffer (test.test_array.DoubleTest) PASS: test_sizeof_without_buffer (test.test_array.DoubleTest) PASS: test_str (test.test_array.DoubleTest) PASS: test_subclass_with_kwargs (test.test_array.DoubleTest) PASS: test_subclassing (test.test_array.DoubleTest) PASS: test_tofrombytes (test.test_array.DoubleTest) PASS: test_tofromfile (test.test_array.DoubleTest) PASS: test_tofromlist (test.test_array.DoubleTest) PASS: test_weakref (test.test_array.DoubleTest) PASS: test_add (test.test_array.FloatTest) PASS: test_assignment (test.test_array.FloatTest) PASS: test_buffer (test.test_array.FloatTest) PASS: test_buffer_info (test.test_array.FloatTest) PASS: test_bug_782369 (test.test_array.FloatTest) PASS: test_byteswap (test.test_array.FloatTest) PASS: test_cmp (test.test_array.FloatTest) PASS: test_constructor (test.test_array.FloatTest) PASS: test_constructor_with_iterable_argument (test.test_array.FloatTest) PASS: test_copy (test.test_array.FloatTest) PASS: test_count (test.test_array.FloatTest) PASS: test_coveritertraverse (test.test_array.FloatTest) PASS: test_create_from_bytes (test.test_array.FloatTest) PASS: test_deepcopy (test.test_array.FloatTest) PASS: test_delitem (test.test_array.FloatTest) PASS: test_delslice (test.test_array.FloatTest) PASS: test_exhausted_iterator (test.test_array.FloatTest) PASS: test_exhausted_reverse_iterator (test.test_array.FloatTest) PASS: test_extend (test.test_array.FloatTest) PASS: test_extended_getslice (test.test_array.FloatTest) PASS: test_extended_set_del_slice (test.test_array.FloatTest) PASS: test_extslice (test.test_array.FloatTest) PASS: test_filewrite (test.test_array.FloatTest) PASS: test_free_after_iterating (test.test_array.FloatTest) PASS: test_fromarray (test.test_array.FloatTest) PASS: test_frombytearray (test.test_array.FloatTest) PASS: test_fromfile_ioerror (test.test_array.FloatTest) PASS: test_getitem (test.test_array.FloatTest) PASS: test_getslice (test.test_array.FloatTest) PASS: test_iadd (test.test_array.FloatTest) PASS: test_imul (test.test_array.FloatTest) PASS: test_index (test.test_array.FloatTest) PASS: test_initialize_with_unicode (test.test_array.FloatTest) PASS: test_insert (test.test_array.FloatTest) PASS: test_iterationcontains (test.test_array.FloatTest) PASS: test_iterator_pickle (test.test_array.FloatTest) PASS: test_len (test.test_array.FloatTest) PASS: test_mul (test.test_array.FloatTest) PASS: test_nan (test.test_array.FloatTest) PASS: test_obsolete_write_lock (test.test_array.FloatTest) PASS: test_pickle (test.test_array.FloatTest) PASS: test_pickle_for_empty_array (test.test_array.FloatTest) PASS: test_pop (test.test_array.FloatTest) PASS: test_reduce_ex (test.test_array.FloatTest) PASS: test_remove (test.test_array.FloatTest) PASS: test_repr (test.test_array.FloatTest) PASS: test_reverse (test.test_array.FloatTest) PASS: test_reverse_iterator (test.test_array.FloatTest) PASS: test_reverse_iterator_picking (test.test_array.FloatTest) PASS: test_setitem (test.test_array.FloatTest) PASS: test_setslice (test.test_array.FloatTest) PASS: test_sizeof_with_buffer (test.test_array.FloatTest) PASS: test_sizeof_without_buffer (test.test_array.FloatTest) PASS: test_str (test.test_array.FloatTest) PASS: test_subclass_with_kwargs (test.test_array.FloatTest) PASS: test_subclassing (test.test_array.FloatTest) PASS: test_tofrombytes (test.test_array.FloatTest) PASS: test_tofromfile (test.test_array.FloatTest) PASS: test_tofromlist (test.test_array.FloatTest) PASS: test_weakref (test.test_array.FloatTest) PASS: test_add (test.test_array.IntTest) PASS: test_assignment (test.test_array.IntTest) PASS: test_buffer (test.test_array.IntTest) PASS: test_buffer_info (test.test_array.IntTest) PASS: test_bug_782369 (test.test_array.IntTest) PASS: test_byteswap (test.test_array.IntTest) PASS: test_cmp (test.test_array.IntTest) PASS: test_constructor (test.test_array.IntTest) PASS: test_constructor_with_iterable_argument (test.test_array.IntTest) PASS: test_copy (test.test_array.IntTest) PASS: test_count (test.test_array.IntTest) PASS: test_coveritertraverse (test.test_array.IntTest) PASS: test_create_from_bytes (test.test_array.IntTest) PASS: test_deepcopy (test.test_array.IntTest) PASS: test_delitem (test.test_array.IntTest) PASS: test_delslice (test.test_array.IntTest) PASS: test_exhausted_iterator (test.test_array.IntTest) PASS: test_exhausted_reverse_iterator (test.test_array.IntTest) PASS: test_extend (test.test_array.IntTest) PASS: test_extended_getslice (test.test_array.IntTest) PASS: test_extended_set_del_slice (test.test_array.IntTest) PASS: test_extslice (test.test_array.IntTest) PASS: test_filewrite (test.test_array.IntTest) PASS: test_free_after_iterating (test.test_array.IntTest) PASS: test_fromarray (test.test_array.IntTest) PASS: test_frombytearray (test.test_array.IntTest) PASS: test_fromfile_ioerror (test.test_array.IntTest) PASS: test_getitem (test.test_array.IntTest) PASS: test_getslice (test.test_array.IntTest) PASS: test_iadd (test.test_array.IntTest) PASS: test_imul (test.test_array.IntTest) PASS: test_index (test.test_array.IntTest) PASS: test_initialize_with_unicode (test.test_array.IntTest) PASS: test_insert (test.test_array.IntTest) PASS: test_iterationcontains (test.test_array.IntTest) PASS: test_iterator_pickle (test.test_array.IntTest) PASS: test_len (test.test_array.IntTest) PASS: test_mul (test.test_array.IntTest) PASS: test_obsolete_write_lock (test.test_array.IntTest) PASS: test_overflow (test.test_array.IntTest) PASS: test_pickle (test.test_array.IntTest) PASS: test_pickle_for_empty_array (test.test_array.IntTest) PASS: test_pop (test.test_array.IntTest) PASS: test_reduce_ex (test.test_array.IntTest) PASS: test_remove (test.test_array.IntTest) PASS: test_repr (test.test_array.IntTest) PASS: test_reverse (test.test_array.IntTest) PASS: test_reverse_iterator (test.test_array.IntTest) PASS: test_reverse_iterator_picking (test.test_array.IntTest) PASS: test_setitem (test.test_array.IntTest) PASS: test_setslice (test.test_array.IntTest) PASS: test_sizeof_with_buffer (test.test_array.IntTest) PASS: test_sizeof_without_buffer (test.test_array.IntTest) PASS: test_str (test.test_array.IntTest) PASS: test_subclass_with_kwargs (test.test_array.IntTest) PASS: test_subclassing (test.test_array.IntTest) PASS: test_tofrombytes (test.test_array.IntTest) PASS: test_tofromfile (test.test_array.IntTest) PASS: test_tofromlist (test.test_array.IntTest) PASS: test_type_error (test.test_array.IntTest) PASS: test_weakref (test.test_array.IntTest) PASS: test_access (test.test_array.LargeArrayTest) PASS: test_append (test.test_array.LargeArrayTest) PASS: test_count (test.test_array.LargeArrayTest) PASS: test_example_data (test.test_array.LargeArrayTest) PASS: test_extend (test.test_array.LargeArrayTest) PASS: test_frombytes (test.test_array.LargeArrayTest) PASS: test_fromlist (test.test_array.LargeArrayTest) PASS: test_index (test.test_array.LargeArrayTest) PASS: test_insert (test.test_array.LargeArrayTest) PASS: test_pop (test.test_array.LargeArrayTest) PASS: test_remove (test.test_array.LargeArrayTest) PASS: test_reverse (test.test_array.LargeArrayTest) PASS: test_slice (test.test_array.LargeArrayTest) PASS: test_tolist (test.test_array.LargeArrayTest) PASS: test_add (test.test_array.LongLongTest) PASS: test_assignment (test.test_array.LongLongTest) PASS: test_buffer (test.test_array.LongLongTest) PASS: test_buffer_info (test.test_array.LongLongTest) PASS: test_bug_782369 (test.test_array.LongLongTest) PASS: test_byteswap (test.test_array.LongLongTest) PASS: test_cmp (test.test_array.LongLongTest) PASS: test_constructor (test.test_array.LongLongTest) PASS: test_constructor_with_iterable_argument (test.test_array.LongLongTest) PASS: test_copy (test.test_array.LongLongTest) PASS: test_count (test.test_array.LongLongTest) PASS: test_coveritertraverse (test.test_array.LongLongTest) PASS: test_create_from_bytes (test.test_array.LongLongTest) PASS: test_deepcopy (test.test_array.LongLongTest) PASS: test_delitem (test.test_array.LongLongTest) PASS: test_delslice (test.test_array.LongLongTest) PASS: test_exhausted_iterator (test.test_array.LongLongTest) PASS: test_exhausted_reverse_iterator (test.test_array.LongLongTest) PASS: test_extend (test.test_array.LongLongTest) PASS: test_extended_getslice (test.test_array.LongLongTest) PASS: test_extended_set_del_slice (test.test_array.LongLongTest) PASS: test_extslice (test.test_array.LongLongTest) PASS: test_filewrite (test.test_array.LongLongTest) PASS: test_free_after_iterating (test.test_array.LongLongTest) PASS: test_fromarray (test.test_array.LongLongTest) PASS: test_frombytearray (test.test_array.LongLongTest) PASS: test_fromfile_ioerror (test.test_array.LongLongTest) PASS: test_getitem (test.test_array.LongLongTest) PASS: test_getslice (test.test_array.LongLongTest) PASS: test_iadd (test.test_array.LongLongTest) PASS: test_imul (test.test_array.LongLongTest) PASS: test_index (test.test_array.LongLongTest) PASS: test_initialize_with_unicode (test.test_array.LongLongTest) PASS: test_insert (test.test_array.LongLongTest) PASS: test_iterationcontains (test.test_array.LongLongTest) PASS: test_iterator_pickle (test.test_array.LongLongTest) PASS: test_len (test.test_array.LongLongTest) PASS: test_mul (test.test_array.LongLongTest) PASS: test_obsolete_write_lock (test.test_array.LongLongTest) PASS: test_overflow (test.test_array.LongLongTest) PASS: test_pickle (test.test_array.LongLongTest) PASS: test_pickle_for_empty_array (test.test_array.LongLongTest) PASS: test_pop (test.test_array.LongLongTest) PASS: test_reduce_ex (test.test_array.LongLongTest) PASS: test_remove (test.test_array.LongLongTest) PASS: test_repr (test.test_array.LongLongTest) PASS: test_reverse (test.test_array.LongLongTest) PASS: test_reverse_iterator (test.test_array.LongLongTest) PASS: test_reverse_iterator_picking (test.test_array.LongLongTest) PASS: test_setitem (test.test_array.LongLongTest) PASS: test_setslice (test.test_array.LongLongTest) PASS: test_sizeof_with_buffer (test.test_array.LongLongTest) PASS: test_sizeof_without_buffer (test.test_array.LongLongTest) PASS: test_str (test.test_array.LongLongTest) PASS: test_subclass_with_kwargs (test.test_array.LongLongTest) PASS: test_subclassing (test.test_array.LongLongTest) PASS: test_tofrombytes (test.test_array.LongLongTest) PASS: test_tofromfile (test.test_array.LongLongTest) PASS: test_tofromlist (test.test_array.LongLongTest) PASS: test_type_error (test.test_array.LongLongTest) PASS: test_weakref (test.test_array.LongLongTest) PASS: test_add (test.test_array.LongTest) PASS: test_assignment (test.test_array.LongTest) PASS: test_buffer (test.test_array.LongTest) PASS: test_buffer_info (test.test_array.LongTest) PASS: test_bug_782369 (test.test_array.LongTest) PASS: test_byteswap (test.test_array.LongTest) PASS: test_cmp (test.test_array.LongTest) PASS: test_constructor (test.test_array.LongTest) PASS: test_constructor_with_iterable_argument (test.test_array.LongTest) PASS: test_copy (test.test_array.LongTest) PASS: test_count (test.test_array.LongTest) PASS: test_coveritertraverse (test.test_array.LongTest) PASS: test_create_from_bytes (test.test_array.LongTest) PASS: test_deepcopy (test.test_array.LongTest) PASS: test_delitem (test.test_array.LongTest) PASS: test_delslice (test.test_array.LongTest) PASS: test_exhausted_iterator (test.test_array.LongTest) PASS: test_exhausted_reverse_iterator (test.test_array.LongTest) PASS: test_extend (test.test_array.LongTest) PASS: test_extended_getslice (test.test_array.LongTest) PASS: test_extended_set_del_slice (test.test_array.LongTest) PASS: test_extslice (test.test_array.LongTest) PASS: test_filewrite (test.test_array.LongTest) PASS: test_free_after_iterating (test.test_array.LongTest) PASS: test_fromarray (test.test_array.LongTest) PASS: test_frombytearray (test.test_array.LongTest) PASS: test_fromfile_ioerror (test.test_array.LongTest) PASS: test_getitem (test.test_array.LongTest) PASS: test_getslice (test.test_array.LongTest) PASS: test_iadd (test.test_array.LongTest) PASS: test_imul (test.test_array.LongTest) PASS: test_index (test.test_array.LongTest) PASS: test_initialize_with_unicode (test.test_array.LongTest) PASS: test_insert (test.test_array.LongTest) PASS: test_iterationcontains (test.test_array.LongTest) PASS: test_iterator_pickle (test.test_array.LongTest) PASS: test_len (test.test_array.LongTest) PASS: test_mul (test.test_array.LongTest) PASS: test_obsolete_write_lock (test.test_array.LongTest) PASS: test_overflow (test.test_array.LongTest) PASS: test_pickle (test.test_array.LongTest) PASS: test_pickle_for_empty_array (test.test_array.LongTest) PASS: test_pop (test.test_array.LongTest) PASS: test_reduce_ex (test.test_array.LongTest) PASS: test_remove (test.test_array.LongTest) PASS: test_repr (test.test_array.LongTest) PASS: test_reverse (test.test_array.LongTest) PASS: test_reverse_iterator (test.test_array.LongTest) PASS: test_reverse_iterator_picking (test.test_array.LongTest) PASS: test_setitem (test.test_array.LongTest) PASS: test_setslice (test.test_array.LongTest) PASS: test_sizeof_with_buffer (test.test_array.LongTest) PASS: test_sizeof_without_buffer (test.test_array.LongTest) PASS: test_str (test.test_array.LongTest) PASS: test_subclass_with_kwargs (test.test_array.LongTest) PASS: test_subclassing (test.test_array.LongTest) PASS: test_tofrombytes (test.test_array.LongTest) PASS: test_tofromfile (test.test_array.LongTest) PASS: test_tofromlist (test.test_array.LongTest) PASS: test_type_error (test.test_array.LongTest) PASS: test_weakref (test.test_array.LongTest) PASS: test_array_is_sequence (test.test_array.MiscTest) PASS: test_bad_constructor (test.test_array.MiscTest) PASS: test_disallow_instantiation (test.test_array.MiscTest) PASS: test_empty (test.test_array.MiscTest) PASS: test_immutable (test.test_array.MiscTest) PASS: test_add (test.test_array.ShortTest) PASS: test_assignment (test.test_array.ShortTest) PASS: test_buffer (test.test_array.ShortTest) PASS: test_buffer_info (test.test_array.ShortTest) PASS: test_bug_782369 (test.test_array.ShortTest) PASS: test_byteswap (test.test_array.ShortTest) PASS: test_cmp (test.test_array.ShortTest) PASS: test_constructor (test.test_array.ShortTest) PASS: test_constructor_with_iterable_argument (test.test_array.ShortTest) PASS: test_copy (test.test_array.ShortTest) PASS: test_count (test.test_array.ShortTest) PASS: test_coveritertraverse (test.test_array.ShortTest) PASS: test_create_from_bytes (test.test_array.ShortTest) PASS: test_deepcopy (test.test_array.ShortTest) PASS: test_delitem (test.test_array.ShortTest) PASS: test_delslice (test.test_array.ShortTest) PASS: test_exhausted_iterator (test.test_array.ShortTest) PASS: test_exhausted_reverse_iterator (test.test_array.ShortTest) PASS: test_extend (test.test_array.ShortTest) PASS: test_extended_getslice (test.test_array.ShortTest) PASS: test_extended_set_del_slice (test.test_array.ShortTest) PASS: test_extslice (test.test_array.ShortTest) PASS: test_filewrite (test.test_array.ShortTest) PASS: test_free_after_iterating (test.test_array.ShortTest) PASS: test_fromarray (test.test_array.ShortTest) PASS: test_frombytearray (test.test_array.ShortTest) PASS: test_fromfile_ioerror (test.test_array.ShortTest) PASS: test_getitem (test.test_array.ShortTest) PASS: test_getslice (test.test_array.ShortTest) PASS: test_iadd (test.test_array.ShortTest) PASS: test_imul (test.test_array.ShortTest) PASS: test_index (test.test_array.ShortTest) PASS: test_initialize_with_unicode (test.test_array.ShortTest) PASS: test_insert (test.test_array.ShortTest) PASS: test_iterationcontains (test.test_array.ShortTest) PASS: test_iterator_pickle (test.test_array.ShortTest) PASS: test_len (test.test_array.ShortTest) PASS: test_mul (test.test_array.ShortTest) PASS: test_obsolete_write_lock (test.test_array.ShortTest) PASS: test_overflow (test.test_array.ShortTest) PASS: test_pickle (test.test_array.ShortTest) PASS: test_pickle_for_empty_array (test.test_array.ShortTest) PASS: test_pop (test.test_array.ShortTest) PASS: test_reduce_ex (test.test_array.ShortTest) PASS: test_remove (test.test_array.ShortTest) PASS: test_repr (test.test_array.ShortTest) PASS: test_reverse (test.test_array.ShortTest) PASS: test_reverse_iterator (test.test_array.ShortTest) PASS: test_reverse_iterator_picking (test.test_array.ShortTest) PASS: test_setitem (test.test_array.ShortTest) PASS: test_setslice (test.test_array.ShortTest) PASS: test_sizeof_with_buffer (test.test_array.ShortTest) PASS: test_sizeof_without_buffer (test.test_array.ShortTest) PASS: test_str (test.test_array.ShortTest) PASS: test_subclass_with_kwargs (test.test_array.ShortTest) PASS: test_subclassing (test.test_array.ShortTest) PASS: test_tofrombytes (test.test_array.ShortTest) PASS: test_tofromfile (test.test_array.ShortTest) PASS: test_tofromlist (test.test_array.ShortTest) PASS: test_type_error (test.test_array.ShortTest) PASS: test_weakref (test.test_array.ShortTest) PASS: test_add (test.test_array.UnicodeTest) PASS: test_buffer (test.test_array.UnicodeTest) PASS: test_buffer_info (test.test_array.UnicodeTest) PASS: test_bug_782369 (test.test_array.UnicodeTest) PASS: test_byteswap (test.test_array.UnicodeTest) PASS: test_cmp (test.test_array.UnicodeTest) PASS: test_constructor (test.test_array.UnicodeTest) PASS: test_constructor_with_iterable_argument (test.test_array.UnicodeTest) PASS: test_copy (test.test_array.UnicodeTest) PASS: test_count (test.test_array.UnicodeTest) PASS: test_coveritertraverse (test.test_array.UnicodeTest) PASS: test_create_from_bytes (test.test_array.UnicodeTest) PASS: test_deepcopy (test.test_array.UnicodeTest) PASS: test_delitem (test.test_array.UnicodeTest) PASS: test_exhausted_iterator (test.test_array.UnicodeTest) PASS: test_exhausted_reverse_iterator (test.test_array.UnicodeTest) PASS: test_extend (test.test_array.UnicodeTest) PASS: test_extended_getslice (test.test_array.UnicodeTest) PASS: test_extended_set_del_slice (test.test_array.UnicodeTest) PASS: test_filewrite (test.test_array.UnicodeTest) PASS: test_free_after_iterating (test.test_array.UnicodeTest) PASS: test_fromarray (test.test_array.UnicodeTest) PASS: test_fromfile_ioerror (test.test_array.UnicodeTest) PASS: test_getitem (test.test_array.UnicodeTest) PASS: test_getslice (test.test_array.UnicodeTest) PASS: test_iadd (test.test_array.UnicodeTest) PASS: test_imul (test.test_array.UnicodeTest) PASS: test_index (test.test_array.UnicodeTest) PASS: test_initialize_with_unicode (test.test_array.UnicodeTest) PASS: test_insert (test.test_array.UnicodeTest) PASS: test_issue17223 (test.test_array.UnicodeTest) PASS: test_iterator_pickle (test.test_array.UnicodeTest) PASS: test_len (test.test_array.UnicodeTest) PASS: test_mul (test.test_array.UnicodeTest) PASS: test_obsolete_write_lock (test.test_array.UnicodeTest) PASS: test_pickle (test.test_array.UnicodeTest) PASS: test_pickle_for_empty_array (test.test_array.UnicodeTest) PASS: test_pop (test.test_array.UnicodeTest) PASS: test_reduce_ex (test.test_array.UnicodeTest) PASS: test_remove (test.test_array.UnicodeTest) PASS: test_repr (test.test_array.UnicodeTest) PASS: test_reverse (test.test_array.UnicodeTest) PASS: test_reverse_iterator (test.test_array.UnicodeTest) PASS: test_reverse_iterator_picking (test.test_array.UnicodeTest) PASS: test_setitem (test.test_array.UnicodeTest) PASS: test_setslice (test.test_array.UnicodeTest) PASS: test_sizeof_with_buffer (test.test_array.UnicodeTest) PASS: test_sizeof_without_buffer (test.test_array.UnicodeTest) PASS: test_str (test.test_array.UnicodeTest) PASS: test_subclass_with_kwargs (test.test_array.UnicodeTest) PASS: test_tofrombytes (test.test_array.UnicodeTest) PASS: test_tofromfile (test.test_array.UnicodeTest) PASS: test_tofromlist (test.test_array.UnicodeTest) PASS: test_unicode (test.test_array.UnicodeTest) PASS: test_weakref (test.test_array.UnicodeTest) PASS: test_add (test.test_array.UnsignedByteTest) PASS: test_assignment (test.test_array.UnsignedByteTest) PASS: test_buffer (test.test_array.UnsignedByteTest) PASS: test_buffer_info (test.test_array.UnsignedByteTest) PASS: test_bug_782369 (test.test_array.UnsignedByteTest) PASS: test_bytes_extend (test.test_array.UnsignedByteTest) PASS: test_byteswap (test.test_array.UnsignedByteTest) PASS: test_cmp (test.test_array.UnsignedByteTest) PASS: test_constructor (test.test_array.UnsignedByteTest) PASS: test_constructor_with_iterable_argument (test.test_array.UnsignedByteTest) PASS: test_copy (test.test_array.UnsignedByteTest) PASS: test_count (test.test_array.UnsignedByteTest) PASS: test_coveritertraverse (test.test_array.UnsignedByteTest) PASS: test_create_from_bytes (test.test_array.UnsignedByteTest) PASS: test_deepcopy (test.test_array.UnsignedByteTest) PASS: test_delitem (test.test_array.UnsignedByteTest) PASS: test_delslice (test.test_array.UnsignedByteTest) PASS: test_exhausted_iterator (test.test_array.UnsignedByteTest) PASS: test_exhausted_reverse_iterator (test.test_array.UnsignedByteTest) PASS: test_extend (test.test_array.UnsignedByteTest) PASS: test_extended_getslice (test.test_array.UnsignedByteTest) PASS: test_extended_set_del_slice (test.test_array.UnsignedByteTest) PASS: test_extslice (test.test_array.UnsignedByteTest) PASS: test_filewrite (test.test_array.UnsignedByteTest) PASS: test_free_after_iterating (test.test_array.UnsignedByteTest) PASS: test_fromarray (test.test_array.UnsignedByteTest) PASS: test_frombytearray (test.test_array.UnsignedByteTest) PASS: test_fromfile_ioerror (test.test_array.UnsignedByteTest) PASS: test_getitem (test.test_array.UnsignedByteTest) PASS: test_getslice (test.test_array.UnsignedByteTest) PASS: test_iadd (test.test_array.UnsignedByteTest) PASS: test_imul (test.test_array.UnsignedByteTest) PASS: test_index (test.test_array.UnsignedByteTest) PASS: test_initialize_with_unicode (test.test_array.UnsignedByteTest) PASS: test_insert (test.test_array.UnsignedByteTest) PASS: test_iterationcontains (test.test_array.UnsignedByteTest) PASS: test_iterator_pickle (test.test_array.UnsignedByteTest) PASS: test_len (test.test_array.UnsignedByteTest) PASS: test_mul (test.test_array.UnsignedByteTest) PASS: test_obsolete_write_lock (test.test_array.UnsignedByteTest) PASS: test_overflow (test.test_array.UnsignedByteTest) PASS: test_pickle (test.test_array.UnsignedByteTest) PASS: test_pickle_for_empty_array (test.test_array.UnsignedByteTest) PASS: test_pop (test.test_array.UnsignedByteTest) PASS: test_reduce_ex (test.test_array.UnsignedByteTest) PASS: test_remove (test.test_array.UnsignedByteTest) PASS: test_repr (test.test_array.UnsignedByteTest) PASS: test_reverse (test.test_array.UnsignedByteTest) PASS: test_reverse_iterator (test.test_array.UnsignedByteTest) PASS: test_reverse_iterator_picking (test.test_array.UnsignedByteTest) PASS: test_setitem (test.test_array.UnsignedByteTest) PASS: test_setslice (test.test_array.UnsignedByteTest) PASS: test_sizeof_with_buffer (test.test_array.UnsignedByteTest) PASS: test_sizeof_without_buffer (test.test_array.UnsignedByteTest) PASS: test_str (test.test_array.UnsignedByteTest) PASS: test_subclass_with_kwargs (test.test_array.UnsignedByteTest) PASS: test_subclassing (test.test_array.UnsignedByteTest) PASS: test_tofrombytes (test.test_array.UnsignedByteTest) PASS: test_tofromfile (test.test_array.UnsignedByteTest) PASS: test_tofromlist (test.test_array.UnsignedByteTest) PASS: test_type_error (test.test_array.UnsignedByteTest) PASS: test_weakref (test.test_array.UnsignedByteTest) PASS: test_add (test.test_array.UnsignedIntTest) PASS: test_assignment (test.test_array.UnsignedIntTest) PASS: test_buffer (test.test_array.UnsignedIntTest) PASS: test_buffer_info (test.test_array.UnsignedIntTest) PASS: test_bug_782369 (test.test_array.UnsignedIntTest) PASS: test_bytes_extend (test.test_array.UnsignedIntTest) PASS: test_byteswap (test.test_array.UnsignedIntTest) PASS: test_cmp (test.test_array.UnsignedIntTest) PASS: test_constructor (test.test_array.UnsignedIntTest) PASS: test_constructor_with_iterable_argument (test.test_array.UnsignedIntTest) PASS: test_copy (test.test_array.UnsignedIntTest) PASS: test_count (test.test_array.UnsignedIntTest) PASS: test_coveritertraverse (test.test_array.UnsignedIntTest) PASS: test_create_from_bytes (test.test_array.UnsignedIntTest) PASS: test_deepcopy (test.test_array.UnsignedIntTest) PASS: test_delitem (test.test_array.UnsignedIntTest) PASS: test_delslice (test.test_array.UnsignedIntTest) PASS: test_exhausted_iterator (test.test_array.UnsignedIntTest) PASS: test_exhausted_reverse_iterator (test.test_array.UnsignedIntTest) PASS: test_extend (test.test_array.UnsignedIntTest) PASS: test_extended_getslice (test.test_array.UnsignedIntTest) PASS: test_extended_set_del_slice (test.test_array.UnsignedIntTest) PASS: test_extslice (test.test_array.UnsignedIntTest) PASS: test_filewrite (test.test_array.UnsignedIntTest) PASS: test_free_after_iterating (test.test_array.UnsignedIntTest) PASS: test_fromarray (test.test_array.UnsignedIntTest) PASS: test_frombytearray (test.test_array.UnsignedIntTest) PASS: test_fromfile_ioerror (test.test_array.UnsignedIntTest) PASS: test_getitem (test.test_array.UnsignedIntTest) PASS: test_getslice (test.test_array.UnsignedIntTest) PASS: test_iadd (test.test_array.UnsignedIntTest) PASS: test_imul (test.test_array.UnsignedIntTest) PASS: test_index (test.test_array.UnsignedIntTest) PASS: test_initialize_with_unicode (test.test_array.UnsignedIntTest) PASS: test_insert (test.test_array.UnsignedIntTest) PASS: test_iterationcontains (test.test_array.UnsignedIntTest) PASS: test_iterator_pickle (test.test_array.UnsignedIntTest) PASS: test_len (test.test_array.UnsignedIntTest) PASS: test_mul (test.test_array.UnsignedIntTest) PASS: test_obsolete_write_lock (test.test_array.UnsignedIntTest) PASS: test_overflow (test.test_array.UnsignedIntTest) PASS: test_pickle (test.test_array.UnsignedIntTest) PASS: test_pickle_for_empty_array (test.test_array.UnsignedIntTest) PASS: test_pop (test.test_array.UnsignedIntTest) PASS: test_reduce_ex (test.test_array.UnsignedIntTest) PASS: test_remove (test.test_array.UnsignedIntTest) PASS: test_repr (test.test_array.UnsignedIntTest) PASS: test_reverse (test.test_array.UnsignedIntTest) PASS: test_reverse_iterator (test.test_array.UnsignedIntTest) PASS: test_reverse_iterator_picking (test.test_array.UnsignedIntTest) PASS: test_setitem (test.test_array.UnsignedIntTest) PASS: test_setslice (test.test_array.UnsignedIntTest) PASS: test_sizeof_with_buffer (test.test_array.UnsignedIntTest) PASS: test_sizeof_without_buffer (test.test_array.UnsignedIntTest) PASS: test_str (test.test_array.UnsignedIntTest) PASS: test_subclass_with_kwargs (test.test_array.UnsignedIntTest) PASS: test_subclassing (test.test_array.UnsignedIntTest) PASS: test_tofrombytes (test.test_array.UnsignedIntTest) PASS: test_tofromfile (test.test_array.UnsignedIntTest) PASS: test_tofromlist (test.test_array.UnsignedIntTest) PASS: test_type_error (test.test_array.UnsignedIntTest) PASS: test_weakref (test.test_array.UnsignedIntTest) PASS: test_add (test.test_array.UnsignedLongLongTest) PASS: test_assignment (test.test_array.UnsignedLongLongTest) PASS: test_buffer (test.test_array.UnsignedLongLongTest) PASS: test_buffer_info (test.test_array.UnsignedLongLongTest) PASS: test_bug_782369 (test.test_array.UnsignedLongLongTest) PASS: test_bytes_extend (test.test_array.UnsignedLongLongTest) PASS: test_byteswap (test.test_array.UnsignedLongLongTest) PASS: test_cmp (test.test_array.UnsignedLongLongTest) PASS: test_constructor (test.test_array.UnsignedLongLongTest) PASS: test_constructor_with_iterable_argument (test.test_array.UnsignedLongLongTest) PASS: test_copy (test.test_array.UnsignedLongLongTest) PASS: test_count (test.test_array.UnsignedLongLongTest) PASS: test_coveritertraverse (test.test_array.UnsignedLongLongTest) PASS: test_create_from_bytes (test.test_array.UnsignedLongLongTest) PASS: test_deepcopy (test.test_array.UnsignedLongLongTest) PASS: test_delitem (test.test_array.UnsignedLongLongTest) PASS: test_delslice (test.test_array.UnsignedLongLongTest) PASS: test_exhausted_iterator (test.test_array.UnsignedLongLongTest) PASS: test_exhausted_reverse_iterator (test.test_array.UnsignedLongLongTest) PASS: test_extend (test.test_array.UnsignedLongLongTest) PASS: test_extended_getslice (test.test_array.UnsignedLongLongTest) PASS: test_extended_set_del_slice (test.test_array.UnsignedLongLongTest) PASS: test_extslice (test.test_array.UnsignedLongLongTest) PASS: test_filewrite (test.test_array.UnsignedLongLongTest) PASS: test_free_after_iterating (test.test_array.UnsignedLongLongTest) PASS: test_fromarray (test.test_array.UnsignedLongLongTest) PASS: test_frombytearray (test.test_array.UnsignedLongLongTest) PASS: test_fromfile_ioerror (test.test_array.UnsignedLongLongTest) PASS: test_getitem (test.test_array.UnsignedLongLongTest) PASS: test_getslice (test.test_array.UnsignedLongLongTest) PASS: test_iadd (test.test_array.UnsignedLongLongTest) PASS: test_imul (test.test_array.UnsignedLongLongTest) PASS: test_index (test.test_array.UnsignedLongLongTest) PASS: test_initialize_with_unicode (test.test_array.UnsignedLongLongTest) PASS: test_insert (test.test_array.UnsignedLongLongTest) PASS: test_iterationcontains (test.test_array.UnsignedLongLongTest) PASS: test_iterator_pickle (test.test_array.UnsignedLongLongTest) PASS: test_len (test.test_array.UnsignedLongLongTest) PASS: test_mul (test.test_array.UnsignedLongLongTest) PASS: test_obsolete_write_lock (test.test_array.UnsignedLongLongTest) PASS: test_overflow (test.test_array.UnsignedLongLongTest) PASS: test_pickle (test.test_array.UnsignedLongLongTest) PASS: test_pickle_for_empty_array (test.test_array.UnsignedLongLongTest) PASS: test_pop (test.test_array.UnsignedLongLongTest) PASS: test_reduce_ex (test.test_array.UnsignedLongLongTest) PASS: test_remove (test.test_array.UnsignedLongLongTest) PASS: test_repr (test.test_array.UnsignedLongLongTest) PASS: test_reverse (test.test_array.UnsignedLongLongTest) PASS: test_reverse_iterator (test.test_array.UnsignedLongLongTest) PASS: test_reverse_iterator_picking (test.test_array.UnsignedLongLongTest) PASS: test_setitem (test.test_array.UnsignedLongLongTest) PASS: test_setslice (test.test_array.UnsignedLongLongTest) PASS: test_sizeof_with_buffer (test.test_array.UnsignedLongLongTest) PASS: test_sizeof_without_buffer (test.test_array.UnsignedLongLongTest) PASS: test_str (test.test_array.UnsignedLongLongTest) PASS: test_subclass_with_kwargs (test.test_array.UnsignedLongLongTest) PASS: test_subclassing (test.test_array.UnsignedLongLongTest) PASS: test_tofrombytes (test.test_array.UnsignedLongLongTest) PASS: test_tofromfile (test.test_array.UnsignedLongLongTest) PASS: test_tofromlist (test.test_array.UnsignedLongLongTest) PASS: test_type_error (test.test_array.UnsignedLongLongTest) PASS: test_weakref (test.test_array.UnsignedLongLongTest) PASS: test_add (test.test_array.UnsignedLongTest) PASS: test_assignment (test.test_array.UnsignedLongTest) PASS: test_buffer (test.test_array.UnsignedLongTest) PASS: test_buffer_info (test.test_array.UnsignedLongTest) PASS: test_bug_782369 (test.test_array.UnsignedLongTest) PASS: test_bytes_extend (test.test_array.UnsignedLongTest) PASS: test_byteswap (test.test_array.UnsignedLongTest) PASS: test_cmp (test.test_array.UnsignedLongTest) PASS: test_constructor (test.test_array.UnsignedLongTest) PASS: test_constructor_with_iterable_argument (test.test_array.UnsignedLongTest) PASS: test_copy (test.test_array.UnsignedLongTest) PASS: test_count (test.test_array.UnsignedLongTest) PASS: test_coveritertraverse (test.test_array.UnsignedLongTest) PASS: test_create_from_bytes (test.test_array.UnsignedLongTest) PASS: test_deepcopy (test.test_array.UnsignedLongTest) PASS: test_delitem (test.test_array.UnsignedLongTest) PASS: test_delslice (test.test_array.UnsignedLongTest) PASS: test_exhausted_iterator (test.test_array.UnsignedLongTest) PASS: test_exhausted_reverse_iterator (test.test_array.UnsignedLongTest) PASS: test_extend (test.test_array.UnsignedLongTest) PASS: test_extended_getslice (test.test_array.UnsignedLongTest) PASS: test_extended_set_del_slice (test.test_array.UnsignedLongTest) PASS: test_extslice (test.test_array.UnsignedLongTest) PASS: test_filewrite (test.test_array.UnsignedLongTest) PASS: test_free_after_iterating (test.test_array.UnsignedLongTest) PASS: test_fromarray (test.test_array.UnsignedLongTest) PASS: test_frombytearray (test.test_array.UnsignedLongTest) PASS: test_fromfile_ioerror (test.test_array.UnsignedLongTest) PASS: test_getitem (test.test_array.UnsignedLongTest) PASS: test_getslice (test.test_array.UnsignedLongTest) PASS: test_iadd (test.test_array.UnsignedLongTest) PASS: test_imul (test.test_array.UnsignedLongTest) PASS: test_index (test.test_array.UnsignedLongTest) PASS: test_initialize_with_unicode (test.test_array.UnsignedLongTest) PASS: test_insert (test.test_array.UnsignedLongTest) PASS: test_iterationcontains (test.test_array.UnsignedLongTest) PASS: test_iterator_pickle (test.test_array.UnsignedLongTest) PASS: test_len (test.test_array.UnsignedLongTest) PASS: test_mul (test.test_array.UnsignedLongTest) PASS: test_obsolete_write_lock (test.test_array.UnsignedLongTest) PASS: test_overflow (test.test_array.UnsignedLongTest) PASS: test_pickle (test.test_array.UnsignedLongTest) PASS: test_pickle_for_empty_array (test.test_array.UnsignedLongTest) PASS: test_pop (test.test_array.UnsignedLongTest) PASS: test_reduce_ex (test.test_array.UnsignedLongTest) PASS: test_remove (test.test_array.UnsignedLongTest) PASS: test_repr (test.test_array.UnsignedLongTest) PASS: test_reverse (test.test_array.UnsignedLongTest) PASS: test_reverse_iterator (test.test_array.UnsignedLongTest) PASS: test_reverse_iterator_picking (test.test_array.UnsignedLongTest) PASS: test_setitem (test.test_array.UnsignedLongTest) PASS: test_setslice (test.test_array.UnsignedLongTest) PASS: test_sizeof_with_buffer (test.test_array.UnsignedLongTest) PASS: test_sizeof_without_buffer (test.test_array.UnsignedLongTest) PASS: test_str (test.test_array.UnsignedLongTest) PASS: test_subclass_with_kwargs (test.test_array.UnsignedLongTest) PASS: test_subclassing (test.test_array.UnsignedLongTest) PASS: test_tofrombytes (test.test_array.UnsignedLongTest) PASS: test_tofromfile (test.test_array.UnsignedLongTest) PASS: test_tofromlist (test.test_array.UnsignedLongTest) PASS: test_type_error (test.test_array.UnsignedLongTest) PASS: test_weakref (test.test_array.UnsignedLongTest) PASS: test_add (test.test_array.UnsignedShortTest) PASS: test_assignment (test.test_array.UnsignedShortTest) PASS: test_buffer (test.test_array.UnsignedShortTest) PASS: test_buffer_info (test.test_array.UnsignedShortTest) PASS: test_bug_782369 (test.test_array.UnsignedShortTest) PASS: test_bytes_extend (test.test_array.UnsignedShortTest) PASS: test_byteswap (test.test_array.UnsignedShortTest) PASS: test_cmp (test.test_array.UnsignedShortTest) PASS: test_constructor (test.test_array.UnsignedShortTest) PASS: test_constructor_with_iterable_argument (test.test_array.UnsignedShortTest) PASS: test_copy (test.test_array.UnsignedShortTest) PASS: test_count (test.test_array.UnsignedShortTest) PASS: test_coveritertraverse (test.test_array.UnsignedShortTest) PASS: test_create_from_bytes (test.test_array.UnsignedShortTest) PASS: test_deepcopy (test.test_array.UnsignedShortTest) PASS: test_delitem (test.test_array.UnsignedShortTest) PASS: test_delslice (test.test_array.UnsignedShortTest) PASS: test_exhausted_iterator (test.test_array.UnsignedShortTest) PASS: test_exhausted_reverse_iterator (test.test_array.UnsignedShortTest) PASS: test_extend (test.test_array.UnsignedShortTest) PASS: test_extended_getslice (test.test_array.UnsignedShortTest) PASS: test_extended_set_del_slice (test.test_array.UnsignedShortTest) PASS: test_extslice (test.test_array.UnsignedShortTest) PASS: test_filewrite (test.test_array.UnsignedShortTest) PASS: test_free_after_iterating (test.test_array.UnsignedShortTest) PASS: test_fromarray (test.test_array.UnsignedShortTest) PASS: test_frombytearray (test.test_array.UnsignedShortTest) PASS: test_fromfile_ioerror (test.test_array.UnsignedShortTest) PASS: test_getitem (test.test_array.UnsignedShortTest) PASS: test_getslice (test.test_array.UnsignedShortTest) PASS: test_iadd (test.test_array.UnsignedShortTest) PASS: test_imul (test.test_array.UnsignedShortTest) PASS: test_index (test.test_array.UnsignedShortTest) PASS: test_initialize_with_unicode (test.test_array.UnsignedShortTest) PASS: test_insert (test.test_array.UnsignedShortTest) PASS: test_iterationcontains (test.test_array.UnsignedShortTest) PASS: test_iterator_pickle (test.test_array.UnsignedShortTest) PASS: test_len (test.test_array.UnsignedShortTest) PASS: test_mul (test.test_array.UnsignedShortTest) PASS: test_obsolete_write_lock (test.test_array.UnsignedShortTest) PASS: test_overflow (test.test_array.UnsignedShortTest) PASS: test_pickle (test.test_array.UnsignedShortTest) PASS: test_pickle_for_empty_array (test.test_array.UnsignedShortTest) PASS: test_pop (test.test_array.UnsignedShortTest) PASS: test_reduce_ex (test.test_array.UnsignedShortTest) PASS: test_remove (test.test_array.UnsignedShortTest) PASS: test_repr (test.test_array.UnsignedShortTest) PASS: test_reverse (test.test_array.UnsignedShortTest) PASS: test_reverse_iterator (test.test_array.UnsignedShortTest) PASS: test_reverse_iterator_picking (test.test_array.UnsignedShortTest) PASS: test_setitem (test.test_array.UnsignedShortTest) PASS: test_setslice (test.test_array.UnsignedShortTest) PASS: test_sizeof_with_buffer (test.test_array.UnsignedShortTest) PASS: test_sizeof_without_buffer (test.test_array.UnsignedShortTest) PASS: test_str (test.test_array.UnsignedShortTest) PASS: test_subclass_with_kwargs (test.test_array.UnsignedShortTest) PASS: test_subclassing (test.test_array.UnsignedShortTest) PASS: test_tofrombytes (test.test_array.UnsignedShortTest) PASS: test_tofromfile (test.test_array.UnsignedShortTest) PASS: test_tofromlist (test.test_array.UnsignedShortTest) PASS: test_type_error (test.test_array.UnsignedShortTest) PASS: test_weakref (test.test_array.UnsignedShortTest) ---------------------------------------------------------------------- Ran 813 tests in 1.581s OK 0:00:16 load avg: 0.80 [ 22/427] test_asdl_parser test_asdl_parser skipped -- test irrelevant for an installed Python 0:00:16 load avg: 0.80 [ 23/427] test_ast -- test_asdl_parser skipped PASS: test_bad_integer (test.test_ast.ASTHelpers_Test) PASS: test_copy_location (test.test_ast.ASTHelpers_Test) PASS: test_dump (test.test_ast.ASTHelpers_Test) PASS: test_dump_incomplete (test.test_ast.ASTHelpers_Test) PASS: test_dump_indent (test.test_ast.ASTHelpers_Test) PASS: test_elif_stmt_start_position (test.test_ast.ASTHelpers_Test) PASS: test_elif_stmt_start_position_with_else (test.test_ast.ASTHelpers_Test) PASS: test_fix_missing_locations (test.test_ast.ASTHelpers_Test) PASS: test_get_docstring (test.test_ast.ASTHelpers_Test) PASS: test_get_docstring_none (test.test_ast.ASTHelpers_Test) PASS: test_increment_lineno (test.test_ast.ASTHelpers_Test) PASS: test_iter_child_nodes (test.test_ast.ASTHelpers_Test) PASS: test_iter_fields (test.test_ast.ASTHelpers_Test) PASS: test_level_as_none (test.test_ast.ASTHelpers_Test) PASS: test_literal_eval (test.test_ast.ASTHelpers_Test) PASS: test_literal_eval_complex (test.test_ast.ASTHelpers_Test) PASS: test_literal_eval_malformed_dict_nodes (test.test_ast.ASTHelpers_Test) PASS: test_literal_eval_malformed_lineno (test.test_ast.ASTHelpers_Test) PASS: test_literal_eval_syntax_errors (test.test_ast.ASTHelpers_Test) PASS: test_literal_eval_trailing_ws (test.test_ast.ASTHelpers_Test) PASS: test_multi_line_docstring_col_offset_and_lineno_issue16806 (test.test_ast.ASTHelpers_Test) PASS: test_parse (test.test_ast.ASTHelpers_Test) PASS: test_parse_in_error (test.test_ast.ASTHelpers_Test) PASS: test_recursion_direct (test.test_ast.ASTHelpers_Test) PASS: test_recursion_indirect (test.test_ast.ASTHelpers_Test) PASS: test_starred_expr_end_position_within_call (test.test_ast.ASTHelpers_Test) PASS: test_assert (test.test_ast.ASTValidatorTests) PASS: test_assign (test.test_ast.ASTValidatorTests) PASS: test_attribute (test.test_ast.ASTValidatorTests) PASS: test_augassign (test.test_ast.ASTValidatorTests) PASS: test_boolop (test.test_ast.ASTValidatorTests) PASS: test_call (test.test_ast.ASTValidatorTests) PASS: test_classdef (test.test_ast.ASTValidatorTests) PASS: test_compare (test.test_ast.ASTValidatorTests) PASS: test_delete (test.test_ast.ASTValidatorTests) PASS: test_dict (test.test_ast.ASTValidatorTests) PASS: test_dictcomp (test.test_ast.ASTValidatorTests) PASS: test_expr (test.test_ast.ASTValidatorTests) PASS: test_for (test.test_ast.ASTValidatorTests) PASS: test_funcdef (test.test_ast.ASTValidatorTests) PASS: test_generatorexp (test.test_ast.ASTValidatorTests) PASS: test_global (test.test_ast.ASTValidatorTests) PASS: test_if (test.test_ast.ASTValidatorTests) PASS: test_ifexp (test.test_ast.ASTValidatorTests) PASS: test_import (test.test_ast.ASTValidatorTests) PASS: test_importfrom (test.test_ast.ASTValidatorTests) PASS: test_lambda (test.test_ast.ASTValidatorTests) PASS: test_list (test.test_ast.ASTValidatorTests) PASS: test_listcomp (test.test_ast.ASTValidatorTests) PASS: test_match_validation_pattern (test.test_ast.ASTValidatorTests) PASS: test_module (test.test_ast.ASTValidatorTests) PASS: test_nameconstant (test.test_ast.ASTValidatorTests) PASS: test_nonlocal (test.test_ast.ASTValidatorTests) PASS: test_num (test.test_ast.ASTValidatorTests) PASS: test_raise (test.test_ast.ASTValidatorTests) PASS: test_set (test.test_ast.ASTValidatorTests) PASS: test_setcomp (test.test_ast.ASTValidatorTests) PASS: test_starred (test.test_ast.ASTValidatorTests) PASS: test_stdlib_validates (test.test_ast.ASTValidatorTests) PASS: test_subscript (test.test_ast.ASTValidatorTests) PASS: test_try (test.test_ast.ASTValidatorTests) PASS: test_tuple (test.test_ast.ASTValidatorTests) PASS: test_unaryop (test.test_ast.ASTValidatorTests) PASS: test_while (test.test_ast.ASTValidatorTests) PASS: test_with (test.test_ast.ASTValidatorTests) PASS: test_yield (test.test_ast.ASTValidatorTests) PASS: test_AST_garbage_collection (test.test_ast.AST_Tests) PASS: test_AST_objects (test.test_ast.AST_Tests) PASS: test_alias (test.test_ast.AST_Tests) PASS: test_arguments (test.test_ast.AST_Tests) PASS: test_assignment_expression_feature_version (test.test_ast.AST_Tests) PASS: test_ast_asdl_signature (test.test_ast.AST_Tests) PASS: test_ast_validation (test.test_ast.AST_Tests) PASS: test_base_classes (test.test_ast.AST_Tests) PASS: test_classattrs (test.test_ast.AST_Tests) PASS: test_constant_as_name (test.test_ast.AST_Tests) PASS: test_empty_yield_from (test.test_ast.AST_Tests) PASS: test_field_attr_existence (test.test_ast.AST_Tests) PASS: test_field_attr_writable (test.test_ast.AST_Tests) PASS: test_from_import (test.test_ast.AST_Tests) PASS: test_invalid_constant (test.test_ast.AST_Tests) PASS: test_invalid_identifier (test.test_ast.AST_Tests) PASS: test_invalid_sum (test.test_ast.AST_Tests) PASS: test_isinstance (test.test_ast.AST_Tests) PASS: test_issue18374_binop_col_offset (test.test_ast.AST_Tests) PASS: test_issue31592 (test.test_ast.AST_Tests) PASS: test_issue39579_dotted_name_end_col_offset (test.test_ast.AST_Tests) PASS: test_issue40614_feature_version (test.test_ast.AST_Tests) PASS: test_module (test.test_ast.AST_Tests) PASS: test_no_fields (test.test_ast.AST_Tests) PASS: test_nodeclasses (test.test_ast.AST_Tests) PASS: test_non_interned_future_from_ast (test.test_ast.AST_Tests) PASS: test_parenthesized_with_feature_version (test.test_ast.AST_Tests) PASS: test_pickling (test.test_ast.AST_Tests) PASS: test_realtype (test.test_ast.AST_Tests) PASS: test_slice (test.test_ast.AST_Tests) PASS: test_snippets (test.test_ast.AST_Tests) PASS: test_subclasses (test.test_ast.AST_Tests) PASS: test_assign_to_constant (test.test_ast.ConstantTests) PASS: test_get_docstring (test.test_ast.ConstantTests) PASS: test_literal_eval (test.test_ast.ConstantTests) PASS: test_load_const (test.test_ast.ConstantTests) PASS: test_singletons (test.test_ast.ConstantTests) PASS: test_string_kind (test.test_ast.ConstantTests) PASS: test_validation (test.test_ast.ConstantTests) PASS: test_values (test.test_ast.ConstantTests) PASS: test_attribute_spaces (test.test_ast.EndPositionTests) PASS: test_binop (test.test_ast.EndPositionTests) PASS: test_boolop (test.test_ast.EndPositionTests) PASS: test_call (test.test_ast.EndPositionTests) PASS: test_call_noargs (test.test_ast.EndPositionTests) PASS: test_class_def (test.test_ast.EndPositionTests) PASS: test_class_kw (test.test_ast.EndPositionTests) PASS: test_comprehensions (test.test_ast.EndPositionTests) PASS: test_continued_str (test.test_ast.EndPositionTests) PASS: test_displays (test.test_ast.EndPositionTests) PASS: test_fstring (test.test_ast.EndPositionTests) PASS: test_fstring_multi_line (test.test_ast.EndPositionTests) PASS: test_func_def (test.test_ast.EndPositionTests) PASS: test_import_from_multi_line (test.test_ast.EndPositionTests) PASS: test_lambda (test.test_ast.EndPositionTests) PASS: test_multi_line_str (test.test_ast.EndPositionTests) PASS: test_redundant_parenthesis (test.test_ast.EndPositionTests) PASS: test_slices (test.test_ast.EndPositionTests) PASS: test_source_segment_endings (test.test_ast.EndPositionTests) PASS: test_source_segment_missing_info (test.test_ast.EndPositionTests) PASS: test_source_segment_multi (test.test_ast.EndPositionTests) PASS: test_source_segment_padded (test.test_ast.EndPositionTests) PASS: test_source_segment_tabs (test.test_ast.EndPositionTests) PASS: test_suites (test.test_ast.EndPositionTests) PASS: test_trailers_with_redundant_parenthesis (test.test_ast.EndPositionTests) PASS: test_tuples (test.test_ast.EndPositionTests) PASS: test_yield_await (test.test_ast.EndPositionTests) PASS: test_reload_module (test.test_ast.ModuleStateTests) PASS: test_subinterpreter (test.test_ast.ModuleStateTests) PASS: test_sys_modules (test.test_ast.ModuleStateTests) PASS: test_old_constant_nodes (test.test_ast.NodeVisitorTests) ---------------------------------------------------------------------- Ran 137 tests in 1.745s OK 0:00:18 load avg: 0.81 [ 24/427] test_asyncgen PASS: test_aiter_bad_args (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_aiter_idempotent (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_anext_await_raises (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_anext_bad_args (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_anext_bad_await (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_anext_iter (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_anext_return_generator (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_anext_return_iterator (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_async_gen_aclose_after_exhaustion (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_async_gen_aclose_compatible_with_get_stack (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_async_gen_aclose_twice_with_different_coros (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_async_gen_aiter (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_async_gen_aiter_class (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_async_gen_asyncio_01 (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_async_gen_asyncio_02 (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_async_gen_asyncio_03 (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_async_gen_asyncio_aclose_06 (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_async_gen_asyncio_aclose_07 (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_async_gen_asyncio_aclose_08 (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_async_gen_asyncio_aclose_10 (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_async_gen_asyncio_aclose_11 (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_async_gen_asyncio_aclose_12 (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_async_gen_asyncio_anext_04 (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_async_gen_asyncio_anext_05 (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_async_gen_asyncio_anext_06 (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_async_gen_asyncio_anext_stopiteration (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_async_gen_asyncio_anext_tuple (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_async_gen_asyncio_asend_01 (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_async_gen_asyncio_asend_02 (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_async_gen_asyncio_asend_03 (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_async_gen_asyncio_athrow_01 (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_async_gen_asyncio_athrow_02 (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_async_gen_asyncio_athrow_03 (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_async_gen_asyncio_athrow_stopiteration (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_async_gen_asyncio_athrow_tuple (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_async_gen_asyncio_gc_aclose_09 (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_async_gen_asyncio_shutdown_01 (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_async_gen_asyncio_shutdown_02 (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_async_gen_asyncio_shutdown_exception_01 (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_async_gen_asyncio_shutdown_exception_02 (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_async_gen_await_same_aclose_coro_twice (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_async_gen_await_same_anext_coro_twice (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_async_gen_expression_01 (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_async_gen_expression_02 (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_async_generator_anext (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_asyncgen_nonstarted_hooks_are_cancellable (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_python_async_iterator_anext (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_python_async_iterator_types_coroutine_anext (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_async_gen_syntax_01 (test.test_asyncgen.AsyncGenSyntaxTest) PASS: test_async_gen_syntax_02 (test.test_asyncgen.AsyncGenSyntaxTest) PASS: test_async_gen_syntax_03 (test.test_asyncgen.AsyncGenSyntaxTest) PASS: test_async_gen_syntax_04 (test.test_asyncgen.AsyncGenSyntaxTest) PASS: test_async_gen_syntax_05 (test.test_asyncgen.AsyncGenSyntaxTest) PASS: test_async_gen_api_01 (test.test_asyncgen.AsyncGenTest) PASS: test_async_gen_exception_03 (test.test_asyncgen.AsyncGenTest) PASS: test_async_gen_exception_04 (test.test_asyncgen.AsyncGenTest) PASS: test_async_gen_exception_05 (test.test_asyncgen.AsyncGenTest) PASS: test_async_gen_exception_06 (test.test_asyncgen.AsyncGenTest) PASS: test_async_gen_exception_07 (test.test_asyncgen.AsyncGenTest) PASS: test_async_gen_exception_08 (test.test_asyncgen.AsyncGenTest) PASS: test_async_gen_exception_09 (test.test_asyncgen.AsyncGenTest) PASS: test_async_gen_exception_10 (test.test_asyncgen.AsyncGenTest) PASS: test_async_gen_exception_11 (test.test_asyncgen.AsyncGenTest) PASS: test_async_gen_iteration_01 (test.test_asyncgen.AsyncGenTest) PASS: test_async_gen_iteration_02 (test.test_asyncgen.AsyncGenTest) ---------------------------------------------------------------------- Ran 65 tests in 0.906s OK 0:00:19 load avg: 0.81 [ 25/427] test_asynchat PASS: test_close_when_done (test.test_asynchat.TestAsynchat) PASS: test_empty_line (test.test_asynchat.TestAsynchat) PASS: test_line_terminator1 (test.test_asynchat.TestAsynchat) PASS: test_line_terminator2 (test.test_asynchat.TestAsynchat) PASS: test_line_terminator3 (test.test_asynchat.TestAsynchat) PASS: test_none_terminator (test.test_asynchat.TestAsynchat) PASS: test_numeric_terminator1 (test.test_asynchat.TestAsynchat) PASS: test_numeric_terminator2 (test.test_asynchat.TestAsynchat) PASS: test_push (test.test_asynchat.TestAsynchat) PASS: test_simple_producer (test.test_asynchat.TestAsynchat) PASS: test_string_producer (test.test_asynchat.TestAsynchat) PASS: test_blockingioerror (test.test_asynchat.TestAsynchatMocked) PASS: test_close_when_done (test.test_asynchat.TestAsynchat_WithPoll) PASS: test_empty_line (test.test_asynchat.TestAsynchat_WithPoll) PASS: test_line_terminator1 (test.test_asynchat.TestAsynchat_WithPoll) PASS: test_line_terminator2 (test.test_asynchat.TestAsynchat_WithPoll) PASS: test_line_terminator3 (test.test_asynchat.TestAsynchat_WithPoll) PASS: test_none_terminator (test.test_asynchat.TestAsynchat_WithPoll) PASS: test_numeric_terminator1 (test.test_asynchat.TestAsynchat_WithPoll) PASS: test_numeric_terminator2 (test.test_asynchat.TestAsynchat_WithPoll) PASS: test_push (test.test_asynchat.TestAsynchat_WithPoll) PASS: test_simple_producer (test.test_asynchat.TestAsynchat_WithPoll) PASS: test_string_producer (test.test_asynchat.TestAsynchat_WithPoll) PASS: test_find_prefix_at_end (test.test_asynchat.TestHelperFunctions) PASS: test_disallow_negative_terminator (test.test_asynchat.TestNotConnected) ---------------------------------------------------------------------- Ran 25 tests in 1.352s OK 0:00:20 load avg: 0.81 [ 26/427] test_asyncio PASS: test__add_callback_cancelled_handle (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test__add_callback_handle (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test__run_once (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test__run_once_cancelled_event_cleanup (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test__run_once_schedule_handle (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_asyncgen_finalization_by_gc (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_asyncgen_finalization_by_gc_in_other_thread (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_call_later (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_call_later_negative_delays (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_call_soon (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_call_soon_non_callable (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_check_thread (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_close (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_create_named_task_with_custom_factory (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_create_named_task_with_default_factory (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_create_task (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_create_task_error_closes_coro (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_default_exc_handler_broken (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_default_exc_handler_callback (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_default_exc_handler_coro (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_env_var_debug (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_not_implemented (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_run_forever_keyboard_interrupt (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_run_forever_pre_stopped (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_run_once (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_run_until_complete_baseexception (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_run_until_complete_loop (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_run_until_complete_loop_orphan_future_close_loop (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_run_until_complete_type_error (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_set_debug (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_set_default_executor (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_set_default_executor_deprecation_warnings (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_set_exc_handler_broken (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_set_exc_handler_custom (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_set_exc_handler_invalid (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_set_task_factory (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_set_task_factory_invalid (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_single_selecter_event_callback_after_stopping (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_subprocess_exec_invalid_args (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_subprocess_shell_invalid_args (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_time_and_call_at (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_accept_connection_exception (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_accept_connection_retry (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_call_coroutine (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_connection_bluetooth (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_connection_connect_err (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_connection_host_port_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_connection_ip_addr (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_connection_ipv6_scope (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_connection_multiple (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_connection_multiple_errors (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_connection_multiple_errors_local_addr (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_connection_no_getaddrinfo (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_connection_no_host_port_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_connection_no_inet_pton (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_connection_no_local_addr (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_connection_no_ssl_server_hostname_errors (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_connection_service_name (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_connection_ssl_server_hostname_default (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_connection_ssl_server_hostname_errors (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_connection_ssl_timeout_for_plain_socket (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_connection_timeout (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_connection_wrong_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_datagram_endpoint_addr_error (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_datagram_endpoint_allow_broadcast (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_datagram_endpoint_cant_bind (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_datagram_endpoint_connect_err (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_datagram_endpoint_existing_sock_unix (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_datagram_endpoint_ip_addr (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_datagram_endpoint_no_addrinfo (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_datagram_endpoint_no_matching_family (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_datagram_endpoint_noaddr_nofamily (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_datagram_endpoint_nosoreuseport (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_datagram_endpoint_reuse_address_error (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_datagram_endpoint_reuse_address_warning (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_datagram_endpoint_setblk_err (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_datagram_endpoint_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_datagram_endpoint_sock_sockopts (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_datagram_endpoint_sock_unix (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_datagram_endpoint_socket_err (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_datagram_endpoint_sockopts (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_datagram_endpoint_wrong_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_server_cant_bind (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_server_empty_host (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_server_host_port_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_server_ipv6 (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_server_no_getaddrinfo (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_server_no_host_port_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_server_nosoreuseport (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_server_soreuseport_only_defined (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_server_ssl_timeout_for_plain_socket (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_server_stream_bittype (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_server_wrong_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_getnameinfo (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_log_slow_callbacks (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_ipaddr_info (test.test_asyncio.test_base_events.BaseEventTests) PASS: test_ipaddr_info_no_inet_pton (test.test_asyncio.test_base_events.BaseEventTests) PASS: test_port_parameter_types (test.test_asyncio.test_base_events.BaseEventTests) PASS: test__sock_sendfile_native_failure (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) PASS: test_blocking_socket (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) PASS: test_negative_count (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) PASS: test_negative_offset (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) PASS: test_nonbinary_file (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) PASS: test_nonstream_socket (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) PASS: test_notint_count (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) PASS: test_notint_offset (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) PASS: test_sock_sendfile_fallback (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) PASS: test_sock_sendfile_fallback_offset_and_count (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) PASS: test_sock_sendfile_no_fallback (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) PASS: test_running_loop_within_a_loop (test.test_asyncio.test_base_events.RunningLoopTests) PASS: test_set_nodelay (test.test_asyncio.test_base_events.TestSelectorUtils) SKIP: test_buffered_proto_create_connection (test.test_asyncio.test_buffered_proto.BufferedProtocolProactorTests) 'Windows only' PASS: test_buffered_proto_create_connection (test.test_asyncio.test_buffered_proto.BufferedProtocolSelectorTests) PASS: test_asyncio_task_decimal_context (test.test_asyncio.test_context.DecimalContextTest) PASS: test_not_implemented (test.test_asyncio.test_events.AbstractEventLoopTests) PASS: test_not_implemented_async (test.test_asyncio.test_events.AbstractEventLoopTests) PASS: test_add_fds_after_closing (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_add_signal_handler (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_bidirectional_pty (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_call_later (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_call_soon (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_call_soon_threadsafe (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_call_soon_threadsafe_same_thread (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_close (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_close_running_event_loop (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_connect_accepted_socket (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_connect_accepted_socket_ssl_timeout_for_plain_socket (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_create_connection (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_create_connection_local_addr (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_create_connection_local_addr_in_use (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_create_datagram_endpoint (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_create_datagram_endpoint_ipv6 (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_create_datagram_endpoint_sock (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_create_server (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_create_server_addr_in_use (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_create_server_dual_stack (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_create_server_multiple_hosts_ipv4 (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_create_server_multiple_hosts_ipv6 (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_create_server_reuse_port (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_create_server_sock (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_create_server_ssl (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_create_server_ssl_match_failed (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_create_server_ssl_verified (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_create_server_ssl_verify_failed (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_create_ssl_connection (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_create_ssl_unix_connection (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_create_unix_connection (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_create_unix_server (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_create_unix_server_path_socket_error (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_create_unix_server_ssl (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_create_unix_server_ssl_verified (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_create_unix_server_ssl_verify_failed (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_internal_fds (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_prompt_cancellation (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_read_pipe (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_read_pty_output (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_reader_callback (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_remove_fds_after_closing (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_run_in_executor (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_run_in_executor_cancel (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_run_until_complete (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_run_until_complete_nesting (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_run_until_complete_stopped (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_server_close (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_signal_handling_args (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_signal_handling_while_selecting (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_ssl_connect_accepted_socket (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_subprocess_close_after_finish (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_subprocess_close_client_stream (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_subprocess_exec (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_subprocess_exec_invalid_args (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_subprocess_exitcode (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_subprocess_interactive (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_subprocess_kill (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_subprocess_send_signal (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_subprocess_shell (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_subprocess_shell_invalid_args (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_subprocess_stderr (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_subprocess_stderr_redirect_to_stdout (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_subprocess_terminate (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_subprocess_wait_no_same_group (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_timeout_rounding (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_unclosed_pipe_transport (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_write_pipe (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_write_pipe_disconnect_on_close (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_write_pty (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_writer_callback (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_callback_with_exception (test.test_asyncio.test_events.HandleTests) PASS: test_coroutine_like_object_debug_formatting (test.test_asyncio.test_events.HandleTests) PASS: test_handle (test.test_asyncio.test_events.HandleTests) PASS: test_handle_repr (test.test_asyncio.test_events.HandleTests) PASS: test_handle_repr_debug (test.test_asyncio.test_events.HandleTests) PASS: test_handle_source_traceback (test.test_asyncio.test_events.HandleTests) PASS: test_handle_weakref (test.test_asyncio.test_events.HandleTests) PASS: test_event_loop_policy (test.test_asyncio.test_events.PolicyTests) PASS: test_get_event_loop (test.test_asyncio.test_events.PolicyTests) PASS: test_get_event_loop_after_set_none (test.test_asyncio.test_events.PolicyTests) PASS: test_get_event_loop_calls_set_event_loop (test.test_asyncio.test_events.PolicyTests) PASS: test_get_event_loop_policy (test.test_asyncio.test_events.PolicyTests) PASS: test_get_event_loop_thread (test.test_asyncio.test_events.PolicyTests) PASS: test_new_event_loop (test.test_asyncio.test_events.PolicyTests) PASS: test_set_event_loop (test.test_asyncio.test_events.PolicyTests) PASS: test_set_event_loop_policy (test.test_asyncio.test_events.PolicyTests) PASS: test_add_fds_after_closing (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_add_signal_handler (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_bidirectional_pty (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_call_later (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_call_soon (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_call_soon_threadsafe (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_call_soon_threadsafe_same_thread (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_close (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_close_running_event_loop (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_connect_accepted_socket (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_connect_accepted_socket_ssl_timeout_for_plain_socket (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_create_connection (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_create_connection_local_addr (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_create_connection_local_addr_in_use (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_create_datagram_endpoint (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_create_datagram_endpoint_ipv6 (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_create_datagram_endpoint_sock (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_create_server (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_create_server_addr_in_use (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_create_server_dual_stack (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_create_server_multiple_hosts_ipv4 (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_create_server_multiple_hosts_ipv6 (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_create_server_reuse_port (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_create_server_sock (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_create_server_ssl (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_create_server_ssl_match_failed (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_create_server_ssl_verified (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_create_server_ssl_verify_failed (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_create_ssl_connection (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_create_ssl_unix_connection (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_create_unix_connection (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_create_unix_server (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_create_unix_server_path_socket_error (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_create_unix_server_ssl (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_create_unix_server_ssl_verified (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_create_unix_server_ssl_verify_failed (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_internal_fds (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_prompt_cancellation (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_read_pipe (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_read_pty_output (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_reader_callback (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_remove_fds_after_closing (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_run_in_executor (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_run_in_executor_cancel (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_run_until_complete (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_run_until_complete_nesting (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_run_until_complete_stopped (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_server_close (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_signal_handling_args (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_signal_handling_while_selecting (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_ssl_connect_accepted_socket (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_subprocess_close_after_finish (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_subprocess_close_client_stream (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_subprocess_exec (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_subprocess_exec_invalid_args (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_subprocess_exitcode (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_subprocess_interactive (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_subprocess_kill (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_subprocess_send_signal (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_subprocess_shell (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_subprocess_shell_invalid_args (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_subprocess_stderr (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_subprocess_stderr_redirect_to_stdout (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_subprocess_terminate (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_subprocess_wait_no_same_group (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_timeout_rounding (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_unclosed_pipe_transport (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_write_pipe (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_write_pipe_disconnect_on_close (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_write_pty (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_writer_callback (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_add_fds_after_closing (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_add_signal_handler (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_bidirectional_pty (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_call_later (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_call_soon (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_call_soon_threadsafe (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_call_soon_threadsafe_same_thread (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_close (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_close_running_event_loop (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_connect_accepted_socket (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_connect_accepted_socket_ssl_timeout_for_plain_socket (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_create_connection (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_create_connection_local_addr (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_create_connection_local_addr_in_use (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_create_datagram_endpoint (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_create_datagram_endpoint_ipv6 (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_create_datagram_endpoint_sock (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_create_server (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_create_server_addr_in_use (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_create_server_dual_stack (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_create_server_multiple_hosts_ipv4 (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_create_server_multiple_hosts_ipv6 (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_create_server_reuse_port (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_create_server_sock (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_create_server_ssl (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_create_server_ssl_match_failed (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_create_server_ssl_verified (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_create_server_ssl_verify_failed (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_create_ssl_connection (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_create_ssl_unix_connection (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_create_unix_connection (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_create_unix_server (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_create_unix_server_path_socket_error (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_create_unix_server_ssl (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_create_unix_server_ssl_verified (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_create_unix_server_ssl_verify_failed (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_internal_fds (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_prompt_cancellation (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_read_pipe (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_read_pty_output (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_reader_callback (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_remove_fds_after_closing (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_run_in_executor (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_run_in_executor_cancel (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_run_until_complete (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_run_until_complete_nesting (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_run_until_complete_stopped (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_server_close (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_signal_handling_args (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_signal_handling_while_selecting (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_ssl_connect_accepted_socket (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_subprocess_close_after_finish (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_subprocess_close_client_stream (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_subprocess_exec (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_subprocess_exec_invalid_args (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_subprocess_exitcode (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_subprocess_interactive (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_subprocess_kill (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_subprocess_send_signal (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_subprocess_shell (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_subprocess_shell_invalid_args (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_subprocess_stderr (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_subprocess_stderr_redirect_to_stdout (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_subprocess_terminate (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_subprocess_wait_no_same_group (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_timeout_rounding (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_unclosed_pipe_transport (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_write_pipe (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_write_pipe_disconnect_on_close (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_write_pty (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_writer_callback (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_close (test.test_asyncio.test_events.TestAbstractServer) PASS: test_get_loop (test.test_asyncio.test_events.TestAbstractServer) PASS: test_wait_closed (test.test_asyncio.test_events.TestAbstractServer) PASS: test_get_event_loop_new_process (test.test_asyncio.test_events.TestCGetEventLoop) PASS: test_get_event_loop_returns_running_loop (test.test_asyncio.test_events.TestCGetEventLoop) PASS: test_get_event_loop_returns_running_loop2 (test.test_asyncio.test_events.TestCGetEventLoop) PASS: test_get_event_loop_new_process (test.test_asyncio.test_events.TestPyGetEventLoop) PASS: test_get_event_loop_returns_running_loop (test.test_asyncio.test_events.TestPyGetEventLoop) PASS: test_get_event_loop_returns_running_loop2 (test.test_asyncio.test_events.TestPyGetEventLoop) PASS: test_get_loop (test.test_asyncio.test_events.TestServer) PASS: test_hash (test.test_asyncio.test_events.TimerTests) PASS: test_timer (test.test_asyncio.test_events.TimerTests) PASS: test_timer_comparison (test.test_asyncio.test_events.TimerTests) PASS: test_timer_repr (test.test_asyncio.test_events.TimerTests) PASS: test_timer_repr_debug (test.test_asyncio.test_events.TimerTests) PASS: test_when (test.test_asyncio.test_events.TimerTests) PASS: test_callbacks_invoked_on_set_exception (test.test_asyncio.test_futures.CFutureDoneCallbackTests) PASS: test_callbacks_invoked_on_set_result (test.test_asyncio.test_futures.CFutureDoneCallbackTests) PASS: test_callbacks_remove_first_and_second_callback (test.test_asyncio.test_futures.CFutureDoneCallbackTests) PASS: test_callbacks_remove_first_callback (test.test_asyncio.test_futures.CFutureDoneCallbackTests) PASS: test_callbacks_remove_third_callback (test.test_asyncio.test_futures.CFutureDoneCallbackTests) PASS: test_remove_done_callback (test.test_asyncio.test_futures.CFutureDoneCallbackTests) PASS: test_remove_done_callbacks_list_mutation (test.test_asyncio.test_futures.CFutureDoneCallbackTests) PASS: test_schedule_callbacks_list_mutation_1 (test.test_asyncio.test_futures.CFutureDoneCallbackTests) PASS: test_schedule_callbacks_list_mutation_2 (test.test_asyncio.test_futures.CFutureDoneCallbackTests) PASS: test_inherit_without_calling_super_init (test.test_asyncio.test_futures.CFutureInheritanceTests) PASS: test_cancel (test.test_asyncio.test_futures.CFutureTests) PASS: test_constructor_positional (test.test_asyncio.test_futures.CFutureTests) PASS: test_constructor_use_global_loop (test.test_asyncio.test_futures.CFutureTests) PASS: test_constructor_use_running_loop (test.test_asyncio.test_futures.CFutureTests) PASS: test_constructor_without_loop (test.test_asyncio.test_futures.CFutureTests) PASS: test_copy_state (test.test_asyncio.test_futures.CFutureTests) PASS: test_exception (test.test_asyncio.test_futures.CFutureTests) PASS: test_exception_class (test.test_asyncio.test_futures.CFutureTests) PASS: test_future_cancel_message_getter (test.test_asyncio.test_futures.CFutureTests) PASS: test_future_cancel_message_setter (test.test_asyncio.test_futures.CFutureTests) PASS: test_future_del_collect (test.test_asyncio.test_futures.CFutureTests) PASS: test_future_del_segfault (test.test_asyncio.test_futures.CFutureTests) PASS: test_future_exception_never_retrieved (test.test_asyncio.test_futures.CFutureTests) PASS: test_future_exception_never_retrieved_debug (test.test_asyncio.test_futures.CFutureTests) PASS: test_future_iter_throw (test.test_asyncio.test_futures.CFutureTests) PASS: test_future_repr (test.test_asyncio.test_futures.CFutureTests) PASS: test_future_source_traceback (test.test_asyncio.test_futures.CFutureTests) PASS: test_future_stop_iteration_args (test.test_asyncio.test_futures.CFutureTests) PASS: test_generic_alias (test.test_asyncio.test_futures.CFutureTests) PASS: test_initial_state (test.test_asyncio.test_futures.CFutureTests) PASS: test_isfuture (test.test_asyncio.test_futures.CFutureTests) PASS: test_iter (test.test_asyncio.test_futures.CFutureTests) PASS: test_log_traceback (test.test_asyncio.test_futures.CFutureTests) PASS: test_result (test.test_asyncio.test_futures.CFutureTests) PASS: test_set_result_unless_cancelled (test.test_asyncio.test_futures.CFutureTests) PASS: test_tb_logger_abandoned (test.test_asyncio.test_futures.CFutureTests) PASS: test_tb_logger_exception_result_retrieved (test.test_asyncio.test_futures.CFutureTests) PASS: test_tb_logger_exception_retrieved (test.test_asyncio.test_futures.CFutureTests) PASS: test_tb_logger_exception_unretrieved (test.test_asyncio.test_futures.CFutureTests) PASS: test_tb_logger_not_called_after_cancel (test.test_asyncio.test_futures.CFutureTests) PASS: test_tb_logger_result_retrieved (test.test_asyncio.test_futures.CFutureTests) PASS: test_tb_logger_result_unretrieved (test.test_asyncio.test_futures.CFutureTests) PASS: test_uninitialized (test.test_asyncio.test_futures.CFutureTests) PASS: test_wrap_future (test.test_asyncio.test_futures.CFutureTests) PASS: test_wrap_future_cancel (test.test_asyncio.test_futures.CFutureTests) PASS: test_wrap_future_cancel2 (test.test_asyncio.test_futures.CFutureTests) PASS: test_wrap_future_future (test.test_asyncio.test_futures.CFutureTests) PASS: test_wrap_future_use_global_loop (test.test_asyncio.test_futures.CFutureTests) PASS: test_wrap_future_use_running_loop (test.test_asyncio.test_futures.CFutureTests) PASS: test_wrap_future_without_loop (test.test_asyncio.test_futures.CFutureTests) PASS: test_yield_from_twice (test.test_asyncio.test_futures.CFutureTests) PASS: test_callbacks_invoked_on_set_exception (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests) PASS: test_callbacks_invoked_on_set_result (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests) PASS: test_callbacks_remove_first_and_second_callback (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests) PASS: test_callbacks_remove_first_callback (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests) PASS: test_callbacks_remove_third_callback (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests) PASS: test_remove_done_callback (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests) PASS: test_remove_done_callbacks_list_mutation (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests) PASS: test_schedule_callbacks_list_mutation_1 (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests) PASS: test_schedule_callbacks_list_mutation_2 (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests) PASS: test_cancel (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_constructor_positional (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_constructor_use_global_loop (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_constructor_use_running_loop (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_constructor_without_loop (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_copy_state (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_exception (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_exception_class (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_future_cancel_message_getter (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_future_cancel_message_setter (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_future_del_collect (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_future_exception_never_retrieved (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_future_exception_never_retrieved_debug (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_future_iter_throw (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_future_repr (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_future_source_traceback (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_future_stop_iteration_args (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_generic_alias (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_initial_state (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_isfuture (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_iter (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_log_traceback (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_result (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_set_result_unless_cancelled (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_tb_logger_abandoned (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_tb_logger_exception_result_retrieved (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_tb_logger_exception_retrieved (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_tb_logger_exception_unretrieved (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_tb_logger_not_called_after_cancel (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_tb_logger_result_retrieved (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_tb_logger_result_unretrieved (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_uninitialized (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_wrap_future (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_wrap_future_cancel (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_wrap_future_cancel2 (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_wrap_future_future (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_wrap_future_use_global_loop (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_wrap_future_use_running_loop (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_wrap_future_without_loop (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_yield_from_twice (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_ensure_future (test.test_asyncio.test_futures.DuckTests) PASS: test_wrap_future (test.test_asyncio.test_futures.DuckTests) PASS: test_callbacks_invoked_on_set_exception (test.test_asyncio.test_futures.PyFutureDoneCallbackTests) PASS: test_callbacks_invoked_on_set_result (test.test_asyncio.test_futures.PyFutureDoneCallbackTests) PASS: test_callbacks_remove_first_and_second_callback (test.test_asyncio.test_futures.PyFutureDoneCallbackTests) PASS: test_callbacks_remove_first_callback (test.test_asyncio.test_futures.PyFutureDoneCallbackTests) PASS: test_callbacks_remove_third_callback (test.test_asyncio.test_futures.PyFutureDoneCallbackTests) PASS: test_remove_done_callback (test.test_asyncio.test_futures.PyFutureDoneCallbackTests) PASS: test_remove_done_callbacks_list_mutation (test.test_asyncio.test_futures.PyFutureDoneCallbackTests) PASS: test_schedule_callbacks_list_mutation_1 (test.test_asyncio.test_futures.PyFutureDoneCallbackTests) PASS: test_schedule_callbacks_list_mutation_2 (test.test_asyncio.test_futures.PyFutureDoneCallbackTests) PASS: test_inherit_without_calling_super_init (test.test_asyncio.test_futures.PyFutureInheritanceTests) PASS: test_cancel (test.test_asyncio.test_futures.PyFutureTests) PASS: test_constructor_positional (test.test_asyncio.test_futures.PyFutureTests) PASS: test_constructor_use_global_loop (test.test_asyncio.test_futures.PyFutureTests) PASS: test_constructor_use_running_loop (test.test_asyncio.test_futures.PyFutureTests) PASS: test_constructor_without_loop (test.test_asyncio.test_futures.PyFutureTests) PASS: test_copy_state (test.test_asyncio.test_futures.PyFutureTests) PASS: test_exception (test.test_asyncio.test_futures.PyFutureTests) PASS: test_exception_class (test.test_asyncio.test_futures.PyFutureTests) PASS: test_future_cancel_message_getter (test.test_asyncio.test_futures.PyFutureTests) PASS: test_future_cancel_message_setter (test.test_asyncio.test_futures.PyFutureTests) PASS: test_future_del_collect (test.test_asyncio.test_futures.PyFutureTests) PASS: test_future_exception_never_retrieved (test.test_asyncio.test_futures.PyFutureTests) PASS: test_future_exception_never_retrieved_debug (test.test_asyncio.test_futures.PyFutureTests) PASS: test_future_iter_throw (test.test_asyncio.test_futures.PyFutureTests) PASS: test_future_repr (test.test_asyncio.test_futures.PyFutureTests) PASS: test_future_source_traceback (test.test_asyncio.test_futures.PyFutureTests) PASS: test_future_stop_iteration_args (test.test_asyncio.test_futures.PyFutureTests) PASS: test_generic_alias (test.test_asyncio.test_futures.PyFutureTests) PASS: test_initial_state (test.test_asyncio.test_futures.PyFutureTests) PASS: test_isfuture (test.test_asyncio.test_futures.PyFutureTests) PASS: test_iter (test.test_asyncio.test_futures.PyFutureTests) PASS: test_log_traceback (test.test_asyncio.test_futures.PyFutureTests) PASS: test_result (test.test_asyncio.test_futures.PyFutureTests) PASS: test_set_result_unless_cancelled (test.test_asyncio.test_futures.PyFutureTests) PASS: test_tb_logger_abandoned (test.test_asyncio.test_futures.PyFutureTests) PASS: test_tb_logger_exception_result_retrieved (test.test_asyncio.test_futures.PyFutureTests) PASS: test_tb_logger_exception_retrieved (test.test_asyncio.test_futures.PyFutureTests) PASS: test_tb_logger_exception_unretrieved (test.test_asyncio.test_futures.PyFutureTests) PASS: test_tb_logger_not_called_after_cancel (test.test_asyncio.test_futures.PyFutureTests) PASS: test_tb_logger_result_retrieved (test.test_asyncio.test_futures.PyFutureTests) PASS: test_tb_logger_result_unretrieved (test.test_asyncio.test_futures.PyFutureTests) PASS: test_uninitialized (test.test_asyncio.test_futures.PyFutureTests) PASS: test_wrap_future (test.test_asyncio.test_futures.PyFutureTests) PASS: test_wrap_future_cancel (test.test_asyncio.test_futures.PyFutureTests) PASS: test_wrap_future_cancel2 (test.test_asyncio.test_futures.PyFutureTests) PASS: test_wrap_future_future (test.test_asyncio.test_futures.PyFutureTests) PASS: test_wrap_future_use_global_loop (test.test_asyncio.test_futures.PyFutureTests) PASS: test_wrap_future_use_running_loop (test.test_asyncio.test_futures.PyFutureTests) PASS: test_wrap_future_without_loop (test.test_asyncio.test_futures.PyFutureTests) PASS: test_yield_from_twice (test.test_asyncio.test_futures.PyFutureTests) PASS: test_future_traceback (test.test_asyncio.test_futures2.CFutureTests) PASS: test_recursive_repr_for_pending_tasks (test.test_asyncio.test_futures2.FutureReprTests) PASS: test_future_traceback (test.test_asyncio.test_futures2.PyFutureTests) PASS: test_ambiguous_loops (test.test_asyncio.test_locks.ConditionTests) PASS: test_context_manager (test.test_asyncio.test_locks.ConditionTests) PASS: test_explicit_lock (test.test_asyncio.test_locks.ConditionTests) PASS: test_notify (test.test_asyncio.test_locks.ConditionTests) PASS: test_notify_all (test.test_asyncio.test_locks.ConditionTests) PASS: test_notify_all_unacquired (test.test_asyncio.test_locks.ConditionTests) PASS: test_notify_unacquired (test.test_asyncio.test_locks.ConditionTests) PASS: test_repr (test.test_asyncio.test_locks.ConditionTests) PASS: test_timeout_in_block (test.test_asyncio.test_locks.ConditionTests) PASS: test_wait (test.test_asyncio.test_locks.ConditionTests) PASS: test_wait_cancel (test.test_asyncio.test_locks.ConditionTests) PASS: test_wait_cancel_after_notify (test.test_asyncio.test_locks.ConditionTests) PASS: test_wait_cancel_contested (test.test_asyncio.test_locks.ConditionTests) PASS: test_wait_for (test.test_asyncio.test_locks.ConditionTests) PASS: test_wait_for_unacquired (test.test_asyncio.test_locks.ConditionTests) PASS: test_wait_unacquired (test.test_asyncio.test_locks.ConditionTests) PASS: test_clear (test.test_asyncio.test_locks.EventTests) PASS: test_clear_with_waiters (test.test_asyncio.test_locks.EventTests) PASS: test_repr (test.test_asyncio.test_locks.EventTests) PASS: test_wait (test.test_asyncio.test_locks.EventTests) PASS: test_wait_cancel (test.test_asyncio.test_locks.EventTests) PASS: test_wait_on_set (test.test_asyncio.test_locks.EventTests) PASS: test_acquire (test.test_asyncio.test_locks.LockTests) PASS: test_acquire_cancel (test.test_asyncio.test_locks.LockTests) PASS: test_cancel_race (test.test_asyncio.test_locks.LockTests) PASS: test_cancel_release_race (test.test_asyncio.test_locks.LockTests) PASS: test_context_manager (test.test_asyncio.test_locks.LockTests) PASS: test_finished_waiter_cancelled (test.test_asyncio.test_locks.LockTests) PASS: test_lock (test.test_asyncio.test_locks.LockTests) PASS: test_lock_by_with_statement (test.test_asyncio.test_locks.LockTests) PASS: test_lock_doesnt_accept_loop_parameter (test.test_asyncio.test_locks.LockTests) PASS: test_release_no_waiters (test.test_asyncio.test_locks.LockTests) PASS: test_release_not_acquired (test.test_asyncio.test_locks.LockTests) PASS: test_repr (test.test_asyncio.test_locks.LockTests) PASS: test_acquire (test.test_asyncio.test_locks.SemaphoreTests) PASS: test_acquire_cancel (test.test_asyncio.test_locks.SemaphoreTests) PASS: test_acquire_cancel_before_awoken (test.test_asyncio.test_locks.SemaphoreTests) PASS: test_acquire_fifo_order (test.test_asyncio.test_locks.SemaphoreTests) PASS: test_acquire_hang (test.test_asyncio.test_locks.SemaphoreTests) PASS: test_initial_value_zero (test.test_asyncio.test_locks.SemaphoreTests) PASS: test_release_no_waiters (test.test_asyncio.test_locks.SemaphoreTests) PASS: test_release_not_acquired (test.test_asyncio.test_locks.SemaphoreTests) PASS: test_repr (test.test_asyncio.test_locks.SemaphoreTests) PASS: test_semaphore (test.test_asyncio.test_locks.SemaphoreTests) PASS: test_semaphore_value (test.test_asyncio.test_locks.SemaphoreTests) PASS: test_async_def_coroutines (test.test_asyncio.test_pep492.CoroutineTests) PASS: test_debug_mode_manages_coroutine_origin_tracking (test.test_asyncio.test_pep492.CoroutineTests) PASS: test_double_await (test.test_asyncio.test_pep492.CoroutineTests) PASS: test_function_returning_awaitable (test.test_asyncio.test_pep492.CoroutineTests) PASS: test_iscoroutine (test.test_asyncio.test_pep492.CoroutineTests) PASS: test_iscoroutinefunction (test.test_asyncio.test_pep492.CoroutineTests) PASS: test_task_print_stack (test.test_asyncio.test_pep492.CoroutineTests) PASS: test_types_coroutine (test.test_asyncio.test_pep492.CoroutineTests) PASS: test_context_manager_async_with (test.test_asyncio.test_pep492.LockTests) PASS: test_context_manager_with_await (test.test_asyncio.test_pep492.LockTests) PASS: test_readline (test.test_asyncio.test_pep492.StreamReaderTests) PASS: test_close (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) PASS: test_close_self_pipe (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) PASS: test_create_server (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) PASS: test_create_server_cancel (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) PASS: test_ctor (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) PASS: test_datagram_loop_reading (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) PASS: test_datagram_loop_reading_aborted (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) PASS: test_datagram_loop_reading_data (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) PASS: test_datagram_loop_reading_no_data (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) PASS: test_datagram_loop_writing (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) PASS: test_datagram_loop_writing_aborted (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) PASS: test_loop_self_reading (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) PASS: test_loop_self_reading_exception (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) PASS: test_loop_self_reading_fut (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) PASS: test_make_datagram_transport (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) PASS: test_make_socket_transport (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) PASS: test_process_events (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) PASS: test_stop_serving (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) PASS: test_write_to_self (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) PASS: test__loop_writing_closing (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) PASS: test__loop_writing_error_received (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) PASS: test__loop_writing_error_received_connection (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) PASS: test__loop_writing_exception (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) PASS: test_fatal_error_connected (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) PASS: test_sendto (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) PASS: test_sendto_buffer (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) PASS: test_sendto_buffer_bytearray (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) PASS: test_sendto_buffer_memoryview (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) PASS: test_sendto_bytearray (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) PASS: test_sendto_closing (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) PASS: test_sendto_connected_addr (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) PASS: test_sendto_error_received (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) PASS: test_sendto_error_received_connected (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) PASS: test_sendto_exception (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) PASS: test_sendto_memoryview (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) PASS: test_sendto_no_data (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) PASS: test_sendto_str (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) SKIP: test_sock_sendfile_iobuffer (test.test_asyncio.test_proactor_events.ProactorEventLoopUnixSockSendfileTests) 'Proactor is supported on Windows only' SKIP: test_sock_sendfile_not_a_file (test.test_asyncio.test_proactor_events.ProactorEventLoopUnixSockSendfileTests) 'Proactor is supported on Windows only' SKIP: test_sock_sendfile_not_regular_file (test.test_asyncio.test_proactor_events.ProactorEventLoopUnixSockSendfileTests) 'Proactor is supported on Windows only' PASS: test_abort (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_call_connection_lost (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_close (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_close_buffer (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_close_invalid_sockobj (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_close_write_fut (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_ctor (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_dont_pause_writing (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_fatal_error (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_fatal_error_2 (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_force_close (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_force_close_idempotent (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_loop_reading (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_loop_reading_aborted (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_loop_reading_aborted_closing (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_loop_reading_aborted_is_fatal (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_loop_reading_conn_reset_lost (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_loop_reading_data (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_loop_reading_exception (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_loop_reading_no_data (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_loop_writing (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_loop_writing_closing (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_loop_writing_err (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_loop_writing_force_close (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_loop_writing_stop (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_pause_resume_reading (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_pause_resume_writing (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_pause_writing_2write (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_pause_writing_3write (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_write (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_write_eof (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_write_eof_buffer (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_write_eof_buffer_write_pipe (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_write_eof_duplex_pipe (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_write_eof_write_pipe (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_write_more (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_write_no_data (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_base_protocol (test.test_asyncio.test_protocols.ProtocolsAbsTests) PASS: test_buffered_protocol (test.test_asyncio.test_protocols.ProtocolsAbsTests) PASS: test_datagram_protocol (test.test_asyncio.test_protocols.ProtocolsAbsTests) PASS: test_protocol (test.test_asyncio.test_protocols.ProtocolsAbsTests) PASS: test_subprocess_protocol (test.test_asyncio.test_protocols.ProtocolsAbsTests) PASS: test_format (test.test_asyncio.test_queues.LifoQueueJoinTests) PASS: test_join_empty_queue (test.test_asyncio.test_queues.LifoQueueJoinTests) PASS: test_task_done (test.test_asyncio.test_queues.LifoQueueJoinTests) PASS: test_task_done_underflow (test.test_asyncio.test_queues.LifoQueueJoinTests) PASS: test_order (test.test_asyncio.test_queues.LifoQueueTests) PASS: test_format (test.test_asyncio.test_queues.PriorityQueueJoinTests) PASS: test_join_empty_queue (test.test_asyncio.test_queues.PriorityQueueJoinTests) PASS: test_task_done (test.test_asyncio.test_queues.PriorityQueueJoinTests) PASS: test_task_done_underflow (test.test_asyncio.test_queues.PriorityQueueJoinTests) PASS: test_order (test.test_asyncio.test_queues.PriorityQueueTests) PASS: test_empty (test.test_asyncio.test_queues.QueueBasicTests) PASS: test_full (test.test_asyncio.test_queues.QueueBasicTests) PASS: test_generic_alias (test.test_asyncio.test_queues.QueueBasicTests) PASS: test_maxsize (test.test_asyncio.test_queues.QueueBasicTests) PASS: test_order (test.test_asyncio.test_queues.QueueBasicTests) PASS: test_repr (test.test_asyncio.test_queues.QueueBasicTests) PASS: test_str (test.test_asyncio.test_queues.QueueBasicTests) PASS: test_blocking_get (test.test_asyncio.test_queues.QueueGetTests) PASS: test_blocking_get_wait (test.test_asyncio.test_queues.QueueGetTests) PASS: test_cancelled_getters_not_being_held_in_self_getters (test.test_asyncio.test_queues.QueueGetTests) PASS: test_get_cancelled (test.test_asyncio.test_queues.QueueGetTests) PASS: test_get_cancelled_race (test.test_asyncio.test_queues.QueueGetTests) PASS: test_get_with_putters (test.test_asyncio.test_queues.QueueGetTests) PASS: test_get_with_waiting_putters (test.test_asyncio.test_queues.QueueGetTests) PASS: test_nonblocking_get (test.test_asyncio.test_queues.QueueGetTests) PASS: test_nonblocking_get_exception (test.test_asyncio.test_queues.QueueGetTests) PASS: test_why_are_getters_waiting (test.test_asyncio.test_queues.QueueGetTests) PASS: test_format (test.test_asyncio.test_queues.QueueJoinTests) PASS: test_join_empty_queue (test.test_asyncio.test_queues.QueueJoinTests) PASS: test_task_done (test.test_asyncio.test_queues.QueueJoinTests) PASS: test_task_done_underflow (test.test_asyncio.test_queues.QueueJoinTests) PASS: test_blocking_put (test.test_asyncio.test_queues.QueuePutTests) PASS: test_blocking_put_wait (test.test_asyncio.test_queues.QueuePutTests) PASS: test_cancelled_put_silence_value_error_exception (test.test_asyncio.test_queues.QueuePutTests) PASS: test_cancelled_puts_not_being_held_in_self_putters (test.test_asyncio.test_queues.QueuePutTests) PASS: test_float_maxsize (test.test_asyncio.test_queues.QueuePutTests) PASS: test_get_cancel_drop_many_pending_readers (test.test_asyncio.test_queues.QueuePutTests) PASS: test_get_cancel_drop_one_pending_reader (test.test_asyncio.test_queues.QueuePutTests) PASS: test_nonblocking_put (test.test_asyncio.test_queues.QueuePutTests) PASS: test_nonblocking_put_exception (test.test_asyncio.test_queues.QueuePutTests) PASS: test_put_cancel_drop (test.test_asyncio.test_queues.QueuePutTests) PASS: test_put_cancelled (test.test_asyncio.test_queues.QueuePutTests) PASS: test_put_cancelled_race (test.test_asyncio.test_queues.QueuePutTests) PASS: test_put_with_waiting_getters (test.test_asyncio.test_queues.QueuePutTests) PASS: test_why_are_putters_waiting (test.test_asyncio.test_queues.QueuePutTests) PASS: test_asyncio_run_cancels_hanging_tasks (test.test_asyncio.test_runners.RunTests) PASS: test_asyncio_run_closes_gens_after_hanging_tasks_errors (test.test_asyncio.test_runners.RunTests) PASS: test_asyncio_run_debug (test.test_asyncio.test_runners.RunTests) PASS: test_asyncio_run_from_running_loop (test.test_asyncio.test_runners.RunTests) PASS: test_asyncio_run_only_coro (test.test_asyncio.test_runners.RunTests) PASS: test_asyncio_run_raises (test.test_asyncio.test_runners.RunTests) PASS: test_asyncio_run_reports_hanging_tasks_errors (test.test_asyncio.test_runners.RunTests) PASS: test_asyncio_run_return (test.test_asyncio.test_runners.RunTests) PASS: test_accept_connection_multiple (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test_add_reader (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test_add_reader_existing (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test_add_reader_existing_writer (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test_add_writer (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test_add_writer_existing (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test_close (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test_close_no_selector (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test_make_socket_transport (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test_make_ssl_transport (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test_make_ssl_transport_without_ssl_error (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test_process_events_read (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test_process_events_read_cancelled (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test_process_events_write (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test_process_events_write_cancelled (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test_read_from_self_exception (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test_read_from_self_tryagain (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test_remove_reader (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test_remove_reader_read_write (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test_remove_reader_unknown (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test_remove_writer (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test_remove_writer_read_write (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test_remove_writer_unknown (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test_sock_connect_resolve_using_socket_params (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test_write_to_self_exception (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test_write_to_self_tryagain (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test_fatal_error_connected (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) PASS: test_fatal_error_connected_custom_error (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) PASS: test_read_ready (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) PASS: test_read_ready_err (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) PASS: test_read_ready_oserr (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) PASS: test_read_ready_tryagain (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) PASS: test_sendto (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) PASS: test_sendto_buffer (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) PASS: test_sendto_buffer_bytearray (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) PASS: test_sendto_buffer_memoryview (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) PASS: test_sendto_bytearray (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) PASS: test_sendto_closing (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) PASS: test_sendto_connected_addr (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) PASS: test_sendto_error_received (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) PASS: test_sendto_error_received_connected (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) PASS: test_sendto_exception (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) PASS: test_sendto_memoryview (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) PASS: test_sendto_no_data (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) PASS: test_sendto_ready (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) PASS: test_sendto_ready_closing (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) PASS: test_sendto_ready_error_received (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) PASS: test_sendto_ready_error_received_connection (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) PASS: test_sendto_ready_exception (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) PASS: test_sendto_ready_no_data (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) PASS: test_sendto_ready_tryagain (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) PASS: test_sendto_str (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) PASS: test_sendto_tryagain (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) PASS: test_buffer_updated_error (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) PASS: test_ctor (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) PASS: test_get_buffer_error (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) PASS: test_get_buffer_zerosized (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) PASS: test_proto_type_switch (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) PASS: test_read_eof_received_error (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) PASS: test_read_ready (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) PASS: test_read_ready_conn_reset (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) PASS: test_read_ready_eof (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) PASS: test_read_ready_eof_keep_open (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) PASS: test_read_ready_err (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) PASS: test_read_ready_tryagain (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) PASS: test_read_ready_tryagain_interrupted (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) PASS: test_ctor (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_ctor_with_waiter (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_data_received_error (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_pause_resume_reading (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_read_eof_received_error (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_read_ready (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_read_ready_conn_reset (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_read_ready_eof (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_read_ready_eof_keep_open (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_read_ready_err (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_read_ready_tryagain (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_read_ready_tryagain_interrupted (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_transport_close_remove_writer (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_write (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_write_buffer (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_write_bytearray (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_write_closing (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_write_eof (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_write_eof_after_close (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_write_eof_buffer (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_write_exception (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_write_memoryview (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_write_no_data (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_write_partial (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_write_partial_bytearray (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_write_partial_memoryview (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_write_partial_none (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_write_ready (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_write_ready_closing (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_write_ready_exception (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_write_ready_no_data (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_write_ready_partial (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_write_ready_partial_none (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_write_ready_tryagain (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_write_str (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_write_tryagain (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test__add_reader (test.test_asyncio.test_selector_events.SelectorTransportTests) PASS: test_abort (test.test_asyncio.test_selector_events.SelectorTransportTests) PASS: test_close (test.test_asyncio.test_selector_events.SelectorTransportTests) PASS: test_close_write_buffer (test.test_asyncio.test_selector_events.SelectorTransportTests) PASS: test_connection_lost (test.test_asyncio.test_selector_events.SelectorTransportTests) PASS: test_ctor (test.test_asyncio.test_selector_events.SelectorTransportTests) PASS: test_fatal_error (test.test_asyncio.test_selector_events.SelectorTransportTests) PASS: test_fatal_error_custom_exception (test.test_asyncio.test_selector_events.SelectorTransportTests) PASS: test_force_close (test.test_asyncio.test_selector_events.SelectorTransportTests) PASS: test_sendfile (test.test_asyncio.test_sendfile.EPollEventLoopTests) PASS: test_sendfile_close_peer_after_receiving (test.test_asyncio.test_sendfile.EPollEventLoopTests) PASS: test_sendfile_close_peer_in_the_middle_of_receiving (test.test_asyncio.test_sendfile.EPollEventLoopTests) PASS: test_sendfile_fallback_close_peer_in_the_middle_of_receiving (test.test_asyncio.test_sendfile.EPollEventLoopTests) PASS: test_sendfile_for_closing_transp (test.test_asyncio.test_sendfile.EPollEventLoopTests) PASS: test_sendfile_force_fallback (test.test_asyncio.test_sendfile.EPollEventLoopTests) PASS: test_sendfile_force_unsupported_native (test.test_asyncio.test_sendfile.EPollEventLoopTests) PASS: test_sendfile_no_fallback_for_fallback_transport (test.test_asyncio.test_sendfile.EPollEventLoopTests) PASS: test_sendfile_not_supported (test.test_asyncio.test_sendfile.EPollEventLoopTests) PASS: test_sendfile_partial (test.test_asyncio.test_sendfile.EPollEventLoopTests) PASS: test_sendfile_pre_and_post_data (test.test_asyncio.test_sendfile.EPollEventLoopTests) PASS: test_sendfile_prevents_bare_write (test.test_asyncio.test_sendfile.EPollEventLoopTests) PASS: test_sendfile_ssl (test.test_asyncio.test_sendfile.EPollEventLoopTests) PASS: test_sendfile_ssl_close_peer_after_receiving (test.test_asyncio.test_sendfile.EPollEventLoopTests) PASS: test_sendfile_ssl_partial (test.test_asyncio.test_sendfile.EPollEventLoopTests) PASS: test_sendfile_ssl_pre_and_post_data (test.test_asyncio.test_sendfile.EPollEventLoopTests) PASS: test_sock_sendfile_mix_with_regular_send (test.test_asyncio.test_sendfile.EPollEventLoopTests) PASS: test_sock_sendfile_success (test.test_asyncio.test_sendfile.EPollEventLoopTests) PASS: test_sock_sendfile_with_offset_and_count (test.test_asyncio.test_sendfile.EPollEventLoopTests) PASS: test_sock_sendfile_zero_size (test.test_asyncio.test_sendfile.EPollEventLoopTests) PASS: test_sendfile (test.test_asyncio.test_sendfile.PollEventLoopTests) PASS: test_sendfile_close_peer_after_receiving (test.test_asyncio.test_sendfile.PollEventLoopTests) PASS: test_sendfile_close_peer_in_the_middle_of_receiving (test.test_asyncio.test_sendfile.PollEventLoopTests) PASS: test_sendfile_fallback_close_peer_in_the_middle_of_receiving (test.test_asyncio.test_sendfile.PollEventLoopTests) PASS: test_sendfile_for_closing_transp (test.test_asyncio.test_sendfile.PollEventLoopTests) PASS: test_sendfile_force_fallback (test.test_asyncio.test_sendfile.PollEventLoopTests) PASS: test_sendfile_force_unsupported_native (test.test_asyncio.test_sendfile.PollEventLoopTests) PASS: test_sendfile_no_fallback_for_fallback_transport (test.test_asyncio.test_sendfile.PollEventLoopTests) PASS: test_sendfile_not_supported (test.test_asyncio.test_sendfile.PollEventLoopTests) PASS: test_sendfile_partial (test.test_asyncio.test_sendfile.PollEventLoopTests) PASS: test_sendfile_pre_and_post_data (test.test_asyncio.test_sendfile.PollEventLoopTests) PASS: test_sendfile_prevents_bare_write (test.test_asyncio.test_sendfile.PollEventLoopTests) PASS: test_sendfile_ssl (test.test_asyncio.test_sendfile.PollEventLoopTests) PASS: test_sendfile_ssl_close_peer_after_receiving (test.test_asyncio.test_sendfile.PollEventLoopTests) PASS: test_sendfile_ssl_partial (test.test_asyncio.test_sendfile.PollEventLoopTests) PASS: test_sendfile_ssl_pre_and_post_data (test.test_asyncio.test_sendfile.PollEventLoopTests) PASS: test_sock_sendfile_mix_with_regular_send (test.test_asyncio.test_sendfile.PollEventLoopTests) PASS: test_sock_sendfile_success (test.test_asyncio.test_sendfile.PollEventLoopTests) PASS: test_sock_sendfile_with_offset_and_count (test.test_asyncio.test_sendfile.PollEventLoopTests) PASS: test_sock_sendfile_zero_size (test.test_asyncio.test_sendfile.PollEventLoopTests) PASS: test_sendfile (test.test_asyncio.test_sendfile.SelectEventLoopTests) PASS: test_sendfile_close_peer_after_receiving (test.test_asyncio.test_sendfile.SelectEventLoopTests) PASS: test_sendfile_close_peer_in_the_middle_of_receiving (test.test_asyncio.test_sendfile.SelectEventLoopTests) PASS: test_sendfile_fallback_close_peer_in_the_middle_of_receiving (test.test_asyncio.test_sendfile.SelectEventLoopTests) PASS: test_sendfile_for_closing_transp (test.test_asyncio.test_sendfile.SelectEventLoopTests) PASS: test_sendfile_force_fallback (test.test_asyncio.test_sendfile.SelectEventLoopTests) PASS: test_sendfile_force_unsupported_native (test.test_asyncio.test_sendfile.SelectEventLoopTests) PASS: test_sendfile_no_fallback_for_fallback_transport (test.test_asyncio.test_sendfile.SelectEventLoopTests) PASS: test_sendfile_not_supported (test.test_asyncio.test_sendfile.SelectEventLoopTests) PASS: test_sendfile_partial (test.test_asyncio.test_sendfile.SelectEventLoopTests) PASS: test_sendfile_pre_and_post_data (test.test_asyncio.test_sendfile.SelectEventLoopTests) PASS: test_sendfile_prevents_bare_write (test.test_asyncio.test_sendfile.SelectEventLoopTests) PASS: test_sendfile_ssl (test.test_asyncio.test_sendfile.SelectEventLoopTests) PASS: test_sendfile_ssl_close_peer_after_receiving (test.test_asyncio.test_sendfile.SelectEventLoopTests) PASS: test_sendfile_ssl_partial (test.test_asyncio.test_sendfile.SelectEventLoopTests) PASS: test_sendfile_ssl_pre_and_post_data (test.test_asyncio.test_sendfile.SelectEventLoopTests) PASS: test_sock_sendfile_mix_with_regular_send (test.test_asyncio.test_sendfile.SelectEventLoopTests) PASS: test_sock_sendfile_success (test.test_asyncio.test_sendfile.SelectEventLoopTests) PASS: test_sock_sendfile_with_offset_and_count (test.test_asyncio.test_sendfile.SelectEventLoopTests) PASS: test_sock_sendfile_zero_size (test.test_asyncio.test_sendfile.SelectEventLoopTests) SKIP: test_start_server_1 (test.test_asyncio.test_server.ProactorStartServerTests) 'Windows only' PASS: test_start_server_1 (test.test_asyncio.test_server.SelectorStartServerTests) PASS: test_start_unix_server_1 (test.test_asyncio.test_server.SelectorStartServerTests) PASS: test_cancel_sock_accept (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests) PASS: test_create_connection_sock (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests) PASS: test_huge_content (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests) PASS: test_huge_content_recvinto (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests) PASS: test_sock_accept (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests) PASS: test_sock_client_connect_racing (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests) PASS: test_sock_client_fail (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests) PASS: test_sock_client_ops (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests) PASS: test_sock_client_racing (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests) PASS: test_unix_sock_client_ops (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests) PASS: test_cancel_sock_accept (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests) PASS: test_create_connection_sock (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests) PASS: test_huge_content (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests) PASS: test_huge_content_recvinto (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests) PASS: test_sock_accept (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests) PASS: test_sock_client_connect_racing (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests) PASS: test_sock_client_fail (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests) PASS: test_sock_client_ops (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests) PASS: test_sock_client_racing (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests) PASS: test_unix_sock_client_ops (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests) PASS: test_cancel_sock_accept (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests) PASS: test_create_connection_sock (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests) PASS: test_huge_content (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests) PASS: test_huge_content_recvinto (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests) PASS: test_sock_accept (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests) PASS: test_sock_client_connect_racing (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests) PASS: test_sock_client_fail (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests) PASS: test_sock_client_ops (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests) PASS: test_sock_client_racing (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests) PASS: test_unix_sock_client_ops (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests) SKIP: test_buf_feed_data (test.test_asyncio.test_sslproto.ProactorStartTLSTests) 'Windows only' SKIP: test_create_connection_memory_leak (test.test_asyncio.test_sslproto.ProactorStartTLSTests) 'Windows only' SKIP: test_create_connection_ssl_failed_certificate (test.test_asyncio.test_sslproto.ProactorStartTLSTests) 'Windows only' SKIP: test_create_connection_ssl_slow_handshake (test.test_asyncio.test_sslproto.ProactorStartTLSTests) 'Windows only' SKIP: test_handshake_timeout (test.test_asyncio.test_sslproto.ProactorStartTLSTests) 'Windows only' SKIP: test_start_tls_client_buf_proto_1 (test.test_asyncio.test_sslproto.ProactorStartTLSTests) 'Windows only' SKIP: test_start_tls_client_corrupted_ssl (test.test_asyncio.test_sslproto.ProactorStartTLSTests) 'Windows only' SKIP: test_start_tls_client_reg_proto_1 (test.test_asyncio.test_sslproto.ProactorStartTLSTests) 'Windows only' SKIP: test_start_tls_server_1 (test.test_asyncio.test_sslproto.ProactorStartTLSTests) 'Windows only' SKIP: test_start_tls_slow_client_cancel (test.test_asyncio.test_sslproto.ProactorStartTLSTests) 'Windows only' SKIP: test_start_tls_wrong_args (test.test_asyncio.test_sslproto.ProactorStartTLSTests) 'Windows only' PASS: test_buf_feed_data (test.test_asyncio.test_sslproto.SelectorStartTLSTests) PASS: test_create_connection_memory_leak (test.test_asyncio.test_sslproto.SelectorStartTLSTests) PASS: test_create_connection_ssl_failed_certificate (test.test_asyncio.test_sslproto.SelectorStartTLSTests) PASS: test_create_connection_ssl_slow_handshake (test.test_asyncio.test_sslproto.SelectorStartTLSTests) PASS: test_handshake_timeout (test.test_asyncio.test_sslproto.SelectorStartTLSTests) PASS: test_start_tls_client_buf_proto_1 (test.test_asyncio.test_sslproto.SelectorStartTLSTests) PASS: test_start_tls_client_corrupted_ssl (test.test_asyncio.test_sslproto.SelectorStartTLSTests) PASS: test_start_tls_client_reg_proto_1 (test.test_asyncio.test_sslproto.SelectorStartTLSTests) PASS: test_start_tls_server_1 (test.test_asyncio.test_sslproto.SelectorStartTLSTests) PASS: test_start_tls_slow_client_cancel (test.test_asyncio.test_sslproto.SelectorStartTLSTests) PASS: test_start_tls_wrong_args (test.test_asyncio.test_sslproto.SelectorStartTLSTests) PASS: test_close_during_handshake (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) PASS: test_connection_lost (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) PASS: test_data_received_after_closing (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) PASS: test_eof_received_waiter (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) PASS: test_fatal_error_no_name_error (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) PASS: test_get_extra_info_on_closed_connection (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) PASS: test_handshake_timeout_negative (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) PASS: test_handshake_timeout_zero (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) PASS: test_set_new_app_protocol (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) PASS: test_write_after_closing (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) PASS: test_IncompleteReadError_pickleable (test.test_asyncio.test_streams.StreamTests) PASS: test_LimitOverrunError_pickleable (test.test_asyncio.test_streams.StreamTests) PASS: test___repr__ (test.test_asyncio.test_streams.StreamTests) PASS: test___repr__data (test.test_asyncio.test_streams.StreamTests) PASS: test___repr__eof (test.test_asyncio.test_streams.StreamTests) PASS: test___repr__exception (test.test_asyncio.test_streams.StreamTests) PASS: test___repr__nondefault_limit (test.test_asyncio.test_streams.StreamTests) PASS: test___repr__transport (test.test_asyncio.test_streams.StreamTests) PASS: test___repr__waiter (test.test_asyncio.test_streams.StreamTests) PASS: test_async_writer_api (test.test_asyncio.test_streams.StreamTests) PASS: test_async_writer_api_exception_after_close (test.test_asyncio.test_streams.StreamTests) PASS: test_at_eof (test.test_asyncio.test_streams.StreamTests) PASS: test_drain_raises (test.test_asyncio.test_streams.StreamTests) PASS: test_eof_feed_when_closing_writer (test.test_asyncio.test_streams.StreamTests) PASS: test_exception (test.test_asyncio.test_streams.StreamTests) PASS: test_exception_cancel (test.test_asyncio.test_streams.StreamTests) PASS: test_exception_waiter (test.test_asyncio.test_streams.StreamTests) PASS: test_feed_empty_data (test.test_asyncio.test_streams.StreamTests) PASS: test_feed_nonempty_data (test.test_asyncio.test_streams.StreamTests) PASS: test_invalid_limit (test.test_asyncio.test_streams.StreamTests) PASS: test_open_connection (test.test_asyncio.test_streams.StreamTests) PASS: test_open_connection_error (test.test_asyncio.test_streams.StreamTests) PASS: test_open_connection_no_loop_ssl (test.test_asyncio.test_streams.StreamTests) PASS: test_open_unix_connection (test.test_asyncio.test_streams.StreamTests) PASS: test_open_unix_connection_error (test.test_asyncio.test_streams.StreamTests) PASS: test_open_unix_connection_no_loop_ssl (test.test_asyncio.test_streams.StreamTests) PASS: test_read (test.test_asyncio.test_streams.StreamTests) PASS: test_read_all_from_pipe_reader (test.test_asyncio.test_streams.StreamTests) PASS: test_read_eof (test.test_asyncio.test_streams.StreamTests) PASS: test_read_exception (test.test_asyncio.test_streams.StreamTests) PASS: test_read_limit (test.test_asyncio.test_streams.StreamTests) PASS: test_read_line_breaks (test.test_asyncio.test_streams.StreamTests) PASS: test_read_until_eof (test.test_asyncio.test_streams.StreamTests) PASS: test_read_zero (test.test_asyncio.test_streams.StreamTests) PASS: test_readexactly (test.test_asyncio.test_streams.StreamTests) PASS: test_readexactly_eof (test.test_asyncio.test_streams.StreamTests) PASS: test_readexactly_exception (test.test_asyncio.test_streams.StreamTests) PASS: test_readexactly_limit (test.test_asyncio.test_streams.StreamTests) PASS: test_readexactly_zero_or_less (test.test_asyncio.test_streams.StreamTests) PASS: test_readline (test.test_asyncio.test_streams.StreamTests) PASS: test_readline_empty_eof (test.test_asyncio.test_streams.StreamTests) PASS: test_readline_eof (test.test_asyncio.test_streams.StreamTests) PASS: test_readline_exception (test.test_asyncio.test_streams.StreamTests) PASS: test_readline_limit (test.test_asyncio.test_streams.StreamTests) PASS: test_readline_limit_with_existing_data (test.test_asyncio.test_streams.StreamTests) PASS: test_readline_nolimit_nowait (test.test_asyncio.test_streams.StreamTests) PASS: test_readline_read_byte_count (test.test_asyncio.test_streams.StreamTests) PASS: test_readuntil_eof (test.test_asyncio.test_streams.StreamTests) PASS: test_readuntil_limit_found_sep (test.test_asyncio.test_streams.StreamTests) PASS: test_readuntil_multi_chunks (test.test_asyncio.test_streams.StreamTests) PASS: test_readuntil_multi_chunks_1 (test.test_asyncio.test_streams.StreamTests) PASS: test_readuntil_separator (test.test_asyncio.test_streams.StreamTests) PASS: test_start_server (test.test_asyncio.test_streams.StreamTests) PASS: test_start_unix_server (test.test_asyncio.test_streams.StreamTests) PASS: test_streamreader_constructor_use_global_loop (test.test_asyncio.test_streams.StreamTests) PASS: test_streamreader_constructor_use_running_loop (test.test_asyncio.test_streams.StreamTests) PASS: test_streamreader_constructor_without_loop (test.test_asyncio.test_streams.StreamTests) PASS: test_streamreaderprotocol_constructor_use_global_loop (test.test_asyncio.test_streams.StreamTests) PASS: test_streamreaderprotocol_constructor_use_running_loop (test.test_asyncio.test_streams.StreamTests) PASS: test_streamreaderprotocol_constructor_without_loop (test.test_asyncio.test_streams.StreamTests) PASS: test_wait_closed_on_close (test.test_asyncio.test_streams.StreamTests) PASS: test_wait_closed_on_close_with_unread_data (test.test_asyncio.test_streams.StreamTests) PASS: test_cancel_make_subprocess_transport_exec (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) PASS: test_cancel_post_init (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) PASS: test_cancel_process_wait (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) PASS: test_close_dont_kill_finished (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) PASS: test_close_kill_running (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) PASS: test_communicate (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) PASS: test_communicate_ignore_broken_pipe (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) PASS: test_create_subprocess_exec_text_mode_fails (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) PASS: test_create_subprocess_exec_with_path (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) PASS: test_create_subprocess_shell_text_mode_fails (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) PASS: test_devnull_error (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) PASS: test_devnull_input (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) PASS: test_devnull_output (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) PASS: test_empty_input (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) PASS: test_kill (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) PASS: test_pause_reading (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) PASS: test_popen_error (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) PASS: test_popen_error_with_stdin_pipe (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) PASS: test_read_stdout_after_process_exit (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) PASS: test_send_signal (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) PASS: test_shell (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) PASS: test_start_new_session (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) PASS: test_stdin_broken_pipe (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) PASS: test_stdin_not_inheritable (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) PASS: test_stdin_stdout (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) PASS: test_terminate (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) SKIP: test_cancel_make_subprocess_transport_exec (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests) 'bpo-38323: MultiLoopChildWatcher has a race condition and these tests can hang the test suite' SKIP: test_cancel_post_init (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests) 'bpo-38323: MultiLoopChildWatcher has a race condition and these tests can hang the test suite' SKIP: test_cancel_process_wait (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests) 'bpo-38323: MultiLoopChildWatcher has a race condition and these tests can hang the test suite' SKIP: test_close_dont_kill_finished (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests) 'bpo-38323: MultiLoopChildWatcher has a race condition and these tests can hang the test suite' SKIP: test_close_kill_running (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests) 'bpo-38323: MultiLoopChildWatcher has a race condition and these tests can hang the test suite' SKIP: test_communicate (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests) 'bpo-38323: MultiLoopChildWatcher has a race condition and these tests can hang the test suite' SKIP: test_communicate_ignore_broken_pipe (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests) 'bpo-38323: MultiLoopChildWatcher has a race condition and these tests can hang the test suite' SKIP: test_create_subprocess_exec_text_mode_fails (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests) 'bpo-38323: MultiLoopChildWatcher has a race condition and these tests can hang the test suite' SKIP: test_create_subprocess_exec_with_path (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests) 'bpo-38323: MultiLoopChildWatcher has a race condition and these tests can hang the test suite' SKIP: test_create_subprocess_shell_text_mode_fails (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests) 'bpo-38323: MultiLoopChildWatcher has a race condition and these tests can hang the test suite' SKIP: test_devnull_error (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests) 'bpo-38323: MultiLoopChildWatcher has a race condition and these tests can hang the test suite' SKIP: test_devnull_input (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests) 'bpo-38323: MultiLoopChildWatcher has a race condition and these tests can hang the test suite' SKIP: test_devnull_output (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests) 'bpo-38323: MultiLoopChildWatcher has a race condition and these tests can hang the test suite' SKIP: test_empty_input (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests) 'bpo-38323: MultiLoopChildWatcher has a race condition and these tests can hang the test suite' SKIP: test_kill (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests) 'bpo-38323: MultiLoopChildWatcher has a race condition and these tests can hang the test suite' SKIP: test_pause_reading (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests) 'bpo-38323: MultiLoopChildWatcher has a race condition and these tests can hang the test suite' SKIP: test_popen_error (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests) 'bpo-38323: MultiLoopChildWatcher has a race condition and these tests can hang the test suite' SKIP: test_popen_error_with_stdin_pipe (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests) 'bpo-38323: MultiLoopChildWatcher has a race condition and these tests can hang the test suite' SKIP: test_read_stdout_after_process_exit (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests) 'bpo-38323: MultiLoopChildWatcher has a race condition and these tests can hang the test suite' SKIP: test_send_signal (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests) 'bpo-38323: MultiLoopChildWatcher has a race condition and these tests can hang the test suite' SKIP: test_shell (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests) 'bpo-38323: MultiLoopChildWatcher has a race condition and these tests can hang the test suite' SKIP: test_start_new_session (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests) 'bpo-38323: MultiLoopChildWatcher has a race condition and these tests can hang the test suite' SKIP: test_stdin_broken_pipe (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests) 'bpo-38323: MultiLoopChildWatcher has a race condition and these tests can hang the test suite' SKIP: test_stdin_not_inheritable (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests) 'bpo-38323: MultiLoopChildWatcher has a race condition and these tests can hang the test suite' SKIP: test_stdin_stdout (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests) 'bpo-38323: MultiLoopChildWatcher has a race condition and these tests can hang the test suite' SKIP: test_terminate (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests) 'bpo-38323: MultiLoopChildWatcher has a race condition and these tests can hang the test suite' PASS: test_cancel_make_subprocess_transport_exec (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests) PASS: test_cancel_post_init (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests) PASS: test_cancel_process_wait (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests) PASS: test_close_dont_kill_finished (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests) PASS: test_close_kill_running (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests) PASS: test_communicate (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests) PASS: test_communicate_ignore_broken_pipe (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests) PASS: test_create_subprocess_exec_text_mode_fails (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests) PASS: test_create_subprocess_exec_with_path (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests) PASS: test_create_subprocess_shell_text_mode_fails (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests) PASS: test_devnull_error (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests) PASS: test_devnull_input (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests) PASS: test_devnull_output (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests) PASS: test_empty_input (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests) PASS: test_kill (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests) PASS: test_pause_reading (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests) PASS: test_popen_error (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests) PASS: test_popen_error_with_stdin_pipe (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests) PASS: test_read_stdout_after_process_exit (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests) PASS: test_send_signal (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests) PASS: test_shell (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests) PASS: test_start_new_session (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests) PASS: test_stdin_broken_pipe (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests) PASS: test_stdin_not_inheritable (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests) PASS: test_stdin_stdout (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests) PASS: test_terminate (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests) PASS: test_cancel_make_subprocess_transport_exec (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) PASS: test_cancel_post_init (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) PASS: test_cancel_process_wait (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) PASS: test_close_dont_kill_finished (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) PASS: test_close_kill_running (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) PASS: test_communicate (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) PASS: test_communicate_ignore_broken_pipe (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) PASS: test_create_subprocess_exec_text_mode_fails (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) PASS: test_create_subprocess_exec_with_path (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) PASS: test_create_subprocess_shell_text_mode_fails (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) PASS: test_devnull_error (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) PASS: test_devnull_input (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) PASS: test_devnull_output (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) PASS: test_empty_input (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) PASS: test_kill (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) PASS: test_pause_reading (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) PASS: test_popen_error (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) PASS: test_popen_error_with_stdin_pipe (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) PASS: test_read_stdout_after_process_exit (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) PASS: test_send_signal (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) PASS: test_shell (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) PASS: test_start_new_session (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) PASS: test_stdin_broken_pipe (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) PASS: test_stdin_not_inheritable (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) PASS: test_stdin_stdout (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) PASS: test_terminate (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) PASS: test_cancel_make_subprocess_transport_exec (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests) PASS: test_cancel_post_init (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests) PASS: test_cancel_process_wait (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests) PASS: test_close_dont_kill_finished (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests) PASS: test_close_kill_running (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests) PASS: test_communicate (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests) PASS: test_communicate_ignore_broken_pipe (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests) PASS: test_create_subprocess_exec_text_mode_fails (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests) PASS: test_create_subprocess_exec_with_path (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests) PASS: test_create_subprocess_shell_text_mode_fails (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests) PASS: test_devnull_error (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests) PASS: test_devnull_input (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests) PASS: test_devnull_output (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests) PASS: test_empty_input (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests) PASS: test_kill (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests) PASS: test_pause_reading (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests) PASS: test_popen_error (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests) PASS: test_popen_error_with_stdin_pipe (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests) PASS: test_read_stdout_after_process_exit (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests) PASS: test_send_signal (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests) PASS: test_shell (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests) PASS: test_start_new_session (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests) PASS: test_stdin_broken_pipe (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests) PASS: test_stdin_not_inheritable (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests) PASS: test_stdin_stdout (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests) PASS: test_terminate (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests) PASS: test_proc_exited (test.test_asyncio.test_subprocess.SubprocessTransportTests) PASS: test_subprocess_repr (test.test_asyncio.test_subprocess.SubprocessTransportTests) PASS: test_current_task_no_running_loop (test.test_asyncio.test_tasks.CCurrentLoopTests) PASS: test_current_task_no_running_loop_implicit (test.test_asyncio.test_tasks.CCurrentLoopTests) PASS: test_current_task_with_implicit_loop (test.test_asyncio.test_tasks.CCurrentLoopTests) PASS: test__enter_task (test.test_asyncio.test_tasks.CIntrospectionTests) PASS: test__enter_task_failure (test.test_asyncio.test_tasks.CIntrospectionTests) PASS: test__leave_task (test.test_asyncio.test_tasks.CIntrospectionTests) PASS: test__leave_task_failure1 (test.test_asyncio.test_tasks.CIntrospectionTests) PASS: test__leave_task_failure2 (test.test_asyncio.test_tasks.CIntrospectionTests) PASS: test__register_task_1 (test.test_asyncio.test_tasks.CIntrospectionTests) PASS: test__register_task_2 (test.test_asyncio.test_tasks.CIntrospectionTests) PASS: test__register_task_3 (test.test_asyncio.test_tasks.CIntrospectionTests) PASS: test__unregister_task (test.test_asyncio.test_tasks.CIntrospectionTests) PASS: test__unregister_task_not_registered (test.test_asyncio.test_tasks.CIntrospectionTests) PASS: test_as_completed (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_as_completed_concurrent (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_as_completed_coroutine_use_global_loop (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_as_completed_coroutine_use_running_loop (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_as_completed_coroutine_without_loop (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_as_completed_invalid_args (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_as_completed_reverse_wait (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_as_completed_with_timeout (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_bare_create_named_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_bare_create_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_baseexception_during_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) test_cancel_at_end (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: coroutine end right after task is cancelled PASS: test_cancel_awaited_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_cancel_current_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) test_cancel_gather_1 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: Ensure that a gathering future refuses to be cancelled once all PASS: test_cancel_gather_2 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_cancel_inner_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_cancel_task_catching (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_cancel_task_ignoring (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_cancel_yield (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_context_1 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_context_2 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_context_3 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_coroutine_never_yielded (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_coroutine_non_gen_function (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_corowrapper_mocks_generator (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_corowrapper_throw (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_corowrapper_weakref (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_create_task_with_async_function (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_create_task_with_oldstyle_coroutine (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_current_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_ensure_future_awaitable (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_ensure_future_coroutine (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_ensure_future_coroutine_2 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_ensure_future_error_msg (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_ensure_future_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_ensure_future_neither (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_ensure_future_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_error_in_call_soon (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_exception_chaining_after_await (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_exception_traceback (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_gather_shield (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_generic_alias (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_get_coro (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_get_stack (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_iscoroutinefunction (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_log_destroyed_pending_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_log_traceback (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_other_loop_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) test_return_coroutine_from_coroutine (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: Return of @asyncio.coroutine()-wrapped function generator object PASS: test_shield_cancel_inner (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_shield_cancel_outer (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_shield_coroutine_use_global_loop (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_shield_coroutine_use_running_loop (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_shield_coroutine_without_loop (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_shield_effect (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_shield_exception (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_shield_gather (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_shield_result (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_shield_shortcut (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_sleep (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_sleep_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_step_result (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_step_result_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_stop_while_run_in_complete (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_subclasses_ctask_cfuture (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_task_awaits_on_itself (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_task_basics (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_task_cancel_message_getter (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_task_cancel_message_setter (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_task_cancel_waiter_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_task_class (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_task_del_collect (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_task_repr (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_task_repr_autogenerated (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_task_repr_coro_decorator (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_task_repr_name_not_str (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_task_repr_partial_corowrapper (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_task_repr_wait_for (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_task_set_methods (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_wait (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_wait_concurrent_complete (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_wait_errors (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_wait_first_completed (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_wait_first_exception (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_wait_invalid_args (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_wait_really_done (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_wait_with_exception (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_wait_with_iterator_of_tasks (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_wait_with_timeout (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_yield_from_corowrapper (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_yield_from_corowrapper_send (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_yield_future_passes_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_yield_vs_yield_from (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_yield_vs_yield_from_generator (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_as_completed (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_as_completed_concurrent (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_as_completed_coroutine_use_global_loop (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_as_completed_coroutine_use_running_loop (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_as_completed_coroutine_without_loop (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_as_completed_invalid_args (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_as_completed_reverse_wait (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_as_completed_with_timeout (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_bare_create_named_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_bare_create_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_baseexception_during_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) test_cancel_at_end (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: coroutine end right after task is cancelled PASS: test_cancel_awaited_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_cancel_current_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) test_cancel_gather_1 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: Ensure that a gathering future refuses to be cancelled once all PASS: test_cancel_gather_2 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_cancel_inner_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_cancel_task_catching (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_cancel_task_ignoring (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_cancel_yield (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_context_1 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_context_2 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_context_3 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_coroutine_never_yielded (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_coroutine_non_gen_function (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_corowrapper_mocks_generator (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_corowrapper_throw (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_corowrapper_weakref (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_create_task_with_async_function (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_create_task_with_oldstyle_coroutine (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_current_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_ensure_future_awaitable (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_ensure_future_coroutine (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_ensure_future_coroutine_2 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_ensure_future_error_msg (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_ensure_future_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_ensure_future_neither (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_ensure_future_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_error_in_call_soon (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_exception_chaining_after_await (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_exception_traceback (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_gather_shield (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_generic_alias (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_get_coro (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_get_stack (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_iscoroutinefunction (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_log_destroyed_pending_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_log_traceback (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_other_loop_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) test_return_coroutine_from_coroutine (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: Return of @asyncio.coroutine()-wrapped function generator object PASS: test_shield_cancel_inner (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_shield_cancel_outer (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_shield_coroutine_use_global_loop (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_shield_coroutine_use_running_loop (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_shield_coroutine_without_loop (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_shield_effect (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_shield_exception (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_shield_gather (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_shield_result (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_shield_shortcut (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_sleep (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_sleep_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_step_result (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_step_result_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_stop_while_run_in_complete (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_subclasses_ctask_cfuture (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_task_awaits_on_itself (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_task_basics (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_task_cancel_message_getter (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_task_cancel_message_setter (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_task_cancel_waiter_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_task_class (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_task_del_collect (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_task_repr (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_task_repr_autogenerated (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_task_repr_coro_decorator (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_task_repr_name_not_str (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_task_repr_partial_corowrapper (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_task_repr_wait_for (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_task_set_methods (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_wait (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_wait_concurrent_complete (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_wait_errors (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_wait_first_completed (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_wait_first_exception (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_wait_invalid_args (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_wait_really_done (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_wait_with_exception (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_wait_with_iterator_of_tasks (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_wait_with_timeout (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_yield_from_corowrapper (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_yield_from_corowrapper_send (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_yield_future_passes_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_yield_vs_yield_from (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_yield_vs_yield_from_generator (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_as_completed (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_as_completed_concurrent (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_as_completed_coroutine_use_global_loop (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_as_completed_coroutine_use_running_loop (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_as_completed_coroutine_without_loop (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_as_completed_invalid_args (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_as_completed_reverse_wait (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_as_completed_with_timeout (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_bare_create_named_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_bare_create_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_baseexception_during_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests) test_cancel_at_end (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: coroutine end right after task is cancelled PASS: test_cancel_awaited_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_cancel_current_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests) test_cancel_gather_1 (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: Ensure that a gathering future refuses to be cancelled once all PASS: test_cancel_gather_2 (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_cancel_inner_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_cancel_task_catching (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_cancel_task_ignoring (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_cancel_yield (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_context_1 (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_context_2 (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_context_3 (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_coroutine_never_yielded (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_coroutine_non_gen_function (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_corowrapper_mocks_generator (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_corowrapper_throw (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_corowrapper_weakref (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_create_task_with_async_function (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_create_task_with_oldstyle_coroutine (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_current_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_del__log_destroy_pending_segfault (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_ensure_future_awaitable (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_ensure_future_coroutine (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_ensure_future_coroutine_2 (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_ensure_future_error_msg (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_ensure_future_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_ensure_future_neither (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_ensure_future_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_error_in_call_soon (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_exception_chaining_after_await (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_exception_traceback (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_gather_shield (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_generic_alias (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_get_coro (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_get_stack (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_iscoroutinefunction (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_log_destroyed_pending_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_log_traceback (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_other_loop_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests) SKIP: test_refleaks_in_task___init__ (test.test_asyncio.test_tasks.CTask_CFuture_Tests) "object has no attribute 'gettotalrefcount'" test_return_coroutine_from_coroutine (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: Return of @asyncio.coroutine()-wrapped function generator object PASS: test_set_exception_causes_invalid_state (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_set_result_causes_invalid_state (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_shield_cancel_inner (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_shield_cancel_outer (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_shield_coroutine_use_global_loop (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_shield_coroutine_use_running_loop (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_shield_coroutine_without_loop (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_shield_effect (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_shield_exception (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_shield_gather (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_shield_result (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_shield_shortcut (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_sleep (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_sleep_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_step_result (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_step_result_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_stop_while_run_in_complete (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_task_awaits_on_itself (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_task_basics (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_task_cancel_message_getter (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_task_cancel_message_setter (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_task_cancel_waiter_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_task_class (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_task_del_collect (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_task_repr (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_task_repr_autogenerated (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_task_repr_coro_decorator (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_task_repr_name_not_str (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_task_repr_partial_corowrapper (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_task_repr_wait_for (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_task_set_methods (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_task_source_traceback (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_wait (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_wait_concurrent_complete (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_wait_errors (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_wait_first_completed (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_wait_first_exception (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_wait_invalid_args (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_wait_really_done (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_wait_with_exception (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_wait_with_iterator_of_tasks (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_wait_with_timeout (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_yield_from_corowrapper (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_yield_from_corowrapper_send (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_yield_future_passes_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_yield_vs_yield_from (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_yield_vs_yield_from_generator (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_foobar (test.test_asyncio.test_tasks.CTask_Future_Tests) PASS: test_as_completed (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_as_completed_concurrent (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_as_completed_coroutine_use_global_loop (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_as_completed_coroutine_use_running_loop (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_as_completed_coroutine_without_loop (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_as_completed_invalid_args (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_as_completed_reverse_wait (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_as_completed_with_timeout (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_bare_create_named_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_bare_create_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_baseexception_during_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) test_cancel_at_end (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: coroutine end right after task is cancelled PASS: test_cancel_awaited_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_cancel_current_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) test_cancel_gather_1 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: Ensure that a gathering future refuses to be cancelled once all PASS: test_cancel_gather_2 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_cancel_inner_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_cancel_task_catching (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_cancel_task_ignoring (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_cancel_yield (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_context_1 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_context_2 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_context_3 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_coroutine_never_yielded (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_coroutine_non_gen_function (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_corowrapper_mocks_generator (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_corowrapper_throw (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_corowrapper_weakref (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_create_task_with_async_function (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_create_task_with_oldstyle_coroutine (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_current_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_ensure_future_awaitable (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_ensure_future_coroutine (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_ensure_future_coroutine_2 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_ensure_future_error_msg (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_ensure_future_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_ensure_future_neither (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_ensure_future_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_error_in_call_soon (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_exception_chaining_after_await (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_exception_traceback (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_gather_shield (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_generic_alias (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_get_coro (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_get_stack (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_iscoroutinefunction (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_log_destroyed_pending_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_log_traceback (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_other_loop_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) test_return_coroutine_from_coroutine (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: Return of @asyncio.coroutine()-wrapped function generator object PASS: test_shield_cancel_inner (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_shield_cancel_outer (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_shield_coroutine_use_global_loop (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_shield_coroutine_use_running_loop (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_shield_coroutine_without_loop (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_shield_effect (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_shield_exception (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_shield_gather (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_shield_result (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_shield_shortcut (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_sleep (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_sleep_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_step_result (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_step_result_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_stop_while_run_in_complete (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_task_awaits_on_itself (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_task_basics (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_task_cancel_message_getter (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_task_cancel_message_setter (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_task_cancel_waiter_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_task_class (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_task_del_collect (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_task_repr (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_task_repr_autogenerated (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_task_repr_coro_decorator (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_task_repr_name_not_str (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_task_repr_partial_corowrapper (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_task_repr_wait_for (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_task_set_methods (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_task_source_traceback (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_wait (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_wait_concurrent_complete (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_wait_errors (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_wait_first_completed (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_wait_first_exception (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_wait_invalid_args (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_wait_really_done (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_wait_with_exception (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_wait_with_iterator_of_tasks (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_wait_with_timeout (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_yield_from_corowrapper (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_yield_from_corowrapper_send (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_yield_future_passes_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_yield_vs_yield_from (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_yield_vs_yield_from_generator (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_await_old_style_coro (test.test_asyncio.test_tasks.CompatibilityTests) PASS: test_debug_mode_interop (test.test_asyncio.test_tasks.CompatibilityTests) PASS: test_yield_from_awaitable (test.test_asyncio.test_tasks.CompatibilityTests) PASS: test_cancellation_broadcast (test.test_asyncio.test_tasks.CoroutineGatherTests) PASS: test_constructor_use_global_loop (test.test_asyncio.test_tasks.CoroutineGatherTests) PASS: test_constructor_use_running_loop (test.test_asyncio.test_tasks.CoroutineGatherTests) PASS: test_constructor_without_loop (test.test_asyncio.test_tasks.CoroutineGatherTests) PASS: test_duplicate_coroutines (test.test_asyncio.test_tasks.CoroutineGatherTests) PASS: test_env_var_debug (test.test_asyncio.test_tasks.CoroutineGatherTests) PASS: test_exception_marking (test.test_asyncio.test_tasks.CoroutineGatherTests) PASS: test_issue46672 (test.test_asyncio.test_tasks.CoroutineGatherTests) PASS: test_one_exception (test.test_asyncio.test_tasks.CoroutineGatherTests) PASS: test_result_exception_success (test.test_asyncio.test_tasks.CoroutineGatherTests) PASS: test_return_exceptions (test.test_asyncio.test_tasks.CoroutineGatherTests) PASS: test_success (test.test_asyncio.test_tasks.CoroutineGatherTests) PASS: test_constructor_empty_sequence_use_global_loop (test.test_asyncio.test_tasks.FutureGatherTests) PASS: test_constructor_empty_sequence_use_running_loop (test.test_asyncio.test_tasks.FutureGatherTests) PASS: test_constructor_empty_sequence_without_loop (test.test_asyncio.test_tasks.FutureGatherTests) PASS: test_constructor_heterogenous_futures (test.test_asyncio.test_tasks.FutureGatherTests) PASS: test_constructor_homogenous_futures (test.test_asyncio.test_tasks.FutureGatherTests) PASS: test_env_var_debug (test.test_asyncio.test_tasks.FutureGatherTests) PASS: test_one_cancellation (test.test_asyncio.test_tasks.FutureGatherTests) PASS: test_one_exception (test.test_asyncio.test_tasks.FutureGatherTests) PASS: test_result_exception_one_cancellation (test.test_asyncio.test_tasks.FutureGatherTests) PASS: test_result_exception_success (test.test_asyncio.test_tasks.FutureGatherTests) PASS: test_return_exceptions (test.test_asyncio.test_tasks.FutureGatherTests) PASS: test_success (test.test_asyncio.test_tasks.FutureGatherTests) PASS: test_asyncio_module_compiled (test.test_asyncio.test_tasks.GenericTaskTests) PASS: test_future_subclass (test.test_asyncio.test_tasks.GenericTaskTests) PASS: test_current_task_no_running_loop (test.test_asyncio.test_tasks.PyCurrentLoopTests) PASS: test_current_task_no_running_loop_implicit (test.test_asyncio.test_tasks.PyCurrentLoopTests) PASS: test_current_task_with_implicit_loop (test.test_asyncio.test_tasks.PyCurrentLoopTests) PASS: test__enter_task (test.test_asyncio.test_tasks.PyIntrospectionTests) PASS: test__enter_task_failure (test.test_asyncio.test_tasks.PyIntrospectionTests) PASS: test__leave_task (test.test_asyncio.test_tasks.PyIntrospectionTests) PASS: test__leave_task_failure1 (test.test_asyncio.test_tasks.PyIntrospectionTests) PASS: test__leave_task_failure2 (test.test_asyncio.test_tasks.PyIntrospectionTests) PASS: test__register_task_1 (test.test_asyncio.test_tasks.PyIntrospectionTests) PASS: test__register_task_2 (test.test_asyncio.test_tasks.PyIntrospectionTests) PASS: test__register_task_3 (test.test_asyncio.test_tasks.PyIntrospectionTests) PASS: test__unregister_task (test.test_asyncio.test_tasks.PyIntrospectionTests) PASS: test__unregister_task_not_registered (test.test_asyncio.test_tasks.PyIntrospectionTests) PASS: test_as_completed (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_as_completed_concurrent (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_as_completed_coroutine_use_global_loop (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_as_completed_coroutine_use_running_loop (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_as_completed_coroutine_without_loop (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_as_completed_invalid_args (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_as_completed_reverse_wait (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_as_completed_with_timeout (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_bare_create_named_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_bare_create_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_baseexception_during_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) test_cancel_at_end (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: coroutine end right after task is cancelled PASS: test_cancel_awaited_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_cancel_current_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) test_cancel_gather_1 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: Ensure that a gathering future refuses to be cancelled once all PASS: test_cancel_gather_2 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_cancel_inner_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_cancel_task_catching (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_cancel_task_ignoring (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_cancel_yield (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_context_1 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_context_2 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_context_3 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_coroutine_never_yielded (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_coroutine_non_gen_function (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_corowrapper_mocks_generator (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_corowrapper_throw (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_corowrapper_weakref (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_create_task_with_async_function (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_create_task_with_oldstyle_coroutine (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_current_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_ensure_future_awaitable (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_ensure_future_coroutine (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_ensure_future_coroutine_2 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_ensure_future_error_msg (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_ensure_future_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_ensure_future_neither (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_ensure_future_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_error_in_call_soon (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_exception_chaining_after_await (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_exception_traceback (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_gather_shield (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_generic_alias (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_get_coro (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_get_stack (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_iscoroutinefunction (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_log_destroyed_pending_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_log_traceback (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_other_loop_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) test_return_coroutine_from_coroutine (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: Return of @asyncio.coroutine()-wrapped function generator object PASS: test_shield_cancel_inner (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_shield_cancel_outer (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_shield_coroutine_use_global_loop (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_shield_coroutine_use_running_loop (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_shield_coroutine_without_loop (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_shield_effect (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_shield_exception (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_shield_gather (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_shield_result (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_shield_shortcut (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_sleep (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_sleep_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_step_result (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_step_result_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_stop_while_run_in_complete (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_subclasses_ctask_cfuture (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_task_awaits_on_itself (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_task_basics (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_task_cancel_message_getter (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_task_cancel_message_setter (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_task_cancel_waiter_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_task_class (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_task_del_collect (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_task_repr (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_task_repr_autogenerated (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_task_repr_coro_decorator (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_task_repr_name_not_str (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_task_repr_partial_corowrapper (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_task_repr_wait_for (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_task_set_methods (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_wait (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_wait_concurrent_complete (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_wait_errors (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_wait_first_completed (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_wait_first_exception (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_wait_invalid_args (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_wait_really_done (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_wait_with_exception (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_wait_with_iterator_of_tasks (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_wait_with_timeout (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_yield_from_corowrapper (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_yield_from_corowrapper_send (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_yield_future_passes_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_yield_vs_yield_from (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_yield_vs_yield_from_generator (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_as_completed (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_as_completed_concurrent (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_as_completed_coroutine_use_global_loop (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_as_completed_coroutine_use_running_loop (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_as_completed_coroutine_without_loop (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_as_completed_invalid_args (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_as_completed_reverse_wait (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_as_completed_with_timeout (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_bare_create_named_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_bare_create_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_baseexception_during_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) test_cancel_at_end (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: coroutine end right after task is cancelled PASS: test_cancel_awaited_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_cancel_current_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) test_cancel_gather_1 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: Ensure that a gathering future refuses to be cancelled once all PASS: test_cancel_gather_2 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_cancel_inner_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_cancel_task_catching (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_cancel_task_ignoring (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_cancel_yield (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_context_1 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_context_2 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_context_3 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_coroutine_never_yielded (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_coroutine_non_gen_function (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_corowrapper_mocks_generator (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_corowrapper_throw (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_corowrapper_weakref (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_create_task_with_async_function (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_create_task_with_oldstyle_coroutine (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_current_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_ensure_future_awaitable (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_ensure_future_coroutine (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_ensure_future_coroutine_2 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_ensure_future_error_msg (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_ensure_future_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_ensure_future_neither (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_ensure_future_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_error_in_call_soon (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_exception_chaining_after_await (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_exception_traceback (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_gather_shield (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_generic_alias (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_get_coro (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_get_stack (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_iscoroutinefunction (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_log_destroyed_pending_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_log_traceback (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_other_loop_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) test_return_coroutine_from_coroutine (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: Return of @asyncio.coroutine()-wrapped function generator object PASS: test_shield_cancel_inner (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_shield_cancel_outer (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_shield_coroutine_use_global_loop (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_shield_coroutine_use_running_loop (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_shield_coroutine_without_loop (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_shield_effect (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_shield_exception (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_shield_gather (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_shield_result (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_shield_shortcut (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_sleep (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_sleep_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_step_result (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_step_result_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_stop_while_run_in_complete (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_task_awaits_on_itself (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_task_basics (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_task_cancel_message_getter (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_task_cancel_message_setter (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_task_cancel_waiter_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_task_class (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_task_del_collect (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_task_repr (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_task_repr_autogenerated (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_task_repr_coro_decorator (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_task_repr_name_not_str (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_task_repr_partial_corowrapper (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_task_repr_wait_for (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_task_set_methods (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_task_source_traceback (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_wait (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_wait_concurrent_complete (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_wait_errors (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_wait_first_completed (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_wait_first_exception (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_wait_invalid_args (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_wait_really_done (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_wait_with_exception (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_wait_with_iterator_of_tasks (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_wait_with_timeout (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_yield_from_corowrapper (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_yield_from_corowrapper_send (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_yield_future_passes_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_yield_vs_yield_from (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_yield_vs_yield_from_generator (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_as_completed (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_as_completed_concurrent (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_as_completed_coroutine_use_global_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_as_completed_coroutine_use_running_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_as_completed_coroutine_without_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_as_completed_invalid_args (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_as_completed_reverse_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_as_completed_with_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_bare_create_named_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_bare_create_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_baseexception_during_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) test_cancel_at_end (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: coroutine end right after task is cancelled PASS: test_cancel_awaited_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_cancel_current_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) test_cancel_gather_1 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: Ensure that a gathering future refuses to be cancelled once all PASS: test_cancel_gather_2 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_cancel_inner_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_cancel_task_catching (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_cancel_task_ignoring (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_cancel_yield (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_context_1 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_context_2 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_context_3 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_coroutine_never_yielded (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_coroutine_non_gen_function (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_corowrapper_mocks_generator (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_corowrapper_throw (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_corowrapper_weakref (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_create_task_with_async_function (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_create_task_with_oldstyle_coroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_current_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_ensure_future_awaitable (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_ensure_future_coroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_ensure_future_coroutine_2 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_ensure_future_error_msg (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_ensure_future_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_ensure_future_neither (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_ensure_future_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_error_in_call_soon (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_exception_chaining_after_await (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_exception_traceback (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_gather_shield (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_generic_alias (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_get_coro (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_get_stack (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_iscoroutinefunction (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_log_destroyed_pending_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_log_traceback (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_other_loop_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) test_return_coroutine_from_coroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: Return of @asyncio.coroutine()-wrapped function generator object PASS: test_shield_cancel_inner (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_shield_cancel_outer (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_shield_coroutine_use_global_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_shield_coroutine_use_running_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_shield_coroutine_without_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_shield_effect (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_shield_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_shield_gather (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_shield_result (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_shield_shortcut (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_sleep (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_sleep_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_step_result (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_step_result_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_stop_while_run_in_complete (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_subclasses_ctask_cfuture (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_task_awaits_on_itself (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_task_basics (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_task_cancel_message_getter (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_task_cancel_message_setter (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_task_cancel_waiter_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_task_class (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_task_del_collect (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_task_repr (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_task_repr_autogenerated (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_task_repr_coro_decorator (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_task_repr_name_not_str (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_task_repr_partial_corowrapper (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_task_repr_wait_for (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_task_set_methods (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_wait_concurrent_complete (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_wait_errors (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_wait_first_completed (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_wait_first_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_wait_invalid_args (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_wait_really_done (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_wait_with_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_wait_with_iterator_of_tasks (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_wait_with_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_yield_from_corowrapper (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_yield_from_corowrapper_send (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_yield_future_passes_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_yield_vs_yield_from (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_yield_vs_yield_from_generator (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_as_completed (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_as_completed_concurrent (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_as_completed_coroutine_use_global_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_as_completed_coroutine_use_running_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_as_completed_coroutine_without_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_as_completed_invalid_args (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_as_completed_reverse_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_as_completed_with_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_bare_create_named_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_bare_create_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_baseexception_during_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) test_cancel_at_end (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: coroutine end right after task is cancelled PASS: test_cancel_awaited_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_cancel_current_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) test_cancel_gather_1 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: Ensure that a gathering future refuses to be cancelled once all PASS: test_cancel_gather_2 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_cancel_inner_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_cancel_task_catching (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_cancel_task_ignoring (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_cancel_yield (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_context_1 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_context_2 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_context_3 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_coroutine_never_yielded (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_coroutine_non_gen_function (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_corowrapper_mocks_generator (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_corowrapper_throw (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_corowrapper_weakref (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_create_task_with_async_function (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_create_task_with_oldstyle_coroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_current_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_ensure_future_awaitable (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_ensure_future_coroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_ensure_future_coroutine_2 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_ensure_future_error_msg (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_ensure_future_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_ensure_future_neither (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_ensure_future_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_error_in_call_soon (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_exception_chaining_after_await (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_exception_traceback (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_gather_shield (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_generic_alias (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_get_coro (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_get_stack (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_iscoroutinefunction (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_log_destroyed_pending_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_log_traceback (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_other_loop_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) test_return_coroutine_from_coroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: Return of @asyncio.coroutine()-wrapped function generator object PASS: test_set_exception_causes_invalid_state (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_set_result_causes_invalid_state (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_shield_cancel_inner (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_shield_cancel_outer (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_shield_coroutine_use_global_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_shield_coroutine_use_running_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_shield_coroutine_without_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_shield_effect (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_shield_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_shield_gather (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_shield_result (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_shield_shortcut (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_sleep (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_sleep_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_step_result (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_step_result_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_stop_while_run_in_complete (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_task_awaits_on_itself (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_task_basics (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_task_cancel_message_getter (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_task_cancel_message_setter (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_task_cancel_waiter_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_task_class (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_task_del_collect (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_task_repr (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_task_repr_autogenerated (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_task_repr_coro_decorator (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_task_repr_name_not_str (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_task_repr_partial_corowrapper (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_task_repr_wait_for (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_task_set_methods (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_task_source_traceback (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_wait_concurrent_complete (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_wait_errors (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_wait_first_completed (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_wait_first_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_wait_invalid_args (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_wait_really_done (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_wait_with_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_wait_with_iterator_of_tasks (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_wait_with_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_yield_from_corowrapper (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_yield_from_corowrapper_send (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_yield_future_passes_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_yield_vs_yield_from (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_yield_vs_yield_from_generator (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) test_run_coroutine_threadsafe (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests) PASS: Test coroutine submission from a thread to an event loop. test_run_coroutine_threadsafe_task_cancelled (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests) PASS: Test coroutine submission from a thread to an event loop test_run_coroutine_threadsafe_task_factory_exception (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests) PASS: Test coroutine submission from a thread to an event loop test_run_coroutine_threadsafe_with_exception (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests) PASS: Test coroutine submission from a thread to an event loop test_run_coroutine_threadsafe_with_timeout (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests) PASS: Test coroutine submission from a thread to an event loop PASS: test_sleep_zero (test.test_asyncio.test_tasks.SleepTests) PASS: test_coro_is_deprecated_in_wait (test.test_asyncio.test_tasks.WaitTests) PASS: test_to_thread (test.test_asyncio.test_threads.ToThreadTests) PASS: test_to_thread_args_kwargs (test.test_asyncio.test_threads.ToThreadTests) PASS: test_to_thread_concurrent (test.test_asyncio.test_threads.ToThreadTests) PASS: test_to_thread_contextvars (test.test_asyncio.test_threads.ToThreadTests) PASS: test_to_thread_exception (test.test_asyncio.test_threads.ToThreadTests) PASS: test_to_thread_once (test.test_asyncio.test_threads.ToThreadTests) PASS: test_ctor_extra_is_none (test.test_asyncio.test_transports.TransportTests) PASS: test_dgram_not_implemented (test.test_asyncio.test_transports.TransportTests) PASS: test_flowcontrol_mixin_set_write_limits (test.test_asyncio.test_transports.TransportTests) PASS: test_get_extra_info (test.test_asyncio.test_transports.TransportTests) PASS: test_not_implemented (test.test_asyncio.test_transports.TransportTests) PASS: test_subprocess_transport_not_implemented (test.test_asyncio.test_transports.TransportTests) PASS: test_writelines (test.test_asyncio.test_transports.TransportTests) PASS: test_not_implemented (test.test_asyncio.test_unix_events.AbstractChildWatcherTests) PASS: test_not_implemented (test.test_asyncio.test_unix_events.BaseChildWatcherTests) PASS: test_close (test.test_asyncio.test_unix_events.FastChildWatcherTests) PASS: test_create_watcher (test.test_asyncio.test_unix_events.FastChildWatcherTests) PASS: test_remove_child_handler (test.test_asyncio.test_unix_events.FastChildWatcherTests) PASS: test_set_loop (test.test_asyncio.test_unix_events.FastChildWatcherTests) PASS: test_set_loop_race_condition (test.test_asyncio.test_unix_events.FastChildWatcherTests) PASS: test_sigchld (test.test_asyncio.test_unix_events.FastChildWatcherTests) PASS: test_sigchld_child_reaped_elsewhere (test.test_asyncio.test_unix_events.FastChildWatcherTests) PASS: test_sigchld_race_condition (test.test_asyncio.test_unix_events.FastChildWatcherTests) PASS: test_sigchld_remove_handler (test.test_asyncio.test_unix_events.FastChildWatcherTests) PASS: test_sigchld_replace_handler (test.test_asyncio.test_unix_events.FastChildWatcherTests) PASS: test_sigchld_two_children (test.test_asyncio.test_unix_events.FastChildWatcherTests) PASS: test_sigchld_two_children_terminating_together (test.test_asyncio.test_unix_events.FastChildWatcherTests) PASS: test_sigchld_unhandled_exception (test.test_asyncio.test_unix_events.FastChildWatcherTests) PASS: test_sigchld_unknown_pid_during_registration (test.test_asyncio.test_unix_events.FastChildWatcherTests) PASS: test_sigchld_unknown_status (test.test_asyncio.test_unix_events.FastChildWatcherTests) PASS: test_child_watcher_replace_mainloop_existing (test.test_asyncio.test_unix_events.PolicyTests) PASS: test_get_child_watcher_after_set (test.test_asyncio.test_unix_events.PolicyTests) PASS: test_get_child_watcher_thread (test.test_asyncio.test_unix_events.PolicyTests) PASS: test_get_default_child_watcher (test.test_asyncio.test_unix_events.PolicyTests) PASS: test_close (test.test_asyncio.test_unix_events.SafeChildWatcherTests) PASS: test_create_watcher (test.test_asyncio.test_unix_events.SafeChildWatcherTests) PASS: test_remove_child_handler (test.test_asyncio.test_unix_events.SafeChildWatcherTests) PASS: test_set_loop (test.test_asyncio.test_unix_events.SafeChildWatcherTests) PASS: test_set_loop_race_condition (test.test_asyncio.test_unix_events.SafeChildWatcherTests) PASS: test_sigchld (test.test_asyncio.test_unix_events.SafeChildWatcherTests) PASS: test_sigchld_child_reaped_elsewhere (test.test_asyncio.test_unix_events.SafeChildWatcherTests) PASS: test_sigchld_race_condition (test.test_asyncio.test_unix_events.SafeChildWatcherTests) PASS: test_sigchld_remove_handler (test.test_asyncio.test_unix_events.SafeChildWatcherTests) PASS: test_sigchld_replace_handler (test.test_asyncio.test_unix_events.SafeChildWatcherTests) PASS: test_sigchld_two_children (test.test_asyncio.test_unix_events.SafeChildWatcherTests) PASS: test_sigchld_two_children_terminating_together (test.test_asyncio.test_unix_events.SafeChildWatcherTests) PASS: test_sigchld_unhandled_exception (test.test_asyncio.test_unix_events.SafeChildWatcherTests) PASS: test_sigchld_unknown_pid_during_registration (test.test_asyncio.test_unix_events.SafeChildWatcherTests) PASS: test_sigchld_unknown_status (test.test_asyncio.test_unix_events.SafeChildWatcherTests) PASS: test_add_signal_handler (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) PASS: test_add_signal_handler_coroutine_error (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) PASS: test_add_signal_handler_install_error (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) PASS: test_add_signal_handler_install_error2 (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) PASS: test_add_signal_handler_install_error3 (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) PASS: test_add_signal_handler_setup_error (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) PASS: test_check_signal (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) PASS: test_close (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) PASS: test_close_on_finalizing (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) PASS: test_handle_signal_cancelled_handler (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) PASS: test_handle_signal_no_handler (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) PASS: test_remove_signal_handler (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) PASS: test_remove_signal_handler_2 (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) PASS: test_remove_signal_handler_cleanup_error (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) PASS: test_remove_signal_handler_error (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) PASS: test_remove_signal_handler_error2 (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) PASS: test_sock_sendfile_blocking_error (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests) PASS: test_sock_sendfile_cancel1 (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests) PASS: test_sock_sendfile_cancel2 (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests) PASS: test_sock_sendfile_exception (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests) PASS: test_sock_sendfile_iobuffer (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests) PASS: test_sock_sendfile_not_a_file (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests) PASS: test_sock_sendfile_not_available (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests) PASS: test_sock_sendfile_not_regular_file (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests) PASS: test_sock_sendfile_os_error_first_call (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests) PASS: test_sock_sendfile_os_error_next_call (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests) PASS: test_create_unix_connection_nopath_nosock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) PASS: test_create_unix_connection_nossl_serverhost (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) PASS: test_create_unix_connection_path_inetsock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) PASS: test_create_unix_connection_path_sock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) PASS: test_create_unix_connection_pathlib (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) PASS: test_create_unix_connection_ssl_noserverhost (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) PASS: test_create_unix_connection_ssl_timeout_with_plain_sock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) PASS: test_create_unix_server_bind_error (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) PASS: test_create_unix_server_existing_path_nonsock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) PASS: test_create_unix_server_existing_path_sock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) PASS: test_create_unix_server_nopath_nosock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) PASS: test_create_unix_server_path_dgram (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) PASS: test_create_unix_server_path_inetsock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) PASS: test_create_unix_server_path_stream_bittype (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) PASS: test_create_unix_server_pathlib (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) PASS: test_create_unix_server_ssl_bool (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) PASS: test_create_unix_server_ssl_timeout_with_plain_sock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) PASS: test_add_reader_invalid_argument (test.test_asyncio.test_unix_events.TestFunctional) PASS: test_add_reader_or_writer_transport_fd (test.test_asyncio.test_unix_events.TestFunctional) PASS: test__call_connection_lost (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) PASS: test__call_connection_lost_with_err (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) PASS: test__close (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) PASS: test__read_ready (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) PASS: test__read_ready_blocked (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) PASS: test__read_ready_eof (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) PASS: test__read_ready_error (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) PASS: test_close (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) PASS: test_close_already_closing (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) PASS: test_ctor (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) PASS: test_pause_reading (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) PASS: test_pause_reading_on_closed_pipe (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) PASS: test_pause_reading_on_paused_pipe (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) PASS: test_resume_reading (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) PASS: test_resume_reading_on_closed_pipe (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) PASS: test_resume_reading_on_paused_pipe (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) PASS: test__call_connection_lost (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) PASS: test__call_connection_lost_with_err (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) PASS: test__read_ready (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) PASS: test__write_ready (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) PASS: test__write_ready_again (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) PASS: test__write_ready_closing (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) PASS: test__write_ready_empty (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) PASS: test__write_ready_err (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) PASS: test__write_ready_partial (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) PASS: test_abort (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) PASS: test_can_write_eof (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) PASS: test_close (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) PASS: test_close_closing (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) PASS: test_ctor (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) PASS: test_write (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) PASS: test_write_again (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) PASS: test_write_buffer (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) PASS: test_write_close (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) PASS: test_write_eof (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) PASS: test_write_eof_pending (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) PASS: test_write_err (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) PASS: test_write_no_data (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) PASS: test_write_partial (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) PASS: test_asyncio_wait_for_cancelled (test.test_asyncio.test_waitfor.AsyncioWaitForTest) PASS: test_asyncio_wait_for_timeout (test.test_asyncio.test_waitfor.AsyncioWaitForTest) PASS: test_cancel_blocking_wait_for (test.test_asyncio.test_waitfor.AsyncioWaitForTest) PASS: test_cancel_wait_for (test.test_asyncio.test_waitfor.AsyncioWaitForTest) PASS: test_wait_for (test.test_asyncio.test_waitfor.AsyncioWaitForTest) PASS: test_wait_for_blocking (test.test_asyncio.test_waitfor.AsyncioWaitForTest) PASS: test_wait_for_cancellation_race_condition (test.test_asyncio.test_waitfor.AsyncioWaitForTest) PASS: test_wait_for_race_condition (test.test_asyncio.test_waitfor.AsyncioWaitForTest) PASS: test_wait_for_reraises_exception_during_cancellation (test.test_asyncio.test_waitfor.AsyncioWaitForTest) PASS: test_wait_for_self_cancellation (test.test_asyncio.test_waitfor.AsyncioWaitForTest) PASS: test_wait_for_timeout_less_then_0_or_0 (test.test_asyncio.test_waitfor.AsyncioWaitForTest) PASS: test_wait_for_timeout_less_then_0_or_0_coroutine_do_not_started (test.test_asyncio.test_waitfor.AsyncioWaitForTest) PASS: test_wait_for_timeout_less_then_0_or_0_future_done (test.test_asyncio.test_waitfor.AsyncioWaitForTest) PASS: test_wait_for_waits_for_task_cancellation (test.test_asyncio.test_waitfor.AsyncioWaitForTest) PASS: test_wait_for_waits_for_task_cancellation_w_timeout_0 (test.test_asyncio.test_waitfor.AsyncioWaitForTest) SKIP: test.test_asyncio.test_windows_events (unittest.loader.ModuleSkipped) 'Windows only' SKIP: test.test_asyncio.test_windows_utils (unittest.loader.ModuleSkipped) 'Windows only' ---------------------------------------------------------------------- Ran 2268 tests in 63.531s OK (skipped=45) 0:01:24 load avg: 0.96 [ 27/427] test_asyncore -- test_asyncio passed in 1 min 3 sec PASS: test_basic (test.test_asyncore.DispatcherTests) PASS: test_log (test.test_asyncore.DispatcherTests) PASS: test_log_info (test.test_asyncore.DispatcherTests) PASS: test_repr (test.test_asyncore.DispatcherTests) PASS: test_strerror (test.test_asyncore.DispatcherTests) PASS: test_unhandled (test.test_asyncore.DispatcherTests) PASS: test_send (test.test_asyncore.DispatcherWithSendTests) PASS: test_close_twice (test.test_asyncore.FileWrapperTest) PASS: test_dispatcher (test.test_asyncore.FileWrapperTest) PASS: test_recv (test.test_asyncore.FileWrapperTest) PASS: test_resource_warning (test.test_asyncore.FileWrapperTest) PASS: test_send (test.test_asyncore.FileWrapperTest) PASS: test_closeall (test.test_asyncore.HelperFunctionTests) PASS: test_closeall_default (test.test_asyncore.HelperFunctionTests) PASS: test_compact_traceback (test.test_asyncore.HelperFunctionTests) PASS: test_readwrite (test.test_asyncore.HelperFunctionTests) PASS: test_readwriteexc (test.test_asyncore.HelperFunctionTests) PASS: test_bind (test.test_asyncore.TestAPI_UseIPv4Poll) PASS: test_connection_attributes (test.test_asyncore.TestAPI_UseIPv4Poll) PASS: test_create_socket (test.test_asyncore.TestAPI_UseIPv4Poll) PASS: test_handle_accept (test.test_asyncore.TestAPI_UseIPv4Poll) PASS: test_handle_accepted (test.test_asyncore.TestAPI_UseIPv4Poll) PASS: test_handle_close (test.test_asyncore.TestAPI_UseIPv4Poll) PASS: test_handle_close_after_conn_broken (test.test_asyncore.TestAPI_UseIPv4Poll) PASS: test_handle_connect (test.test_asyncore.TestAPI_UseIPv4Poll) PASS: test_handle_error (test.test_asyncore.TestAPI_UseIPv4Poll) PASS: test_handle_expt (test.test_asyncore.TestAPI_UseIPv4Poll) PASS: test_handle_read (test.test_asyncore.TestAPI_UseIPv4Poll) PASS: test_handle_write (test.test_asyncore.TestAPI_UseIPv4Poll) PASS: test_quick_connect (test.test_asyncore.TestAPI_UseIPv4Poll) PASS: test_set_reuse_addr (test.test_asyncore.TestAPI_UseIPv4Poll) PASS: test_bind (test.test_asyncore.TestAPI_UseIPv4Select) PASS: test_connection_attributes (test.test_asyncore.TestAPI_UseIPv4Select) PASS: test_create_socket (test.test_asyncore.TestAPI_UseIPv4Select) PASS: test_handle_accept (test.test_asyncore.TestAPI_UseIPv4Select) PASS: test_handle_accepted (test.test_asyncore.TestAPI_UseIPv4Select) PASS: test_handle_close (test.test_asyncore.TestAPI_UseIPv4Select) PASS: test_handle_close_after_conn_broken (test.test_asyncore.TestAPI_UseIPv4Select) PASS: test_handle_connect (test.test_asyncore.TestAPI_UseIPv4Select) PASS: test_handle_error (test.test_asyncore.TestAPI_UseIPv4Select) PASS: test_handle_expt (test.test_asyncore.TestAPI_UseIPv4Select) PASS: test_handle_read (test.test_asyncore.TestAPI_UseIPv4Select) PASS: test_handle_write (test.test_asyncore.TestAPI_UseIPv4Select) PASS: test_quick_connect (test.test_asyncore.TestAPI_UseIPv4Select) PASS: test_set_reuse_addr (test.test_asyncore.TestAPI_UseIPv4Select) PASS: test_bind (test.test_asyncore.TestAPI_UseIPv6Poll) PASS: test_connection_attributes (test.test_asyncore.TestAPI_UseIPv6Poll) PASS: test_create_socket (test.test_asyncore.TestAPI_UseIPv6Poll) PASS: test_handle_accept (test.test_asyncore.TestAPI_UseIPv6Poll) PASS: test_handle_accepted (test.test_asyncore.TestAPI_UseIPv6Poll) PASS: test_handle_close (test.test_asyncore.TestAPI_UseIPv6Poll) PASS: test_handle_close_after_conn_broken (test.test_asyncore.TestAPI_UseIPv6Poll) PASS: test_handle_connect (test.test_asyncore.TestAPI_UseIPv6Poll) PASS: test_handle_error (test.test_asyncore.TestAPI_UseIPv6Poll) PASS: test_handle_expt (test.test_asyncore.TestAPI_UseIPv6Poll) PASS: test_handle_read (test.test_asyncore.TestAPI_UseIPv6Poll) PASS: test_handle_write (test.test_asyncore.TestAPI_UseIPv6Poll) PASS: test_quick_connect (test.test_asyncore.TestAPI_UseIPv6Poll) PASS: test_set_reuse_addr (test.test_asyncore.TestAPI_UseIPv6Poll) PASS: test_bind (test.test_asyncore.TestAPI_UseIPv6Select) PASS: test_connection_attributes (test.test_asyncore.TestAPI_UseIPv6Select) PASS: test_create_socket (test.test_asyncore.TestAPI_UseIPv6Select) PASS: test_handle_accept (test.test_asyncore.TestAPI_UseIPv6Select) PASS: test_handle_accepted (test.test_asyncore.TestAPI_UseIPv6Select) PASS: test_handle_close (test.test_asyncore.TestAPI_UseIPv6Select) PASS: test_handle_close_after_conn_broken (test.test_asyncore.TestAPI_UseIPv6Select) PASS: test_handle_connect (test.test_asyncore.TestAPI_UseIPv6Select) PASS: test_handle_error (test.test_asyncore.TestAPI_UseIPv6Select) PASS: test_handle_expt (test.test_asyncore.TestAPI_UseIPv6Select) PASS: test_handle_read (test.test_asyncore.TestAPI_UseIPv6Select) PASS: test_handle_write (test.test_asyncore.TestAPI_UseIPv6Select) PASS: test_quick_connect (test.test_asyncore.TestAPI_UseIPv6Select) PASS: test_set_reuse_addr (test.test_asyncore.TestAPI_UseIPv6Select) SKIP: test_bind (test.test_asyncore.TestAPI_UseUnixSocketsPoll) 'Not applicable to AF_UNIX sockets.' PASS: test_connection_attributes (test.test_asyncore.TestAPI_UseUnixSocketsPoll) PASS: test_create_socket (test.test_asyncore.TestAPI_UseUnixSocketsPoll) PASS: test_handle_accept (test.test_asyncore.TestAPI_UseUnixSocketsPoll) PASS: test_handle_accepted (test.test_asyncore.TestAPI_UseUnixSocketsPoll) PASS: test_handle_close (test.test_asyncore.TestAPI_UseUnixSocketsPoll) PASS: test_handle_close_after_conn_broken (test.test_asyncore.TestAPI_UseUnixSocketsPoll) PASS: test_handle_connect (test.test_asyncore.TestAPI_UseUnixSocketsPoll) PASS: test_handle_error (test.test_asyncore.TestAPI_UseUnixSocketsPoll) SKIP: test_handle_expt (test.test_asyncore.TestAPI_UseUnixSocketsPoll) 'Not applicable to AF_UNIX sockets.' PASS: test_handle_read (test.test_asyncore.TestAPI_UseUnixSocketsPoll) PASS: test_handle_write (test.test_asyncore.TestAPI_UseUnixSocketsPoll) SKIP: test_quick_connect (test.test_asyncore.TestAPI_UseUnixSocketsPoll) 'test specific to AF_INET and AF_INET6' SKIP: test_set_reuse_addr (test.test_asyncore.TestAPI_UseUnixSocketsPoll) 'Not applicable to AF_UNIX sockets.' SKIP: test_bind (test.test_asyncore.TestAPI_UseUnixSocketsSelect) 'Not applicable to AF_UNIX sockets.' PASS: test_connection_attributes (test.test_asyncore.TestAPI_UseUnixSocketsSelect) PASS: test_create_socket (test.test_asyncore.TestAPI_UseUnixSocketsSelect) PASS: test_handle_accept (test.test_asyncore.TestAPI_UseUnixSocketsSelect) PASS: test_handle_accepted (test.test_asyncore.TestAPI_UseUnixSocketsSelect) PASS: test_handle_close (test.test_asyncore.TestAPI_UseUnixSocketsSelect) PASS: test_handle_close_after_conn_broken (test.test_asyncore.TestAPI_UseUnixSocketsSelect) PASS: test_handle_connect (test.test_asyncore.TestAPI_UseUnixSocketsSelect) PASS: test_handle_error (test.test_asyncore.TestAPI_UseUnixSocketsSelect) SKIP: test_handle_expt (test.test_asyncore.TestAPI_UseUnixSocketsSelect) 'Not applicable to AF_UNIX sockets.' PASS: test_handle_read (test.test_asyncore.TestAPI_UseUnixSocketsSelect) PASS: test_handle_write (test.test_asyncore.TestAPI_UseUnixSocketsSelect) SKIP: test_quick_connect (test.test_asyncore.TestAPI_UseUnixSocketsSelect) 'test specific to AF_INET and AF_INET6' SKIP: test_set_reuse_addr (test.test_asyncore.TestAPI_UseUnixSocketsSelect) 'Not applicable to AF_UNIX sockets.' ---------------------------------------------------------------------- Ran 101 tests in 1.857s OK (skipped=8) 0:01:26 load avg: 0.96 [ 28/427] test_atexit PASS: test_atexit_instances (test.test_atexit.FunctionalTest) PASS: test_shutdown (test.test_atexit.FunctionalTest) test_general (test.test_atexit.GeneralTest) ... ===== script _test_atexit.py ====== test_atexit_with_unregistered_function (__main__.GeneralTest) ... ok test_badargs (__main__.GeneralTest) ... ok test_bound_methods (__main__.GeneralTest) ... ok test_clear (__main__.GeneralTest) ... ok test_exit (__main__.GeneralTest) ... ok test_order (__main__.GeneralTest) ... ok test_raise (__main__.GeneralTest) ... ok test_raise_unnormalized (__main__.GeneralTest) ... ok test_stress (__main__.GeneralTest) ... ok test_unregister (__main__.GeneralTest) ... ok ---------------------------------------------------------------------- Ran 10 tests in 0.001s OK ===== script _test_atexit.py completed: exit code 0 ====== ok PASS: test_callback_on_subinterpreter_teardown (test.test_atexit.SubinterpreterTest) PASS: test_callbacks_leak (test.test_atexit.SubinterpreterTest) PASS: test_callbacks_leak_refcycle (test.test_atexit.SubinterpreterTest) ---------------------------------------------------------------------- Ran 6 tests in 0.157s OK 0:01:26 load avg: 0.97 [ 29/427] test_audioop PASS: test_add (test.test_audioop.TestAudioop) PASS: test_adpcm2lin (test.test_audioop.TestAudioop) PASS: test_alaw2lin (test.test_audioop.TestAudioop) PASS: test_avg (test.test_audioop.TestAudioop) PASS: test_avgpp (test.test_audioop.TestAudioop) PASS: test_bias (test.test_audioop.TestAudioop) PASS: test_byteswap (test.test_audioop.TestAudioop) PASS: test_cross (test.test_audioop.TestAudioop) PASS: test_findfactor (test.test_audioop.TestAudioop) PASS: test_findfit (test.test_audioop.TestAudioop) PASS: test_findmax (test.test_audioop.TestAudioop) PASS: test_getsample (test.test_audioop.TestAudioop) PASS: test_invalid_adpcm_state (test.test_audioop.TestAudioop) PASS: test_issue7673 (test.test_audioop.TestAudioop) PASS: test_lin2adpcm (test.test_audioop.TestAudioop) PASS: test_lin2alaw (test.test_audioop.TestAudioop) PASS: test_lin2lin (test.test_audioop.TestAudioop) PASS: test_lin2ulaw (test.test_audioop.TestAudioop) PASS: test_max (test.test_audioop.TestAudioop) PASS: test_maxpp (test.test_audioop.TestAudioop) PASS: test_minmax (test.test_audioop.TestAudioop) PASS: test_mul (test.test_audioop.TestAudioop) PASS: test_negativelen (test.test_audioop.TestAudioop) PASS: test_ratecv (test.test_audioop.TestAudioop) PASS: test_reverse (test.test_audioop.TestAudioop) PASS: test_rms (test.test_audioop.TestAudioop) PASS: test_string (test.test_audioop.TestAudioop) PASS: test_tomono (test.test_audioop.TestAudioop) PASS: test_tostereo (test.test_audioop.TestAudioop) PASS: test_ulaw2lin (test.test_audioop.TestAudioop) PASS: test_wrongsize (test.test_audioop.TestAudioop) ---------------------------------------------------------------------- Ran 31 tests in 0.005s OK 0:01:27 load avg: 0.97 [ 30/427] test_audit PASS: test_basic (test.test_audit.AuditTest) PASS: test_block_add_hook (test.test_audit.AuditTest) PASS: test_block_add_hook_baseexception (test.test_audit.AuditTest) PASS: test_cantrace (test.test_audit.AuditTest) PASS: test_excepthook (test.test_audit.AuditTest) test_gc (test.test_audit.AuditTest) ... ('gc.get_objects', ' ', '1') ('gc.get_referrers', ' ', '(,)') ('gc.get_referents', ' ', '([],)') ok test_http (test.test_audit.AuditTest) ... ('http.client.connect', ' ', 'www.python.org 80') ('http.client.send', ' ', '[cannot send]') ok PASS: test_marshal (test.test_audit.AuditTest) PASS: test_mmap (test.test_audit.AuditTest) PASS: test_monkeypatch (test.test_audit.AuditTest) PASS: test_open (test.test_audit.AuditTest) PASS: test_pickle (test.test_audit.AuditTest) test_socket (test.test_audit.AuditTest) ... ('socket.gethostname', '', '') ('socket.__new__', ' ', ' 2 1 0') ('socket.bind', ' ', " ('127.0.0.1', 8080)") ok test_sqlite3 (test.test_audit.AuditTest) ... ('sqlite3.connect', ' ', "(b':memory:',)") ('sqlite3.connect/handle', ' ', '(,)') ('sqlite3.connect', ' ', "(b':memory:',)") ('sqlite3.connect/handle', ' ', '(,)') ok PASS: test_unraisablehook (test.test_audit.AuditTest) SKIP: test_winreg (test.test_audit.AuditTest) "No module named 'winreg'" ---------------------------------------------------------------------- Ran 16 tests in 1.024s OK (skipped=1) 0:01:28 load avg: 0.97 [ 31/427] test_augassign PASS: testBasic (test.test_augassign.AugAssignTest) PASS: testCustomMethods1 (test.test_augassign.AugAssignTest) PASS: testCustomMethods2 (test.test_augassign.AugAssignTest) PASS: testInDict (test.test_augassign.AugAssignTest) PASS: testInList (test.test_augassign.AugAssignTest) PASS: testSequences (test.test_augassign.AugAssignTest) PASS: test_with_unpacking (test.test_augassign.AugAssignTest) ---------------------------------------------------------------------- Ran 7 tests in 0.001s OK 0:01:28 load avg: 0.97 [ 32/427] test_base64 PASS: test_ErrorHeritage (test.test_base64.BaseXYTestCase) PASS: test_RFC4648_test_cases (test.test_base64.BaseXYTestCase) PASS: test_a85_padding (test.test_base64.BaseXYTestCase) PASS: test_a85decode (test.test_base64.BaseXYTestCase) PASS: test_a85decode_errors (test.test_base64.BaseXYTestCase) PASS: test_a85encode (test.test_base64.BaseXYTestCase) PASS: test_b16decode (test.test_base64.BaseXYTestCase) PASS: test_b16encode (test.test_base64.BaseXYTestCase) PASS: test_b32decode (test.test_base64.BaseXYTestCase) PASS: test_b32decode_casefold (test.test_base64.BaseXYTestCase) PASS: test_b32decode_error (test.test_base64.BaseXYTestCase) PASS: test_b32encode (test.test_base64.BaseXYTestCase) PASS: test_b32hexdecode (test.test_base64.BaseXYTestCase) PASS: test_b32hexdecode_error (test.test_base64.BaseXYTestCase) PASS: test_b32hexdecode_other_types (test.test_base64.BaseXYTestCase) PASS: test_b32hexencode (test.test_base64.BaseXYTestCase) PASS: test_b32hexencode_other_types (test.test_base64.BaseXYTestCase) PASS: test_b64decode (test.test_base64.BaseXYTestCase) PASS: test_b64decode_invalid_chars (test.test_base64.BaseXYTestCase) PASS: test_b64decode_padding_error (test.test_base64.BaseXYTestCase) PASS: test_b64encode (test.test_base64.BaseXYTestCase) PASS: test_b85_padding (test.test_base64.BaseXYTestCase) PASS: test_b85decode (test.test_base64.BaseXYTestCase) PASS: test_b85decode_errors (test.test_base64.BaseXYTestCase) PASS: test_b85encode (test.test_base64.BaseXYTestCase) PASS: test_decode_nonascii_str (test.test_base64.BaseXYTestCase) PASS: test_decode (test.test_base64.LegacyBase64TestCase) PASS: test_decodebytes (test.test_base64.LegacyBase64TestCase) PASS: test_encode (test.test_base64.LegacyBase64TestCase) PASS: test_encodebytes (test.test_base64.LegacyBase64TestCase) PASS: test_decode (test.test_base64.TestMain) PASS: test_encode_decode (test.test_base64.TestMain) PASS: test_encode_file (test.test_base64.TestMain) PASS: test_encode_from_stdin (test.test_base64.TestMain) ---------------------------------------------------------------------- Ran 34 tests in 0.151s OK 0:01:28 load avg: 0.97 [ 33/427] test_baseexception PASS: test_builtins_new_style (test.test_baseexception.ExceptionClassTests) PASS: test_inheritance (test.test_baseexception.ExceptionClassTests) PASS: test_interface_multi_arg (test.test_baseexception.ExceptionClassTests) PASS: test_interface_no_arg (test.test_baseexception.ExceptionClassTests) PASS: test_interface_single_arg (test.test_baseexception.ExceptionClassTests) PASS: test_catch_BaseException_instance (test.test_baseexception.UsageTests) PASS: test_catch_non_BaseException (test.test_baseexception.UsageTests) PASS: test_catch_string (test.test_baseexception.UsageTests) PASS: test_raise_new_style_non_exception (test.test_baseexception.UsageTests) PASS: test_raise_string (test.test_baseexception.UsageTests) ---------------------------------------------------------------------- Ran 10 tests in 0.002s OK 0:01:28 load avg: 0.97 [ 34/427] test_bdb PASS: test_bp_after_last_statement (test.test_bdb.BreakpointTestCase) PASS: test_bp_condition (test.test_bdb.BreakpointTestCase) PASS: test_bp_exception_on_condition_evaluation (test.test_bdb.BreakpointTestCase) PASS: test_bp_ignore_count (test.test_bdb.BreakpointTestCase) PASS: test_bp_on_non_existent_module (test.test_bdb.BreakpointTestCase) PASS: test_clear_at_no_bp (test.test_bdb.BreakpointTestCase) PASS: test_clear_two_bp_on_same_line (test.test_bdb.BreakpointTestCase) PASS: test_disabled_temporary_bp (test.test_bdb.BreakpointTestCase) PASS: test_ignore_count_on_disabled_bp (test.test_bdb.BreakpointTestCase) PASS: test_load_bps_from_previous_Bdb_instance (test.test_bdb.BreakpointTestCase) PASS: test_temporary_bp (test.test_bdb.BreakpointTestCase) PASS: test_next_command_in_generator_for_loop (test.test_bdb.IssuesTestCase) PASS: test_next_command_in_generator_with_subiterator (test.test_bdb.IssuesTestCase) PASS: test_next_until_return_in_generator (test.test_bdb.IssuesTestCase) PASS: test_return_command_in_generator_with_subiterator (test.test_bdb.IssuesTestCase) PASS: test_step_at_return_with_no_trace_in_caller (test.test_bdb.IssuesTestCase) PASS: test_run_step (test.test_bdb.RunTestCase) PASS: test_runeval_step (test.test_bdb.RunTestCase) PASS: test_down (test.test_bdb.StateTestCase) PASS: test_next (test.test_bdb.StateTestCase) PASS: test_next_in_caller_frame (test.test_bdb.StateTestCase) PASS: test_next_on_plain_statement (test.test_bdb.StateTestCase) PASS: test_next_over_import (test.test_bdb.StateTestCase) PASS: test_return (test.test_bdb.StateTestCase) PASS: test_return_in_caller_frame (test.test_bdb.StateTestCase) PASS: test_skip (test.test_bdb.StateTestCase) PASS: test_skip_with_no_name_module (test.test_bdb.StateTestCase) PASS: test_step (test.test_bdb.StateTestCase) PASS: test_step_next_on_last_statement (test.test_bdb.StateTestCase) PASS: test_until (test.test_bdb.StateTestCase) PASS: test_until_in_caller_frame (test.test_bdb.StateTestCase) PASS: test_until_with_too_large_count (test.test_bdb.StateTestCase) PASS: test_up (test.test_bdb.StateTestCase) ---------------------------------------------------------------------- Ran 33 tests in 0.050s OK 0:01:29 load avg: 0.97 [ 35/427] test_bigaddrspace SKIP: test_concat (test.test_bigaddrspace.BytesTest) 'not enough memory: 8589934592.0G minimum needed' SKIP: test_optimized_concat (test.test_bigaddrspace.BytesTest) 'not enough memory: 8589934592.0G minimum needed' SKIP: test_repeat (test.test_bigaddrspace.BytesTest) 'not enough memory: 8589934592.0G minimum needed' SKIP: test_concat (test.test_bigaddrspace.StrTest) 'not enough memory: 8589934592.0G minimum needed' SKIP: test_optimized_concat (test.test_bigaddrspace.StrTest) 'not enough memory: 8589934592.0G minimum needed' SKIP: test_repeat (test.test_bigaddrspace.StrTest) 'not enough memory: 8589934592.0G minimum needed' ---------------------------------------------------------------------- Ran 6 tests in 0.001s OK (skipped=6) 0:01:29 load avg: 0.97 [ 36/427] test_bigmem PASS: test_capitalize (test.test_bigmem.BytearrayTest) PASS: test_center (test.test_bigmem.BytearrayTest) PASS: test_compare (test.test_bigmem.BytearrayTest) PASS: test_concat (test.test_bigmem.BytearrayTest) PASS: test_contains (test.test_bigmem.BytearrayTest) PASS: test_count (test.test_bigmem.BytearrayTest) PASS: test_decode (test.test_bigmem.BytearrayTest) PASS: test_endswith (test.test_bigmem.BytearrayTest) PASS: test_expandtabs (test.test_bigmem.BytearrayTest) PASS: test_find (test.test_bigmem.BytearrayTest) PASS: test_index (test.test_bigmem.BytearrayTest) PASS: test_isalnum (test.test_bigmem.BytearrayTest) PASS: test_isalpha (test.test_bigmem.BytearrayTest) PASS: test_isdigit (test.test_bigmem.BytearrayTest) PASS: test_islower (test.test_bigmem.BytearrayTest) PASS: test_isspace (test.test_bigmem.BytearrayTest) PASS: test_istitle (test.test_bigmem.BytearrayTest) PASS: test_isupper (test.test_bigmem.BytearrayTest) PASS: test_join (test.test_bigmem.BytearrayTest) PASS: test_ljust (test.test_bigmem.BytearrayTest) PASS: test_lower (test.test_bigmem.BytearrayTest) PASS: test_lstrip (test.test_bigmem.BytearrayTest) PASS: test_repeat (test.test_bigmem.BytearrayTest) PASS: test_replace (test.test_bigmem.BytearrayTest) PASS: test_rfind (test.test_bigmem.BytearrayTest) PASS: test_rindex (test.test_bigmem.BytearrayTest) PASS: test_rjust (test.test_bigmem.BytearrayTest) PASS: test_rstrip (test.test_bigmem.BytearrayTest) PASS: test_slice_and_getitem (test.test_bigmem.BytearrayTest) PASS: test_split_small (test.test_bigmem.BytearrayTest) PASS: test_splitlines (test.test_bigmem.BytearrayTest) PASS: test_startswith (test.test_bigmem.BytearrayTest) PASS: test_strip (test.test_bigmem.BytearrayTest) PASS: test_swapcase (test.test_bigmem.BytearrayTest) PASS: test_title (test.test_bigmem.BytearrayTest) PASS: test_translate (test.test_bigmem.BytearrayTest) PASS: test_upper (test.test_bigmem.BytearrayTest) PASS: test_zfill (test.test_bigmem.BytearrayTest) PASS: test_capitalize (test.test_bigmem.BytesTest) PASS: test_center (test.test_bigmem.BytesTest) PASS: test_compare (test.test_bigmem.BytesTest) PASS: test_concat (test.test_bigmem.BytesTest) PASS: test_contains (test.test_bigmem.BytesTest) PASS: test_count (test.test_bigmem.BytesTest) PASS: test_decode (test.test_bigmem.BytesTest) PASS: test_endswith (test.test_bigmem.BytesTest) PASS: test_expandtabs (test.test_bigmem.BytesTest) PASS: test_find (test.test_bigmem.BytesTest) PASS: test_hash (test.test_bigmem.BytesTest) PASS: test_index (test.test_bigmem.BytesTest) PASS: test_isalnum (test.test_bigmem.BytesTest) PASS: test_isalpha (test.test_bigmem.BytesTest) PASS: test_isdigit (test.test_bigmem.BytesTest) PASS: test_islower (test.test_bigmem.BytesTest) PASS: test_isspace (test.test_bigmem.BytesTest) PASS: test_istitle (test.test_bigmem.BytesTest) PASS: test_isupper (test.test_bigmem.BytesTest) PASS: test_join (test.test_bigmem.BytesTest) PASS: test_ljust (test.test_bigmem.BytesTest) PASS: test_lower (test.test_bigmem.BytesTest) PASS: test_lstrip (test.test_bigmem.BytesTest) PASS: test_repeat (test.test_bigmem.BytesTest) PASS: test_replace (test.test_bigmem.BytesTest) PASS: test_rfind (test.test_bigmem.BytesTest) PASS: test_rindex (test.test_bigmem.BytesTest) PASS: test_rjust (test.test_bigmem.BytesTest) PASS: test_rstrip (test.test_bigmem.BytesTest) PASS: test_slice_and_getitem (test.test_bigmem.BytesTest) PASS: test_split_large (test.test_bigmem.BytesTest) PASS: test_split_small (test.test_bigmem.BytesTest) PASS: test_splitlines (test.test_bigmem.BytesTest) PASS: test_startswith (test.test_bigmem.BytesTest) PASS: test_strip (test.test_bigmem.BytesTest) PASS: test_swapcase (test.test_bigmem.BytesTest) PASS: test_title (test.test_bigmem.BytesTest) PASS: test_translate (test.test_bigmem.BytesTest) PASS: test_upper (test.test_bigmem.BytesTest) PASS: test_zfill (test.test_bigmem.BytesTest) PASS: test_append (test.test_bigmem.ListTest) PASS: test_compare (test.test_bigmem.ListTest) PASS: test_concat_large (test.test_bigmem.ListTest) PASS: test_concat_small (test.test_bigmem.ListTest) PASS: test_contains (test.test_bigmem.ListTest) PASS: test_count (test.test_bigmem.ListTest) PASS: test_extend_large (test.test_bigmem.ListTest) PASS: test_extend_small (test.test_bigmem.ListTest) PASS: test_hash (test.test_bigmem.ListTest) PASS: test_index (test.test_bigmem.ListTest) PASS: test_index_and_slice (test.test_bigmem.ListTest) PASS: test_inplace_concat_large (test.test_bigmem.ListTest) PASS: test_inplace_concat_small (test.test_bigmem.ListTest) PASS: test_inplace_repeat_large (test.test_bigmem.ListTest) PASS: test_inplace_repeat_small (test.test_bigmem.ListTest) PASS: test_insert (test.test_bigmem.ListTest) PASS: test_pop (test.test_bigmem.ListTest) PASS: test_remove (test.test_bigmem.ListTest) PASS: test_repeat_large (test.test_bigmem.ListTest) PASS: test_repeat_small (test.test_bigmem.ListTest) PASS: test_repr_large (test.test_bigmem.ListTest) PASS: test_repr_small (test.test_bigmem.ListTest) PASS: test_reverse (test.test_bigmem.ListTest) PASS: test_sort (test.test_bigmem.ListTest) PASS: test_capitalize (test.test_bigmem.StrTest) PASS: test_center (test.test_bigmem.StrTest) PASS: test_compare (test.test_bigmem.StrTest) PASS: test_concat (test.test_bigmem.StrTest) PASS: test_contains (test.test_bigmem.StrTest) PASS: test_count (test.test_bigmem.StrTest) PASS: test_encode (test.test_bigmem.StrTest) PASS: test_encode_ascii (test.test_bigmem.StrTest) PASS: test_encode_raw_unicode_escape (test.test_bigmem.StrTest) PASS: test_encode_utf32 (test.test_bigmem.StrTest) PASS: test_encode_utf7 (test.test_bigmem.StrTest) PASS: test_endswith (test.test_bigmem.StrTest) PASS: test_expandtabs (test.test_bigmem.StrTest) PASS: test_find (test.test_bigmem.StrTest) PASS: test_format (test.test_bigmem.StrTest) PASS: test_hash (test.test_bigmem.StrTest) PASS: test_index (test.test_bigmem.StrTest) PASS: test_isalnum (test.test_bigmem.StrTest) PASS: test_isalpha (test.test_bigmem.StrTest) PASS: test_isdigit (test.test_bigmem.StrTest) PASS: test_islower (test.test_bigmem.StrTest) PASS: test_isspace (test.test_bigmem.StrTest) PASS: test_istitle (test.test_bigmem.StrTest) PASS: test_isupper (test.test_bigmem.StrTest) PASS: test_join (test.test_bigmem.StrTest) PASS: test_ljust (test.test_bigmem.StrTest) PASS: test_lower (test.test_bigmem.StrTest) PASS: test_lstrip (test.test_bigmem.StrTest) PASS: test_repeat (test.test_bigmem.StrTest) PASS: test_replace (test.test_bigmem.StrTest) PASS: test_repr_large (test.test_bigmem.StrTest) PASS: test_repr_small (test.test_bigmem.StrTest) PASS: test_rfind (test.test_bigmem.StrTest) PASS: test_rindex (test.test_bigmem.StrTest) PASS: test_rjust (test.test_bigmem.StrTest) PASS: test_rstrip (test.test_bigmem.StrTest) PASS: test_slice_and_getitem (test.test_bigmem.StrTest) PASS: test_split_large (test.test_bigmem.StrTest) PASS: test_split_small (test.test_bigmem.StrTest) PASS: test_splitlines (test.test_bigmem.StrTest) PASS: test_startswith (test.test_bigmem.StrTest) PASS: test_strip (test.test_bigmem.StrTest) PASS: test_swapcase (test.test_bigmem.StrTest) PASS: test_title (test.test_bigmem.StrTest) PASS: test_translate (test.test_bigmem.StrTest) PASS: test_unicode_repr (test.test_bigmem.StrTest) PASS: test_unicode_repr_wide (test.test_bigmem.StrTest) PASS: test_upper (test.test_bigmem.StrTest) PASS: test_zfill (test.test_bigmem.StrTest) PASS: test_compare (test.test_bigmem.TupleTest) PASS: test_concat_large (test.test_bigmem.TupleTest) PASS: test_concat_small (test.test_bigmem.TupleTest) PASS: test_contains (test.test_bigmem.TupleTest) PASS: test_from_2G_generator (test.test_bigmem.TupleTest) PASS: test_from_almost_2G_generator (test.test_bigmem.TupleTest) PASS: test_hash (test.test_bigmem.TupleTest) PASS: test_index_and_slice (test.test_bigmem.TupleTest) PASS: test_repeat_large (test.test_bigmem.TupleTest) PASS: test_repeat_large_2 (test.test_bigmem.TupleTest) PASS: test_repeat_small (test.test_bigmem.TupleTest) PASS: test_repr_large (test.test_bigmem.TupleTest) PASS: test_repr_small (test.test_bigmem.TupleTest) ---------------------------------------------------------------------- Ran 164 tests in 0.042s OK 0:01:29 load avg: 0.97 [ 37/427] test_binascii PASS: test_b2a_base64_newline (test.test_binascii.ArrayBinASCIITest) PASS: test_base64errors (test.test_binascii.ArrayBinASCIITest) PASS: test_base64invalid (test.test_binascii.ArrayBinASCIITest) PASS: test_base64valid (test.test_binascii.ArrayBinASCIITest) PASS: test_crc32 (test.test_binascii.ArrayBinASCIITest) PASS: test_crc_hqx (test.test_binascii.ArrayBinASCIITest) PASS: test_deprecated_warnings (test.test_binascii.ArrayBinASCIITest) PASS: test_empty_string (test.test_binascii.ArrayBinASCIITest) PASS: test_exceptions (test.test_binascii.ArrayBinASCIITest) PASS: test_functions (test.test_binascii.ArrayBinASCIITest) PASS: test_hex (test.test_binascii.ArrayBinASCIITest) test_hex_separator (test.test_binascii.ArrayBinASCIITest) PASS: Test that hexlify and b2a_hex are binary versions of bytes.hex. PASS: test_hqx (test.test_binascii.ArrayBinASCIITest) PASS: test_qp (test.test_binascii.ArrayBinASCIITest) PASS: test_returned_value (test.test_binascii.ArrayBinASCIITest) PASS: test_rle (test.test_binascii.ArrayBinASCIITest) PASS: test_unicode_a2b (test.test_binascii.ArrayBinASCIITest) PASS: test_unicode_b2a (test.test_binascii.ArrayBinASCIITest) PASS: test_uu (test.test_binascii.ArrayBinASCIITest) PASS: test_b2a_base64_newline (test.test_binascii.BinASCIITest) PASS: test_base64errors (test.test_binascii.BinASCIITest) PASS: test_base64invalid (test.test_binascii.BinASCIITest) PASS: test_base64valid (test.test_binascii.BinASCIITest) PASS: test_crc32 (test.test_binascii.BinASCIITest) PASS: test_crc_hqx (test.test_binascii.BinASCIITest) PASS: test_deprecated_warnings (test.test_binascii.BinASCIITest) PASS: test_empty_string (test.test_binascii.BinASCIITest) PASS: test_exceptions (test.test_binascii.BinASCIITest) PASS: test_functions (test.test_binascii.BinASCIITest) PASS: test_hex (test.test_binascii.BinASCIITest) test_hex_separator (test.test_binascii.BinASCIITest) PASS: Test that hexlify and b2a_hex are binary versions of bytes.hex. PASS: test_hqx (test.test_binascii.BinASCIITest) PASS: test_qp (test.test_binascii.BinASCIITest) PASS: test_returned_value (test.test_binascii.BinASCIITest) PASS: test_rle (test.test_binascii.BinASCIITest) PASS: test_unicode_a2b (test.test_binascii.BinASCIITest) PASS: test_unicode_b2a (test.test_binascii.BinASCIITest) PASS: test_uu (test.test_binascii.BinASCIITest) PASS: test_b2a_base64_newline (test.test_binascii.BytearrayBinASCIITest) PASS: test_base64errors (test.test_binascii.BytearrayBinASCIITest) PASS: test_base64invalid (test.test_binascii.BytearrayBinASCIITest) PASS: test_base64valid (test.test_binascii.BytearrayBinASCIITest) PASS: test_crc32 (test.test_binascii.BytearrayBinASCIITest) PASS: test_crc_hqx (test.test_binascii.BytearrayBinASCIITest) PASS: test_deprecated_warnings (test.test_binascii.BytearrayBinASCIITest) PASS: test_empty_string (test.test_binascii.BytearrayBinASCIITest) PASS: test_exceptions (test.test_binascii.BytearrayBinASCIITest) PASS: test_functions (test.test_binascii.BytearrayBinASCIITest) PASS: test_hex (test.test_binascii.BytearrayBinASCIITest) test_hex_separator (test.test_binascii.BytearrayBinASCIITest) PASS: Test that hexlify and b2a_hex are binary versions of bytes.hex. PASS: test_hqx (test.test_binascii.BytearrayBinASCIITest) PASS: test_qp (test.test_binascii.BytearrayBinASCIITest) PASS: test_returned_value (test.test_binascii.BytearrayBinASCIITest) PASS: test_rle (test.test_binascii.BytearrayBinASCIITest) PASS: test_unicode_a2b (test.test_binascii.BytearrayBinASCIITest) PASS: test_unicode_b2a (test.test_binascii.BytearrayBinASCIITest) PASS: test_uu (test.test_binascii.BytearrayBinASCIITest) SKIP: test_big_buffer (test.test_binascii.ChecksumBigBufferTestCase) 'not enough memory: 4.0G minimum needed' PASS: test_b2a_base64_newline (test.test_binascii.MemoryviewBinASCIITest) PASS: test_base64errors (test.test_binascii.MemoryviewBinASCIITest) PASS: test_base64invalid (test.test_binascii.MemoryviewBinASCIITest) PASS: test_base64valid (test.test_binascii.MemoryviewBinASCIITest) PASS: test_crc32 (test.test_binascii.MemoryviewBinASCIITest) PASS: test_crc_hqx (test.test_binascii.MemoryviewBinASCIITest) PASS: test_deprecated_warnings (test.test_binascii.MemoryviewBinASCIITest) PASS: test_empty_string (test.test_binascii.MemoryviewBinASCIITest) PASS: test_exceptions (test.test_binascii.MemoryviewBinASCIITest) PASS: test_functions (test.test_binascii.MemoryviewBinASCIITest) PASS: test_hex (test.test_binascii.MemoryviewBinASCIITest) test_hex_separator (test.test_binascii.MemoryviewBinASCIITest) PASS: Test that hexlify and b2a_hex are binary versions of bytes.hex. PASS: test_hqx (test.test_binascii.MemoryviewBinASCIITest) PASS: test_qp (test.test_binascii.MemoryviewBinASCIITest) PASS: test_returned_value (test.test_binascii.MemoryviewBinASCIITest) PASS: test_rle (test.test_binascii.MemoryviewBinASCIITest) PASS: test_unicode_a2b (test.test_binascii.MemoryviewBinASCIITest) PASS: test_unicode_b2a (test.test_binascii.MemoryviewBinASCIITest) PASS: test_uu (test.test_binascii.MemoryviewBinASCIITest) ---------------------------------------------------------------------- Ran 77 tests in 0.029s OK (skipped=1) 0:01:29 load avg: 0.97 [ 38/427] test_binhex PASS: test_binhex (test.test_binhex.BinHexTestCase) test_binhex_error_on_long_filename (test.test_binhex.BinHexTestCase) PASS: The testcase fails if no exception is raised when a filename parameter provided to binhex.binhex() PASS: test_binhex_line_endings (test.test_binhex.BinHexTestCase) ---------------------------------------------------------------------- Ran 3 tests in 0.002s OK 0:01:29 load avg: 0.97 [ 39/427] test_binop PASS: test_fallback_ne_blocking (test.test_binop.FallbackBlockingTests) PASS: test_fallback_rmethod_blocking (test.test_binop.FallbackBlockingTests) PASS: test_comparison_orders (test.test_binop.OperationOrderTests) PASS: test_add (test.test_binop.RatTestCase) PASS: test_constructor (test.test_binop.RatTestCase) PASS: test_div (test.test_binop.RatTestCase) PASS: test_eq (test.test_binop.RatTestCase) PASS: test_floordiv (test.test_binop.RatTestCase) PASS: test_gcd (test.test_binop.RatTestCase) PASS: test_mul (test.test_binop.RatTestCase) PASS: test_sub (test.test_binop.RatTestCase) PASS: test_true_div (test.test_binop.RatTestCase) ---------------------------------------------------------------------- Ran 12 tests in 0.003s OK 0:01:30 load avg: 0.97 [ 40/427] test_bisect PASS: test_backcompatibility (test.test_bisect.TestBisectC) PASS: test_insort (test.test_bisect.TestBisectC) PASS: test_insort_keynotNone (test.test_bisect.TestBisectC) PASS: test_keyword_args (test.test_bisect.TestBisectC) PASS: test_large_pyrange (test.test_bisect.TestBisectC) PASS: test_large_range (test.test_bisect.TestBisectC) PASS: test_lookups_with_key_function (test.test_bisect.TestBisectC) PASS: test_negative_lo (test.test_bisect.TestBisectC) PASS: test_optionalSlicing (test.test_bisect.TestBisectC) PASS: test_precomputed (test.test_bisect.TestBisectC) PASS: test_random (test.test_bisect.TestBisectC) PASS: test_backcompatibility (test.test_bisect.TestBisectPython) PASS: test_insort (test.test_bisect.TestBisectPython) PASS: test_insort_keynotNone (test.test_bisect.TestBisectPython) PASS: test_keyword_args (test.test_bisect.TestBisectPython) PASS: test_large_pyrange (test.test_bisect.TestBisectPython) PASS: test_large_range (test.test_bisect.TestBisectPython) PASS: test_lookups_with_key_function (test.test_bisect.TestBisectPython) PASS: test_negative_lo (test.test_bisect.TestBisectPython) PASS: test_optionalSlicing (test.test_bisect.TestBisectPython) PASS: test_precomputed (test.test_bisect.TestBisectPython) PASS: test_random (test.test_bisect.TestBisectPython) PASS: test_colors (test.test_bisect.TestDocExampleC) PASS: test_grades (test.test_bisect.TestDocExampleC) PASS: test_colors (test.test_bisect.TestDocExamplePython) PASS: test_grades (test.test_bisect.TestDocExamplePython) PASS: test_arg_parsing (test.test_bisect.TestErrorHandlingC) PASS: test_cmp_err (test.test_bisect.TestErrorHandlingC) PASS: test_get_only (test.test_bisect.TestErrorHandlingC) PASS: test_len_only (test.test_bisect.TestErrorHandlingC) PASS: test_non_sequence (test.test_bisect.TestErrorHandlingC) PASS: test_arg_parsing (test.test_bisect.TestErrorHandlingPython) PASS: test_cmp_err (test.test_bisect.TestErrorHandlingPython) PASS: test_get_only (test.test_bisect.TestErrorHandlingPython) PASS: test_len_only (test.test_bisect.TestErrorHandlingPython) PASS: test_non_sequence (test.test_bisect.TestErrorHandlingPython) PASS: test_backcompatibility (test.test_bisect.TestInsortC) PASS: test_listDerived (test.test_bisect.TestInsortC) PASS: test_vsBuiltinSort (test.test_bisect.TestInsortC) PASS: test_backcompatibility (test.test_bisect.TestInsortPython) PASS: test_listDerived (test.test_bisect.TestInsortPython) PASS: test_vsBuiltinSort (test.test_bisect.TestInsortPython) ---------------------------------------------------------------------- Ran 42 tests in 0.023s OK 0:01:30 load avg: 0.97 [ 41/427] test_bool PASS: test_blocked (test.test_bool.BoolTest) PASS: test_bool_called_at_least_once (test.test_bool.BoolTest) PASS: test_boolean (test.test_bool.BoolTest) PASS: test_callable (test.test_bool.BoolTest) PASS: test_contains (test.test_bool.BoolTest) PASS: test_convert (test.test_bool.BoolTest) PASS: test_convert_to_bool (test.test_bool.BoolTest) PASS: test_fileclosed (test.test_bool.BoolTest) PASS: test_float (test.test_bool.BoolTest) PASS: test_format (test.test_bool.BoolTest) PASS: test_from_bytes (test.test_bool.BoolTest) PASS: test_hasattr (test.test_bool.BoolTest) PASS: test_int (test.test_bool.BoolTest) PASS: test_isinstance (test.test_bool.BoolTest) PASS: test_issubclass (test.test_bool.BoolTest) PASS: test_keyword_args (test.test_bool.BoolTest) PASS: test_marshal (test.test_bool.BoolTest) PASS: test_math (test.test_bool.BoolTest) PASS: test_operator (test.test_bool.BoolTest) PASS: test_pickle (test.test_bool.BoolTest) PASS: test_picklevalues (test.test_bool.BoolTest) PASS: test_real_and_imag (test.test_bool.BoolTest) PASS: test_repr (test.test_bool.BoolTest) PASS: test_sane_len (test.test_bool.BoolTest) PASS: test_str (test.test_bool.BoolTest) PASS: test_string (test.test_bool.BoolTest) PASS: test_subclass (test.test_bool.BoolTest) PASS: test_types (test.test_bool.BoolTest) ---------------------------------------------------------------------- Ran 28 tests in 0.004s OK 0:01:30 load avg: 0.97 [ 42/427] test_buffer PASS: test_issue_7385 (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_array (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_assign (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_cast (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_cast_1D_ND (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_cast_invalid (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_cast_zero_shape (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_cast_zero_strides (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_check_released (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_compare_multidim_c (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_compare_multidim_fortran (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_compare_multidim_mixed (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_compare_multidim_suboffsets (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_compare_multidim_zero_shape (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_compare_multidim_zero_strides (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_compare_ndim_one (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_compare_ndim_zero (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_compare_not_equal (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_compare_random_formats (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_compare_special_cases (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_compare_zero_shape (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_compare_zero_strides (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_construction (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_from_static_exporter (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_get_contiguous (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_getbuffer_undefined (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_hash (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_index (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_redirect (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_release (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_repr (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_sequence (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_serializing (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_sizeof (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_slice (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_struct_module (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_tobytes (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_tolist (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_cmp_contig (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_exceptions (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_format_scalar (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_format_shape (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_format_strides (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_fortran (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_get_pointer (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_getbuf (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_hash (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_index_getitem_multidim (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_index_getitem_single (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_index_invalid (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_index_null_strides (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_index_scalar (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_index_setitem_single (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_linked_list (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_memoryview_from_buffer (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_multidim (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_offset (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_random (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_random_invalid (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_random_slice_assign (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_re_export (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_sequence (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_slice_assign_multidim (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_slice_assign_single (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_slice_invalid (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_slice_multidim (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_slice_redundant_suboffsets (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_slice_zero_shape (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_tolist_null_strides (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_zero_shape (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_zero_strides (test.test_buffer.TestBufferProtocol) PASS: test_py_buffer_to_contiguous (test.test_buffer.TestBufferProtocol) PASS: test_pybuffer_size_from_format (test.test_buffer.TestBufferProtocol) ---------------------------------------------------------------------- Ran 73 tests in 4.970s OK 0:01:35 load avg: 0.97 [ 43/427] test_bufio PASS: test_nullpat (test.test_bufio.CBufferSizeTest) PASS: test_primepat (test.test_bufio.CBufferSizeTest) PASS: test_nullpat (test.test_bufio.PyBufferSizeTest) PASS: test_primepat (test.test_bufio.PyBufferSizeTest) ---------------------------------------------------------------------- Ran 4 tests in 0.394s OK 0:01:36 load avg: 0.97 [ 44/427] test_bytes SKIP: test_compare (test.test_bytes.AssortedBytesTest) 'BytesWarning is needed for this test: use -bb option' PASS: test_compare_bytes_to_bytearray (test.test_bytes.AssortedBytesTest) PASS: test_doc (test.test_bytes.AssortedBytesTest) PASS: test_format (test.test_bytes.AssortedBytesTest) PASS: test_from_bytearray (test.test_bytes.AssortedBytesTest) PASS: test_literal (test.test_bytes.AssortedBytesTest) PASS: test_repr_str (test.test_bytes.AssortedBytesTest) PASS: test_return_self (test.test_bytes.AssortedBytesTest) PASS: test_rsplit_bytearray (test.test_bytes.AssortedBytesTest) PASS: test_split_bytearray (test.test_bytes.AssortedBytesTest) PASS: test_to_str (test.test_bytes.AssortedBytesTest) PASS: test_additional_rsplit (test.test_bytes.ByteArrayAsStringTest) PASS: test_additional_split (test.test_bytes.ByteArrayAsStringTest) PASS: test_capitalize (test.test_bytes.ByteArrayAsStringTest) PASS: test_center (test.test_bytes.ByteArrayAsStringTest) PASS: test_count (test.test_bytes.ByteArrayAsStringTest) PASS: test_expandtabs (test.test_bytes.ByteArrayAsStringTest) PASS: test_find (test.test_bytes.ByteArrayAsStringTest) test_find_periodic_pattern (test.test_bytes.ByteArrayAsStringTest) PASS: Cover the special path for periodic patterns. test_find_shift_table_overflow (test.test_bytes.ByteArrayAsStringTest) PASS: When the table of 8-bit shifts overflows. PASS: test_fixtype (test.test_bytes.ByteArrayAsStringTest) PASS: test_index (test.test_bytes.ByteArrayAsStringTest) PASS: test_isalnum (test.test_bytes.ByteArrayAsStringTest) PASS: test_isalpha (test.test_bytes.ByteArrayAsStringTest) PASS: test_isascii (test.test_bytes.ByteArrayAsStringTest) PASS: test_isdigit (test.test_bytes.ByteArrayAsStringTest) PASS: test_islower (test.test_bytes.ByteArrayAsStringTest) PASS: test_isspace (test.test_bytes.ByteArrayAsStringTest) PASS: test_istitle (test.test_bytes.ByteArrayAsStringTest) PASS: test_isupper (test.test_bytes.ByteArrayAsStringTest) PASS: test_ljust (test.test_bytes.ByteArrayAsStringTest) PASS: test_lower (test.test_bytes.ByteArrayAsStringTest) PASS: test_removeprefix (test.test_bytes.ByteArrayAsStringTest) PASS: test_removesuffix (test.test_bytes.ByteArrayAsStringTest) PASS: test_replace (test.test_bytes.ByteArrayAsStringTest) SKIP: test_replace_overflow (test.test_bytes.ByteArrayAsStringTest) 'only applies to 32-bit platforms' PASS: test_rfind (test.test_bytes.ByteArrayAsStringTest) PASS: test_rindex (test.test_bytes.ByteArrayAsStringTest) PASS: test_rjust (test.test_bytes.ByteArrayAsStringTest) PASS: test_rsplit (test.test_bytes.ByteArrayAsStringTest) PASS: test_split (test.test_bytes.ByteArrayAsStringTest) PASS: test_splitlines (test.test_bytes.ByteArrayAsStringTest) PASS: test_strip (test.test_bytes.ByteArrayAsStringTest) PASS: test_strip_whitespace (test.test_bytes.ByteArrayAsStringTest) PASS: test_swapcase (test.test_bytes.ByteArrayAsStringTest) PASS: test_title (test.test_bytes.ByteArrayAsStringTest) PASS: test_upper (test.test_bytes.ByteArrayAsStringTest) PASS: test_zfill (test.test_bytes.ByteArrayAsStringTest) PASS: test_basic (test.test_bytes.ByteArraySubclassTest) PASS: test_copy (test.test_bytes.ByteArraySubclassTest) PASS: test_fromhex (test.test_bytes.ByteArraySubclassTest) PASS: test_init_override (test.test_bytes.ByteArraySubclassTest) PASS: test_join (test.test_bytes.ByteArraySubclassTest) PASS: test_pickle (test.test_bytes.ByteArraySubclassTest) PASS: test_alloc (test.test_bytes.ByteArrayTest) PASS: test_append (test.test_bytes.ByteArrayTest) PASS: test_basics (test.test_bytes.ByteArrayTest) PASS: test_bytearray_api (test.test_bytes.ByteArrayTest) PASS: test_center (test.test_bytes.ByteArrayTest) PASS: test_check_encoding_errors (test.test_bytes.ByteArrayTest) PASS: test_clear (test.test_bytes.ByteArrayTest) PASS: test_compare (test.test_bytes.ByteArrayTest) PASS: test_compare_to_str (test.test_bytes.ByteArrayTest) PASS: test_concat (test.test_bytes.ByteArrayTest) PASS: test_constructor_exceptions (test.test_bytes.ByteArrayTest) SKIP: test_constructor_overflow (test.test_bytes.ByteArrayTest) 'not enough memory: 8589934592.0G minimum needed' PASS: test_constructor_type_errors (test.test_bytes.ByteArrayTest) PASS: test_constructor_value_errors (test.test_bytes.ByteArrayTest) PASS: test_contains (test.test_bytes.ByteArrayTest) PASS: test_copied (test.test_bytes.ByteArrayTest) PASS: test_copy (test.test_bytes.ByteArrayTest) PASS: test_count (test.test_bytes.ByteArrayTest) PASS: test_decode (test.test_bytes.ByteArrayTest) PASS: test_del_expand (test.test_bytes.ByteArrayTest) PASS: test_delitem (test.test_bytes.ByteArrayTest) PASS: test_empty_sequence (test.test_bytes.ByteArrayTest) PASS: test_encoding (test.test_bytes.ByteArrayTest) PASS: test_endswith (test.test_bytes.ByteArrayTest) PASS: test_exhausted_iterator (test.test_bytes.ByteArrayTest) PASS: test_extend (test.test_bytes.ByteArrayTest) PASS: test_extended_getslice (test.test_bytes.ByteArrayTest) PASS: test_extended_set_del_slice (test.test_bytes.ByteArrayTest) PASS: test_fifo_overrun (test.test_bytes.ByteArrayTest) PASS: test_find (test.test_bytes.ByteArrayTest) PASS: test_find_etc_raise_correct_error_messages (test.test_bytes.ByteArrayTest) PASS: test_free_after_iterating (test.test_bytes.ByteArrayTest) PASS: test_from_buffer (test.test_bytes.ByteArrayTest) PASS: test_from_index (test.test_bytes.ByteArrayTest) PASS: test_from_int (test.test_bytes.ByteArrayTest) PASS: test_from_iterable (test.test_bytes.ByteArrayTest) PASS: test_from_list (test.test_bytes.ByteArrayTest) PASS: test_from_mutating_list (test.test_bytes.ByteArrayTest) PASS: test_from_ssize (test.test_bytes.ByteArrayTest) PASS: test_from_tuple (test.test_bytes.ByteArrayTest) PASS: test_fromhex (test.test_bytes.ByteArrayTest) PASS: test_getitem_error (test.test_bytes.ByteArrayTest) PASS: test_getslice (test.test_bytes.ByteArrayTest) PASS: test_hex (test.test_bytes.ByteArrayTest) PASS: test_hex_separator_basics (test.test_bytes.ByteArrayTest) PASS: test_hex_separator_five_bytes (test.test_bytes.ByteArrayTest) PASS: test_hex_separator_six_bytes (test.test_bytes.ByteArrayTest) PASS: test_iconcat (test.test_bytes.ByteArrayTest) PASS: test_imod (test.test_bytes.ByteArrayTest) PASS: test_index (test.test_bytes.ByteArrayTest) PASS: test_init_alloc (test.test_bytes.ByteArrayTest) PASS: test_insert (test.test_bytes.ByteArrayTest) PASS: test_integer_arguments_out_of_byte_range (test.test_bytes.ByteArrayTest) PASS: test_irepeat (test.test_bytes.ByteArrayTest) PASS: test_irepeat_1char (test.test_bytes.ByteArrayTest) PASS: test_iterator_length_hint (test.test_bytes.ByteArrayTest) PASS: test_iterator_pickling (test.test_bytes.ByteArrayTest) PASS: test_iterator_pickling2 (test.test_bytes.ByteArrayTest) PASS: test_join (test.test_bytes.ByteArrayTest) PASS: test_ljust (test.test_bytes.ByteArrayTest) PASS: test_maketrans (test.test_bytes.ByteArrayTest) PASS: test_mod (test.test_bytes.ByteArrayTest) PASS: test_mutating_index (test.test_bytes.ByteArrayTest) PASS: test_nohash (test.test_bytes.ByteArrayTest) PASS: test_none_arguments (test.test_bytes.ByteArrayTest) PASS: test_nosort (test.test_bytes.ByteArrayTest) PASS: test_obsolete_write_lock (test.test_bytes.ByteArrayTest) PASS: test_ord (test.test_bytes.ByteArrayTest) PASS: test_partition (test.test_bytes.ByteArrayTest) PASS: test_partition_bytearray_doesnt_share_nullstring (test.test_bytes.ByteArrayTest) PASS: test_partition_int_error (test.test_bytes.ByteArrayTest) PASS: test_partition_string_error (test.test_bytes.ByteArrayTest) PASS: test_pickling (test.test_bytes.ByteArrayTest) PASS: test_pop (test.test_bytes.ByteArrayTest) PASS: test_regexps (test.test_bytes.ByteArrayTest) PASS: test_remove (test.test_bytes.ByteArrayTest) PASS: test_repeat (test.test_bytes.ByteArrayTest) PASS: test_repeat_1char (test.test_bytes.ByteArrayTest) PASS: test_repeat_after_setslice (test.test_bytes.ByteArrayTest) PASS: test_replace (test.test_bytes.ByteArrayTest) PASS: test_replace_int_error (test.test_bytes.ByteArrayTest) PASS: test_resize_forbidden (test.test_bytes.ByteArrayTest) PASS: test_reverse (test.test_bytes.ByteArrayTest) PASS: test_reversed (test.test_bytes.ByteArrayTest) PASS: test_rfind (test.test_bytes.ByteArrayTest) PASS: test_rindex (test.test_bytes.ByteArrayTest) PASS: test_rjust (test.test_bytes.ByteArrayTest) PASS: test_rmod (test.test_bytes.ByteArrayTest) PASS: test_rpartition (test.test_bytes.ByteArrayTest) PASS: test_rsplit_unicodewhitespace (test.test_bytes.ByteArrayTest) PASS: test_setitem (test.test_bytes.ByteArrayTest) PASS: test_setitem_error (test.test_bytes.ByteArrayTest) PASS: test_setslice (test.test_bytes.ByteArrayTest) PASS: test_setslice_extend (test.test_bytes.ByteArrayTest) PASS: test_setslice_trap (test.test_bytes.ByteArrayTest) PASS: test_split_int_error (test.test_bytes.ByteArrayTest) PASS: test_split_string_error (test.test_bytes.ByteArrayTest) PASS: test_split_unicodewhitespace (test.test_bytes.ByteArrayTest) PASS: test_sq_item (test.test_bytes.ByteArrayTest) PASS: test_startswith (test.test_bytes.ByteArrayTest) PASS: test_strip_bytearray (test.test_bytes.ByteArrayTest) PASS: test_strip_int_error (test.test_bytes.ByteArrayTest) PASS: test_strip_string_error (test.test_bytes.ByteArrayTest) PASS: test_translate (test.test_bytes.ByteArrayTest) PASS: test_xjust_int_error (test.test_bytes.ByteArrayTest) PASS: test_returns_new_copy (test.test_bytes.BytearrayPEP3137Test) PASS: test_additional_rsplit (test.test_bytes.BytesAsStringTest) PASS: test_additional_split (test.test_bytes.BytesAsStringTest) PASS: test_capitalize (test.test_bytes.BytesAsStringTest) PASS: test_center (test.test_bytes.BytesAsStringTest) PASS: test_count (test.test_bytes.BytesAsStringTest) PASS: test_expandtabs (test.test_bytes.BytesAsStringTest) PASS: test_find (test.test_bytes.BytesAsStringTest) test_find_periodic_pattern (test.test_bytes.BytesAsStringTest) PASS: Cover the special path for periodic patterns. test_find_shift_table_overflow (test.test_bytes.BytesAsStringTest) PASS: When the table of 8-bit shifts overflows. PASS: test_fixtype (test.test_bytes.BytesAsStringTest) PASS: test_index (test.test_bytes.BytesAsStringTest) PASS: test_isalnum (test.test_bytes.BytesAsStringTest) PASS: test_isalpha (test.test_bytes.BytesAsStringTest) PASS: test_isascii (test.test_bytes.BytesAsStringTest) PASS: test_isdigit (test.test_bytes.BytesAsStringTest) PASS: test_islower (test.test_bytes.BytesAsStringTest) PASS: test_isspace (test.test_bytes.BytesAsStringTest) PASS: test_istitle (test.test_bytes.BytesAsStringTest) PASS: test_isupper (test.test_bytes.BytesAsStringTest) PASS: test_ljust (test.test_bytes.BytesAsStringTest) PASS: test_lower (test.test_bytes.BytesAsStringTest) PASS: test_removeprefix (test.test_bytes.BytesAsStringTest) PASS: test_removesuffix (test.test_bytes.BytesAsStringTest) PASS: test_replace (test.test_bytes.BytesAsStringTest) SKIP: test_replace_overflow (test.test_bytes.BytesAsStringTest) 'only applies to 32-bit platforms' PASS: test_rfind (test.test_bytes.BytesAsStringTest) PASS: test_rindex (test.test_bytes.BytesAsStringTest) PASS: test_rjust (test.test_bytes.BytesAsStringTest) PASS: test_rsplit (test.test_bytes.BytesAsStringTest) PASS: test_split (test.test_bytes.BytesAsStringTest) PASS: test_splitlines (test.test_bytes.BytesAsStringTest) PASS: test_strip (test.test_bytes.BytesAsStringTest) PASS: test_strip_whitespace (test.test_bytes.BytesAsStringTest) PASS: test_swapcase (test.test_bytes.BytesAsStringTest) PASS: test_title (test.test_bytes.BytesAsStringTest) PASS: test_upper (test.test_bytes.BytesAsStringTest) PASS: test_zfill (test.test_bytes.BytesAsStringTest) PASS: test_basic (test.test_bytes.BytesSubclassTest) PASS: test_copy (test.test_bytes.BytesSubclassTest) PASS: test_fromhex (test.test_bytes.BytesSubclassTest) PASS: test_join (test.test_bytes.BytesSubclassTest) PASS: test_pickle (test.test_bytes.BytesSubclassTest) PASS: test_basics (test.test_bytes.BytesTest) PASS: test_buffer_is_readonly (test.test_bytes.BytesTest) PASS: test_bytes_blocking (test.test_bytes.BytesTest) PASS: test_center (test.test_bytes.BytesTest) PASS: test_check_encoding_errors (test.test_bytes.BytesTest) PASS: test_compare (test.test_bytes.BytesTest) PASS: test_compare_to_str (test.test_bytes.BytesTest) PASS: test_concat (test.test_bytes.BytesTest) PASS: test_constructor_exceptions (test.test_bytes.BytesTest) SKIP: test_constructor_overflow (test.test_bytes.BytesTest) 'not enough memory: 8589934592.0G minimum needed' PASS: test_constructor_type_errors (test.test_bytes.BytesTest) PASS: test_constructor_value_errors (test.test_bytes.BytesTest) PASS: test_contains (test.test_bytes.BytesTest) PASS: test_copy (test.test_bytes.BytesTest) PASS: test_count (test.test_bytes.BytesTest) PASS: test_custom (test.test_bytes.BytesTest) PASS: test_decode (test.test_bytes.BytesTest) PASS: test_empty_sequence (test.test_bytes.BytesTest) PASS: test_encoding (test.test_bytes.BytesTest) PASS: test_endswith (test.test_bytes.BytesTest) PASS: test_extended_getslice (test.test_bytes.BytesTest) PASS: test_find (test.test_bytes.BytesTest) PASS: test_find_etc_raise_correct_error_messages (test.test_bytes.BytesTest) PASS: test_free_after_iterating (test.test_bytes.BytesTest) PASS: test_from_buffer (test.test_bytes.BytesTest) PASS: test_from_format (test.test_bytes.BytesTest) PASS: test_from_index (test.test_bytes.BytesTest) PASS: test_from_int (test.test_bytes.BytesTest) PASS: test_from_iterable (test.test_bytes.BytesTest) PASS: test_from_list (test.test_bytes.BytesTest) PASS: test_from_mutating_list (test.test_bytes.BytesTest) PASS: test_from_ssize (test.test_bytes.BytesTest) PASS: test_from_tuple (test.test_bytes.BytesTest) PASS: test_fromhex (test.test_bytes.BytesTest) PASS: test_getitem_error (test.test_bytes.BytesTest) PASS: test_getslice (test.test_bytes.BytesTest) PASS: test_hex (test.test_bytes.BytesTest) PASS: test_hex_separator_basics (test.test_bytes.BytesTest) PASS: test_hex_separator_five_bytes (test.test_bytes.BytesTest) PASS: test_hex_separator_six_bytes (test.test_bytes.BytesTest) PASS: test_imod (test.test_bytes.BytesTest) PASS: test_index (test.test_bytes.BytesTest) PASS: test_integer_arguments_out_of_byte_range (test.test_bytes.BytesTest) PASS: test_iterator_pickling (test.test_bytes.BytesTest) PASS: test_join (test.test_bytes.BytesTest) PASS: test_ljust (test.test_bytes.BytesTest) PASS: test_maketrans (test.test_bytes.BytesTest) PASS: test_mod (test.test_bytes.BytesTest) PASS: test_none_arguments (test.test_bytes.BytesTest) PASS: test_ord (test.test_bytes.BytesTest) PASS: test_partition (test.test_bytes.BytesTest) PASS: test_partition_int_error (test.test_bytes.BytesTest) PASS: test_partition_string_error (test.test_bytes.BytesTest) PASS: test_pickling (test.test_bytes.BytesTest) PASS: test_repeat (test.test_bytes.BytesTest) PASS: test_repeat_1char (test.test_bytes.BytesTest) PASS: test_repeat_id_preserving (test.test_bytes.BytesTest) PASS: test_replace (test.test_bytes.BytesTest) PASS: test_replace_int_error (test.test_bytes.BytesTest) PASS: test_reversed (test.test_bytes.BytesTest) PASS: test_rfind (test.test_bytes.BytesTest) PASS: test_rindex (test.test_bytes.BytesTest) PASS: test_rjust (test.test_bytes.BytesTest) PASS: test_rmod (test.test_bytes.BytesTest) PASS: test_rpartition (test.test_bytes.BytesTest) PASS: test_rsplit_unicodewhitespace (test.test_bytes.BytesTest) PASS: test_split_int_error (test.test_bytes.BytesTest) PASS: test_split_string_error (test.test_bytes.BytesTest) PASS: test_split_unicodewhitespace (test.test_bytes.BytesTest) PASS: test_sq_item (test.test_bytes.BytesTest) PASS: test_startswith (test.test_bytes.BytesTest) PASS: test_strip_bytearray (test.test_bytes.BytesTest) PASS: test_strip_int_error (test.test_bytes.BytesTest) PASS: test_strip_string_error (test.test_bytes.BytesTest) PASS: test_translate (test.test_bytes.BytesTest) PASS: test_xjust_int_error (test.test_bytes.BytesTest) ---------------------------------------------------------------------- Ran 278 tests in 1.950s OK (skipped=5) 0:01:38 load avg: 0.97 [ 45/427] test_bz2 PASS: testCompress (test.test_bz2.BZ2CompressorTest) PASS: testCompress4G (test.test_bz2.BZ2CompressorTest) PASS: testCompressChunks10 (test.test_bz2.BZ2CompressorTest) PASS: testCompressEmptyString (test.test_bz2.BZ2CompressorTest) PASS: testPickle (test.test_bz2.BZ2CompressorTest) PASS: testDecompress (test.test_bz2.BZ2DecompressorTest) PASS: testDecompress4G (test.test_bz2.BZ2DecompressorTest) PASS: testDecompressChunks10 (test.test_bz2.BZ2DecompressorTest) PASS: testDecompressUnusedData (test.test_bz2.BZ2DecompressorTest) PASS: testDecompressorChunksMaxsize (test.test_bz2.BZ2DecompressorTest) PASS: testEOFError (test.test_bz2.BZ2DecompressorTest) PASS: testPickle (test.test_bz2.BZ2DecompressorTest) PASS: test_Constructor (test.test_bz2.BZ2DecompressorTest) PASS: test_decompressor_inputbuf_1 (test.test_bz2.BZ2DecompressorTest) PASS: test_decompressor_inputbuf_2 (test.test_bz2.BZ2DecompressorTest) PASS: test_decompressor_inputbuf_3 (test.test_bz2.BZ2DecompressorTest) PASS: test_failure (test.test_bz2.BZ2DecompressorTest) SKIP: test_refleaks_in___init__ (test.test_bz2.BZ2DecompressorTest) "object has no attribute 'gettotalrefcount'" PASS: testAppend (test.test_bz2.BZ2FileTest) PASS: testBadArgs (test.test_bz2.BZ2FileTest) PASS: testClosedIteratorDeadlock (test.test_bz2.BZ2FileTest) PASS: testContextProtocol (test.test_bz2.BZ2FileTest) testDecompressLimited (test.test_bz2.BZ2FileTest) PASS: Decompressed data buffering should be limited PASS: testFileno (test.test_bz2.BZ2FileTest) PASS: testIterator (test.test_bz2.BZ2FileTest) PASS: testIteratorMultiStream (test.test_bz2.BZ2FileTest) PASS: testMixedIterationAndReads (test.test_bz2.BZ2FileTest) PASS: testMultiStreamOrdering (test.test_bz2.BZ2FileTest) PASS: testOpenBytesFilename (test.test_bz2.BZ2FileTest) PASS: testOpenDel (test.test_bz2.BZ2FileTest) PASS: testOpenNonexistent (test.test_bz2.BZ2FileTest) PASS: testOpenPathLikeFilename (test.test_bz2.BZ2FileTest) PASS: testPeek (test.test_bz2.BZ2FileTest) PASS: testPeekBytesIO (test.test_bz2.BZ2FileTest) PASS: testRead (test.test_bz2.BZ2FileTest) PASS: testRead0 (test.test_bz2.BZ2FileTest) PASS: testRead100 (test.test_bz2.BZ2FileTest) PASS: testReadBadFile (test.test_bz2.BZ2FileTest) PASS: testReadBytesIO (test.test_bz2.BZ2FileTest) PASS: testReadChunk10 (test.test_bz2.BZ2FileTest) PASS: testReadChunk10MultiStream (test.test_bz2.BZ2FileTest) PASS: testReadInto (test.test_bz2.BZ2FileTest) PASS: testReadLine (test.test_bz2.BZ2FileTest) PASS: testReadLineMultiStream (test.test_bz2.BZ2FileTest) PASS: testReadLines (test.test_bz2.BZ2FileTest) PASS: testReadLinesMultiStream (test.test_bz2.BZ2FileTest) PASS: testReadMonkeyMultiStream (test.test_bz2.BZ2FileTest) PASS: testReadMultiStream (test.test_bz2.BZ2FileTest) PASS: testReadMultiStreamTrailingJunk (test.test_bz2.BZ2FileTest) PASS: testReadTrailingJunk (test.test_bz2.BZ2FileTest) PASS: testReadable (test.test_bz2.BZ2FileTest) PASS: testReadlinesNoNewline (test.test_bz2.BZ2FileTest) PASS: testSeekBackwards (test.test_bz2.BZ2FileTest) PASS: testSeekBackwardsAcrossStreams (test.test_bz2.BZ2FileTest) PASS: testSeekBackwardsBytesIO (test.test_bz2.BZ2FileTest) PASS: testSeekBackwardsFromEnd (test.test_bz2.BZ2FileTest) PASS: testSeekBackwardsFromEndAcrossStreams (test.test_bz2.BZ2FileTest) PASS: testSeekForward (test.test_bz2.BZ2FileTest) PASS: testSeekForwardAcrossStreams (test.test_bz2.BZ2FileTest) PASS: testSeekForwardBytesIO (test.test_bz2.BZ2FileTest) PASS: testSeekPostEnd (test.test_bz2.BZ2FileTest) PASS: testSeekPostEndMultiStream (test.test_bz2.BZ2FileTest) PASS: testSeekPostEndTwice (test.test_bz2.BZ2FileTest) PASS: testSeekPostEndTwiceMultiStream (test.test_bz2.BZ2FileTest) PASS: testSeekPreStart (test.test_bz2.BZ2FileTest) PASS: testSeekPreStartMultiStream (test.test_bz2.BZ2FileTest) PASS: testSeekable (test.test_bz2.BZ2FileTest) PASS: testThreading (test.test_bz2.BZ2FileTest) PASS: testWritable (test.test_bz2.BZ2FileTest) PASS: testWrite (test.test_bz2.BZ2FileTest) PASS: testWriteBytesIO (test.test_bz2.BZ2FileTest) PASS: testWriteChunks10 (test.test_bz2.BZ2FileTest) PASS: testWriteLines (test.test_bz2.BZ2FileTest) PASS: testWriteMethodsOnReadOnlyFile (test.test_bz2.BZ2FileTest) PASS: testWriteNonDefaultCompressLevel (test.test_bz2.BZ2FileTest) PASS: test_issue44439 (test.test_bz2.BZ2FileTest) PASS: test_read_truncated (test.test_bz2.BZ2FileTest) PASS: testCompress (test.test_bz2.CompressDecompressTest) PASS: testCompressEmptyString (test.test_bz2.CompressDecompressTest) PASS: testDecompress (test.test_bz2.CompressDecompressTest) PASS: testDecompressBadData (test.test_bz2.CompressDecompressTest) PASS: testDecompressEmpty (test.test_bz2.CompressDecompressTest) PASS: testDecompressIncomplete (test.test_bz2.CompressDecompressTest) PASS: testDecompressMultiStream (test.test_bz2.CompressDecompressTest) PASS: testDecompressMultiStreamTrailingJunk (test.test_bz2.CompressDecompressTest) PASS: testDecompressToEmptyString (test.test_bz2.CompressDecompressTest) PASS: testDecompressTrailingJunk (test.test_bz2.CompressDecompressTest) PASS: test_bad_params (test.test_bz2.OpenTest) PASS: test_binary_modes (test.test_bz2.OpenTest) PASS: test_encoding (test.test_bz2.OpenTest) PASS: test_encoding_error_handler (test.test_bz2.OpenTest) PASS: test_fileobj (test.test_bz2.OpenTest) PASS: test_implicit_binary_modes (test.test_bz2.OpenTest) PASS: test_newline (test.test_bz2.OpenTest) PASS: test_text_modes (test.test_bz2.OpenTest) PASS: test_x_mode (test.test_bz2.OpenTest) ---------------------------------------------------------------------- Ran 96 tests in 2.947s OK (skipped=1) 0:01:41 load avg: 0.97 [ 46/427] test_c_locale_coercion AVAILABLE_TARGETS = [] 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 PASS: test_LC_ALL_set_to_C (test.test_c_locale_coercion.LocaleCoercionTests) PASS: test_PYTHONCOERCECLOCALE_not_set (test.test_c_locale_coercion.LocaleCoercionTests) PASS: test_PYTHONCOERCECLOCALE_not_zero (test.test_c_locale_coercion.LocaleCoercionTests) SKIP: test_PYTHONCOERCECLOCALE_set_to_one (test.test_c_locale_coercion.LocaleCoercionTests) 'test requires LC_CTYPE locale different than C' PASS: test_PYTHONCOERCECLOCALE_set_to_warn (test.test_c_locale_coercion.LocaleCoercionTests) PASS: test_PYTHONCOERCECLOCALE_set_to_zero (test.test_c_locale_coercion.LocaleCoercionTests) skipped 'No C-with-UTF-8 locale available' ---------------------------------------------------------------------- Ran 6 tests in 1.497s OK (skipped=2) 0:01:43 load avg: 0.98 [ 47/427] test_calendar PASS: test_days (test.test_calendar.CalendarTestCase) PASS: test_enumerate_weekdays (test.test_calendar.CalendarTestCase) PASS: test_illegal_weekday_reported (test.test_calendar.CalendarTestCase) PASS: test_isleap (test.test_calendar.CalendarTestCase) PASS: test_itermonthdays (test.test_calendar.CalendarTestCase) PASS: test_itermonthdays2 (test.test_calendar.CalendarTestCase) PASS: test_itermonthdays3 (test.test_calendar.CalendarTestCase) PASS: test_itermonthdays4 (test.test_calendar.CalendarTestCase) PASS: test_iterweekdays (test.test_calendar.CalendarTestCase) PASS: test_locale_calendar_formatweekday (test.test_calendar.CalendarTestCase) PASS: test_locale_calendars (test.test_calendar.CalendarTestCase) PASS: test_locale_html_calendar_custom_css_class_month_name (test.test_calendar.CalendarTestCase) PASS: test_locale_html_calendar_custom_css_class_weekday (test.test_calendar.CalendarTestCase) PASS: test_months (test.test_calendar.CalendarTestCase) PASS: test_setfirstweekday (test.test_calendar.CalendarTestCase) PASS: test_help (test.test_calendar.CommandLineTestCase) PASS: test_html_output_current_year (test.test_calendar.CommandLineTestCase) PASS: test_html_output_year_css (test.test_calendar.CommandLineTestCase) PASS: test_html_output_year_encoding (test.test_calendar.CommandLineTestCase) PASS: test_illegal_arguments (test.test_calendar.CommandLineTestCase) PASS: test_option_encoding (test.test_calendar.CommandLineTestCase) PASS: test_option_lines (test.test_calendar.CommandLineTestCase) PASS: test_option_locale (test.test_calendar.CommandLineTestCase) PASS: test_option_months (test.test_calendar.CommandLineTestCase) PASS: test_option_spacing (test.test_calendar.CommandLineTestCase) PASS: test_option_type (test.test_calendar.CommandLineTestCase) PASS: test_option_width (test.test_calendar.CommandLineTestCase) PASS: test_output_current_year (test.test_calendar.CommandLineTestCase) PASS: test_output_month (test.test_calendar.CommandLineTestCase) PASS: test_output_year (test.test_calendar.CommandLineTestCase) PASS: test_no_leapdays (test.test_calendar.LeapdaysTestCase) PASS: test_no_leapdays_upper_boundary (test.test_calendar.LeapdaysTestCase) PASS: test_no_range (test.test_calendar.LeapdaysTestCase) PASS: test_one_leapday_lower_boundary (test.test_calendar.LeapdaysTestCase) PASS: test_several_leapyears_in_range (test.test_calendar.LeapdaysTestCase) PASS: test__all__ (test.test_calendar.MiscTestCase) PASS: test_april (test.test_calendar.MondayTestCase) PASS: test_december (test.test_calendar.MondayTestCase) PASS: test_february (test.test_calendar.MondayTestCase) PASS: test_december (test.test_calendar.MonthRangeTestCase) PASS: test_february_leap (test.test_calendar.MonthRangeTestCase) PASS: test_february_nonleap (test.test_calendar.MonthRangeTestCase) PASS: test_illegal_month_reported (test.test_calendar.MonthRangeTestCase) PASS: test_january (test.test_calendar.MonthRangeTestCase) PASS: test_thirteenth_month (test.test_calendar.MonthRangeTestCase) PASS: test_zeroth_month (test.test_calendar.MonthRangeTestCase) PASS: test_format (test.test_calendar.OutputTestCase) PASS: test_formatmonth (test.test_calendar.OutputTestCase) PASS: test_formatmonthname_with_year (test.test_calendar.OutputTestCase) PASS: test_formatmonthname_without_year (test.test_calendar.OutputTestCase) PASS: test_formatweekheader_long (test.test_calendar.OutputTestCase) PASS: test_formatweekheader_short (test.test_calendar.OutputTestCase) PASS: test_output (test.test_calendar.OutputTestCase) PASS: test_output_htmlcalendar_encoding_ascii (test.test_calendar.OutputTestCase) PASS: test_output_htmlcalendar_encoding_default (test.test_calendar.OutputTestCase) PASS: test_output_htmlcalendar_encoding_utf8 (test.test_calendar.OutputTestCase) PASS: test_output_textcalendar (test.test_calendar.OutputTestCase) PASS: test_prmonth (test.test_calendar.OutputTestCase) PASS: test_prweek (test.test_calendar.OutputTestCase) PASS: test_pryear (test.test_calendar.OutputTestCase) PASS: test_yeardatescalendar (test.test_calendar.OutputTestCase) PASS: test_yeardayscalendar (test.test_calendar.OutputTestCase) PASS: test_april (test.test_calendar.SundayTestCase) PASS: test_december (test.test_calendar.SundayTestCase) PASS: test_february (test.test_calendar.SundayTestCase) PASS: test_format_year (test.test_calendar.TestSubClassingCase) PASS: test_format_year_head (test.test_calendar.TestSubClassingCase) PASS: test_formatmonth (test.test_calendar.TestSubClassingCase) PASS: test_formatmonthname (test.test_calendar.TestSubClassingCase) PASS: test_formatweek (test.test_calendar.TestSubClassingCase) PASS: test_formatweek_head (test.test_calendar.TestSubClassingCase) PASS: test_timegm (test.test_calendar.TimegmTestCase) ---------------------------------------------------------------------- Ran 72 tests in 1.796s OK 0:01:45 load avg: 0.98 [ 48/427] test_call PASS: test_oldargs0_1 (test.test_call.CFunctionCallsErrorMessages) PASS: test_oldargs0_1_kw (test.test_call.CFunctionCallsErrorMessages) PASS: test_oldargs0_2 (test.test_call.CFunctionCallsErrorMessages) PASS: test_oldargs0_2_kw (test.test_call.CFunctionCallsErrorMessages) PASS: test_oldargs1_0 (test.test_call.CFunctionCallsErrorMessages) PASS: test_oldargs1_0_kw (test.test_call.CFunctionCallsErrorMessages) PASS: test_oldargs1_1_kw (test.test_call.CFunctionCallsErrorMessages) PASS: test_oldargs1_2 (test.test_call.CFunctionCallsErrorMessages) PASS: test_oldargs1_2_kw (test.test_call.CFunctionCallsErrorMessages) PASS: test_varargs0 (test.test_call.CFunctionCallsErrorMessages) PASS: test_varargs10_kw (test.test_call.CFunctionCallsErrorMessages) PASS: test_varargs11_kw (test.test_call.CFunctionCallsErrorMessages) PASS: test_varargs12_kw (test.test_call.CFunctionCallsErrorMessages) PASS: test_varargs13_kw (test.test_call.CFunctionCallsErrorMessages) PASS: test_varargs14_kw (test.test_call.CFunctionCallsErrorMessages) PASS: test_varargs15_kw (test.test_call.CFunctionCallsErrorMessages) PASS: test_varargs16_kw (test.test_call.CFunctionCallsErrorMessages) PASS: test_varargs17_kw (test.test_call.CFunctionCallsErrorMessages) PASS: test_varargs18_kw (test.test_call.CFunctionCallsErrorMessages) PASS: test_varargs19_kw (test.test_call.CFunctionCallsErrorMessages) PASS: test_varargs1_kw (test.test_call.CFunctionCallsErrorMessages) PASS: test_varargs1max (test.test_call.CFunctionCallsErrorMessages) PASS: test_varargs1min (test.test_call.CFunctionCallsErrorMessages) PASS: test_varargs2 (test.test_call.CFunctionCallsErrorMessages) PASS: test_varargs2_kw (test.test_call.CFunctionCallsErrorMessages) PASS: test_varargs2max (test.test_call.CFunctionCallsErrorMessages) PASS: test_varargs2min (test.test_call.CFunctionCallsErrorMessages) PASS: test_varargs3 (test.test_call.CFunctionCallsErrorMessages) PASS: test_varargs3_kw (test.test_call.CFunctionCallsErrorMessages) PASS: test_varargs4_kw (test.test_call.CFunctionCallsErrorMessages) PASS: test_varargs5_kw (test.test_call.CFunctionCallsErrorMessages) PASS: test_varargs6_kw (test.test_call.CFunctionCallsErrorMessages) PASS: test_varargs7_kw (test.test_call.CFunctionCallsErrorMessages) PASS: test_varargs8_kw (test.test_call.CFunctionCallsErrorMessages) PASS: test_varargs9_kw (test.test_call.CFunctionCallsErrorMessages) PASS: test_fastcall (test.test_call.FastCallTests) PASS: test_fastcall_clearing_dict (test.test_call.FastCallTests) PASS: test_vectorcall (test.test_call.FastCallTests) PASS: test_vectorcall_dict (test.test_call.FastCallTests) PASS: test_kwargs_order (test.test_call.FunctionCalls) PASS: test_fastcall (test.test_call.TestCallingConventions) PASS: test_fastcall_error_kw (test.test_call.TestCallingConventions) PASS: test_fastcall_ext (test.test_call.TestCallingConventions) PASS: test_fastcall_keywords (test.test_call.TestCallingConventions) PASS: test_fastcall_keywords_ext (test.test_call.TestCallingConventions) PASS: test_noargs (test.test_call.TestCallingConventions) PASS: test_noargs_error_arg (test.test_call.TestCallingConventions) PASS: test_noargs_error_arg2 (test.test_call.TestCallingConventions) PASS: test_noargs_error_ext (test.test_call.TestCallingConventions) PASS: test_noargs_error_kw (test.test_call.TestCallingConventions) PASS: test_noargs_ext (test.test_call.TestCallingConventions) PASS: test_o (test.test_call.TestCallingConventions) PASS: test_o_error_arg_kw (test.test_call.TestCallingConventions) PASS: test_o_error_ext (test.test_call.TestCallingConventions) PASS: test_o_error_kw (test.test_call.TestCallingConventions) PASS: test_o_error_no_arg (test.test_call.TestCallingConventions) PASS: test_o_error_two_args (test.test_call.TestCallingConventions) PASS: test_o_ext (test.test_call.TestCallingConventions) PASS: test_varargs (test.test_call.TestCallingConventions) PASS: test_varargs_error_kw (test.test_call.TestCallingConventions) PASS: test_varargs_ext (test.test_call.TestCallingConventions) PASS: test_varargs_keywords (test.test_call.TestCallingConventions) PASS: test_varargs_keywords_ext (test.test_call.TestCallingConventions) PASS: test_fastcall (test.test_call.TestCallingConventionsClass) PASS: test_fastcall_error_kw (test.test_call.TestCallingConventionsClass) PASS: test_fastcall_ext (test.test_call.TestCallingConventionsClass) PASS: test_fastcall_keywords (test.test_call.TestCallingConventionsClass) PASS: test_fastcall_keywords_ext (test.test_call.TestCallingConventionsClass) PASS: test_noargs (test.test_call.TestCallingConventionsClass) PASS: test_noargs_error_arg (test.test_call.TestCallingConventionsClass) PASS: test_noargs_error_arg2 (test.test_call.TestCallingConventionsClass) PASS: test_noargs_error_ext (test.test_call.TestCallingConventionsClass) PASS: test_noargs_error_kw (test.test_call.TestCallingConventionsClass) PASS: test_noargs_ext (test.test_call.TestCallingConventionsClass) PASS: test_o (test.test_call.TestCallingConventionsClass) PASS: test_o_error_arg_kw (test.test_call.TestCallingConventionsClass) PASS: test_o_error_ext (test.test_call.TestCallingConventionsClass) PASS: test_o_error_kw (test.test_call.TestCallingConventionsClass) PASS: test_o_error_no_arg (test.test_call.TestCallingConventionsClass) PASS: test_o_error_two_args (test.test_call.TestCallingConventionsClass) PASS: test_o_ext (test.test_call.TestCallingConventionsClass) PASS: test_varargs (test.test_call.TestCallingConventionsClass) PASS: test_varargs_error_kw (test.test_call.TestCallingConventionsClass) PASS: test_varargs_ext (test.test_call.TestCallingConventionsClass) PASS: test_varargs_keywords (test.test_call.TestCallingConventionsClass) PASS: test_varargs_keywords_ext (test.test_call.TestCallingConventionsClass) PASS: test_fastcall (test.test_call.TestCallingConventionsClassInstance) PASS: test_fastcall_error_kw (test.test_call.TestCallingConventionsClassInstance) PASS: test_fastcall_ext (test.test_call.TestCallingConventionsClassInstance) PASS: test_fastcall_keywords (test.test_call.TestCallingConventionsClassInstance) PASS: test_fastcall_keywords_ext (test.test_call.TestCallingConventionsClassInstance) PASS: test_noargs (test.test_call.TestCallingConventionsClassInstance) PASS: test_noargs_error_arg (test.test_call.TestCallingConventionsClassInstance) PASS: test_noargs_error_arg2 (test.test_call.TestCallingConventionsClassInstance) PASS: test_noargs_error_ext (test.test_call.TestCallingConventionsClassInstance) PASS: test_noargs_error_kw (test.test_call.TestCallingConventionsClassInstance) PASS: test_noargs_ext (test.test_call.TestCallingConventionsClassInstance) PASS: test_o (test.test_call.TestCallingConventionsClassInstance) PASS: test_o_error_arg_kw (test.test_call.TestCallingConventionsClassInstance) PASS: test_o_error_ext (test.test_call.TestCallingConventionsClassInstance) PASS: test_o_error_kw (test.test_call.TestCallingConventionsClassInstance) PASS: test_o_error_no_arg (test.test_call.TestCallingConventionsClassInstance) PASS: test_o_error_two_args (test.test_call.TestCallingConventionsClassInstance) PASS: test_o_ext (test.test_call.TestCallingConventionsClassInstance) PASS: test_varargs (test.test_call.TestCallingConventionsClassInstance) PASS: test_varargs_error_kw (test.test_call.TestCallingConventionsClassInstance) PASS: test_varargs_ext (test.test_call.TestCallingConventionsClassInstance) PASS: test_varargs_keywords (test.test_call.TestCallingConventionsClassInstance) PASS: test_varargs_keywords_ext (test.test_call.TestCallingConventionsClassInstance) PASS: test_fastcall (test.test_call.TestCallingConventionsInstance) PASS: test_fastcall_error_kw (test.test_call.TestCallingConventionsInstance) PASS: test_fastcall_ext (test.test_call.TestCallingConventionsInstance) PASS: test_fastcall_keywords (test.test_call.TestCallingConventionsInstance) PASS: test_fastcall_keywords_ext (test.test_call.TestCallingConventionsInstance) PASS: test_noargs (test.test_call.TestCallingConventionsInstance) PASS: test_noargs_error_arg (test.test_call.TestCallingConventionsInstance) PASS: test_noargs_error_arg2 (test.test_call.TestCallingConventionsInstance) PASS: test_noargs_error_ext (test.test_call.TestCallingConventionsInstance) PASS: test_noargs_error_kw (test.test_call.TestCallingConventionsInstance) PASS: test_noargs_ext (test.test_call.TestCallingConventionsInstance) PASS: test_o (test.test_call.TestCallingConventionsInstance) PASS: test_o_error_arg_kw (test.test_call.TestCallingConventionsInstance) PASS: test_o_error_ext (test.test_call.TestCallingConventionsInstance) PASS: test_o_error_kw (test.test_call.TestCallingConventionsInstance) PASS: test_o_error_no_arg (test.test_call.TestCallingConventionsInstance) PASS: test_o_error_two_args (test.test_call.TestCallingConventionsInstance) PASS: test_o_ext (test.test_call.TestCallingConventionsInstance) PASS: test_varargs (test.test_call.TestCallingConventionsInstance) PASS: test_varargs_error_kw (test.test_call.TestCallingConventionsInstance) PASS: test_varargs_ext (test.test_call.TestCallingConventionsInstance) PASS: test_varargs_keywords (test.test_call.TestCallingConventionsInstance) PASS: test_varargs_keywords_ext (test.test_call.TestCallingConventionsInstance) PASS: test_fastcall (test.test_call.TestCallingConventionsStatic) PASS: test_fastcall_error_kw (test.test_call.TestCallingConventionsStatic) PASS: test_fastcall_ext (test.test_call.TestCallingConventionsStatic) PASS: test_fastcall_keywords (test.test_call.TestCallingConventionsStatic) PASS: test_fastcall_keywords_ext (test.test_call.TestCallingConventionsStatic) PASS: test_noargs (test.test_call.TestCallingConventionsStatic) PASS: test_noargs_error_arg (test.test_call.TestCallingConventionsStatic) PASS: test_noargs_error_arg2 (test.test_call.TestCallingConventionsStatic) PASS: test_noargs_error_ext (test.test_call.TestCallingConventionsStatic) PASS: test_noargs_error_kw (test.test_call.TestCallingConventionsStatic) PASS: test_noargs_ext (test.test_call.TestCallingConventionsStatic) PASS: test_o (test.test_call.TestCallingConventionsStatic) PASS: test_o_error_arg_kw (test.test_call.TestCallingConventionsStatic) PASS: test_o_error_ext (test.test_call.TestCallingConventionsStatic) PASS: test_o_error_kw (test.test_call.TestCallingConventionsStatic) PASS: test_o_error_no_arg (test.test_call.TestCallingConventionsStatic) PASS: test_o_error_two_args (test.test_call.TestCallingConventionsStatic) PASS: test_o_ext (test.test_call.TestCallingConventionsStatic) PASS: test_varargs (test.test_call.TestCallingConventionsStatic) PASS: test_varargs_error_kw (test.test_call.TestCallingConventionsStatic) PASS: test_varargs_ext (test.test_call.TestCallingConventionsStatic) PASS: test_varargs_keywords (test.test_call.TestCallingConventionsStatic) PASS: test_varargs_keywords_ext (test.test_call.TestCallingConventionsStatic) PASS: test_missing_arguments (test.test_call.TestErrorMessagesUseQualifiedName) PASS: test_multiple_values (test.test_call.TestErrorMessagesUseQualifiedName) PASS: test_positional_only_passed_as_keyword (test.test_call.TestErrorMessagesUseQualifiedName) PASS: test_too_many_positional (test.test_call.TestErrorMessagesUseQualifiedName) PASS: test_unexpected_keyword (test.test_call.TestErrorMessagesUseQualifiedName) PASS: test_method_descriptor_flag (test.test_call.TestPEP590) PASS: test_vectorcall (test.test_call.TestPEP590) PASS: test_vectorcall_flag (test.test_call.TestPEP590) PASS: test_vectorcall_override (test.test_call.TestPEP590) ---------------------------------------------------------------------- Ran 164 tests in 0.053s OK 0:01:45 load avg: 0.98 [ 49/427] test_capi PASS: test_Py_CompileString (test.test_capi.CAPITest) PASS: test_buildvalue_N (test.test_capi.CAPITest) PASS: test_c_subclass_of_heap_ctype_with_del_modifying_dunder_class_only_decrefs_once (test.test_capi.CAPITest) PASS: test_c_subclass_of_heap_ctype_with_tpdealloc_decrefs_once (test.test_capi.CAPITest) PASS: test_c_type_with_ipow (test.test_capi.CAPITest) PASS: test_c_type_with_matrix_multiplication (test.test_capi.CAPITest) PASS: test_docstring_signature_parsing (test.test_capi.CAPITest) PASS: test_exc_info (test.test_capi.CAPITest) PASS: test_fatal_error (test.test_capi.CAPITest) PASS: test_getitem_with_error (test.test_capi.CAPITest) PASS: test_heap_ctype_doc_and_text_signature (test.test_capi.CAPITest) PASS: test_heaptype_with_buffer (test.test_capi.CAPITest) PASS: test_heaptype_with_dict (test.test_capi.CAPITest) PASS: test_heaptype_with_negative_dict (test.test_capi.CAPITest) PASS: test_heaptype_with_setattro (test.test_capi.CAPITest) PASS: test_heaptype_with_weakref (test.test_capi.CAPITest) PASS: test_instancemethod (test.test_capi.CAPITest) PASS: test_mapping_keys_values_items (test.test_capi.CAPITest) PASS: test_mapping_keys_values_items_bad_arg (test.test_capi.CAPITest) PASS: test_memoryview_from_NULL_pointer (test.test_capi.CAPITest) SKIP: test_negative_refcount (test.test_capi.CAPITest) 'need _testcapi.negative_refcount' PASS: test_no_FatalError_infinite_loop (test.test_capi.CAPITest) PASS: test_null_type_doc (test.test_capi.CAPITest) PASS: test_pynumber_tobase (test.test_capi.CAPITest) PASS: test_pyobject_bytes_from_null (test.test_capi.CAPITest) PASS: test_pyobject_repr_from_null (test.test_capi.CAPITest) PASS: test_pyobject_str_from_null (test.test_capi.CAPITest) PASS: test_return_null_without_error (test.test_capi.CAPITest) PASS: test_return_result_with_error (test.test_capi.CAPITest) PASS: test_seq_bytes_to_charp_array (test.test_capi.CAPITest) PASS: test_set_nomemory (test.test_capi.CAPITest) PASS: test_subclass_of_heap_gc_ctype_with_del_modifying_dunder_class_only_decrefs_once (test.test_capi.CAPITest) PASS: test_subclass_of_heap_gc_ctype_with_tpdealloc_decrefs_once (test.test_capi.CAPITest) PASS: test_subprocess_fork_exec (test.test_capi.CAPITest) SKIP: test_trashcan_python_class1 (test.test_capi.CAPITest) "resource 'cpu' is not enabled" SKIP: test_trashcan_python_class2 (test.test_capi.CAPITest) "resource 'cpu' is not enabled" PASS: test_trashcan_subclass (test.test_capi.CAPITest) PASS: test_api_misuse (test.test_capi.PyMemDebugTests) PASS: test_buffer_overflow (test.test_capi.PyMemDebugTests) PASS: test_pymem_malloc_without_gil (test.test_capi.PyMemDebugTests) PASS: test_pyobject_forbidden_bytes_is_freed (test.test_capi.PyMemDebugTests) PASS: test_pyobject_freed_is_freed (test.test_capi.PyMemDebugTests) PASS: test_pyobject_malloc_without_gil (test.test_capi.PyMemDebugTests) PASS: test_pyobject_null_is_freed (test.test_capi.PyMemDebugTests) PASS: test_pyobject_uninitialized_is_freed (test.test_capi.PyMemDebugTests) SKIP: test_api_misuse (test.test_capi.PyMemDefaultTests) 'need Py_DEBUG' SKIP: test_buffer_overflow (test.test_capi.PyMemDefaultTests) 'need Py_DEBUG' SKIP: test_pymem_malloc_without_gil (test.test_capi.PyMemDefaultTests) 'need Py_DEBUG' SKIP: test_pyobject_forbidden_bytes_is_freed (test.test_capi.PyMemDefaultTests) 'need Py_DEBUG' SKIP: test_pyobject_freed_is_freed (test.test_capi.PyMemDefaultTests) 'need Py_DEBUG' SKIP: test_pyobject_malloc_without_gil (test.test_capi.PyMemDefaultTests) 'need Py_DEBUG' SKIP: test_pyobject_null_is_freed (test.test_capi.PyMemDefaultTests) 'need Py_DEBUG' SKIP: test_pyobject_uninitialized_is_freed (test.test_capi.PyMemDefaultTests) 'need Py_DEBUG' PASS: test_api_misuse (test.test_capi.PyMemMallocDebugTests) PASS: test_buffer_overflow (test.test_capi.PyMemMallocDebugTests) PASS: test_pymem_malloc_without_gil (test.test_capi.PyMemMallocDebugTests) PASS: test_pyobject_forbidden_bytes_is_freed (test.test_capi.PyMemMallocDebugTests) PASS: test_pyobject_freed_is_freed (test.test_capi.PyMemMallocDebugTests) PASS: test_pyobject_malloc_without_gil (test.test_capi.PyMemMallocDebugTests) PASS: test_pyobject_null_is_freed (test.test_capi.PyMemMallocDebugTests) PASS: test_pyobject_uninitialized_is_freed (test.test_capi.PyMemMallocDebugTests) PASS: test_api_misuse (test.test_capi.PyMemPymallocDebugTests) PASS: test_buffer_overflow (test.test_capi.PyMemPymallocDebugTests) PASS: test_pymem_malloc_without_gil (test.test_capi.PyMemPymallocDebugTests) PASS: test_pyobject_forbidden_bytes_is_freed (test.test_capi.PyMemPymallocDebugTests) PASS: test_pyobject_freed_is_freed (test.test_capi.PyMemPymallocDebugTests) PASS: test_pyobject_malloc_without_gil (test.test_capi.PyMemPymallocDebugTests) PASS: test_pyobject_null_is_freed (test.test_capi.PyMemPymallocDebugTests) PASS: test_pyobject_uninitialized_is_freed (test.test_capi.PyMemPymallocDebugTests) test_module_state_shared_in_global (test.test_capi.SubinterpreterTest) PASS: bpo-44050: Extension module state should be shared between interpreters test_mutate_exception (test.test_capi.SubinterpreterTest) PASS: Exceptions saved in global module state get shared between PASS: test_subinterps (test.test_capi.SubinterpreterTest) PASS: test_subinterps_recent_language_features (test.test_capi.SubinterpreterTest) PASS: test_pendingcalls_non_threaded (test.test_capi.TestPendingCalls) PASS: test_pendingcalls_threaded (test.test_capi.TestPendingCalls) PASS: test_thread_state (test.test_capi.TestThreadState) PASS: test_get_module_bad_def (test.test_capi.Test_ModuleStateAccess) PASS: test_get_module_static_in_mro (test.test_capi.Test_ModuleStateAccess) test_state_access (test.test_capi.Test_ModuleStateAccess) PASS: Checks methods defined with and without argument clinic test_subclass_get_module (test.test_capi.Test_ModuleStateAccess) PASS: PyType_GetModule for defining_class PASS: test_subclass_get_module_with_super (test.test_capi.Test_ModuleStateAccess) PASS: test_buildvalue_N (test.test_capi.Test_testcapi) PASS: test_buildvalue_issue38913 (test.test_capi.Test_testcapi) PASS: test_capsule (test.test_capi.Test_testcapi) PASS: test_config (test.test_capi.Test_testcapi) PASS: test_datetime_capi (test.test_capi.Test_testcapi) PASS: test_decref_doesnt_leak (test.test_capi.Test_testcapi) PASS: test_dict_iteration (test.test_capi.Test_testcapi) PASS: test_empty_argparse (test.test_capi.Test_testcapi) PASS: test_from_contiguous (test.test_capi.Test_testcapi) PASS: test_gc_control (test.test_capi.Test_testcapi) PASS: test_get_statictype_slots (test.test_capi.Test_testcapi) PASS: test_incref_decref_API (test.test_capi.Test_testcapi) PASS: test_incref_doesnt_leak (test.test_capi.Test_testcapi) PASS: test_lazy_hash_inheritance (test.test_capi.Test_testcapi) PASS: test_list_api (test.test_capi.Test_testcapi) PASS: test_long_and_overflow (test.test_capi.Test_testcapi) PASS: test_long_api (test.test_capi.Test_testcapi) PASS: test_long_as_double (test.test_capi.Test_testcapi) PASS: test_long_as_size_t (test.test_capi.Test_testcapi) PASS: test_long_as_unsigned_long_long_mask (test.test_capi.Test_testcapi) PASS: test_long_long_and_overflow (test.test_capi.Test_testcapi) PASS: test_long_numbits (test.test_capi.Test_testcapi) PASS: test_longlong_api (test.test_capi.Test_testcapi) PASS: test_pep3118_obsolete_write_locks (test.test_capi.Test_testcapi) PASS: test_py_is_funcs (test.test_capi.Test_testcapi) PASS: test_py_is_macros (test.test_capi.Test_testcapi) PASS: test_pymem_alloc0 (test.test_capi.Test_testcapi) PASS: test_pymem_setallocators (test.test_capi.Test_testcapi) PASS: test_pymem_setrawallocators (test.test_capi.Test_testcapi) PASS: test_pyobject_setallocators (test.test_capi.Test_testcapi) PASS: test_pythread_tss_key_state (test.test_capi.Test_testcapi) PASS: test_refcount_funcs (test.test_capi.Test_testcapi) PASS: test_refcount_macros (test.test_capi.Test_testcapi) PASS: test_set_type_size (test.test_capi.Test_testcapi) PASS: test_sizeof_c_types (test.test_capi.Test_testcapi) PASS: test_string_from_format (test.test_capi.Test_testcapi) PASS: test_string_to_double (test.test_capi.Test_testcapi) PASS: test_structseq_newtype_doesnt_leak (test.test_capi.Test_testcapi) PASS: test_structseq_newtype_null_descr_doc (test.test_capi.Test_testcapi) PASS: test_unicode_compare_with_ascii (test.test_capi.Test_testcapi) PASS: test_widechar (test.test_capi.Test_testcapi) test_with_docstring (test.test_capi.Test_testcapi) PASS: This is a pretty normal docstring. PASS: test_xdecref_doesnt_leak (test.test_capi.Test_testcapi) PASS: test_xincref_doesnt_leak (test.test_capi.Test_testcapi) PASS: test_atomic_funcs (test.test_capi.Test_testinternalcapi) PASS: test_bit_length (test.test_capi.Test_testinternalcapi) PASS: test_bswap (test.test_capi.Test_testinternalcapi) PASS: test_edit_cost (test.test_capi.Test_testinternalcapi) PASS: test_hashtable (test.test_capi.Test_testinternalcapi) PASS: test_popcount (test.test_capi.Test_testinternalcapi) ---------------------------------------------------------------------- Ran 131 tests in 3.443s OK (skipped=11) 0:01:49 load avg: 0.90 [ 50/427] test_cgi PASS: testQSAndFormData (test.test_cgi.CgiTests) PASS: testQSAndFormDataFile (test.test_cgi.CgiTests) PASS: testQSAndUrlEncode (test.test_cgi.CgiTests) PASS: test_all (test.test_cgi.CgiTests) PASS: test_field_storage_multipart_no_content_length (test.test_cgi.CgiTests) PASS: test_fieldstorage_as_context_manager (test.test_cgi.CgiTests) PASS: test_fieldstorage_invalid (test.test_cgi.CgiTests) PASS: test_fieldstorage_multipart (test.test_cgi.CgiTests) PASS: test_fieldstorage_multipart_leading_whitespace (test.test_cgi.CgiTests) PASS: test_fieldstorage_multipart_maxline (test.test_cgi.CgiTests) PASS: test_fieldstorage_multipart_non_ascii (test.test_cgi.CgiTests) PASS: test_fieldstorage_multipart_w3c (test.test_cgi.CgiTests) PASS: test_fieldstorage_part_content_length (test.test_cgi.CgiTests) PASS: test_fieldstorage_properties (test.test_cgi.CgiTests) PASS: test_fieldstorage_readline (test.test_cgi.CgiTests) PASS: test_log (test.test_cgi.CgiTests) PASS: test_max_num_fields (test.test_cgi.CgiTests) PASS: test_parse_header (test.test_cgi.CgiTests) PASS: test_parse_multipart (test.test_cgi.CgiTests) PASS: test_parse_multipart_invalid_encoding (test.test_cgi.CgiTests) PASS: test_parse_multipart_without_content_length (test.test_cgi.CgiTests) PASS: test_separator (test.test_cgi.CgiTests) PASS: test_strict (test.test_cgi.CgiTests) ---------------------------------------------------------------------- Ran 23 tests in 0.013s OK 0:01:49 load avg: 0.90 [ 51/427] test_cgitb PASS: test_blanks (test.test_cgitb.TestCgitb) PASS: test_fonts (test.test_cgitb.TestCgitb) PASS: test_html (test.test_cgitb.TestCgitb) PASS: test_syshook_no_logdir_default_format (test.test_cgitb.TestCgitb) PASS: test_syshook_no_logdir_text_format (test.test_cgitb.TestCgitb) PASS: test_text (test.test_cgitb.TestCgitb) ---------------------------------------------------------------------- Ran 6 tests in 0.204s OK 0:01:49 load avg: 0.90 [ 52/427] test_charmapcodec PASS: test_constructorx (test.test_charmapcodec.CharmapCodecTest) PASS: test_constructory (test.test_charmapcodec.CharmapCodecTest) PASS: test_encodex (test.test_charmapcodec.CharmapCodecTest) PASS: test_maptoundefined (test.test_charmapcodec.CharmapCodecTest) ---------------------------------------------------------------------- Ran 4 tests in 0.001s OK 0:01:50 load avg: 0.90 [ 53/427] test_check_c_globals test_check_c_globals skipped -- c-analyzer directory could not be found 0:01:50 load avg: 0.90 [ 54/427] test_class -- test_check_c_globals skipped PASS: testBadTypeReturned (test.test_class.ClassTests) PASS: testBinaryOps (test.test_class.ClassTests) PASS: testConstructorErrorMessages (test.test_class.ClassTests) PASS: testDel (test.test_class.ClassTests) PASS: testForExceptionsRaisedInInstanceGetattr2 (test.test_class.ClassTests) PASS: testGetSetAndDel (test.test_class.ClassTests) PASS: testHashComparisonOfMethods (test.test_class.ClassTests) PASS: testHashStuff (test.test_class.ClassTests) PASS: testInit (test.test_class.ClassTests) PASS: testListAndDictOps (test.test_class.ClassTests) PASS: testMisc (test.test_class.ClassTests) PASS: testSFBug532646 (test.test_class.ClassTests) PASS: testSetattrNonStringName (test.test_class.ClassTests) PASS: testSetattrWrapperNameIntern (test.test_class.ClassTests) PASS: testUnaryOps (test.test_class.ClassTests) ---------------------------------------------------------------------- Ran 15 tests in 0.016s OK 0:01:50 load avg: 0.90 [ 55/427] test_clinic test_clinic skipped -- clinic directory could not be found 0:01:50 load avg: 0.90 [ 56/427] test_cmath -- test_clinic skipped PASS: testAtanSign (test.test_cmath.CMathTests) PASS: testAtanhSign (test.test_cmath.CMathTests) PASS: testTanhSign (test.test_cmath.CMathTests) PASS: test_abs (test.test_cmath.CMathTests) PASS: test_abs_overflows (test.test_cmath.CMathTests) PASS: test_cmath_matches_math (test.test_cmath.CMathTests) PASS: test_constants (test.test_cmath.CMathTests) PASS: test_infinity_and_nan_constants (test.test_cmath.CMathTests) PASS: test_input_type (test.test_cmath.CMathTests) PASS: test_isfinite (test.test_cmath.CMathTests) PASS: test_isinf (test.test_cmath.CMathTests) PASS: test_isnan (test.test_cmath.CMathTests) PASS: test_phase (test.test_cmath.CMathTests) PASS: test_polar (test.test_cmath.CMathTests) PASS: test_polar_errno (test.test_cmath.CMathTests) PASS: test_rect (test.test_cmath.CMathTests) PASS: test_specific_values (test.test_cmath.CMathTests) PASS: test_user_object (test.test_cmath.CMathTests) PASS: test_asymmetry (test.test_cmath.IsCloseTests) PASS: test_complex_near_zero (test.test_cmath.IsCloseTests) PASS: test_complex_values (test.test_cmath.IsCloseTests) PASS: test_decimals (test.test_cmath.IsCloseTests) PASS: test_eight_decimal_places (test.test_cmath.IsCloseTests) PASS: test_fractions (test.test_cmath.IsCloseTests) PASS: test_identical (test.test_cmath.IsCloseTests) PASS: test_identical_infinite (test.test_cmath.IsCloseTests) PASS: test_inf_ninf_nan (test.test_cmath.IsCloseTests) PASS: test_integers (test.test_cmath.IsCloseTests) PASS: test_near_zero (test.test_cmath.IsCloseTests) PASS: test_negative_tolerances (test.test_cmath.IsCloseTests) PASS: test_reject_complex_tolerances (test.test_cmath.IsCloseTests) PASS: test_zero_tolerance (test.test_cmath.IsCloseTests) ---------------------------------------------------------------------- Ran 32 tests in 0.030s OK 0:01:50 load avg: 0.90 [ 57/427] test_cmd Trying: mycmd = samplecmdclass() Expecting nothing ok Trying: mycmd.parseline("") Expecting: (None, None, '') ok Trying: mycmd.parseline("?") Expecting: ('help', '', 'help ') ok Trying: mycmd.parseline("?help") Expecting: ('help', 'help', 'help help') ok Trying: mycmd.parseline("!") Expecting: ('shell', '', 'shell ') ok Trying: mycmd.parseline("!command") Expecting: ('shell', 'command', 'shell command') ok Trying: mycmd.parseline("func") Expecting: ('func', '', 'func') ok Trying: mycmd.parseline("func arg1") Expecting: ('func', 'arg1', 'func arg1') ok Trying: mycmd.onecmd("") Expecting nothing ok Trying: mycmd.onecmd("add 4 5") Expecting: 9 ok Trying: mycmd.onecmd("") Expecting: 9 ok Trying: mycmd.onecmd("test") Expecting: *** Unknown syntax: test ok Trying: mycmd.emptyline() Expecting: *** Unknown syntax: test ok Trying: mycmd.default("default") Expecting: *** Unknown syntax: default ok Trying: mycmd.completedefault() Expecting: This is the completedefault method ok Trying: mycmd.completenames("a") Expecting: ['add'] ok Trying: mycmd.completenames("12") Expecting: [] ok Trying: mycmd.completenames("help") Expecting: ['help'] ok Trying: mycmd.complete_help("a") Expecting: ['add'] ok Trying: mycmd.complete_help("he") Expecting: ['help'] ok Trying: mycmd.complete_help("12") Expecting: [] ok Trying: sorted(mycmd.complete_help("")) Expecting: ['add', 'exit', 'help', 'shell'] ok Trying: mycmd.do_help("testet") Expecting: *** No help on testet ok Trying: mycmd.do_help("add") Expecting: help text for add ok Trying: mycmd.onecmd("help add") Expecting: help text for add ok Trying: mycmd.do_help("") Expecting: Documented commands (type help ): ======================================== add help Undocumented commands: ====================== exit shell ok Trying: mycmd.print_topics("header", ["command1", "command2"], 2 ,10) Expecting: header ====== command1 command2 ok Trying: mycmd.columnize([str(i) for i in range(20)]) Expecting: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 ok Trying: mycmd.columnize([str(i) for i in range(20)], 10) Expecting: 0 7 14 1 8 15 2 9 16 3 10 17 4 11 18 5 12 19 6 13 ok Trying: mycmd.use_rawinput=0 Expecting nothing ok Trying: mycmd.cmdqueue=["", "add", "add 4 5", "help", "help add","exit"] Expecting nothing ok Trying: mycmd.cmdloop() Expecting: Hello from preloop help text for add *** invalid number of arguments 9 Documented commands (type help ): ======================================== add help Undocumented commands: ====================== exit shell help text for add Hello from postloop ok 19 items had no tests: test.test_cmd test.test_cmd.TestAlternateInput test.test_cmd.TestAlternateInput.simplecmd test.test_cmd.TestAlternateInput.simplecmd.do_EOF test.test_cmd.TestAlternateInput.simplecmd.do_print test.test_cmd.TestAlternateInput.simplecmd2 test.test_cmd.TestAlternateInput.simplecmd2.do_EOF test.test_cmd.TestAlternateInput.test_file_with_missing_final_nl test.test_cmd.TestAlternateInput.test_input_reset_at_EOF test.test_cmd.samplecmdclass.complete_command test.test_cmd.samplecmdclass.completedefault test.test_cmd.samplecmdclass.do_add test.test_cmd.samplecmdclass.do_exit test.test_cmd.samplecmdclass.do_shell test.test_cmd.samplecmdclass.help_add test.test_cmd.samplecmdclass.postloop test.test_cmd.samplecmdclass.preloop test.test_cmd.test_coverage test.test_cmd.test_main 1 items passed all tests: 32 tests in test.test_cmd.samplecmdclass 32 tests in 20 items. 32 passed and 0 failed. Test passed. doctest (test.test_cmd) ... 32 tests with zero failures PASS: test_file_with_missing_final_nl (test.test_cmd.TestAlternateInput) PASS: test_input_reset_at_EOF (test.test_cmd.TestAlternateInput) ---------------------------------------------------------------------- Ran 2 tests in 0.000s OK 0:01:50 load avg: 0.90 [ 58/427] test_cmd_line SKIP: test_argv0_normalization (test.test_cmd_line.CmdLineTest) 'bpo-32457 only applies on Windows' PASS: test_builtin_input (test.test_cmd_line.CmdLineTest) PASS: test_closed_stdout (test.test_cmd_line.CmdLineTest) PASS: test_coding (test.test_cmd_line.CmdLineTest) PASS: test_del___main__ (test.test_cmd_line.CmdLineTest) PASS: test_directories (test.test_cmd_line.CmdLineTest) PASS: test_displayhook_unencodable (test.test_cmd_line.CmdLineTest) PASS: test_empty_PYTHONPATH_issue16309 (test.test_cmd_line.CmdLineTest) PASS: test_hash_randomization (test.test_cmd_line.CmdLineTest) PASS: test_invalid_utf8_arg (test.test_cmd_line.CmdLineTest) PASS: test_isolatedmode (test.test_cmd_line.CmdLineTest) PASS: test_large_PYTHONPATH (test.test_cmd_line.CmdLineTest) PASS: test_no_std_streams (test.test_cmd_line.CmdLineTest) PASS: test_no_stderr (test.test_cmd_line.CmdLineTest) PASS: test_no_stdin (test.test_cmd_line.CmdLineTest) PASS: test_no_stdout (test.test_cmd_line.CmdLineTest) PASS: test_non_ascii (test.test_cmd_line.CmdLineTest) PASS: test_non_interactive_output_buffering (test.test_cmd_line.CmdLineTest) PASS: test_optimize (test.test_cmd_line.CmdLineTest) SKIP: test_osx_android_utf8 (test.test_cmd_line.CmdLineTest) 'test specific to Mac OS X and Android' PASS: test_output_newline (test.test_cmd_line.CmdLineTest) PASS: test_parsing_error (test.test_cmd_line.CmdLineTest) PASS: test_pythondevmode_env (test.test_cmd_line.CmdLineTest) PASS: test_pythonmalloc (test.test_cmd_line.CmdLineTest) PASS: test_relativedir_bug46421 (test.test_cmd_line.CmdLineTest) PASS: test_run_code (test.test_cmd_line.CmdLineTest) PASS: test_run_module (test.test_cmd_line.CmdLineTest) PASS: test_run_module_bug1764407 (test.test_cmd_line.CmdLineTest) PASS: test_set_pycache_prefix (test.test_cmd_line.CmdLineTest) PASS: test_showrefcount (test.test_cmd_line.CmdLineTest) PASS: test_site_flag (test.test_cmd_line.CmdLineTest) PASS: test_stdin_readline (test.test_cmd_line.CmdLineTest) PASS: test_stdout_flush_at_shutdown (test.test_cmd_line.CmdLineTest) PASS: test_sys_flags_set (test.test_cmd_line.CmdLineTest) PASS: test_unbuffered_input (test.test_cmd_line.CmdLineTest) PASS: test_unbuffered_output (test.test_cmd_line.CmdLineTest) PASS: test_undecodable_code (test.test_cmd_line.CmdLineTest) PASS: test_unknown_options (test.test_cmd_line.CmdLineTest) PASS: test_unmached_quote (test.test_cmd_line.CmdLineTest) PASS: test_usage (test.test_cmd_line.CmdLineTest) PASS: test_verbose (test.test_cmd_line.CmdLineTest) PASS: test_version (test.test_cmd_line.CmdLineTest) PASS: test_warnings_filter_precedence (test.test_cmd_line.CmdLineTest) PASS: test_xdev (test.test_cmd_line.CmdLineTest) PASS: test_xoptions (test.test_cmd_line.CmdLineTest) PASS: test_ignore_PYTHONHASHSEED (test.test_cmd_line.IgnoreEnvironmentTest) PASS: test_ignore_PYTHONPATH (test.test_cmd_line.IgnoreEnvironmentTest) PASS: test_sys_flags_not_set (test.test_cmd_line.IgnoreEnvironmentTest) PASS: test_decoding_error_at_the_end_of_the_line (test.test_cmd_line.SyntaxErrorTests) PASS: test_tokenizer_error_with_stdin (test.test_cmd_line.SyntaxErrorTests) ---------------------------------------------------------------------- Ran 50 tests in 2.697s OK (skipped=2) 0:01:53 load avg: 0.91 [ 59/427] test_cmd_line_script PASS: test_basic_script (test.test_cmd_line_script.CmdLineTest) PASS: test_consistent_sys_path_for_direct_execution (test.test_cmd_line_script.CmdLineTest) PASS: test_consistent_sys_path_for_module_execution (test.test_cmd_line_script.CmdLineTest) PASS: test_dash_c_loader (test.test_cmd_line_script.CmdLineTest) PASS: test_dash_m_bad_pyc (test.test_cmd_line_script.CmdLineTest) PASS: test_dash_m_error_code_is_one (test.test_cmd_line_script.CmdLineTest) PASS: test_dash_m_errors (test.test_cmd_line_script.CmdLineTest) PASS: test_dash_m_init_traceback (test.test_cmd_line_script.CmdLineTest) PASS: test_dash_m_main_traceback (test.test_cmd_line_script.CmdLineTest) PASS: test_directory (test.test_cmd_line_script.CmdLineTest) PASS: test_directory_compiled (test.test_cmd_line_script.CmdLineTest) PASS: test_directory_error (test.test_cmd_line_script.CmdLineTest) PASS: test_hint_when_triying_to_import_a_py_file (test.test_cmd_line_script.CmdLineTest) PASS: test_issue20500_exit_with_exception_value (test.test_cmd_line_script.CmdLineTest) PASS: test_issue20884 (test.test_cmd_line_script.CmdLineTest) PASS: test_issue8202 (test.test_cmd_line_script.CmdLineTest) PASS: test_issue8202_dash_c_file_ignored (test.test_cmd_line_script.CmdLineTest) PASS: test_issue8202_dash_m_file_ignored (test.test_cmd_line_script.CmdLineTest) PASS: test_module_in_package (test.test_cmd_line_script.CmdLineTest) PASS: test_module_in_package_in_zipfile (test.test_cmd_line_script.CmdLineTest) PASS: test_module_in_subpackage_in_zipfile (test.test_cmd_line_script.CmdLineTest) PASS: test_non_ascii (test.test_cmd_line_script.CmdLineTest) PASS: test_nonexisting_script (test.test_cmd_line_script.CmdLineTest) PASS: test_package (test.test_cmd_line_script.CmdLineTest) PASS: test_package_compiled (test.test_cmd_line_script.CmdLineTest) PASS: test_package_error (test.test_cmd_line_script.CmdLineTest) PASS: test_package_recursion (test.test_cmd_line_script.CmdLineTest) PASS: test_pep_409_verbiage (test.test_cmd_line_script.CmdLineTest) PASS: test_repl_stderr_flush (test.test_cmd_line_script.CmdLineTest) PASS: test_repl_stderr_flush_separate_stderr (test.test_cmd_line_script.CmdLineTest) PASS: test_repl_stdout_flush (test.test_cmd_line_script.CmdLineTest) PASS: test_repl_stdout_flush_separate_stderr (test.test_cmd_line_script.CmdLineTest) PASS: test_script_abspath (test.test_cmd_line_script.CmdLineTest) PASS: test_script_compiled (test.test_cmd_line_script.CmdLineTest) PASS: test_stdin_loader (test.test_cmd_line_script.CmdLineTest) PASS: test_syntaxerror_indented_caret_position (test.test_cmd_line_script.CmdLineTest) PASS: test_syntaxerror_invalid_escape_sequence_multi_line (test.test_cmd_line_script.CmdLineTest) PASS: test_syntaxerror_multi_line_fstring (test.test_cmd_line_script.CmdLineTest) PASS: test_syntaxerror_unindented_caret_position (test.test_cmd_line_script.CmdLineTest) PASS: test_zipfile (test.test_cmd_line_script.CmdLineTest) PASS: test_zipfile_compiled_checked_hash (test.test_cmd_line_script.CmdLineTest) PASS: test_zipfile_compiled_timestamp (test.test_cmd_line_script.CmdLineTest) PASS: test_zipfile_compiled_unchecked_hash (test.test_cmd_line_script.CmdLineTest) PASS: test_zipfile_error (test.test_cmd_line_script.CmdLineTest) ---------------------------------------------------------------------- Ran 44 tests in 2.417s OK 0:01:56 load avg: 0.91 [ 60/427] test_code Trying: def f(x): def g(y): return x + y return g Expecting nothing ok Trying: dump(f.__code__) Expecting: name: f argcount: 1 posonlyargcount: 0 kwonlyargcount: 0 names: () varnames: ('x', 'g') cellvars: ('x',) freevars: () nlocals: 2 flags: 3 consts: ('None', '', "'f..g'") ok Trying: dump(f(4).__code__) Expecting: name: g argcount: 1 posonlyargcount: 0 kwonlyargcount: 0 names: () varnames: ('y',) cellvars: () freevars: ('x',) nlocals: 1 flags: 19 consts: ('None',) ok Trying: def h(x, y): a = x + y b = x - y c = a * b return c Expecting nothing ok Trying: dump(h.__code__) Expecting: name: h argcount: 2 posonlyargcount: 0 kwonlyargcount: 0 names: () varnames: ('x', 'y', 'a', 'b', 'c') cellvars: () freevars: () nlocals: 5 flags: 67 consts: ('None',) ok Trying: def attrs(obj): print(obj.attr1) print(obj.attr2) print(obj.attr3) Expecting nothing ok Trying: dump(attrs.__code__) Expecting: name: attrs argcount: 1 posonlyargcount: 0 kwonlyargcount: 0 names: ('print', 'attr1', 'attr2', 'attr3') varnames: ('obj',) cellvars: () freevars: () nlocals: 1 flags: 67 consts: ('None',) ok Trying: def optimize_away(): 'doc string' 'not a docstring' 53 0x53 Expecting nothing ok Trying: dump(optimize_away.__code__) Expecting: name: optimize_away argcount: 0 posonlyargcount: 0 kwonlyargcount: 0 names: () varnames: () cellvars: () freevars: () nlocals: 0 flags: 67 consts: ("'doc string'", 'None') ok Trying: def keywordonly_args(a,b,*,k1): return a,b,k1 Expecting nothing ok Trying: dump(keywordonly_args.__code__) Expecting: name: keywordonly_args argcount: 2 posonlyargcount: 0 kwonlyargcount: 1 names: () varnames: ('a', 'b', 'k1') cellvars: () freevars: () nlocals: 3 flags: 67 consts: ('None',) ok Trying: def posonly_args(a,b,/,c): return a,b,c Expecting nothing ok Trying: dump(posonly_args.__code__) Expecting: name: posonly_args argcount: 3 posonlyargcount: 2 kwonlyargcount: 0 names: () varnames: ('a', 'b', 'c') cellvars: () freevars: () nlocals: 3 flags: 67 consts: ('None',) ok 30 items had no tests: test.test_code.CoExtra test.test_code.CoExtra.get_func test.test_code.CoExtra.test_bad_index test.test_code.CoExtra.test_free_called test.test_code.CoExtra.test_free_different_thread test.test_code.CoExtra.test_get_non_code test.test_code.CoExtra.test_get_set test.test_code.CodeConstsTest test.test_code.CodeConstsTest.assertIsInterned test.test_code.CodeConstsTest.assertIsNotInterned test.test_code.CodeConstsTest.find_const test.test_code.CodeConstsTest.test_interned_string test.test_code.CodeConstsTest.test_interned_string_default test.test_code.CodeConstsTest.test_interned_string_in_frozenset test.test_code.CodeConstsTest.test_interned_string_in_tuple test.test_code.CodeConstsTest.test_interned_string_with_null test.test_code.CodeTest test.test_code.CodeTest.test_closure_injection test.test_code.CodeTest.test_constructor test.test_code.CodeTest.test_empty_linetable test.test_code.CodeTest.test_newempty test.test_code.CodeTest.test_replace test.test_code.CodeWeakRefTest test.test_code.CodeWeakRefTest.test_basic test.test_code.consts test.test_code.dump test.test_code.external_getitem test.test_code.isinterned test.test_code.myfree test.test_code.test_main 1 items passed all tests: 13 tests in test.test_code 13 tests in 31 items. 13 passed and 0 failed. Test passed. doctest (test.test_code) ... 13 tests with zero failures PASS: test_closure_injection (test.test_code.CodeTest) PASS: test_constructor (test.test_code.CodeTest) PASS: test_empty_linetable (test.test_code.CodeTest) PASS: test_newempty (test.test_code.CodeTest) PASS: test_replace (test.test_code.CodeTest) PASS: test_interned_string (test.test_code.CodeConstsTest) PASS: test_interned_string_default (test.test_code.CodeConstsTest) PASS: test_interned_string_in_frozenset (test.test_code.CodeConstsTest) PASS: test_interned_string_in_tuple (test.test_code.CodeConstsTest) PASS: test_interned_string_with_null (test.test_code.CodeConstsTest) PASS: test_basic (test.test_code.CodeWeakRefTest) PASS: test_bad_index (test.test_code.CoExtra) PASS: test_free_called (test.test_code.CoExtra) PASS: test_free_different_thread (test.test_code.CoExtra) PASS: test_get_non_code (test.test_code.CoExtra) PASS: test_get_set (test.test_code.CoExtra) ---------------------------------------------------------------------- Ran 16 tests in 0.056s OK 0:01:56 load avg: 0.91 [ 61/427] test_code_module PASS: test_banner (test.test_code_module.TestInteractiveConsole) PASS: test_cause_tb (test.test_code_module.TestInteractiveConsole) PASS: test_console_stderr (test.test_code_module.TestInteractiveConsole) PASS: test_context_tb (test.test_code_module.TestInteractiveConsole) PASS: test_exit_msg (test.test_code_module.TestInteractiveConsole) PASS: test_ps1 (test.test_code_module.TestInteractiveConsole) PASS: test_ps2 (test.test_code_module.TestInteractiveConsole) PASS: test_syntax_error (test.test_code_module.TestInteractiveConsole) PASS: test_sysexcepthook (test.test_code_module.TestInteractiveConsole) ---------------------------------------------------------------------- Ran 9 tests in 0.048s OK 0:01:56 load avg: 0.91 [ 62/427] test_codeccallbacks PASS: test_backslashescape (test.test_codeccallbacks.CodecCallbackTest) PASS: test_badandgoodbackslashreplaceexceptions (test.test_codeccallbacks.CodecCallbackTest) PASS: test_badandgoodignoreexceptions (test.test_codeccallbacks.CodecCallbackTest) PASS: test_badandgoodnamereplaceexceptions (test.test_codeccallbacks.CodecCallbackTest) PASS: test_badandgoodreplaceexceptions (test.test_codeccallbacks.CodecCallbackTest) PASS: test_badandgoodstrictexceptions (test.test_codeccallbacks.CodecCallbackTest) PASS: test_badandgoodsurrogateescapeexceptions (test.test_codeccallbacks.CodecCallbackTest) PASS: test_badandgoodsurrogatepassexceptions (test.test_codeccallbacks.CodecCallbackTest) PASS: test_badandgoodxmlcharrefreplaceexceptions (test.test_codeccallbacks.CodecCallbackTest) PASS: test_badhandlerresults (test.test_codeccallbacks.CodecCallbackTest) PASS: test_badlookupcall (test.test_codeccallbacks.CodecCallbackTest) PASS: test_badregistercall (test.test_codeccallbacks.CodecCallbackTest) PASS: test_bug828737 (test.test_codeccallbacks.CodecCallbackTest) PASS: test_callbacks (test.test_codeccallbacks.CodecCallbackTest) PASS: test_charmapencode (test.test_codeccallbacks.CodecCallbackTest) PASS: test_crashing_decode_handler (test.test_codeccallbacks.CodecCallbackTest) PASS: test_decodehelper (test.test_codeccallbacks.CodecCallbackTest) PASS: test_decodehelper_bug36819 (test.test_codeccallbacks.CodecCallbackTest) PASS: test_decoding_callbacks (test.test_codeccallbacks.CodecCallbackTest) PASS: test_encode_bytes_replacement (test.test_codeccallbacks.CodecCallbackTest) PASS: test_encode_nonascii_replacement (test.test_codeccallbacks.CodecCallbackTest) PASS: test_encode_odd_bytes_replacement (test.test_codeccallbacks.CodecCallbackTest) PASS: test_encode_unencodable_replacement (test.test_codeccallbacks.CodecCallbackTest) PASS: test_encodehelper (test.test_codeccallbacks.CodecCallbackTest) PASS: test_encodehelper_bug36819 (test.test_codeccallbacks.CodecCallbackTest) PASS: test_fake_error_class (test.test_codeccallbacks.CodecCallbackTest) PASS: test_longstrings (test.test_codeccallbacks.CodecCallbackTest) PASS: test_lookup (test.test_codeccallbacks.CodecCallbackTest) PASS: test_mutatingdecodehandler (test.test_codeccallbacks.CodecCallbackTest) PASS: test_nameescape (test.test_codeccallbacks.CodecCallbackTest) PASS: test_translatehelper (test.test_codeccallbacks.CodecCallbackTest) PASS: test_unicodedecodeerror (test.test_codeccallbacks.CodecCallbackTest) PASS: test_unicodeencodeerror (test.test_codeccallbacks.CodecCallbackTest) PASS: test_unicodetranslateerror (test.test_codeccallbacks.CodecCallbackTest) PASS: test_uninamereplace (test.test_codeccallbacks.CodecCallbackTest) PASS: test_unknownhandler (test.test_codeccallbacks.CodecCallbackTest) PASS: test_xmlcharnamereplace (test.test_codeccallbacks.CodecCallbackTest) PASS: test_xmlcharrefreplace (test.test_codeccallbacks.CodecCallbackTest) PASS: test_xmlcharrefvalues (test.test_codeccallbacks.CodecCallbackTest) ---------------------------------------------------------------------- Ran 39 tests in 0.020s OK 0:01:57 load avg: 0.91 [ 63/427] test_codecencodings_cn PASS: test_callback_None_index (test.test_codecencodings_cn.Test_GB18030) PASS: test_callback_backward_index (test.test_codecencodings_cn.Test_GB18030) PASS: test_callback_forward_index (test.test_codecencodings_cn.Test_GB18030) PASS: test_callback_index_outofbound (test.test_codecencodings_cn.Test_GB18030) PASS: test_callback_long_index (test.test_codecencodings_cn.Test_GB18030) PASS: test_callback_returns_bytes (test.test_codecencodings_cn.Test_GB18030) PASS: test_callback_wrong_objects (test.test_codecencodings_cn.Test_GB18030) PASS: test_chunkcoding (test.test_codecencodings_cn.Test_GB18030) SKIP: test_customreplace_encode (test.test_codecencodings_cn.Test_GB18030) 'encoding contains full ISO 10646 map' PASS: test_errorhandle (test.test_codecencodings_cn.Test_GB18030) PASS: test_incrementaldecoder (test.test_codecencodings_cn.Test_GB18030) PASS: test_incrementalencoder (test.test_codecencodings_cn.Test_GB18030) PASS: test_incrementalencoder_del_segfault (test.test_codecencodings_cn.Test_GB18030) PASS: test_incrementalencoder_error_callback (test.test_codecencodings_cn.Test_GB18030) PASS: test_streamreader (test.test_codecencodings_cn.Test_GB18030) PASS: test_streamwriter (test.test_codecencodings_cn.Test_GB18030) PASS: test_streamwriter_reset_no_pending (test.test_codecencodings_cn.Test_GB18030) SKIP: test_xmlcharrefreplace (test.test_codecencodings_cn.Test_GB18030) 'encoding contains full ISO 10646 map' PASS: test_callback_None_index (test.test_codecencodings_cn.Test_GB2312) PASS: test_callback_backward_index (test.test_codecencodings_cn.Test_GB2312) PASS: test_callback_forward_index (test.test_codecencodings_cn.Test_GB2312) PASS: test_callback_index_outofbound (test.test_codecencodings_cn.Test_GB2312) PASS: test_callback_long_index (test.test_codecencodings_cn.Test_GB2312) PASS: test_callback_returns_bytes (test.test_codecencodings_cn.Test_GB2312) PASS: test_callback_wrong_objects (test.test_codecencodings_cn.Test_GB2312) PASS: test_chunkcoding (test.test_codecencodings_cn.Test_GB2312) PASS: test_customreplace_encode (test.test_codecencodings_cn.Test_GB2312) PASS: test_errorhandle (test.test_codecencodings_cn.Test_GB2312) PASS: test_incrementaldecoder (test.test_codecencodings_cn.Test_GB2312) PASS: test_incrementalencoder (test.test_codecencodings_cn.Test_GB2312) PASS: test_incrementalencoder_del_segfault (test.test_codecencodings_cn.Test_GB2312) PASS: test_incrementalencoder_error_callback (test.test_codecencodings_cn.Test_GB2312) PASS: test_streamreader (test.test_codecencodings_cn.Test_GB2312) PASS: test_streamwriter (test.test_codecencodings_cn.Test_GB2312) PASS: test_streamwriter_reset_no_pending (test.test_codecencodings_cn.Test_GB2312) PASS: test_xmlcharrefreplace (test.test_codecencodings_cn.Test_GB2312) PASS: test_callback_None_index (test.test_codecencodings_cn.Test_GBK) PASS: test_callback_backward_index (test.test_codecencodings_cn.Test_GBK) PASS: test_callback_forward_index (test.test_codecencodings_cn.Test_GBK) PASS: test_callback_index_outofbound (test.test_codecencodings_cn.Test_GBK) PASS: test_callback_long_index (test.test_codecencodings_cn.Test_GBK) PASS: test_callback_returns_bytes (test.test_codecencodings_cn.Test_GBK) PASS: test_callback_wrong_objects (test.test_codecencodings_cn.Test_GBK) PASS: test_chunkcoding (test.test_codecencodings_cn.Test_GBK) PASS: test_customreplace_encode (test.test_codecencodings_cn.Test_GBK) PASS: test_errorhandle (test.test_codecencodings_cn.Test_GBK) PASS: test_incrementaldecoder (test.test_codecencodings_cn.Test_GBK) PASS: test_incrementalencoder (test.test_codecencodings_cn.Test_GBK) PASS: test_incrementalencoder_del_segfault (test.test_codecencodings_cn.Test_GBK) PASS: test_incrementalencoder_error_callback (test.test_codecencodings_cn.Test_GBK) PASS: test_streamreader (test.test_codecencodings_cn.Test_GBK) PASS: test_streamwriter (test.test_codecencodings_cn.Test_GBK) PASS: test_streamwriter_reset_no_pending (test.test_codecencodings_cn.Test_GBK) PASS: test_xmlcharrefreplace (test.test_codecencodings_cn.Test_GBK) PASS: test_callback_None_index (test.test_codecencodings_cn.Test_HZ) PASS: test_callback_backward_index (test.test_codecencodings_cn.Test_HZ) PASS: test_callback_forward_index (test.test_codecencodings_cn.Test_HZ) PASS: test_callback_index_outofbound (test.test_codecencodings_cn.Test_HZ) PASS: test_callback_long_index (test.test_codecencodings_cn.Test_HZ) PASS: test_callback_returns_bytes (test.test_codecencodings_cn.Test_HZ) PASS: test_callback_wrong_objects (test.test_codecencodings_cn.Test_HZ) PASS: test_chunkcoding (test.test_codecencodings_cn.Test_HZ) PASS: test_customreplace_encode (test.test_codecencodings_cn.Test_HZ) PASS: test_errorhandle (test.test_codecencodings_cn.Test_HZ) PASS: test_incrementaldecoder (test.test_codecencodings_cn.Test_HZ) PASS: test_incrementalencoder (test.test_codecencodings_cn.Test_HZ) PASS: test_incrementalencoder_del_segfault (test.test_codecencodings_cn.Test_HZ) PASS: test_incrementalencoder_error_callback (test.test_codecencodings_cn.Test_HZ) PASS: test_streamreader (test.test_codecencodings_cn.Test_HZ) PASS: test_streamwriter (test.test_codecencodings_cn.Test_HZ) PASS: test_streamwriter_reset_no_pending (test.test_codecencodings_cn.Test_HZ) PASS: test_xmlcharrefreplace (test.test_codecencodings_cn.Test_HZ) ---------------------------------------------------------------------- Ran 72 tests in 0.134s OK (skipped=2) 0:01:57 load avg: 0.91 [ 64/427] test_codecencodings_hk PASS: test_callback_None_index (test.test_codecencodings_hk.Test_Big5HKSCS) PASS: test_callback_backward_index (test.test_codecencodings_hk.Test_Big5HKSCS) PASS: test_callback_forward_index (test.test_codecencodings_hk.Test_Big5HKSCS) PASS: test_callback_index_outofbound (test.test_codecencodings_hk.Test_Big5HKSCS) PASS: test_callback_long_index (test.test_codecencodings_hk.Test_Big5HKSCS) PASS: test_callback_returns_bytes (test.test_codecencodings_hk.Test_Big5HKSCS) PASS: test_callback_wrong_objects (test.test_codecencodings_hk.Test_Big5HKSCS) PASS: test_chunkcoding (test.test_codecencodings_hk.Test_Big5HKSCS) PASS: test_customreplace_encode (test.test_codecencodings_hk.Test_Big5HKSCS) PASS: test_errorhandle (test.test_codecencodings_hk.Test_Big5HKSCS) PASS: test_incrementaldecoder (test.test_codecencodings_hk.Test_Big5HKSCS) PASS: test_incrementalencoder (test.test_codecencodings_hk.Test_Big5HKSCS) PASS: test_incrementalencoder_del_segfault (test.test_codecencodings_hk.Test_Big5HKSCS) PASS: test_incrementalencoder_error_callback (test.test_codecencodings_hk.Test_Big5HKSCS) PASS: test_streamreader (test.test_codecencodings_hk.Test_Big5HKSCS) PASS: test_streamwriter (test.test_codecencodings_hk.Test_Big5HKSCS) PASS: test_streamwriter_reset_no_pending (test.test_codecencodings_hk.Test_Big5HKSCS) PASS: test_xmlcharrefreplace (test.test_codecencodings_hk.Test_Big5HKSCS) ---------------------------------------------------------------------- Ran 18 tests in 0.008s OK 0:01:57 load avg: 0.91 [ 65/427] test_codecencodings_iso2022 PASS: test_callback_None_index (test.test_codecencodings_iso2022.Test_ISO2022_JP) PASS: test_callback_backward_index (test.test_codecencodings_iso2022.Test_ISO2022_JP) PASS: test_callback_forward_index (test.test_codecencodings_iso2022.Test_ISO2022_JP) PASS: test_callback_index_outofbound (test.test_codecencodings_iso2022.Test_ISO2022_JP) PASS: test_callback_long_index (test.test_codecencodings_iso2022.Test_ISO2022_JP) PASS: test_callback_returns_bytes (test.test_codecencodings_iso2022.Test_ISO2022_JP) PASS: test_callback_wrong_objects (test.test_codecencodings_iso2022.Test_ISO2022_JP) PASS: test_chunkcoding (test.test_codecencodings_iso2022.Test_ISO2022_JP) PASS: test_customreplace_encode (test.test_codecencodings_iso2022.Test_ISO2022_JP) PASS: test_errorhandle (test.test_codecencodings_iso2022.Test_ISO2022_JP) PASS: test_incrementaldecoder (test.test_codecencodings_iso2022.Test_ISO2022_JP) PASS: test_incrementalencoder (test.test_codecencodings_iso2022.Test_ISO2022_JP) PASS: test_incrementalencoder_del_segfault (test.test_codecencodings_iso2022.Test_ISO2022_JP) PASS: test_incrementalencoder_error_callback (test.test_codecencodings_iso2022.Test_ISO2022_JP) PASS: test_streamreader (test.test_codecencodings_iso2022.Test_ISO2022_JP) PASS: test_streamwriter (test.test_codecencodings_iso2022.Test_ISO2022_JP) PASS: test_streamwriter_reset_no_pending (test.test_codecencodings_iso2022.Test_ISO2022_JP) PASS: test_xmlcharrefreplace (test.test_codecencodings_iso2022.Test_ISO2022_JP) PASS: test_callback_None_index (test.test_codecencodings_iso2022.Test_ISO2022_JP2) PASS: test_callback_backward_index (test.test_codecencodings_iso2022.Test_ISO2022_JP2) PASS: test_callback_forward_index (test.test_codecencodings_iso2022.Test_ISO2022_JP2) PASS: test_callback_index_outofbound (test.test_codecencodings_iso2022.Test_ISO2022_JP2) PASS: test_callback_long_index (test.test_codecencodings_iso2022.Test_ISO2022_JP2) PASS: test_callback_returns_bytes (test.test_codecencodings_iso2022.Test_ISO2022_JP2) PASS: test_callback_wrong_objects (test.test_codecencodings_iso2022.Test_ISO2022_JP2) PASS: test_chunkcoding (test.test_codecencodings_iso2022.Test_ISO2022_JP2) PASS: test_customreplace_encode (test.test_codecencodings_iso2022.Test_ISO2022_JP2) PASS: test_errorhandle (test.test_codecencodings_iso2022.Test_ISO2022_JP2) PASS: test_incrementaldecoder (test.test_codecencodings_iso2022.Test_ISO2022_JP2) PASS: test_incrementalencoder (test.test_codecencodings_iso2022.Test_ISO2022_JP2) PASS: test_incrementalencoder_del_segfault (test.test_codecencodings_iso2022.Test_ISO2022_JP2) PASS: test_incrementalencoder_error_callback (test.test_codecencodings_iso2022.Test_ISO2022_JP2) PASS: test_streamreader (test.test_codecencodings_iso2022.Test_ISO2022_JP2) PASS: test_streamwriter (test.test_codecencodings_iso2022.Test_ISO2022_JP2) PASS: test_streamwriter_reset_no_pending (test.test_codecencodings_iso2022.Test_ISO2022_JP2) PASS: test_xmlcharrefreplace (test.test_codecencodings_iso2022.Test_ISO2022_JP2) PASS: test_callback_None_index (test.test_codecencodings_iso2022.Test_ISO2022_KR) PASS: test_callback_backward_index (test.test_codecencodings_iso2022.Test_ISO2022_KR) PASS: test_callback_forward_index (test.test_codecencodings_iso2022.Test_ISO2022_KR) PASS: test_callback_index_outofbound (test.test_codecencodings_iso2022.Test_ISO2022_KR) PASS: test_callback_long_index (test.test_codecencodings_iso2022.Test_ISO2022_KR) PASS: test_callback_returns_bytes (test.test_codecencodings_iso2022.Test_ISO2022_KR) PASS: test_callback_wrong_objects (test.test_codecencodings_iso2022.Test_ISO2022_KR) SKIP: test_chunkcoding (test.test_codecencodings_iso2022.Test_ISO2022_KR) 'iso2022_kr.txt cannot be used to test "chunk coding"' PASS: test_customreplace_encode (test.test_codecencodings_iso2022.Test_ISO2022_KR) PASS: test_errorhandle (test.test_codecencodings_iso2022.Test_ISO2022_KR) PASS: test_incrementaldecoder (test.test_codecencodings_iso2022.Test_ISO2022_KR) PASS: test_incrementalencoder (test.test_codecencodings_iso2022.Test_ISO2022_KR) PASS: test_incrementalencoder_del_segfault (test.test_codecencodings_iso2022.Test_ISO2022_KR) PASS: test_incrementalencoder_error_callback (test.test_codecencodings_iso2022.Test_ISO2022_KR) PASS: test_streamreader (test.test_codecencodings_iso2022.Test_ISO2022_KR) PASS: test_streamwriter (test.test_codecencodings_iso2022.Test_ISO2022_KR) PASS: test_streamwriter_reset_no_pending (test.test_codecencodings_iso2022.Test_ISO2022_KR) PASS: test_xmlcharrefreplace (test.test_codecencodings_iso2022.Test_ISO2022_KR) ---------------------------------------------------------------------- Ran 54 tests in 0.128s OK (skipped=1) 0:01:57 load avg: 0.91 [ 66/427] test_codecencodings_jp PASS: test_callback_None_index (test.test_codecencodings_jp.Test_CP932) PASS: test_callback_backward_index (test.test_codecencodings_jp.Test_CP932) PASS: test_callback_forward_index (test.test_codecencodings_jp.Test_CP932) PASS: test_callback_index_outofbound (test.test_codecencodings_jp.Test_CP932) PASS: test_callback_long_index (test.test_codecencodings_jp.Test_CP932) PASS: test_callback_returns_bytes (test.test_codecencodings_jp.Test_CP932) PASS: test_callback_wrong_objects (test.test_codecencodings_jp.Test_CP932) PASS: test_chunkcoding (test.test_codecencodings_jp.Test_CP932) PASS: test_customreplace_encode (test.test_codecencodings_jp.Test_CP932) PASS: test_errorhandle (test.test_codecencodings_jp.Test_CP932) PASS: test_incrementaldecoder (test.test_codecencodings_jp.Test_CP932) PASS: test_incrementalencoder (test.test_codecencodings_jp.Test_CP932) PASS: test_incrementalencoder_del_segfault (test.test_codecencodings_jp.Test_CP932) PASS: test_incrementalencoder_error_callback (test.test_codecencodings_jp.Test_CP932) PASS: test_streamreader (test.test_codecencodings_jp.Test_CP932) PASS: test_streamwriter (test.test_codecencodings_jp.Test_CP932) PASS: test_streamwriter_reset_no_pending (test.test_codecencodings_jp.Test_CP932) PASS: test_xmlcharrefreplace (test.test_codecencodings_jp.Test_CP932) PASS: test_callback_None_index (test.test_codecencodings_jp.Test_EUC_JISX0213) PASS: test_callback_backward_index (test.test_codecencodings_jp.Test_EUC_JISX0213) PASS: test_callback_forward_index (test.test_codecencodings_jp.Test_EUC_JISX0213) PASS: test_callback_index_outofbound (test.test_codecencodings_jp.Test_EUC_JISX0213) PASS: test_callback_long_index (test.test_codecencodings_jp.Test_EUC_JISX0213) PASS: test_callback_returns_bytes (test.test_codecencodings_jp.Test_EUC_JISX0213) PASS: test_callback_wrong_objects (test.test_codecencodings_jp.Test_EUC_JISX0213) PASS: test_chunkcoding (test.test_codecencodings_jp.Test_EUC_JISX0213) PASS: test_customreplace_encode (test.test_codecencodings_jp.Test_EUC_JISX0213) PASS: test_errorhandle (test.test_codecencodings_jp.Test_EUC_JISX0213) PASS: test_incrementaldecoder (test.test_codecencodings_jp.Test_EUC_JISX0213) PASS: test_incrementalencoder (test.test_codecencodings_jp.Test_EUC_JISX0213) PASS: test_incrementalencoder_del_segfault (test.test_codecencodings_jp.Test_EUC_JISX0213) PASS: test_incrementalencoder_error_callback (test.test_codecencodings_jp.Test_EUC_JISX0213) PASS: test_streamreader (test.test_codecencodings_jp.Test_EUC_JISX0213) PASS: test_streamwriter (test.test_codecencodings_jp.Test_EUC_JISX0213) PASS: test_streamwriter_reset_no_pending (test.test_codecencodings_jp.Test_EUC_JISX0213) PASS: test_xmlcharrefreplace (test.test_codecencodings_jp.Test_EUC_JISX0213) PASS: test_callback_None_index (test.test_codecencodings_jp.Test_EUC_JIS_2004) PASS: test_callback_backward_index (test.test_codecencodings_jp.Test_EUC_JIS_2004) PASS: test_callback_forward_index (test.test_codecencodings_jp.Test_EUC_JIS_2004) PASS: test_callback_index_outofbound (test.test_codecencodings_jp.Test_EUC_JIS_2004) PASS: test_callback_long_index (test.test_codecencodings_jp.Test_EUC_JIS_2004) PASS: test_callback_returns_bytes (test.test_codecencodings_jp.Test_EUC_JIS_2004) PASS: test_callback_wrong_objects (test.test_codecencodings_jp.Test_EUC_JIS_2004) PASS: test_chunkcoding (test.test_codecencodings_jp.Test_EUC_JIS_2004) PASS: test_customreplace_encode (test.test_codecencodings_jp.Test_EUC_JIS_2004) PASS: test_errorhandle (test.test_codecencodings_jp.Test_EUC_JIS_2004) PASS: test_incrementaldecoder (test.test_codecencodings_jp.Test_EUC_JIS_2004) PASS: test_incrementalencoder (test.test_codecencodings_jp.Test_EUC_JIS_2004) PASS: test_incrementalencoder_del_segfault (test.test_codecencodings_jp.Test_EUC_JIS_2004) PASS: test_incrementalencoder_error_callback (test.test_codecencodings_jp.Test_EUC_JIS_2004) PASS: test_streamreader (test.test_codecencodings_jp.Test_EUC_JIS_2004) PASS: test_streamwriter (test.test_codecencodings_jp.Test_EUC_JIS_2004) PASS: test_streamwriter_reset_no_pending (test.test_codecencodings_jp.Test_EUC_JIS_2004) PASS: test_xmlcharrefreplace (test.test_codecencodings_jp.Test_EUC_JIS_2004) PASS: test_callback_None_index (test.test_codecencodings_jp.Test_EUC_JP_COMPAT) PASS: test_callback_backward_index (test.test_codecencodings_jp.Test_EUC_JP_COMPAT) PASS: test_callback_forward_index (test.test_codecencodings_jp.Test_EUC_JP_COMPAT) PASS: test_callback_index_outofbound (test.test_codecencodings_jp.Test_EUC_JP_COMPAT) PASS: test_callback_long_index (test.test_codecencodings_jp.Test_EUC_JP_COMPAT) PASS: test_callback_returns_bytes (test.test_codecencodings_jp.Test_EUC_JP_COMPAT) PASS: test_callback_wrong_objects (test.test_codecencodings_jp.Test_EUC_JP_COMPAT) PASS: test_chunkcoding (test.test_codecencodings_jp.Test_EUC_JP_COMPAT) PASS: test_customreplace_encode (test.test_codecencodings_jp.Test_EUC_JP_COMPAT) PASS: test_errorhandle (test.test_codecencodings_jp.Test_EUC_JP_COMPAT) PASS: test_incrementaldecoder (test.test_codecencodings_jp.Test_EUC_JP_COMPAT) PASS: test_incrementalencoder (test.test_codecencodings_jp.Test_EUC_JP_COMPAT) PASS: test_incrementalencoder_del_segfault (test.test_codecencodings_jp.Test_EUC_JP_COMPAT) PASS: test_incrementalencoder_error_callback (test.test_codecencodings_jp.Test_EUC_JP_COMPAT) PASS: test_streamreader (test.test_codecencodings_jp.Test_EUC_JP_COMPAT) PASS: test_streamwriter (test.test_codecencodings_jp.Test_EUC_JP_COMPAT) PASS: test_streamwriter_reset_no_pending (test.test_codecencodings_jp.Test_EUC_JP_COMPAT) PASS: test_xmlcharrefreplace (test.test_codecencodings_jp.Test_EUC_JP_COMPAT) PASS: test_callback_None_index (test.test_codecencodings_jp.Test_SJISX0213) PASS: test_callback_backward_index (test.test_codecencodings_jp.Test_SJISX0213) PASS: test_callback_forward_index (test.test_codecencodings_jp.Test_SJISX0213) PASS: test_callback_index_outofbound (test.test_codecencodings_jp.Test_SJISX0213) PASS: test_callback_long_index (test.test_codecencodings_jp.Test_SJISX0213) PASS: test_callback_returns_bytes (test.test_codecencodings_jp.Test_SJISX0213) PASS: test_callback_wrong_objects (test.test_codecencodings_jp.Test_SJISX0213) PASS: test_chunkcoding (test.test_codecencodings_jp.Test_SJISX0213) PASS: test_customreplace_encode (test.test_codecencodings_jp.Test_SJISX0213) PASS: test_errorhandle (test.test_codecencodings_jp.Test_SJISX0213) PASS: test_incrementaldecoder (test.test_codecencodings_jp.Test_SJISX0213) PASS: test_incrementalencoder (test.test_codecencodings_jp.Test_SJISX0213) PASS: test_incrementalencoder_del_segfault (test.test_codecencodings_jp.Test_SJISX0213) PASS: test_incrementalencoder_error_callback (test.test_codecencodings_jp.Test_SJISX0213) PASS: test_streamreader (test.test_codecencodings_jp.Test_SJISX0213) PASS: test_streamwriter (test.test_codecencodings_jp.Test_SJISX0213) PASS: test_streamwriter_reset_no_pending (test.test_codecencodings_jp.Test_SJISX0213) PASS: test_xmlcharrefreplace (test.test_codecencodings_jp.Test_SJISX0213) PASS: test_callback_None_index (test.test_codecencodings_jp.Test_SJIS_2004) PASS: test_callback_backward_index (test.test_codecencodings_jp.Test_SJIS_2004) PASS: test_callback_forward_index (test.test_codecencodings_jp.Test_SJIS_2004) PASS: test_callback_index_outofbound (test.test_codecencodings_jp.Test_SJIS_2004) PASS: test_callback_long_index (test.test_codecencodings_jp.Test_SJIS_2004) PASS: test_callback_returns_bytes (test.test_codecencodings_jp.Test_SJIS_2004) PASS: test_callback_wrong_objects (test.test_codecencodings_jp.Test_SJIS_2004) PASS: test_chunkcoding (test.test_codecencodings_jp.Test_SJIS_2004) PASS: test_customreplace_encode (test.test_codecencodings_jp.Test_SJIS_2004) PASS: test_errorhandle (test.test_codecencodings_jp.Test_SJIS_2004) PASS: test_incrementaldecoder (test.test_codecencodings_jp.Test_SJIS_2004) PASS: test_incrementalencoder (test.test_codecencodings_jp.Test_SJIS_2004) PASS: test_incrementalencoder_del_segfault (test.test_codecencodings_jp.Test_SJIS_2004) PASS: test_incrementalencoder_error_callback (test.test_codecencodings_jp.Test_SJIS_2004) PASS: test_streamreader (test.test_codecencodings_jp.Test_SJIS_2004) PASS: test_streamwriter (test.test_codecencodings_jp.Test_SJIS_2004) PASS: test_streamwriter_reset_no_pending (test.test_codecencodings_jp.Test_SJIS_2004) PASS: test_xmlcharrefreplace (test.test_codecencodings_jp.Test_SJIS_2004) PASS: test_callback_None_index (test.test_codecencodings_jp.Test_SJIS_COMPAT) PASS: test_callback_backward_index (test.test_codecencodings_jp.Test_SJIS_COMPAT) PASS: test_callback_forward_index (test.test_codecencodings_jp.Test_SJIS_COMPAT) PASS: test_callback_index_outofbound (test.test_codecencodings_jp.Test_SJIS_COMPAT) PASS: test_callback_long_index (test.test_codecencodings_jp.Test_SJIS_COMPAT) PASS: test_callback_returns_bytes (test.test_codecencodings_jp.Test_SJIS_COMPAT) PASS: test_callback_wrong_objects (test.test_codecencodings_jp.Test_SJIS_COMPAT) PASS: test_chunkcoding (test.test_codecencodings_jp.Test_SJIS_COMPAT) PASS: test_customreplace_encode (test.test_codecencodings_jp.Test_SJIS_COMPAT) PASS: test_errorhandle (test.test_codecencodings_jp.Test_SJIS_COMPAT) PASS: test_incrementaldecoder (test.test_codecencodings_jp.Test_SJIS_COMPAT) PASS: test_incrementalencoder (test.test_codecencodings_jp.Test_SJIS_COMPAT) PASS: test_incrementalencoder_del_segfault (test.test_codecencodings_jp.Test_SJIS_COMPAT) PASS: test_incrementalencoder_error_callback (test.test_codecencodings_jp.Test_SJIS_COMPAT) PASS: test_streamreader (test.test_codecencodings_jp.Test_SJIS_COMPAT) PASS: test_streamwriter (test.test_codecencodings_jp.Test_SJIS_COMPAT) PASS: test_streamwriter_reset_no_pending (test.test_codecencodings_jp.Test_SJIS_COMPAT) PASS: test_xmlcharrefreplace (test.test_codecencodings_jp.Test_SJIS_COMPAT) ---------------------------------------------------------------------- Ran 126 tests in 0.330s OK 0:01:58 load avg: 0.91 [ 67/427] test_codecencodings_kr PASS: test_callback_None_index (test.test_codecencodings_kr.Test_CP949) PASS: test_callback_backward_index (test.test_codecencodings_kr.Test_CP949) PASS: test_callback_forward_index (test.test_codecencodings_kr.Test_CP949) PASS: test_callback_index_outofbound (test.test_codecencodings_kr.Test_CP949) PASS: test_callback_long_index (test.test_codecencodings_kr.Test_CP949) PASS: test_callback_returns_bytes (test.test_codecencodings_kr.Test_CP949) PASS: test_callback_wrong_objects (test.test_codecencodings_kr.Test_CP949) PASS: test_chunkcoding (test.test_codecencodings_kr.Test_CP949) PASS: test_customreplace_encode (test.test_codecencodings_kr.Test_CP949) PASS: test_errorhandle (test.test_codecencodings_kr.Test_CP949) PASS: test_incrementaldecoder (test.test_codecencodings_kr.Test_CP949) PASS: test_incrementalencoder (test.test_codecencodings_kr.Test_CP949) PASS: test_incrementalencoder_del_segfault (test.test_codecencodings_kr.Test_CP949) PASS: test_incrementalencoder_error_callback (test.test_codecencodings_kr.Test_CP949) PASS: test_streamreader (test.test_codecencodings_kr.Test_CP949) PASS: test_streamwriter (test.test_codecencodings_kr.Test_CP949) PASS: test_streamwriter_reset_no_pending (test.test_codecencodings_kr.Test_CP949) PASS: test_xmlcharrefreplace (test.test_codecencodings_kr.Test_CP949) PASS: test_callback_None_index (test.test_codecencodings_kr.Test_EUCKR) PASS: test_callback_backward_index (test.test_codecencodings_kr.Test_EUCKR) PASS: test_callback_forward_index (test.test_codecencodings_kr.Test_EUCKR) PASS: test_callback_index_outofbound (test.test_codecencodings_kr.Test_EUCKR) PASS: test_callback_long_index (test.test_codecencodings_kr.Test_EUCKR) PASS: test_callback_returns_bytes (test.test_codecencodings_kr.Test_EUCKR) PASS: test_callback_wrong_objects (test.test_codecencodings_kr.Test_EUCKR) PASS: test_chunkcoding (test.test_codecencodings_kr.Test_EUCKR) PASS: test_customreplace_encode (test.test_codecencodings_kr.Test_EUCKR) PASS: test_errorhandle (test.test_codecencodings_kr.Test_EUCKR) PASS: test_incrementaldecoder (test.test_codecencodings_kr.Test_EUCKR) PASS: test_incrementalencoder (test.test_codecencodings_kr.Test_EUCKR) PASS: test_incrementalencoder_del_segfault (test.test_codecencodings_kr.Test_EUCKR) PASS: test_incrementalencoder_error_callback (test.test_codecencodings_kr.Test_EUCKR) PASS: test_streamreader (test.test_codecencodings_kr.Test_EUCKR) PASS: test_streamwriter (test.test_codecencodings_kr.Test_EUCKR) PASS: test_streamwriter_reset_no_pending (test.test_codecencodings_kr.Test_EUCKR) PASS: test_xmlcharrefreplace (test.test_codecencodings_kr.Test_EUCKR) PASS: test_callback_None_index (test.test_codecencodings_kr.Test_JOHAB) PASS: test_callback_backward_index (test.test_codecencodings_kr.Test_JOHAB) PASS: test_callback_forward_index (test.test_codecencodings_kr.Test_JOHAB) PASS: test_callback_index_outofbound (test.test_codecencodings_kr.Test_JOHAB) PASS: test_callback_long_index (test.test_codecencodings_kr.Test_JOHAB) PASS: test_callback_returns_bytes (test.test_codecencodings_kr.Test_JOHAB) PASS: test_callback_wrong_objects (test.test_codecencodings_kr.Test_JOHAB) PASS: test_chunkcoding (test.test_codecencodings_kr.Test_JOHAB) PASS: test_customreplace_encode (test.test_codecencodings_kr.Test_JOHAB) PASS: test_errorhandle (test.test_codecencodings_kr.Test_JOHAB) PASS: test_incrementaldecoder (test.test_codecencodings_kr.Test_JOHAB) PASS: test_incrementalencoder (test.test_codecencodings_kr.Test_JOHAB) PASS: test_incrementalencoder_del_segfault (test.test_codecencodings_kr.Test_JOHAB) PASS: test_incrementalencoder_error_callback (test.test_codecencodings_kr.Test_JOHAB) PASS: test_streamreader (test.test_codecencodings_kr.Test_JOHAB) PASS: test_streamwriter (test.test_codecencodings_kr.Test_JOHAB) PASS: test_streamwriter_reset_no_pending (test.test_codecencodings_kr.Test_JOHAB) PASS: test_xmlcharrefreplace (test.test_codecencodings_kr.Test_JOHAB) ---------------------------------------------------------------------- Ran 54 tests in 0.080s OK 0:01:58 load avg: 0.91 [ 68/427] test_codecencodings_tw PASS: test_callback_None_index (test.test_codecencodings_tw.Test_Big5) PASS: test_callback_backward_index (test.test_codecencodings_tw.Test_Big5) PASS: test_callback_forward_index (test.test_codecencodings_tw.Test_Big5) PASS: test_callback_index_outofbound (test.test_codecencodings_tw.Test_Big5) PASS: test_callback_long_index (test.test_codecencodings_tw.Test_Big5) PASS: test_callback_returns_bytes (test.test_codecencodings_tw.Test_Big5) PASS: test_callback_wrong_objects (test.test_codecencodings_tw.Test_Big5) PASS: test_chunkcoding (test.test_codecencodings_tw.Test_Big5) PASS: test_customreplace_encode (test.test_codecencodings_tw.Test_Big5) PASS: test_errorhandle (test.test_codecencodings_tw.Test_Big5) PASS: test_incrementaldecoder (test.test_codecencodings_tw.Test_Big5) PASS: test_incrementalencoder (test.test_codecencodings_tw.Test_Big5) PASS: test_incrementalencoder_del_segfault (test.test_codecencodings_tw.Test_Big5) PASS: test_incrementalencoder_error_callback (test.test_codecencodings_tw.Test_Big5) PASS: test_streamreader (test.test_codecencodings_tw.Test_Big5) PASS: test_streamwriter (test.test_codecencodings_tw.Test_Big5) PASS: test_streamwriter_reset_no_pending (test.test_codecencodings_tw.Test_Big5) PASS: test_xmlcharrefreplace (test.test_codecencodings_tw.Test_Big5) ---------------------------------------------------------------------- Ran 18 tests in 0.030s OK 0:01:59 load avg: 0.91 [ 69/427] test_codecmaps_cn SKIP: test_errorhandle (test.test_codecmaps_cn.TestGB18030Map) "Use of the 'urlfetch' resource not enabled" SKIP: test_mapping_file (test.test_codecmaps_cn.TestGB18030Map) "Use of the 'urlfetch' resource not enabled" SKIP: test_mapping_supplemental (test.test_codecmaps_cn.TestGB18030Map) "Use of the 'urlfetch' resource not enabled" SKIP: test_errorhandle (test.test_codecmaps_cn.TestGB2312Map) "Use of the 'urlfetch' resource not enabled" SKIP: test_mapping_file (test.test_codecmaps_cn.TestGB2312Map) "Use of the 'urlfetch' resource not enabled" SKIP: test_mapping_supplemental (test.test_codecmaps_cn.TestGB2312Map) "Use of the 'urlfetch' resource not enabled" SKIP: test_errorhandle (test.test_codecmaps_cn.TestGBKMap) "Use of the 'urlfetch' resource not enabled" SKIP: test_mapping_file (test.test_codecmaps_cn.TestGBKMap) "Use of the 'urlfetch' resource not enabled" SKIP: test_mapping_supplemental (test.test_codecmaps_cn.TestGBKMap) "Use of the 'urlfetch' resource not enabled" ---------------------------------------------------------------------- Ran 9 tests in 0.001s OK (skipped=9) 0:01:59 load avg: 0.91 [ 70/427] test_codecmaps_hk SKIP: test_errorhandle (test.test_codecmaps_hk.TestBig5HKSCSMap) "Use of the 'urlfetch' resource not enabled" SKIP: test_mapping_file (test.test_codecmaps_hk.TestBig5HKSCSMap) "Use of the 'urlfetch' resource not enabled" SKIP: test_mapping_supplemental (test.test_codecmaps_hk.TestBig5HKSCSMap) "Use of the 'urlfetch' resource not enabled" ---------------------------------------------------------------------- Ran 3 tests in 0.000s OK (skipped=3) 0:01:59 load avg: 0.91 [ 71/427] test_codecmaps_jp SKIP: test_errorhandle (test.test_codecmaps_jp.TestCP932Map) "Use of the 'urlfetch' resource not enabled" SKIP: test_mapping_file (test.test_codecmaps_jp.TestCP932Map) "Use of the 'urlfetch' resource not enabled" SKIP: test_mapping_supplemental (test.test_codecmaps_jp.TestCP932Map) "Use of the 'urlfetch' resource not enabled" SKIP: test_errorhandle (test.test_codecmaps_jp.TestEUCJISX0213Map) "Use of the 'urlfetch' resource not enabled" SKIP: test_mapping_file (test.test_codecmaps_jp.TestEUCJISX0213Map) "Use of the 'urlfetch' resource not enabled" SKIP: test_mapping_supplemental (test.test_codecmaps_jp.TestEUCJISX0213Map) "Use of the 'urlfetch' resource not enabled" SKIP: test_errorhandle (test.test_codecmaps_jp.TestEUCJPCOMPATMap) "Use of the 'urlfetch' resource not enabled" SKIP: test_mapping_file (test.test_codecmaps_jp.TestEUCJPCOMPATMap) "Use of the 'urlfetch' resource not enabled" SKIP: test_mapping_supplemental (test.test_codecmaps_jp.TestEUCJPCOMPATMap) "Use of the 'urlfetch' resource not enabled" SKIP: test_errorhandle (test.test_codecmaps_jp.TestSJISCOMPATMap) "Use of the 'urlfetch' resource not enabled" SKIP: test_mapping_file (test.test_codecmaps_jp.TestSJISCOMPATMap) "Use of the 'urlfetch' resource not enabled" SKIP: test_mapping_supplemental (test.test_codecmaps_jp.TestSJISCOMPATMap) "Use of the 'urlfetch' resource not enabled" SKIP: test_errorhandle (test.test_codecmaps_jp.TestSJISX0213Map) "Use of the 'urlfetch' resource not enabled" SKIP: test_mapping_file (test.test_codecmaps_jp.TestSJISX0213Map) "Use of the 'urlfetch' resource not enabled" SKIP: test_mapping_supplemental (test.test_codecmaps_jp.TestSJISX0213Map) "Use of the 'urlfetch' resource not enabled" ---------------------------------------------------------------------- Ran 15 tests in 0.002s OK (skipped=15) 0:01:59 load avg: 0.91 [ 72/427] test_codecmaps_kr SKIP: test_errorhandle (test.test_codecmaps_kr.TestCP949Map) "Use of the 'urlfetch' resource not enabled" SKIP: test_mapping_file (test.test_codecmaps_kr.TestCP949Map) "Use of the 'urlfetch' resource not enabled" SKIP: test_mapping_supplemental (test.test_codecmaps_kr.TestCP949Map) "Use of the 'urlfetch' resource not enabled" SKIP: test_errorhandle (test.test_codecmaps_kr.TestEUCKRMap) "Use of the 'urlfetch' resource not enabled" SKIP: test_mapping_file (test.test_codecmaps_kr.TestEUCKRMap) "Use of the 'urlfetch' resource not enabled" SKIP: test_mapping_supplemental (test.test_codecmaps_kr.TestEUCKRMap) "Use of the 'urlfetch' resource not enabled" SKIP: test_errorhandle (test.test_codecmaps_kr.TestJOHABMap) "Use of the 'urlfetch' resource not enabled" SKIP: test_mapping_file (test.test_codecmaps_kr.TestJOHABMap) "Use of the 'urlfetch' resource not enabled" SKIP: test_mapping_supplemental (test.test_codecmaps_kr.TestJOHABMap) "Use of the 'urlfetch' resource not enabled" ---------------------------------------------------------------------- Ran 9 tests in 0.001s OK (skipped=9) 0:01:59 load avg: 0.91 [ 73/427] test_codecmaps_tw SKIP: test_errorhandle (test.test_codecmaps_tw.TestBIG5Map) "Use of the 'urlfetch' resource not enabled" SKIP: test_mapping_file (test.test_codecmaps_tw.TestBIG5Map) "Use of the 'urlfetch' resource not enabled" SKIP: test_mapping_supplemental (test.test_codecmaps_tw.TestBIG5Map) "Use of the 'urlfetch' resource not enabled" SKIP: test_errorhandle (test.test_codecmaps_tw.TestCP950Map) "Use of the 'urlfetch' resource not enabled" SKIP: test_mapping_file (test.test_codecmaps_tw.TestCP950Map) "Use of the 'urlfetch' resource not enabled" SKIP: test_mapping_supplemental (test.test_codecmaps_tw.TestCP950Map) "Use of the 'urlfetch' resource not enabled" ---------------------------------------------------------------------- Ran 6 tests in 0.001s OK (skipped=6) 0:02:00 load avg: 0.91 [ 74/427] test_codecs PASS: test_decode (test.test_codecs.ASCIITest) PASS: test_decode_error (test.test_codecs.ASCIITest) PASS: test_encode (test.test_codecs.ASCIITest) PASS: test_encode_error (test.test_codecs.ASCIITest) PASS: test_encode_surrogateescape_error (test.test_codecs.ASCIITest) PASS: test_bad_decode_args (test.test_codecs.BasicUnicodeTest) PASS: test_bad_encode_args (test.test_codecs.BasicUnicodeTest) PASS: test_basics (test.test_codecs.BasicUnicodeTest) PASS: test_basics_capi (test.test_codecs.BasicUnicodeTest) PASS: test_decoder_state (test.test_codecs.BasicUnicodeTest) PASS: test_encoding_map_type_initialized (test.test_codecs.BasicUnicodeTest) PASS: test_seek (test.test_codecs.BasicUnicodeTest) PASS: test_seek0 (test.test_codecs.BomTest) PASS: test_decode_with_int2int_map (test.test_codecs.CharmapTest) PASS: test_decode_with_int2str_map (test.test_codecs.CharmapTest) PASS: test_decode_with_string_map (test.test_codecs.CharmapTest) SKIP: test_code_page_decode_flags (test.test_codecs.CodePageTest) 'code pages are specific to Windows' SKIP: test_code_page_name (test.test_codecs.CodePageTest) 'code pages are specific to Windows' SKIP: test_cp1252 (test.test_codecs.CodePageTest) 'code pages are specific to Windows' SKIP: test_cp932 (test.test_codecs.CodePageTest) 'code pages are specific to Windows' SKIP: test_cp_utf7 (test.test_codecs.CodePageTest) 'code pages are specific to Windows' SKIP: test_incremental (test.test_codecs.CodePageTest) 'code pages are specific to Windows' SKIP: test_invalid_code_page (test.test_codecs.CodePageTest) 'code pages are specific to Windows' SKIP: test_large_input (test.test_codecs.CodePageTest) 'code pages are specific to Windows' SKIP: test_large_utf8_input (test.test_codecs.CodePageTest) 'code pages are specific to Windows' SKIP: test_mbcs_alias (test.test_codecs.CodePageTest) 'code pages are specific to Windows' SKIP: test_multibyte_encoding (test.test_codecs.CodePageTest) 'code pages are specific to Windows' PASS: test_codecs_lookup (test.test_codecs.CodecNameNormalizationTest) PASS: test_encodings_normalize_encoding (test.test_codecs.CodecNameNormalizationTest) PASS: test_all (test.test_codecs.CodecsModuleTest) PASS: test_decode (test.test_codecs.CodecsModuleTest) PASS: test_encode (test.test_codecs.CodecsModuleTest) PASS: test_file_closes_if_lookup_error_raised (test.test_codecs.CodecsModuleTest) PASS: test_getdecoder (test.test_codecs.CodecsModuleTest) PASS: test_getencoder (test.test_codecs.CodecsModuleTest) PASS: test_getreader (test.test_codecs.CodecsModuleTest) PASS: test_getwriter (test.test_codecs.CodecsModuleTest) PASS: test_lookup (test.test_codecs.CodecsModuleTest) PASS: test_lookup_issue1813 (test.test_codecs.CodecsModuleTest) PASS: test_open (test.test_codecs.CodecsModuleTest) PASS: test_register (test.test_codecs.CodecsModuleTest) PASS: test_undefined (test.test_codecs.CodecsModuleTest) PASS: test_unregister (test.test_codecs.CodecsModuleTest) PASS: test_basic (test.test_codecs.EncodedFileTest) PASS: test_empty (test.test_codecs.EscapeDecodeTest) PASS: test_errors (test.test_codecs.EscapeDecodeTest) PASS: test_escape (test.test_codecs.EscapeDecodeTest) PASS: test_raw (test.test_codecs.EscapeDecodeTest) PASS: test_escape_encode (test.test_codecs.EscapeEncodeTest) PASS: test_codec_lookup_failure_not_wrapped (test.test_codecs.ExceptionChainingTest) PASS: test_init_override_is_not_wrapped (test.test_codecs.ExceptionChainingTest) PASS: test_instance_attribute_is_not_wrapped (test.test_codecs.ExceptionChainingTest) PASS: test_multiple_args_is_not_wrapped (test.test_codecs.ExceptionChainingTest) PASS: test_new_override_is_not_wrapped (test.test_codecs.ExceptionChainingTest) PASS: test_non_str_arg_is_not_wrapped (test.test_codecs.ExceptionChainingTest) PASS: test_raise_by_type (test.test_codecs.ExceptionChainingTest) PASS: test_raise_by_value (test.test_codecs.ExceptionChainingTest) PASS: test_raise_grandchild_subclass_exact_size (test.test_codecs.ExceptionChainingTest) PASS: test_raise_subclass_with_weakref_support (test.test_codecs.ExceptionChainingTest) PASS: test_unflagged_non_text_codec_handling (test.test_codecs.ExceptionChainingTest) PASS: test_builtin_decode (test.test_codecs.IDNACodecTest) PASS: test_builtin_encode (test.test_codecs.IDNACodecTest) test_errors (test.test_codecs.IDNACodecTest) PASS: Only supports "strict" error handler PASS: test_incremental_decode (test.test_codecs.IDNACodecTest) PASS: test_incremental_encode (test.test_codecs.IDNACodecTest) PASS: test_stream (test.test_codecs.IDNACodecTest) PASS: test_decode (test.test_codecs.Latin1Test) PASS: test_encode (test.test_codecs.Latin1Test) PASS: test_encode_errors (test.test_codecs.Latin1Test) PASS: test_encode_surrogateescape_error (test.test_codecs.Latin1Test) PASS: test_decode_strict (test.test_codecs.LocaleCodecTest) PASS: test_decode_surrogateescape (test.test_codecs.LocaleCodecTest) PASS: test_decode_surrogatepass (test.test_codecs.LocaleCodecTest) PASS: test_decode_unsupported_error_handler (test.test_codecs.LocaleCodecTest) PASS: test_encode_strict (test.test_codecs.LocaleCodecTest) PASS: test_encode_surrogateescape (test.test_codecs.LocaleCodecTest) PASS: test_encode_surrogatepass (test.test_codecs.LocaleCodecTest) PASS: test_encode_unsupported_error_handler (test.test_codecs.LocaleCodecTest) PASS: test_nameprep (test.test_codecs.NameprepTest) PASS: test_decode (test.test_codecs.PunycodeTest) PASS: test_decode_invalid (test.test_codecs.PunycodeTest) PASS: test_encode (test.test_codecs.PunycodeTest) PASS: test_bug1098990_a (test.test_codecs.RawUnicodeEscapeTest) PASS: test_bug1098990_b (test.test_codecs.RawUnicodeEscapeTest) PASS: test_bug1175396 (test.test_codecs.RawUnicodeEscapeTest) PASS: test_decode_errors (test.test_codecs.RawUnicodeEscapeTest) PASS: test_empty (test.test_codecs.RawUnicodeEscapeTest) PASS: test_escape_decode (test.test_codecs.RawUnicodeEscapeTest) PASS: test_escape_encode (test.test_codecs.RawUnicodeEscapeTest) PASS: test_incremental_surrogatepass (test.test_codecs.RawUnicodeEscapeTest) PASS: test_mixed_readline_and_read (test.test_codecs.RawUnicodeEscapeTest) PASS: test_partial (test.test_codecs.RawUnicodeEscapeTest) PASS: test_raw_decode (test.test_codecs.RawUnicodeEscapeTest) PASS: test_raw_encode (test.test_codecs.RawUnicodeEscapeTest) PASS: test_readline (test.test_codecs.RawUnicodeEscapeTest) PASS: test_readlinequeue (test.test_codecs.RawUnicodeEscapeTest) PASS: test_array (test.test_codecs.ReadBufferTest) PASS: test_bad_args (test.test_codecs.ReadBufferTest) PASS: test_empty (test.test_codecs.ReadBufferTest) PASS: test_decode (test.test_codecs.Rot13Test) PASS: test_encode (test.test_codecs.Rot13Test) PASS: test_incremental_decode (test.test_codecs.Rot13Test) PASS: test_incremental_encode (test.test_codecs.Rot13Test) PASS: test_rot13_func (test.test_codecs.Rot13UtilTest) PASS: test_readlines (test.test_codecs.StreamReaderTest) PASS: test_seeking_read (test.test_codecs.StreamRecoderTest) PASS: test_seeking_write (test.test_codecs.StreamRecoderTest) PASS: test_write (test.test_codecs.StreamRecoderTest) PASS: test_writelines (test.test_codecs.StreamRecoderTest) PASS: test_ascii (test.test_codecs.SurrogateEscapeTest) PASS: test_charmap (test.test_codecs.SurrogateEscapeTest) PASS: test_latin1 (test.test_codecs.SurrogateEscapeTest) PASS: test_utf8 (test.test_codecs.SurrogateEscapeTest) PASS: test_aliases (test.test_codecs.TransformCodecTest) PASS: test_basics (test.test_codecs.TransformCodecTest) PASS: test_binary_to_text_denylists_binary_transforms (test.test_codecs.TransformCodecTest) PASS: test_binary_to_text_denylists_text_transforms (test.test_codecs.TransformCodecTest) PASS: test_buffer_api_usage (test.test_codecs.TransformCodecTest) PASS: test_custom_hex_error_is_wrapped (test.test_codecs.TransformCodecTest) PASS: test_custom_zlib_error_is_wrapped (test.test_codecs.TransformCodecTest) PASS: test_quopri_stateless (test.test_codecs.TransformCodecTest) PASS: test_read (test.test_codecs.TransformCodecTest) PASS: test_readline (test.test_codecs.TransformCodecTest) PASS: test_text_to_binary_denylists_binary_transforms (test.test_codecs.TransformCodecTest) PASS: test_text_to_binary_denylists_text_transforms (test.test_codecs.TransformCodecTest) PASS: test_uu_invalid (test.test_codecs.TransformCodecTest) PASS: test_decode_unicode (test.test_codecs.TypesTest) PASS: test_unicode_escape (test.test_codecs.TypesTest) PASS: test_bug1098990_a (test.test_codecs.UTF16BETest) PASS: test_bug1098990_b (test.test_codecs.UTF16BETest) PASS: test_bug1175396 (test.test_codecs.UTF16BETest) PASS: test_errors (test.test_codecs.UTF16BETest) PASS: test_incremental_surrogatepass (test.test_codecs.UTF16BETest) PASS: test_lone_surrogates (test.test_codecs.UTF16BETest) PASS: test_mixed_readline_and_read (test.test_codecs.UTF16BETest) PASS: test_nonbmp (test.test_codecs.UTF16BETest) PASS: test_partial (test.test_codecs.UTF16BETest) PASS: test_readline (test.test_codecs.UTF16BETest) PASS: test_readlinequeue (test.test_codecs.UTF16BETest) PASS: test_bad_args (test.test_codecs.UTF16ExTest) PASS: test_errors (test.test_codecs.UTF16ExTest) PASS: test_bug1098990_a (test.test_codecs.UTF16LETest) PASS: test_bug1098990_b (test.test_codecs.UTF16LETest) PASS: test_bug1175396 (test.test_codecs.UTF16LETest) PASS: test_errors (test.test_codecs.UTF16LETest) PASS: test_incremental_surrogatepass (test.test_codecs.UTF16LETest) PASS: test_lone_surrogates (test.test_codecs.UTF16LETest) PASS: test_mixed_readline_and_read (test.test_codecs.UTF16LETest) PASS: test_nonbmp (test.test_codecs.UTF16LETest) PASS: test_partial (test.test_codecs.UTF16LETest) PASS: test_readline (test.test_codecs.UTF16LETest) PASS: test_readlinequeue (test.test_codecs.UTF16LETest) PASS: test_badbom (test.test_codecs.UTF16Test) PASS: test_bug1098990_a (test.test_codecs.UTF16Test) PASS: test_bug1098990_b (test.test_codecs.UTF16Test) PASS: test_bug1175396 (test.test_codecs.UTF16Test) PASS: test_bug691291 (test.test_codecs.UTF16Test) PASS: test_decoder_state (test.test_codecs.UTF16Test) PASS: test_errors (test.test_codecs.UTF16Test) PASS: test_handlers (test.test_codecs.UTF16Test) PASS: test_incremental_surrogatepass (test.test_codecs.UTF16Test) PASS: test_lone_surrogates (test.test_codecs.UTF16Test) PASS: test_mixed_readline_and_read (test.test_codecs.UTF16Test) PASS: test_only_one_bom (test.test_codecs.UTF16Test) PASS: test_partial (test.test_codecs.UTF16Test) PASS: test_readline (test.test_codecs.UTF16Test) PASS: test_readlinequeue (test.test_codecs.UTF16Test) PASS: test_bug1098990_a (test.test_codecs.UTF32BETest) PASS: test_bug1098990_b (test.test_codecs.UTF32BETest) PASS: test_bug1175396 (test.test_codecs.UTF32BETest) PASS: test_errors (test.test_codecs.UTF32BETest) PASS: test_incremental_surrogatepass (test.test_codecs.UTF32BETest) PASS: test_issue8941 (test.test_codecs.UTF32BETest) PASS: test_lone_surrogates (test.test_codecs.UTF32BETest) PASS: test_mixed_readline_and_read (test.test_codecs.UTF32BETest) PASS: test_partial (test.test_codecs.UTF32BETest) PASS: test_readline (test.test_codecs.UTF32BETest) PASS: test_readlinequeue (test.test_codecs.UTF32BETest) PASS: test_simple (test.test_codecs.UTF32BETest) PASS: test_bug1098990_a (test.test_codecs.UTF32LETest) PASS: test_bug1098990_b (test.test_codecs.UTF32LETest) PASS: test_bug1175396 (test.test_codecs.UTF32LETest) PASS: test_errors (test.test_codecs.UTF32LETest) PASS: test_incremental_surrogatepass (test.test_codecs.UTF32LETest) PASS: test_issue8941 (test.test_codecs.UTF32LETest) PASS: test_lone_surrogates (test.test_codecs.UTF32LETest) PASS: test_mixed_readline_and_read (test.test_codecs.UTF32LETest) PASS: test_partial (test.test_codecs.UTF32LETest) PASS: test_readline (test.test_codecs.UTF32LETest) PASS: test_readlinequeue (test.test_codecs.UTF32LETest) PASS: test_simple (test.test_codecs.UTF32LETest) PASS: test_badbom (test.test_codecs.UTF32Test) PASS: test_bug1098990_a (test.test_codecs.UTF32Test) PASS: test_bug1098990_b (test.test_codecs.UTF32Test) PASS: test_bug1175396 (test.test_codecs.UTF32Test) PASS: test_decoder_state (test.test_codecs.UTF32Test) PASS: test_errors (test.test_codecs.UTF32Test) PASS: test_handlers (test.test_codecs.UTF32Test) PASS: test_incremental_surrogatepass (test.test_codecs.UTF32Test) PASS: test_issue8941 (test.test_codecs.UTF32Test) PASS: test_lone_surrogates (test.test_codecs.UTF32Test) PASS: test_mixed_readline_and_read (test.test_codecs.UTF32Test) PASS: test_only_one_bom (test.test_codecs.UTF32Test) PASS: test_partial (test.test_codecs.UTF32Test) PASS: test_readline (test.test_codecs.UTF32Test) PASS: test_readlinequeue (test.test_codecs.UTF32Test) PASS: test_ascii (test.test_codecs.UTF7Test) PASS: test_bug1098990_a (test.test_codecs.UTF7Test) PASS: test_bug1098990_b (test.test_codecs.UTF7Test) PASS: test_bug1175396 (test.test_codecs.UTF7Test) PASS: test_errors (test.test_codecs.UTF7Test) PASS: test_incremental_surrogatepass (test.test_codecs.UTF7Test) PASS: test_lone_surrogates (test.test_codecs.UTF7Test) PASS: test_mixed_readline_and_read (test.test_codecs.UTF7Test) PASS: test_nonbmp (test.test_codecs.UTF7Test) PASS: test_partial (test.test_codecs.UTF7Test) PASS: test_readline (test.test_codecs.UTF7Test) PASS: test_readlinequeue (test.test_codecs.UTF7Test) PASS: test_bom (test.test_codecs.UTF8SigTest) PASS: test_bug1098990_a (test.test_codecs.UTF8SigTest) PASS: test_bug1098990_b (test.test_codecs.UTF8SigTest) PASS: test_bug1175396 (test.test_codecs.UTF8SigTest) PASS: test_bug1601501 (test.test_codecs.UTF8SigTest) PASS: test_decode_error (test.test_codecs.UTF8SigTest) PASS: test_decoder_state (test.test_codecs.UTF8SigTest) PASS: test_incremental_errors (test.test_codecs.UTF8SigTest) PASS: test_incremental_surrogatepass (test.test_codecs.UTF8SigTest) PASS: test_lone_surrogates (test.test_codecs.UTF8SigTest) PASS: test_mixed_readline_and_read (test.test_codecs.UTF8SigTest) PASS: test_partial (test.test_codecs.UTF8SigTest) PASS: test_readline (test.test_codecs.UTF8SigTest) PASS: test_readlinequeue (test.test_codecs.UTF8SigTest) PASS: test_stream_bare (test.test_codecs.UTF8SigTest) PASS: test_stream_bom (test.test_codecs.UTF8SigTest) PASS: test_surrogatepass_handler (test.test_codecs.UTF8SigTest) PASS: test_bug1098990_a (test.test_codecs.UTF8Test) PASS: test_bug1098990_b (test.test_codecs.UTF8Test) PASS: test_bug1175396 (test.test_codecs.UTF8Test) PASS: test_decode_error (test.test_codecs.UTF8Test) PASS: test_decoder_state (test.test_codecs.UTF8Test) PASS: test_incremental_errors (test.test_codecs.UTF8Test) PASS: test_incremental_surrogatepass (test.test_codecs.UTF8Test) PASS: test_lone_surrogates (test.test_codecs.UTF8Test) PASS: test_mixed_readline_and_read (test.test_codecs.UTF8Test) PASS: test_partial (test.test_codecs.UTF8Test) PASS: test_readline (test.test_codecs.UTF8Test) PASS: test_readlinequeue (test.test_codecs.UTF8Test) PASS: test_surrogatepass_handler (test.test_codecs.UTF8Test) PASS: test_bug1098990_a (test.test_codecs.UnicodeEscapeTest) PASS: test_bug1098990_b (test.test_codecs.UnicodeEscapeTest) PASS: test_bug1175396 (test.test_codecs.UnicodeEscapeTest) PASS: test_decode_errors (test.test_codecs.UnicodeEscapeTest) PASS: test_empty (test.test_codecs.UnicodeEscapeTest) PASS: test_escape_decode (test.test_codecs.UnicodeEscapeTest) PASS: test_escape_encode (test.test_codecs.UnicodeEscapeTest) PASS: test_incremental_surrogatepass (test.test_codecs.UnicodeEscapeTest) PASS: test_mixed_readline_and_read (test.test_codecs.UnicodeEscapeTest) PASS: test_partial (test.test_codecs.UnicodeEscapeTest) PASS: test_raw_decode (test.test_codecs.UnicodeEscapeTest) PASS: test_raw_encode (test.test_codecs.UnicodeEscapeTest) PASS: test_readline (test.test_codecs.UnicodeEscapeTest) PASS: test_readlinequeue (test.test_codecs.UnicodeEscapeTest) PASS: test_encodedfile (test.test_codecs.WithStmtTest) PASS: test_streamreaderwriter (test.test_codecs.WithStmtTest) ---------------------------------------------------------------------- Ran 264 tests in 0.821s OK (skipped=11) 0:02:01 load avg: 0.91 [ 75/427] test_codeop PASS: test_filename (test.test_codeop.CodeopTests) PASS: test_incomplete (test.test_codeop.CodeopTests) PASS: test_invalid (test.test_codeop.CodeopTests) PASS: test_invalid_exec (test.test_codeop.CodeopTests) PASS: test_valid (test.test_codeop.CodeopTests) PASS: test_warning (test.test_codeop.CodeopTests) ---------------------------------------------------------------------- Ran 6 tests in 0.007s OK 0:02:01 load avg: 0.91 [ 76/427] test_collections PASS: test_copy (test.test_collections.TestNamedTuple) PASS: test_defaults (test.test_collections.TestNamedTuple) PASS: test_factory (test.test_collections.TestNamedTuple) PASS: test_factory_doc_attr (test.test_collections.TestNamedTuple) PASS: test_field_descriptor (test.test_collections.TestNamedTuple) PASS: test_field_doc (test.test_collections.TestNamedTuple) PASS: test_field_doc_reuse (test.test_collections.TestNamedTuple) PASS: test_field_repr (test.test_collections.TestNamedTuple) PASS: test_instance (test.test_collections.TestNamedTuple) PASS: test_keyword_only_arguments (test.test_collections.TestNamedTuple) PASS: test_match_args (test.test_collections.TestNamedTuple) PASS: test_module_parameter (test.test_collections.TestNamedTuple) PASS: test_name_conflicts (test.test_collections.TestNamedTuple) PASS: test_name_fixer (test.test_collections.TestNamedTuple) PASS: test_namedtuple_subclass_issue_24931 (test.test_collections.TestNamedTuple) PASS: test_new_builtins_issue_43102 (test.test_collections.TestNamedTuple) PASS: test_odd_sizes (test.test_collections.TestNamedTuple) PASS: test_pickle (test.test_collections.TestNamedTuple) PASS: test_readonly (test.test_collections.TestNamedTuple) PASS: test_repr (test.test_collections.TestNamedTuple) PASS: test_tupleness (test.test_collections.TestNamedTuple) Counter (collections) PASS: Doctest: collections.Counter __add__ (collections.Counter) PASS: Doctest: collections.Counter.__add__ __and__ (collections.Counter) PASS: Doctest: collections.Counter.__and__ __iadd__ (collections.Counter) PASS: Doctest: collections.Counter.__iadd__ __iand__ (collections.Counter) PASS: Doctest: collections.Counter.__iand__ __init__ (collections.Counter) PASS: Doctest: collections.Counter.__init__ __ior__ (collections.Counter) PASS: Doctest: collections.Counter.__ior__ __isub__ (collections.Counter) PASS: Doctest: collections.Counter.__isub__ __or__ (collections.Counter) PASS: Doctest: collections.Counter.__or__ __sub__ (collections.Counter) PASS: Doctest: collections.Counter.__sub__ elements (collections.Counter) PASS: Doctest: collections.Counter.elements most_common (collections.Counter) PASS: Doctest: collections.Counter.most_common subtract (collections.Counter) PASS: Doctest: collections.Counter.subtract update (collections.Counter) PASS: Doctest: collections.Counter.update namedtuple (collections) PASS: Doctest: collections.namedtuple PASS: test_AsyncGenerator (test.test_collections.TestOneTrickPonyABCs) PASS: test_AsyncIterable (test.test_collections.TestOneTrickPonyABCs) PASS: test_AsyncIterator (test.test_collections.TestOneTrickPonyABCs) PASS: test_Awaitable (test.test_collections.TestOneTrickPonyABCs) PASS: test_Callable (test.test_collections.TestOneTrickPonyABCs) PASS: test_Collection (test.test_collections.TestOneTrickPonyABCs) PASS: test_Container (test.test_collections.TestOneTrickPonyABCs) PASS: test_Coroutine (test.test_collections.TestOneTrickPonyABCs) PASS: test_Generator (test.test_collections.TestOneTrickPonyABCs) PASS: test_Hashable (test.test_collections.TestOneTrickPonyABCs) PASS: test_Iterable (test.test_collections.TestOneTrickPonyABCs) PASS: test_Iterator (test.test_collections.TestOneTrickPonyABCs) PASS: test_Reversible (test.test_collections.TestOneTrickPonyABCs) PASS: test_Sized (test.test_collections.TestOneTrickPonyABCs) PASS: test_direct_subclassing (test.test_collections.TestOneTrickPonyABCs) PASS: test_registration (test.test_collections.TestOneTrickPonyABCs) PASS: test_ByteString (test.test_collections.TestCollectionABCs) PASS: test_Mapping (test.test_collections.TestCollectionABCs) PASS: test_MutableMapping (test.test_collections.TestCollectionABCs) PASS: test_MutableMapping_subclass (test.test_collections.TestCollectionABCs) PASS: test_MutableSequence (test.test_collections.TestCollectionABCs) PASS: test_MutableSequence_mixins (test.test_collections.TestCollectionABCs) PASS: test_MutableSet (test.test_collections.TestCollectionABCs) PASS: test_Sequence (test.test_collections.TestCollectionABCs) PASS: test_Sequence_mixins (test.test_collections.TestCollectionABCs) PASS: test_Set (test.test_collections.TestCollectionABCs) test_Set_from_iterable (test.test_collections.TestCollectionABCs) PASS: Verify _from_iterable overridden to an instance method works. PASS: test_Set_hash_matches_frozenset (test.test_collections.TestCollectionABCs) PASS: test_Set_interoperability_with_real_sets (test.test_collections.TestCollectionABCs) PASS: test_arithmetic_Set (test.test_collections.TestCollectionABCs) PASS: test_equality_Set (test.test_collections.TestCollectionABCs) PASS: test_hash_Set (test.test_collections.TestCollectionABCs) PASS: test_illegal_patma_flags (test.test_collections.TestCollectionABCs) PASS: test_isdisjoint_Set (test.test_collections.TestCollectionABCs) PASS: test_issue16373 (test.test_collections.TestCollectionABCs) PASS: test_issue26915 (test.test_collections.TestCollectionABCs) PASS: test_issue8750 (test.test_collections.TestCollectionABCs) PASS: test_issue_4920 (test.test_collections.TestCollectionABCs) PASS: test_issue_5647 (test.test_collections.TestCollectionABCs) PASS: test_basics (test.test_collections.TestCounter) PASS: test_conversions (test.test_collections.TestCounter) PASS: test_copy_subclass (test.test_collections.TestCounter) PASS: test_copying (test.test_collections.TestCounter) PASS: test_eq (test.test_collections.TestCounter) PASS: test_ge (test.test_collections.TestCounter) PASS: test_gt (test.test_collections.TestCounter) PASS: test_helper_function (test.test_collections.TestCounter) PASS: test_init (test.test_collections.TestCounter) PASS: test_inplace_operations (test.test_collections.TestCounter) PASS: test_invariant_for_the_in_operator (test.test_collections.TestCounter) PASS: test_le (test.test_collections.TestCounter) PASS: test_lt (test.test_collections.TestCounter) PASS: test_multiset_operations (test.test_collections.TestCounter) PASS: test_multiset_operations_equivalent_to_set_operations (test.test_collections.TestCounter) PASS: test_order_preservation (test.test_collections.TestCounter) PASS: test_repr_nonsortable (test.test_collections.TestCounter) PASS: test_subtract (test.test_collections.TestCounter) PASS: test_total (test.test_collections.TestCounter) PASS: test_unary (test.test_collections.TestCounter) PASS: test_update (test.test_collections.TestCounter) PASS: test_basics (test.test_collections.TestChainMap) PASS: test_bool (test.test_collections.TestChainMap) PASS: test_constructor (test.test_collections.TestChainMap) PASS: test_dict_coercion (test.test_collections.TestChainMap) PASS: test_iter_not_calling_getitem_on_maps (test.test_collections.TestChainMap) PASS: test_missing (test.test_collections.TestChainMap) test_new_child (test.test_collections.TestChainMap) PASS: Tests for changes for issue #16613. PASS: test_order_preservation (test.test_collections.TestChainMap) PASS: test_ordering (test.test_collections.TestChainMap) PASS: test_union_operators (test.test_collections.TestChainMap) PASS: test_dict_copy (test.test_collections.TestUserObjects) PASS: test_dict_protocol (test.test_collections.TestUserObjects) PASS: test_list_copy (test.test_collections.TestUserObjects) PASS: test_list_protocol (test.test_collections.TestUserObjects) PASS: test_str_protocol (test.test_collections.TestUserObjects) ---------------------------------------------------------------------- Ran 111 tests in 0.474s OK Trying: c = Counter('abcdeabcdabcaba') # count elements from a string Expecting nothing ok Trying: c.most_common(3) # three most common elements Expecting: [('a', 5), ('b', 4), ('c', 3)] ok Trying: sorted(c) # list all unique elements Expecting: ['a', 'b', 'c', 'd', 'e'] ok Trying: ''.join(sorted(c.elements())) # list elements with repetitions Expecting: 'aaaaabbbbcccdde' ok Trying: sum(c.values()) # total of all counts Expecting: 15 ok Trying: c['a'] # count of letter 'a' Expecting: 5 ok Trying: for elem in 'shazam': # update counts from an iterable c[elem] += 1 # by adding 1 to each element's count Expecting nothing ok Trying: c['a'] # now there are seven 'a' Expecting: 7 ok Trying: del c['b'] # remove all 'b' Expecting nothing ok Trying: c['b'] # now there are zero 'b' Expecting: 0 ok Trying: d = Counter('simsalabim') # make another counter Expecting nothing ok Trying: c.update(d) # add in the second counter Expecting nothing ok Trying: c['a'] # now there are nine 'a' Expecting: 9 ok Trying: c.clear() # empty the counter Expecting nothing ok Trying: c Expecting: Counter() ok Trying: c = Counter('aaabbc') Expecting nothing ok Trying: c['b'] -= 2 # reduce the count of 'b' by two Expecting nothing ok Trying: c.most_common() # 'b' is still in, but its count is zero Expecting: [('a', 3), ('c', 1), ('b', 0)] ok Trying: Counter('abbb') + Counter('bcc') Expecting: Counter({'b': 4, 'c': 2, 'a': 1}) ok Trying: Counter('abbb') & Counter('bcc') Expecting: Counter({'b': 1}) ok Trying: c = Counter('abbb') Expecting nothing ok Trying: c += Counter('bcc') Expecting nothing ok Trying: c Expecting: Counter({'b': 4, 'c': 2, 'a': 1}) ok Trying: c = Counter('abbb') Expecting nothing ok Trying: c &= Counter('bcc') Expecting nothing ok Trying: c Expecting: Counter({'b': 1}) ok Trying: c = Counter() # a new, empty counter Expecting nothing ok Trying: c = Counter('gallahad') # a new counter from an iterable Expecting nothing ok Trying: c = Counter({'a': 4, 'b': 2}) # a new counter from a mapping Expecting nothing ok Trying: c = Counter(a=4, b=2) # a new counter from keyword args Expecting nothing ok Trying: c = Counter('abbb') Expecting nothing ok Trying: c |= Counter('bcc') Expecting nothing ok Trying: c Expecting: Counter({'b': 3, 'c': 2, 'a': 1}) ok Trying: c = Counter('abbbc') Expecting nothing ok Trying: c -= Counter('bccd') Expecting nothing ok Trying: c Expecting: Counter({'b': 2, 'a': 1}) ok Trying: Counter('abbb') | Counter('bcc') Expecting: Counter({'b': 3, 'c': 2, 'a': 1}) ok Trying: Counter('abbbc') - Counter('bccd') Expecting: Counter({'b': 2, 'a': 1}) ok Trying: c = Counter('ABCABC') Expecting nothing ok Trying: sorted(c.elements()) Expecting: ['A', 'A', 'B', 'B', 'C', 'C'] ok Trying: prime_factors = Counter({2: 2, 3: 3, 17: 1}) Expecting nothing ok Trying: product = 1 Expecting nothing ok Trying: for factor in prime_factors.elements(): # loop over factors product *= factor # and multiply them Expecting nothing ok Trying: product Expecting: 1836 ok Trying: Counter('abracadabra').most_common(3) Expecting: [('a', 5), ('b', 2), ('r', 2)] ok Trying: c = Counter('which') Expecting nothing ok Trying: c.subtract('witch') # subtract elements from another iterable Expecting nothing ok Trying: c.subtract(Counter('watch')) # subtract elements from another counter Expecting nothing ok Trying: c['h'] # 2 in which, minus 1 in witch, minus 1 in watch Expecting: 0 ok Trying: c['w'] # 1 in which, minus 1 in witch, minus 1 in watch Expecting: -1 ok Trying: c = Counter('which') Expecting nothing ok Trying: c.update('witch') # add elements from another iterable Expecting nothing ok Trying: d = Counter('watch') Expecting nothing ok Trying: c.update(d) # add elements from another counter Expecting nothing ok Trying: c['h'] # four 'h' in which, witch, and watch Expecting: 4 ok Trying: Point = namedtuple('Point', ['x', 'y']) Expecting nothing ok Trying: Point.__doc__ # docstring for the new class Expecting: 'Point(x, y)' ok Trying: p = Point(11, y=22) # instantiate with positional args or keywords Expecting nothing ok Trying: p[0] + p[1] # indexable like a plain tuple Expecting: 33 ok Trying: x, y = p # unpack like a regular tuple Expecting nothing ok Trying: x, y Expecting: (11, 22) ok Trying: p.x + p.y # fields also accessible by name Expecting: 33 ok Trying: d = p._asdict() # convert to a dictionary Expecting nothing ok Trying: d['x'] Expecting: 11 ok Trying: Point(**d) # convert from a dictionary Expecting: Point(x=11, y=22) ok Trying: p._replace(x=100) # _replace() is like str.replace() but targets named fields Expecting: Point(x=100, y=22) ok 241 items had no tests: collections collections.ChainMap collections.ChainMap.__bool__ collections.ChainMap.__contains__ collections.ChainMap.__delitem__ collections.ChainMap.__getitem__ collections.ChainMap.__init__ collections.ChainMap.__ior__ collections.ChainMap.__iter__ collections.ChainMap.__len__ collections.ChainMap.__missing__ collections.ChainMap.__or__ collections.ChainMap.__repr__ collections.ChainMap.__ror__ collections.ChainMap.__setitem__ collections.ChainMap.clear collections.ChainMap.copy collections.ChainMap.fromkeys collections.ChainMap.get collections.ChainMap.new_child collections.ChainMap.parents collections.ChainMap.pop collections.ChainMap.popitem collections.Counter.__delitem__ collections.Counter.__eq__ collections.Counter.__ge__ collections.Counter.__gt__ collections.Counter.__le__ collections.Counter.__lt__ collections.Counter.__missing__ collections.Counter.__ne__ collections.Counter.__neg__ collections.Counter.__pos__ collections.Counter.__reduce__ collections.Counter.__repr__ collections.Counter._keep_positive collections.Counter.copy collections.Counter.fromkeys collections.Counter.total collections.OrderedDict collections.OrderedDict.__delitem__ collections.OrderedDict.__eq__ collections.OrderedDict.__ge__ collections.OrderedDict.__gt__ collections.OrderedDict.__init__ collections.OrderedDict.__ior__ collections.OrderedDict.__iter__ collections.OrderedDict.__le__ collections.OrderedDict.__lt__ collections.OrderedDict.__ne__ collections.OrderedDict.__or__ collections.OrderedDict.__reduce__ collections.OrderedDict.__repr__ collections.OrderedDict.__reversed__ collections.OrderedDict.__ror__ collections.OrderedDict.__setitem__ collections.OrderedDict.__sizeof__ collections.OrderedDict.clear collections.OrderedDict.copy collections.OrderedDict.fromkeys collections.OrderedDict.items collections.OrderedDict.keys collections.OrderedDict.move_to_end collections.OrderedDict.pop collections.OrderedDict.popitem collections.OrderedDict.setdefault collections.OrderedDict.update collections.OrderedDict.values collections.UserDict collections.UserDict.__contains__ collections.UserDict.__copy__ collections.UserDict.__delitem__ collections.UserDict.__getitem__ collections.UserDict.__init__ collections.UserDict.__ior__ collections.UserDict.__iter__ collections.UserDict.__len__ collections.UserDict.__or__ collections.UserDict.__repr__ collections.UserDict.__ror__ collections.UserDict.__setitem__ collections.UserDict.copy collections.UserDict.fromkeys collections.UserList collections.UserList._UserList__cast collections.UserList.__add__ collections.UserList.__contains__ collections.UserList.__copy__ collections.UserList.__delitem__ collections.UserList.__eq__ collections.UserList.__ge__ collections.UserList.__getitem__ collections.UserList.__gt__ collections.UserList.__iadd__ collections.UserList.__imul__ collections.UserList.__init__ collections.UserList.__le__ collections.UserList.__len__ collections.UserList.__lt__ collections.UserList.__mul__ collections.UserList.__radd__ collections.UserList.__repr__ collections.UserList.__setitem__ collections.UserList.append collections.UserList.clear collections.UserList.copy collections.UserList.count collections.UserList.extend collections.UserList.index collections.UserList.insert collections.UserList.pop collections.UserList.remove collections.UserList.reverse collections.UserList.sort collections.UserString collections.UserString.__add__ collections.UserString.__complex__ collections.UserString.__contains__ collections.UserString.__eq__ collections.UserString.__float__ collections.UserString.__ge__ collections.UserString.__getitem__ collections.UserString.__getnewargs__ collections.UserString.__gt__ collections.UserString.__hash__ collections.UserString.__init__ collections.UserString.__int__ collections.UserString.__le__ collections.UserString.__len__ collections.UserString.__lt__ collections.UserString.__mod__ collections.UserString.__mul__ collections.UserString.__radd__ collections.UserString.__repr__ collections.UserString.__rmod__ collections.UserString.__str__ collections.UserString.capitalize collections.UserString.casefold collections.UserString.center collections.UserString.count collections.UserString.encode collections.UserString.endswith collections.UserString.expandtabs collections.UserString.find collections.UserString.format collections.UserString.format_map collections.UserString.index collections.UserString.isalnum collections.UserString.isalpha collections.UserString.isascii collections.UserString.isdecimal collections.UserString.isdigit collections.UserString.isidentifier collections.UserString.islower collections.UserString.isnumeric collections.UserString.isprintable collections.UserString.isspace collections.UserString.istitle collections.UserString.isupper collections.UserString.join collections.UserString.ljust collections.UserString.lower collections.UserString.lstrip collections.UserString.partition collections.UserString.removeprefix collections.UserString.removesuffix collections.UserString.replace collections.UserString.rfind collections.UserString.rindex collections.UserString.rjust collections.UserString.rpartition collections.UserString.rsplit collections.UserString.rstrip collections.UserString.split collections.UserString.splitlines collections.UserString.startswith collections.UserString.strip collections.UserString.swapcase collections.UserString.title collections.UserString.translate collections.UserString.upper collections.UserString.zfill collections._Link collections._OrderedDictItemsView collections._OrderedDictItemsView.__reversed__ collections._OrderedDictKeysView collections._OrderedDictKeysView.__reversed__ collections._OrderedDictValuesView collections._OrderedDictValuesView.__reversed__ collections.defaultdict collections.defaultdict.__class_getitem__ collections.defaultdict.__copy__ collections.defaultdict.__getattribute__ collections.defaultdict.__init__ collections.defaultdict.__missing__ collections.defaultdict.__or__ collections.defaultdict.__reduce__ collections.defaultdict.__repr__ collections.defaultdict.__ror__ collections.defaultdict.copy collections.deque collections.deque.__add__ collections.deque.__bool__ collections.deque.__class_getitem__ collections.deque.__contains__ collections.deque.__copy__ collections.deque.__delitem__ collections.deque.__eq__ collections.deque.__ge__ collections.deque.__getattribute__ collections.deque.__getitem__ collections.deque.__gt__ collections.deque.__iadd__ collections.deque.__imul__ collections.deque.__init__ collections.deque.__iter__ collections.deque.__le__ collections.deque.__len__ collections.deque.__lt__ collections.deque.__mul__ collections.deque.__ne__ collections.deque.__reduce__ collections.deque.__repr__ collections.deque.__reversed__ collections.deque.__rmul__ collections.deque.__setitem__ collections.deque.__sizeof__ collections.deque.append collections.deque.appendleft collections.deque.clear collections.deque.copy collections.deque.count collections.deque.extend collections.deque.extendleft collections.deque.index collections.deque.insert collections.deque.pop collections.deque.popleft collections.deque.remove collections.deque.reverse collections.deque.rotate 15 items passed all tests: 18 tests in collections.Counter 1 tests in collections.Counter.__add__ 1 tests in collections.Counter.__and__ 3 tests in collections.Counter.__iadd__ 3 tests in collections.Counter.__iand__ 4 tests in collections.Counter.__init__ 3 tests in collections.Counter.__ior__ 3 tests in collections.Counter.__isub__ 1 tests in collections.Counter.__or__ 1 tests in collections.Counter.__sub__ 6 tests in collections.Counter.elements 1 tests in collections.Counter.most_common 5 tests in collections.Counter.subtract 5 tests in collections.Counter.update 11 tests in collections.namedtuple 66 tests in 256 items. 66 passed and 0 failed. Test passed. doctest (collections) ... 66 tests with zero failures 0:02:02 load avg: 0.92 [ 77/427] test_colorsys PASS: test_hls_roundtrip (test.test_colorsys.ColorsysTest) PASS: test_hls_values (test.test_colorsys.ColorsysTest) PASS: test_hsv_roundtrip (test.test_colorsys.ColorsysTest) PASS: test_hsv_values (test.test_colorsys.ColorsysTest) PASS: test_yiq_roundtrip (test.test_colorsys.ColorsysTest) PASS: test_yiq_values (test.test_colorsys.ColorsysTest) ---------------------------------------------------------------------- Ran 6 tests in 0.004s OK 0:02:02 load avg: 0.92 [ 78/427] test_compare PASS: test_comparisons (test.test_compare.ComparisonTest) PASS: test_id_comparisons (test.test_compare.ComparisonTest) PASS: test_issue_1393 (test.test_compare.ComparisonTest) PASS: test_ne_defaults_to_not_eq (test.test_compare.ComparisonTest) test_ne_high_priority (test.test_compare.ComparisonTest) PASS: object.__ne__() should allow reflected __ne__() to be tried test_ne_low_priority (test.test_compare.ComparisonTest) PASS: object.__ne__() should not invoke reflected __eq__() test_other_delegation (test.test_compare.ComparisonTest) PASS: No default delegation between operations except __ne__() ---------------------------------------------------------------------- Ran 7 tests in 0.002s OK 0:02:02 load avg: 0.92 [ 79/427] test_compile PASS: test_and (test.test_compile.TestExpressionStackSize) PASS: test_and_or (test.test_compile.TestExpressionStackSize) PASS: test_binop (test.test_compile.TestExpressionStackSize) PASS: test_chained_comparison (test.test_compile.TestExpressionStackSize) PASS: test_dict (test.test_compile.TestExpressionStackSize) PASS: test_func_and (test.test_compile.TestExpressionStackSize) PASS: test_func_args (test.test_compile.TestExpressionStackSize) PASS: test_func_kwargs (test.test_compile.TestExpressionStackSize) PASS: test_if_else (test.test_compile.TestExpressionStackSize) PASS: test_list (test.test_compile.TestExpressionStackSize) PASS: test_meth_args (test.test_compile.TestExpressionStackSize) PASS: test_meth_kwargs (test.test_compile.TestExpressionStackSize) PASS: test_or (test.test_compile.TestExpressionStackSize) PASS: test_set (test.test_compile.TestExpressionStackSize) PASS: test_stack_3050 (test.test_compile.TestExpressionStackSize) PASS: test_tuple (test.test_compile.TestExpressionStackSize) PASS: test_32_63_bit_values (test.test_compile.TestSpecifics) PASS: test_annotation_limit (test.test_compile.TestSpecifics) PASS: test_argument_handling (test.test_compile.TestSpecifics) PASS: test_argument_order (test.test_compile.TestSpecifics) PASS: test_bad_single_statement (test.test_compile.TestSpecifics) PASS: test_big_dict_literal (test.test_compile.TestSpecifics) PASS: test_compile_ast (test.test_compile.TestSpecifics) PASS: test_compile_filename (test.test_compile.TestSpecifics) PASS: test_compiler_recursion_limit (test.test_compile.TestSpecifics) PASS: test_consts_in_conditionals (test.test_compile.TestSpecifics) PASS: test_dead_blocks_do_not_generate_bytecode (test.test_compile.TestSpecifics) PASS: test_debug_assignment (test.test_compile.TestSpecifics) PASS: test_dict_evaluation_order (test.test_compile.TestSpecifics) PASS: test_dont_merge_constants (test.test_compile.TestSpecifics) PASS: test_duplicate_global_local (test.test_compile.TestSpecifics) PASS: test_empty (test.test_compile.TestSpecifics) PASS: test_encoding (test.test_compile.TestSpecifics) PASS: test_exec_with_general_mapping_for_locals (test.test_compile.TestSpecifics) PASS: test_extended_arg (test.test_compile.TestSpecifics) PASS: test_false_while_loop (test.test_compile.TestSpecifics) PASS: test_float_literals (test.test_compile.TestSpecifics) PASS: test_for_distinct_code_objects (test.test_compile.TestSpecifics) PASS: test_import (test.test_compile.TestSpecifics) PASS: test_indentation (test.test_compile.TestSpecifics) PASS: test_lambda_doc (test.test_compile.TestSpecifics) PASS: test_leading_newlines (test.test_compile.TestSpecifics) PASS: test_line_number_genexp (test.test_compile.TestSpecifics) PASS: test_line_number_implicit_return_after_async_for (test.test_compile.TestSpecifics) PASS: test_lineno_after_implicit_return (test.test_compile.TestSpecifics) PASS: test_lineno_after_no_code (test.test_compile.TestSpecifics) PASS: test_lineno_attribute (test.test_compile.TestSpecifics) PASS: test_lineno_procedure_call (test.test_compile.TestSpecifics) PASS: test_literals_with_leading_zeroes (test.test_compile.TestSpecifics) PASS: test_mangling (test.test_compile.TestSpecifics) PASS: test_merge_code_attrs (test.test_compile.TestSpecifics) PASS: test_merge_constants (test.test_compile.TestSpecifics) PASS: test_no_ending_newline (test.test_compile.TestSpecifics) PASS: test_none_assignment (test.test_compile.TestSpecifics) PASS: test_none_keyword_arg (test.test_compile.TestSpecifics) PASS: test_null_terminated (test.test_compile.TestSpecifics) PASS: test_other_newlines (test.test_compile.TestSpecifics) PASS: test_particularly_evil_undecodable (test.test_compile.TestSpecifics) PASS: test_path_like_objects (test.test_compile.TestSpecifics) test_peephole_opt_unreachable_code_array_access_in_bounds (test.test_compile.TestSpecifics) PASS: Regression test for issue35193 when run under clang msan. PASS: test_redundant_jump_in_if_else_break (test.test_compile.TestSpecifics) PASS: test_same_filename_used (test.test_compile.TestSpecifics) PASS: test_sequence_unpacking_error (test.test_compile.TestSpecifics) PASS: test_single_statement (test.test_compile.TestSpecifics) PASS: test_stack_overflow (test.test_compile.TestSpecifics) PASS: test_strip_unused_consts (test.test_compile.TestSpecifics) PASS: test_subscripts (test.test_compile.TestSpecifics) PASS: test_syntax_error (test.test_compile.TestSpecifics) PASS: test_unary_minus (test.test_compile.TestSpecifics) PASS: test_yet_more_evil_still_undecodable (test.test_compile.TestSpecifics) PASS: test_async_for (test.test_compile.TestStackSizeStability) PASS: test_async_for_else (test.test_compile.TestStackSizeStability) PASS: test_async_with (test.test_compile.TestStackSizeStability) PASS: test_for (test.test_compile.TestStackSizeStability) PASS: test_for_break_continue (test.test_compile.TestStackSizeStability) PASS: test_for_break_continue_inside_async_with_block (test.test_compile.TestStackSizeStability) PASS: test_for_break_continue_inside_except_block (test.test_compile.TestStackSizeStability) PASS: test_for_break_continue_inside_finally_block (test.test_compile.TestStackSizeStability) PASS: test_for_break_continue_inside_try_finally_block (test.test_compile.TestStackSizeStability) PASS: test_for_break_continue_inside_with_block (test.test_compile.TestStackSizeStability) PASS: test_for_else (test.test_compile.TestStackSizeStability) PASS: test_if (test.test_compile.TestStackSizeStability) PASS: test_if_else (test.test_compile.TestStackSizeStability) PASS: test_return_inside_async_with_block (test.test_compile.TestStackSizeStability) PASS: test_return_inside_except_block (test.test_compile.TestStackSizeStability) PASS: test_return_inside_finally_block (test.test_compile.TestStackSizeStability) PASS: test_return_inside_try_finally_block (test.test_compile.TestStackSizeStability) PASS: test_return_inside_with_block (test.test_compile.TestStackSizeStability) PASS: test_try_except_as (test.test_compile.TestStackSizeStability) PASS: test_try_except_bare (test.test_compile.TestStackSizeStability) PASS: test_try_except_qualified (test.test_compile.TestStackSizeStability) PASS: test_try_finally (test.test_compile.TestStackSizeStability) PASS: test_while_else (test.test_compile.TestStackSizeStability) PASS: test_with (test.test_compile.TestStackSizeStability) ---------------------------------------------------------------------- Ran 94 tests in 4.099s OK 0:02:06 load avg: 0.93 [ 80/427] test_compileall PASS: test_compiles_as_much_as_possible (test.test_compileall.CommandLineTestsNoSourceEpoch) PASS: test_d_compile_error (test.test_compileall.CommandLineTestsNoSourceEpoch) PASS: test_d_runtime_error (test.test_compileall.CommandLineTestsNoSourceEpoch) PASS: test_force (test.test_compileall.CommandLineTestsNoSourceEpoch) PASS: test_hardlink (test.test_compileall.CommandLineTestsNoSourceEpoch) PASS: test_hardlink_bad_args (test.test_compileall.CommandLineTestsNoSourceEpoch) PASS: test_ignore_symlink_destination (test.test_compileall.CommandLineTestsNoSourceEpoch) PASS: test_include_bad_file (test.test_compileall.CommandLineTestsNoSourceEpoch) PASS: test_include_file_no_arg (test.test_compileall.CommandLineTestsNoSourceEpoch) PASS: test_include_file_with_arg (test.test_compileall.CommandLineTestsNoSourceEpoch) PASS: test_include_on_stdin (test.test_compileall.CommandLineTestsNoSourceEpoch) PASS: test_invalid_arg_produces_message (test.test_compileall.CommandLineTestsNoSourceEpoch) PASS: test_legacy_paths (test.test_compileall.CommandLineTestsNoSourceEpoch) PASS: test_multiple_dirs (test.test_compileall.CommandLineTestsNoSourceEpoch) PASS: test_multiple_optimization_levels (test.test_compileall.CommandLineTestsNoSourceEpoch) PASS: test_multiple_runs (test.test_compileall.CommandLineTestsNoSourceEpoch) PASS: test_no_args_compiles_path (test.test_compileall.CommandLineTestsNoSourceEpoch) PASS: test_no_args_respects_force_flag (test.test_compileall.CommandLineTestsNoSourceEpoch) PASS: test_no_args_respects_quiet_flag (test.test_compileall.CommandLineTestsNoSourceEpoch) PASS: test_pep3147_paths_doubleoptimize (test.test_compileall.CommandLineTestsNoSourceEpoch) PASS: test_pep3147_paths_normal (test.test_compileall.CommandLineTestsNoSourceEpoch) PASS: test_pep3147_paths_optimize (test.test_compileall.CommandLineTestsNoSourceEpoch) PASS: test_pyc_invalidation_mode (test.test_compileall.CommandLineTestsNoSourceEpoch) PASS: test_quiet (test.test_compileall.CommandLineTestsNoSourceEpoch) PASS: test_recursion_control (test.test_compileall.CommandLineTestsNoSourceEpoch) PASS: test_recursion_limit (test.test_compileall.CommandLineTestsNoSourceEpoch) PASS: test_regexp (test.test_compileall.CommandLineTestsNoSourceEpoch) PASS: test_silent (test.test_compileall.CommandLineTestsNoSourceEpoch) PASS: test_strip_and_prepend (test.test_compileall.CommandLineTestsNoSourceEpoch) PASS: test_symlink_loop (test.test_compileall.CommandLineTestsNoSourceEpoch) PASS: test_workers (test.test_compileall.CommandLineTestsNoSourceEpoch) PASS: test_workers_available_cores (test.test_compileall.CommandLineTestsNoSourceEpoch) PASS: test_compiles_as_much_as_possible (test.test_compileall.CommandLineTestsWithSourceEpoch) PASS: test_d_compile_error (test.test_compileall.CommandLineTestsWithSourceEpoch) PASS: test_d_runtime_error (test.test_compileall.CommandLineTestsWithSourceEpoch) PASS: test_force (test.test_compileall.CommandLineTestsWithSourceEpoch) PASS: test_hardlink (test.test_compileall.CommandLineTestsWithSourceEpoch) PASS: test_hardlink_bad_args (test.test_compileall.CommandLineTestsWithSourceEpoch) PASS: test_ignore_symlink_destination (test.test_compileall.CommandLineTestsWithSourceEpoch) PASS: test_include_bad_file (test.test_compileall.CommandLineTestsWithSourceEpoch) PASS: test_include_file_no_arg (test.test_compileall.CommandLineTestsWithSourceEpoch) PASS: test_include_file_with_arg (test.test_compileall.CommandLineTestsWithSourceEpoch) PASS: test_include_on_stdin (test.test_compileall.CommandLineTestsWithSourceEpoch) PASS: test_invalid_arg_produces_message (test.test_compileall.CommandLineTestsWithSourceEpoch) PASS: test_legacy_paths (test.test_compileall.CommandLineTestsWithSourceEpoch) PASS: test_multiple_dirs (test.test_compileall.CommandLineTestsWithSourceEpoch) PASS: test_multiple_optimization_levels (test.test_compileall.CommandLineTestsWithSourceEpoch) PASS: test_multiple_runs (test.test_compileall.CommandLineTestsWithSourceEpoch) PASS: test_no_args_compiles_path (test.test_compileall.CommandLineTestsWithSourceEpoch) PASS: test_no_args_respects_force_flag (test.test_compileall.CommandLineTestsWithSourceEpoch) PASS: test_no_args_respects_quiet_flag (test.test_compileall.CommandLineTestsWithSourceEpoch) PASS: test_pep3147_paths_doubleoptimize (test.test_compileall.CommandLineTestsWithSourceEpoch) PASS: test_pep3147_paths_normal (test.test_compileall.CommandLineTestsWithSourceEpoch) PASS: test_pep3147_paths_optimize (test.test_compileall.CommandLineTestsWithSourceEpoch) PASS: test_pyc_invalidation_mode (test.test_compileall.CommandLineTestsWithSourceEpoch) PASS: test_quiet (test.test_compileall.CommandLineTestsWithSourceEpoch) PASS: test_recursion_control (test.test_compileall.CommandLineTestsWithSourceEpoch) PASS: test_recursion_limit (test.test_compileall.CommandLineTestsWithSourceEpoch) PASS: test_regexp (test.test_compileall.CommandLineTestsWithSourceEpoch) PASS: test_silent (test.test_compileall.CommandLineTestsWithSourceEpoch) PASS: test_strip_and_prepend (test.test_compileall.CommandLineTestsWithSourceEpoch) PASS: test_symlink_loop (test.test_compileall.CommandLineTestsWithSourceEpoch) PASS: test_workers (test.test_compileall.CommandLineTestsWithSourceEpoch) PASS: test_workers_available_cores (test.test_compileall.CommandLineTestsWithSourceEpoch) PASS: test_compile_dir_maxlevels (test.test_compileall.CompileallTestsWithSourceEpoch) PASS: test_compile_dir_pathlike (test.test_compileall.CompileallTestsWithSourceEpoch) PASS: test_compile_file_encoding_fallback (test.test_compileall.CompileallTestsWithSourceEpoch) PASS: test_compile_file_pathlike (test.test_compileall.CompileallTestsWithSourceEpoch) PASS: test_compile_file_pathlike_ddir (test.test_compileall.CompileallTestsWithSourceEpoch) PASS: test_compile_files (test.test_compileall.CompileallTestsWithSourceEpoch) PASS: test_compile_missing_multiprocessing (test.test_compileall.CompileallTestsWithSourceEpoch) PASS: test_compile_one_worker (test.test_compileall.CompileallTestsWithSourceEpoch) PASS: test_compile_path (test.test_compileall.CompileallTestsWithSourceEpoch) PASS: test_compile_pool_called (test.test_compileall.CompileallTestsWithSourceEpoch) PASS: test_compile_workers_cpu_count (test.test_compileall.CompileallTestsWithSourceEpoch) PASS: test_compile_workers_non_positive (test.test_compileall.CompileallTestsWithSourceEpoch) test_ddir_empty_multiple_workers (test.test_compileall.CompileallTestsWithSourceEpoch) PASS: Recursive compile_dir ddir='' contains package paths; bpo39769. test_ddir_empty_only_one_worker (test.test_compileall.CompileallTestsWithSourceEpoch) PASS: Recursive compile_dir ddir='' contains package paths; bpo39769. test_ddir_multiple_workers (test.test_compileall.CompileallTestsWithSourceEpoch) PASS: Recursive compile_dir ddir= contains package paths; bpo39769. test_ddir_only_one_worker (test.test_compileall.CompileallTestsWithSourceEpoch) PASS: Recursive compile_dir ddir= contains package paths; bpo39769. PASS: test_ignore_symlink_destination (test.test_compileall.CompileallTestsWithSourceEpoch) PASS: test_larger_than_32_bit_times (test.test_compileall.CompileallTestsWithSourceEpoch) SKIP: test_magic_number (test.test_compileall.CompileallTestsWithSourceEpoch) 'SOURCE_DATE_EPOCH is set' SKIP: test_mtime (test.test_compileall.CompileallTestsWithSourceEpoch) 'SOURCE_DATE_EPOCH is set' PASS: test_multiple_optimization_levels (test.test_compileall.CompileallTestsWithSourceEpoch) PASS: test_no_pycache_in_non_package (test.test_compileall.CompileallTestsWithSourceEpoch) PASS: test_optimize (test.test_compileall.CompileallTestsWithSourceEpoch) PASS: test_prepend_only (test.test_compileall.CompileallTestsWithSourceEpoch) PASS: test_strip_and_prepend (test.test_compileall.CompileallTestsWithSourceEpoch) PASS: test_strip_only (test.test_compileall.CompileallTestsWithSourceEpoch) PASS: test_strip_prepend_and_ddir (test.test_compileall.CompileallTestsWithSourceEpoch) PASS: test_year_2038_mtime_compilation (test.test_compileall.CompileallTestsWithSourceEpoch) PASS: test_compile_dir_maxlevels (test.test_compileall.CompileallTestsWithoutSourceEpoch) PASS: test_compile_dir_pathlike (test.test_compileall.CompileallTestsWithoutSourceEpoch) PASS: test_compile_file_encoding_fallback (test.test_compileall.CompileallTestsWithoutSourceEpoch) PASS: test_compile_file_pathlike (test.test_compileall.CompileallTestsWithoutSourceEpoch) PASS: test_compile_file_pathlike_ddir (test.test_compileall.CompileallTestsWithoutSourceEpoch) PASS: test_compile_files (test.test_compileall.CompileallTestsWithoutSourceEpoch) PASS: test_compile_missing_multiprocessing (test.test_compileall.CompileallTestsWithoutSourceEpoch) PASS: test_compile_one_worker (test.test_compileall.CompileallTestsWithoutSourceEpoch) PASS: test_compile_path (test.test_compileall.CompileallTestsWithoutSourceEpoch) PASS: test_compile_pool_called (test.test_compileall.CompileallTestsWithoutSourceEpoch) PASS: test_compile_workers_cpu_count (test.test_compileall.CompileallTestsWithoutSourceEpoch) PASS: test_compile_workers_non_positive (test.test_compileall.CompileallTestsWithoutSourceEpoch) test_ddir_empty_multiple_workers (test.test_compileall.CompileallTestsWithoutSourceEpoch) PASS: Recursive compile_dir ddir='' contains package paths; bpo39769. test_ddir_empty_only_one_worker (test.test_compileall.CompileallTestsWithoutSourceEpoch) PASS: Recursive compile_dir ddir='' contains package paths; bpo39769. test_ddir_multiple_workers (test.test_compileall.CompileallTestsWithoutSourceEpoch) PASS: Recursive compile_dir ddir= contains package paths; bpo39769. test_ddir_only_one_worker (test.test_compileall.CompileallTestsWithoutSourceEpoch) PASS: Recursive compile_dir ddir= contains package paths; bpo39769. PASS: test_ignore_symlink_destination (test.test_compileall.CompileallTestsWithoutSourceEpoch) PASS: test_larger_than_32_bit_times (test.test_compileall.CompileallTestsWithoutSourceEpoch) PASS: test_magic_number (test.test_compileall.CompileallTestsWithoutSourceEpoch) PASS: test_mtime (test.test_compileall.CompileallTestsWithoutSourceEpoch) PASS: test_multiple_optimization_levels (test.test_compileall.CompileallTestsWithoutSourceEpoch) PASS: test_no_pycache_in_non_package (test.test_compileall.CompileallTestsWithoutSourceEpoch) PASS: test_optimize (test.test_compileall.CompileallTestsWithoutSourceEpoch) PASS: test_prepend_only (test.test_compileall.CompileallTestsWithoutSourceEpoch) PASS: test_strip_and_prepend (test.test_compileall.CompileallTestsWithoutSourceEpoch) PASS: test_strip_only (test.test_compileall.CompileallTestsWithoutSourceEpoch) PASS: test_strip_prepend_and_ddir (test.test_compileall.CompileallTestsWithoutSourceEpoch) PASS: test_year_2038_mtime_compilation (test.test_compileall.CompileallTestsWithoutSourceEpoch) PASS: test_error (test.test_compileall.EncodingTest) PASS: test_bad_args (test.test_compileall.HardlinkDedupTestsNoSourceEpoch) PASS: test_disabled (test.test_compileall.HardlinkDedupTestsNoSourceEpoch) PASS: test_duplicated_levels (test.test_compileall.HardlinkDedupTestsNoSourceEpoch) PASS: test_hardlink (test.test_compileall.HardlinkDedupTestsNoSourceEpoch) PASS: test_import (test.test_compileall.HardlinkDedupTestsNoSourceEpoch) PASS: test_only_two_levels (test.test_compileall.HardlinkDedupTestsNoSourceEpoch) PASS: test_recompilation (test.test_compileall.HardlinkDedupTestsNoSourceEpoch) PASS: test_bad_args (test.test_compileall.HardlinkDedupTestsWithSourceEpoch) PASS: test_disabled (test.test_compileall.HardlinkDedupTestsWithSourceEpoch) PASS: test_duplicated_levels (test.test_compileall.HardlinkDedupTestsWithSourceEpoch) PASS: test_hardlink (test.test_compileall.HardlinkDedupTestsWithSourceEpoch) PASS: test_import (test.test_compileall.HardlinkDedupTestsWithSourceEpoch) PASS: test_only_two_levels (test.test_compileall.HardlinkDedupTestsWithSourceEpoch) PASS: test_recompilation (test.test_compileall.HardlinkDedupTestsWithSourceEpoch) ---------------------------------------------------------------------- Ran 135 tests in 12.216s OK (skipped=2) 0:02:19 load avg: 0.94 [ 81/427] test_complex PASS: test_abs (test.test_complex.ComplexTest) PASS: test_boolcontext (test.test_complex.ComplexTest) PASS: test_conjugate (test.test_complex.ComplexTest) PASS: test_constructor (test.test_complex.ComplexTest) PASS: test_constructor_special_numbers (test.test_complex.ComplexTest) PASS: test_divmod (test.test_complex.ComplexTest) PASS: test_divmod_zero_division (test.test_complex.ComplexTest) PASS: test_floordiv (test.test_complex.ComplexTest) PASS: test_floordiv_zero_division (test.test_complex.ComplexTest) PASS: test_format (test.test_complex.ComplexTest) PASS: test_getnewargs (test.test_complex.ComplexTest) PASS: test_hash (test.test_complex.ComplexTest) PASS: test_mod (test.test_complex.ComplexTest) PASS: test_mod_zero_division (test.test_complex.ComplexTest) PASS: test_neg (test.test_complex.ComplexTest) PASS: test_negated_imaginary_literal (test.test_complex.ComplexTest) PASS: test_negative_zero_repr_str (test.test_complex.ComplexTest) PASS: test_overflow (test.test_complex.ComplexTest) PASS: test_plus_minus_0j (test.test_complex.ComplexTest) PASS: test_pow (test.test_complex.ComplexTest) PASS: test_pow_with_small_integer_exponents (test.test_complex.ComplexTest) PASS: test_repr_roundtrip (test.test_complex.ComplexTest) PASS: test_repr_str (test.test_complex.ComplexTest) PASS: test_richcompare (test.test_complex.ComplexTest) PASS: test_richcompare_boundaries (test.test_complex.ComplexTest) PASS: test_truediv (test.test_complex.ComplexTest) PASS: test_truediv_zero_division (test.test_complex.ComplexTest) PASS: test_underscores (test.test_complex.ComplexTest) ---------------------------------------------------------------------- Ran 28 tests in 0.103s OK 0:02:19 load avg: 0.94 [ 82/427] test_concurrent_futures PASS: test_cancel (test.test_concurrent_futures.FutureTests) PASS: test_cancelled (test.test_concurrent_futures.FutureTests) PASS: test_done (test.test_concurrent_futures.FutureTests) PASS: test_done_callback_already_cancelled (test.test_concurrent_futures.FutureTests) PASS: test_done_callback_already_failed (test.test_concurrent_futures.FutureTests) PASS: test_done_callback_already_successful (test.test_concurrent_futures.FutureTests) PASS: test_done_callback_raises (test.test_concurrent_futures.FutureTests) PASS: test_done_callback_raises_already_succeeded (test.test_concurrent_futures.FutureTests) PASS: test_done_callback_with_cancel (test.test_concurrent_futures.FutureTests) PASS: test_done_callback_with_exception (test.test_concurrent_futures.FutureTests) PASS: test_done_callback_with_result (test.test_concurrent_futures.FutureTests) PASS: test_exception_with_success (test.test_concurrent_futures.FutureTests) PASS: test_exception_with_timeout (test.test_concurrent_futures.FutureTests) PASS: test_multiple_set_exception (test.test_concurrent_futures.FutureTests) PASS: test_multiple_set_result (test.test_concurrent_futures.FutureTests) PASS: test_repr (test.test_concurrent_futures.FutureTests) PASS: test_result_with_cancel (test.test_concurrent_futures.FutureTests) PASS: test_result_with_success (test.test_concurrent_futures.FutureTests) PASS: test_result_with_timeout (test.test_concurrent_futures.FutureTests) PASS: test_running (test.test_concurrent_futures.FutureTests) test_correct_timeout_exception_msg (test.test_concurrent_futures.ProcessPoolForkAsCompletedTest) ... 0.00s ok test_duplicate_futures (test.test_concurrent_futures.ProcessPoolForkAsCompletedTest) ... 2.05s ok test_free_reference_yielded_future (test.test_concurrent_futures.ProcessPoolForkAsCompletedTest) ... 0.45s ok test_no_timeout (test.test_concurrent_futures.ProcessPoolForkAsCompletedTest) ... 0.03s ok test_zero_timeout (test.test_concurrent_futures.ProcessPoolForkAsCompletedTest) ... 2.04s ok test_crash_at_task_unpickle (test.test_concurrent_futures.ProcessPoolForkExecutorDeadlockTest) ... 0.02s ok test_crash_during_func_exec_on_worker (test.test_concurrent_futures.ProcessPoolForkExecutorDeadlockTest) ... 0.03s ok test_crash_during_result_pickle_on_worker (test.test_concurrent_futures.ProcessPoolForkExecutorDeadlockTest) ... 0.02s ok test_error_at_task_pickle (test.test_concurrent_futures.ProcessPoolForkExecutorDeadlockTest) ... 0.03s ok test_error_at_task_unpickle (test.test_concurrent_futures.ProcessPoolForkExecutorDeadlockTest) ... 0.03s ok test_error_during_func_exec_on_worker (test.test_concurrent_futures.ProcessPoolForkExecutorDeadlockTest) ... 0.02s ok test_error_during_result_pickle_on_worker (test.test_concurrent_futures.ProcessPoolForkExecutorDeadlockTest) ... 0.02s ok test_error_during_result_unpickle_in_result_handler (test.test_concurrent_futures.ProcessPoolForkExecutorDeadlockTest) ... 0.02s ok test_exit_at_task_unpickle (test.test_concurrent_futures.ProcessPoolForkExecutorDeadlockTest) ... 0.02s ok test_exit_during_func_exec_on_worker (test.test_concurrent_futures.ProcessPoolForkExecutorDeadlockTest) ... 0.02s ok test_exit_during_result_pickle_on_worker (test.test_concurrent_futures.ProcessPoolForkExecutorDeadlockTest) ... 0.02s ok test_exit_during_result_unpickle_in_result_handler (test.test_concurrent_futures.ProcessPoolForkExecutorDeadlockTest) ... 0.02s ok test_shutdown_deadlock (test.test_concurrent_futures.ProcessPoolForkExecutorDeadlockTest) ... 0.13s ok test_shutdown_deadlock_pickle (test.test_concurrent_futures.ProcessPoolForkExecutorDeadlockTest) ... 0.03s ok test_initializer (test.test_concurrent_futures.ProcessPoolForkFailingInitializerTest) ... 0.13s ok test_initializer (test.test_concurrent_futures.ProcessPoolForkInitializerTest) ... 0.02s ok test_free_reference (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.53s ok test_idle_process_reuse_multiple (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.00s skipped 'Incompatible with the fork start method.' test_idle_process_reuse_one (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.00s skipped 'Incompatible with the fork start method.' test_killed_child (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.03s ok test_map (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.04s ok test_map_chunksize (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.04s ok test_map_exception (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.03s ok test_map_timeout (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 6.05s ok test_max_workers_negative (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.00s ok SKIP: test_max_workers_too_large (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) 'Windows-only process limit' test_no_stale_references (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.03s ok test_ressources_gced_in_workers (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.13s ok test_saturation (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.06s ok test_shutdown_race_issue12456 (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.04s ok test_submit (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.04s ok test_submit_keyword (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.04s ok test_traceback (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.04s ok test_cancel_futures (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest) ... 0.24s ok test_context_manager_shutdown (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest) ... 0.03s ok test_del_shutdown (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest) ... 0.11s ok test_hang_gh83386 (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest) shutdown(wait=False) doesn't hang at exit with running futures. ... 0.00s skipped 'Hangs, see https://github.com/python/cpython/issues/83386' test_hang_issue12364 (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest) ... 1.04s ok test_interpreter_shutdown (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest) ... 1.13s ok test_processes_terminate (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest) ... 0.04s ok test_run_after_shutdown (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest) ... 0.00s ok test_shutdown_no_wait (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest) ... 0.03s ok test_submit_after_interpreter_shutdown (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest) ... 0.08s ok test_20369 (test.test_concurrent_futures.ProcessPoolForkWaitTest) ... 1.55s ok test_all_completed (test.test_concurrent_futures.ProcessPoolForkWaitTest) ... 0.03s ok test_first_completed (test.test_concurrent_futures.ProcessPoolForkWaitTest) ... 1.54s ok test_first_completed_some_already_completed (test.test_concurrent_futures.ProcessPoolForkWaitTest) ... 1.54s ok test_first_exception (test.test_concurrent_futures.ProcessPoolForkWaitTest) ... 3.04s ok test_first_exception_one_already_failed (test.test_concurrent_futures.ProcessPoolForkWaitTest) ... 2.04s ok test_first_exception_some_already_complete (test.test_concurrent_futures.ProcessPoolForkWaitTest) ... 1.54s ok test_timeout (test.test_concurrent_futures.ProcessPoolForkWaitTest) ... 6.04s ok test_correct_timeout_exception_msg (test.test_concurrent_futures.ProcessPoolForkserverAsCompletedTest) ... 0.00s ok test_duplicate_futures (test.test_concurrent_futures.ProcessPoolForkserverAsCompletedTest) ... 2.08s ok test_free_reference_yielded_future (test.test_concurrent_futures.ProcessPoolForkserverAsCompletedTest) ... 0.48s ok test_no_timeout (test.test_concurrent_futures.ProcessPoolForkserverAsCompletedTest) ... 0.07s ok test_zero_timeout (test.test_concurrent_futures.ProcessPoolForkserverAsCompletedTest) ... 2.03s ok test_crash_at_task_unpickle (test.test_concurrent_futures.ProcessPoolForkserverExecutorDeadlockTest) ... 0.07s ok test_crash_during_func_exec_on_worker (test.test_concurrent_futures.ProcessPoolForkserverExecutorDeadlockTest) ... 0.06s ok test_crash_during_result_pickle_on_worker (test.test_concurrent_futures.ProcessPoolForkserverExecutorDeadlockTest) ... 0.06s ok test_error_at_task_pickle (test.test_concurrent_futures.ProcessPoolForkserverExecutorDeadlockTest) ... 0.02s ok test_error_at_task_unpickle (test.test_concurrent_futures.ProcessPoolForkserverExecutorDeadlockTest) ... 0.06s ok test_error_during_func_exec_on_worker (test.test_concurrent_futures.ProcessPoolForkserverExecutorDeadlockTest) ... 0.06s ok test_error_during_result_pickle_on_worker (test.test_concurrent_futures.ProcessPoolForkserverExecutorDeadlockTest) ... 0.06s ok test_error_during_result_unpickle_in_result_handler (test.test_concurrent_futures.ProcessPoolForkserverExecutorDeadlockTest) ... 0.06s ok test_exit_at_task_unpickle (test.test_concurrent_futures.ProcessPoolForkserverExecutorDeadlockTest) ... 0.06s ok test_exit_during_func_exec_on_worker (test.test_concurrent_futures.ProcessPoolForkserverExecutorDeadlockTest) ... 0.06s ok test_exit_during_result_pickle_on_worker (test.test_concurrent_futures.ProcessPoolForkserverExecutorDeadlockTest) ... 0.06s ok test_exit_during_result_unpickle_in_result_handler (test.test_concurrent_futures.ProcessPoolForkserverExecutorDeadlockTest) ... 0.06s ok test_shutdown_deadlock (test.test_concurrent_futures.ProcessPoolForkserverExecutorDeadlockTest) ... 0.16s ok test_shutdown_deadlock_pickle (test.test_concurrent_futures.ProcessPoolForkserverExecutorDeadlockTest) ... 0.03s ok test_initializer (test.test_concurrent_futures.ProcessPoolForkserverFailingInitializerTest) ... 0.16s ok test_initializer (test.test_concurrent_futures.ProcessPoolForkserverInitializerTest) ... 0.06s ok test_free_reference (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.52s ok test_idle_process_reuse_multiple (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.08s ok test_idle_process_reuse_one (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.07s ok test_killed_child (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.01s ok test_map (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.04s ok test_map_chunksize (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.03s ok test_map_exception (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.02s ok test_map_timeout (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 6.03s ok test_max_workers_negative (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.00s ok SKIP: test_max_workers_too_large (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) 'Windows-only process limit' test_no_stale_references (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.06s ok test_ressources_gced_in_workers (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.15s ok test_saturation (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.04s ok test_shutdown_race_issue12456 (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.03s ok test_submit (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.02s ok test_submit_keyword (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.06s ok test_traceback (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.06s ok test_cancel_futures (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest) ... 0.23s ok test_context_manager_shutdown (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest) ... 0.04s ok test_del_shutdown (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest) ... 0.08s ok test_hang_gh83386 (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest) shutdown(wait=False) doesn't hang at exit with running futures. ... 0.00s skipped 'Hangs, see https://github.com/python/cpython/issues/83386' test_hang_issue12364 (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest) ... 1.05s ok test_interpreter_shutdown (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest) ... 1.25s ok test_processes_terminate (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest) ... 0.03s ok test_run_after_shutdown (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest) ... 0.00s ok test_shutdown_no_wait (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest) ... 0.04s ok test_submit_after_interpreter_shutdown (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest) ... 0.16s ok test_20369 (test.test_concurrent_futures.ProcessPoolForkserverWaitTest) ... 1.53s ok test_all_completed (test.test_concurrent_futures.ProcessPoolForkserverWaitTest) ... 0.06s ok test_first_completed (test.test_concurrent_futures.ProcessPoolForkserverWaitTest) ... 1.53s ok test_first_completed_some_already_completed (test.test_concurrent_futures.ProcessPoolForkserverWaitTest) ... 1.53s ok test_first_exception (test.test_concurrent_futures.ProcessPoolForkserverWaitTest) ... 3.04s ok test_first_exception_one_already_failed (test.test_concurrent_futures.ProcessPoolForkserverWaitTest) ... 2.03s ok test_first_exception_some_already_complete (test.test_concurrent_futures.ProcessPoolForkserverWaitTest) ... 1.53s ok test_timeout (test.test_concurrent_futures.ProcessPoolForkserverWaitTest) ... 6.03s ok test_correct_timeout_exception_msg (test.test_concurrent_futures.ProcessPoolSpawnAsCompletedTest) ... 0.00s ok test_duplicate_futures (test.test_concurrent_futures.ProcessPoolSpawnAsCompletedTest) ... 2.08s ok test_free_reference_yielded_future (test.test_concurrent_futures.ProcessPoolSpawnAsCompletedTest) ... 0.47s ok test_no_timeout (test.test_concurrent_futures.ProcessPoolSpawnAsCompletedTest) ... 0.12s ok test_zero_timeout (test.test_concurrent_futures.ProcessPoolSpawnAsCompletedTest) ... 2.07s ok test_crash_at_task_unpickle (test.test_concurrent_futures.ProcessPoolSpawnExecutorDeadlockTest) ... 0.10s ok test_crash_during_func_exec_on_worker (test.test_concurrent_futures.ProcessPoolSpawnExecutorDeadlockTest) ... 0.10s ok test_crash_during_result_pickle_on_worker (test.test_concurrent_futures.ProcessPoolSpawnExecutorDeadlockTest) ... 0.10s ok test_error_at_task_pickle (test.test_concurrent_futures.ProcessPoolSpawnExecutorDeadlockTest) ... 0.07s ok test_error_at_task_unpickle (test.test_concurrent_futures.ProcessPoolSpawnExecutorDeadlockTest) ... 0.11s ok test_error_during_func_exec_on_worker (test.test_concurrent_futures.ProcessPoolSpawnExecutorDeadlockTest) ... 0.11s ok test_error_during_result_pickle_on_worker (test.test_concurrent_futures.ProcessPoolSpawnExecutorDeadlockTest) ... 0.11s ok test_error_during_result_unpickle_in_result_handler (test.test_concurrent_futures.ProcessPoolSpawnExecutorDeadlockTest) ... 0.10s ok test_exit_at_task_unpickle (test.test_concurrent_futures.ProcessPoolSpawnExecutorDeadlockTest) ... 0.11s ok test_exit_during_func_exec_on_worker (test.test_concurrent_futures.ProcessPoolSpawnExecutorDeadlockTest) ... 0.11s ok test_exit_during_result_pickle_on_worker (test.test_concurrent_futures.ProcessPoolSpawnExecutorDeadlockTest) ... 0.11s ok test_exit_during_result_unpickle_in_result_handler (test.test_concurrent_futures.ProcessPoolSpawnExecutorDeadlockTest) ... 0.10s ok test_shutdown_deadlock (test.test_concurrent_futures.ProcessPoolSpawnExecutorDeadlockTest) ... 0.21s ok test_shutdown_deadlock_pickle (test.test_concurrent_futures.ProcessPoolSpawnExecutorDeadlockTest) ... 0.08s ok test_initializer (test.test_concurrent_futures.ProcessPoolSpawnFailingInitializerTest) ... 0.22s ok test_initializer (test.test_concurrent_futures.ProcessPoolSpawnInitializerTest) ... 0.11s ok test_free_reference (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.66s ok test_idle_process_reuse_multiple (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.17s ok test_idle_process_reuse_one (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.12s ok test_killed_child (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.00s ok test_map (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.11s ok test_map_chunksize (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.11s ok test_map_exception (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.08s ok test_map_timeout (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 6.08s ok test_max_workers_negative (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.00s ok SKIP: test_max_workers_too_large (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) 'Windows-only process limit' test_no_stale_references (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.11s ok test_ressources_gced_in_workers (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.27s ok test_saturation (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.11s ok test_shutdown_race_issue12456 (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.11s ok test_submit (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.07s ok test_submit_keyword (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.11s ok test_traceback (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.11s ok test_cancel_futures (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest) ... 0.22s ok test_context_manager_shutdown (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest) ... 0.12s ok test_del_shutdown (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest) ... 0.13s ok test_hang_gh83386 (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest) shutdown(wait=False) doesn't hang at exit with running futures. ... 0.00s skipped 'Hangs, see https://github.com/python/cpython/issues/83386' test_hang_issue12364 (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest) ... 1.12s ok test_interpreter_shutdown (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest) ... 1.24s ok test_processes_terminate (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest) ... 0.08s ok test_run_after_shutdown (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest) ... 0.00s ok test_shutdown_no_wait (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest) ... 0.11s ok test_submit_after_interpreter_shutdown (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest) ... 0.16s ok test_20369 (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 1.58s ok test_all_completed (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 0.12s ok test_first_completed (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 1.59s ok test_first_completed_some_already_completed (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 1.58s ok test_first_exception (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 3.10s ok test_first_exception_one_already_failed (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 2.08s ok test_first_exception_some_already_complete (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 1.58s ok test_timeout (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 6.10s ok test_correct_timeout_exception_msg (test.test_concurrent_futures.ThreadPoolAsCompletedTest) ... 0.00s ok test_duplicate_futures (test.test_concurrent_futures.ThreadPoolAsCompletedTest) ... 2.00s ok test_free_reference_yielded_future (test.test_concurrent_futures.ThreadPoolAsCompletedTest) ... 0.48s ok test_no_timeout (test.test_concurrent_futures.ThreadPoolAsCompletedTest) ... 0.00s ok test_zero_timeout (test.test_concurrent_futures.ThreadPoolAsCompletedTest) ... 2.00s ok test_default_workers (test.test_concurrent_futures.ThreadPoolExecutorTest) ... 0.00s ok test_executor_map_current_future_cancel (test.test_concurrent_futures.ThreadPoolExecutorTest) ... 0.00s ok test_free_reference (test.test_concurrent_futures.ThreadPoolExecutorTest) ... 0.44s ok test_hang_global_shutdown_lock (test.test_concurrent_futures.ThreadPoolExecutorTest) ... 7.63s ok test_idle_thread_reuse (test.test_concurrent_futures.ThreadPoolExecutorTest) ... 0.00s ok test_map (test.test_concurrent_futures.ThreadPoolExecutorTest) ... 0.00s ok test_map_exception (test.test_concurrent_futures.ThreadPoolExecutorTest) ... 0.00s ok test_map_submits_without_iteration (test.test_concurrent_futures.ThreadPoolExecutorTest) Tests verifying issue 11777. ... 0.00s ok test_map_timeout (test.test_concurrent_futures.ThreadPoolExecutorTest) ... 6.01s ok test_max_workers_negative (test.test_concurrent_futures.ThreadPoolExecutorTest) ... 0.00s ok test_no_stale_references (test.test_concurrent_futures.ThreadPoolExecutorTest) ... 0.00s ok test_saturation (test.test_concurrent_futures.ThreadPoolExecutorTest) ... 0.01s ok test_shutdown_race_issue12456 (test.test_concurrent_futures.ThreadPoolExecutorTest) ... 0.00s ok test_submit (test.test_concurrent_futures.ThreadPoolExecutorTest) ... 0.00s ok test_submit_keyword (test.test_concurrent_futures.ThreadPoolExecutorTest) ... 0.00s ok test_initializer (test.test_concurrent_futures.ThreadPoolFailingInitializerTest) ... 0.10s ok test_initializer (test.test_concurrent_futures.ThreadPoolInitializerTest) ... 0.00s ok test_cancel_futures (test.test_concurrent_futures.ThreadPoolShutdownTest) ... 0.10s ok test_cancel_futures_wait_false (test.test_concurrent_futures.ThreadPoolShutdownTest) ... 0.22s ok test_context_manager_shutdown (test.test_concurrent_futures.ThreadPoolShutdownTest) ... 0.00s ok test_del_shutdown (test.test_concurrent_futures.ThreadPoolShutdownTest) ... 0.00s ok test_hang_gh83386 (test.test_concurrent_futures.ThreadPoolShutdownTest) shutdown(wait=False) doesn't hang at exit with running futures. ... 1.11s ok test_hang_issue12364 (test.test_concurrent_futures.ThreadPoolShutdownTest) ... 1.01s ok test_interpreter_shutdown (test.test_concurrent_futures.ThreadPoolShutdownTest) ... 1.12s ok test_run_after_shutdown (test.test_concurrent_futures.ThreadPoolShutdownTest) ... 0.00s ok test_shutdown_no_wait (test.test_concurrent_futures.ThreadPoolShutdownTest) ... 0.00s ok test_submit_after_interpreter_shutdown (test.test_concurrent_futures.ThreadPoolShutdownTest) ... 0.04s ok test_thread_names_assigned (test.test_concurrent_futures.ThreadPoolShutdownTest) ... 0.06s ok test_thread_names_default (test.test_concurrent_futures.ThreadPoolShutdownTest) ... 0.05s ok test_threads_terminate (test.test_concurrent_futures.ThreadPoolShutdownTest) ... 0.00s ok test_20369 (test.test_concurrent_futures.ThreadPoolWaitTests) ... 1.50s ok test_all_completed (test.test_concurrent_futures.ThreadPoolWaitTests) ... 0.00s ok test_first_completed (test.test_concurrent_futures.ThreadPoolWaitTests) ... 1.50s ok test_first_completed_some_already_completed (test.test_concurrent_futures.ThreadPoolWaitTests) ... 1.50s ok test_first_exception (test.test_concurrent_futures.ThreadPoolWaitTests) ... 3.00s ok test_first_exception_one_already_failed (test.test_concurrent_futures.ThreadPoolWaitTests) ... 2.00s ok test_first_exception_some_already_complete (test.test_concurrent_futures.ThreadPoolWaitTests) ... 1.50s ok test_pending_calls_race (test.test_concurrent_futures.ThreadPoolWaitTests) ... 0.01s ok test_timeout (test.test_concurrent_futures.ThreadPoolWaitTests) ... 6.01s ok ---------------------------------------------------------------------- Ran 232 tests in 143.803s OK (skipped=8) 0:04:43 load avg: 0.13 [ 83/427] test_configparser -- test_concurrent_futures passed in 2 min 24 sec PASS: test_converters_at_init (test.test_configparser.BlatantOverrideConvertersTestCase) PASS: test_inheritance (test.test_configparser.BlatantOverrideConvertersTestCase) PASS: test_instance_assignment (test.test_configparser.BlatantOverrideConvertersTestCase) PASS: test_comment_handling (test.test_configparser.CompatibleTestCase) PASS: test_add_section_default (test.test_configparser.ConfigParserTestCase) PASS: test_basic (test.test_configparser.ConfigParserTestCase) PASS: test_basic_from_dict (test.test_configparser.ConfigParserTestCase) PASS: test_boolean (test.test_configparser.ConfigParserTestCase) PASS: test_case_sensitivity (test.test_configparser.ConfigParserTestCase) PASS: test_case_sensitivity_mapping_access (test.test_configparser.ConfigParserTestCase) PASS: test_clear (test.test_configparser.ConfigParserTestCase) PASS: test_default_case_sensitivity (test.test_configparser.ConfigParserTestCase) test_defaults_keyword (test.test_configparser.ConfigParserTestCase) PASS: bpo-23835 fix for ConfigParser PASS: test_interpolation (test.test_configparser.ConfigParserTestCase) PASS: test_interpolation_missing_value (test.test_configparser.ConfigParserTestCase) PASS: test_invalid_multiline_value (test.test_configparser.ConfigParserTestCase) PASS: test_items (test.test_configparser.ConfigParserTestCase) PASS: test_parse_errors (test.test_configparser.ConfigParserTestCase) PASS: test_popitem (test.test_configparser.ConfigParserTestCase) PASS: test_query_errors (test.test_configparser.ConfigParserTestCase) PASS: test_read_returns_file_list (test.test_configparser.ConfigParserTestCase) PASS: test_read_returns_file_list_with_bytestring_path (test.test_configparser.ConfigParserTestCase) PASS: test_safe_interpolation (test.test_configparser.ConfigParserTestCase) PASS: test_set_malformatted_interpolation (test.test_configparser.ConfigParserTestCase) PASS: test_set_nonstring_types (test.test_configparser.ConfigParserTestCase) PASS: test_set_string_types (test.test_configparser.ConfigParserTestCase) PASS: test_setitem (test.test_configparser.ConfigParserTestCase) PASS: test_weird_errors (test.test_configparser.ConfigParserTestCase) PASS: test_write (test.test_configparser.ConfigParserTestCase) PASS: test_basic (test.test_configparser.ConfigParserTestCaseExtendedInterpolation) PASS: test_basic_from_dict (test.test_configparser.ConfigParserTestCaseExtendedInterpolation) PASS: test_boolean (test.test_configparser.ConfigParserTestCaseExtendedInterpolation) PASS: test_case_sensitivity (test.test_configparser.ConfigParserTestCaseExtendedInterpolation) PASS: test_case_sensitivity_basic (test.test_configparser.ConfigParserTestCaseExtendedInterpolation) PASS: test_case_sensitivity_conflicts (test.test_configparser.ConfigParserTestCaseExtendedInterpolation) PASS: test_case_sensitivity_mapping_access (test.test_configparser.ConfigParserTestCaseExtendedInterpolation) PASS: test_clear (test.test_configparser.ConfigParserTestCaseExtendedInterpolation) PASS: test_default_case_sensitivity (test.test_configparser.ConfigParserTestCaseExtendedInterpolation) PASS: test_endless_loop (test.test_configparser.ConfigParserTestCaseExtendedInterpolation) PASS: test_extended_interpolation (test.test_configparser.ConfigParserTestCaseExtendedInterpolation) PASS: test_invalid_multiline_value (test.test_configparser.ConfigParserTestCaseExtendedInterpolation) PASS: test_other_errors (test.test_configparser.ConfigParserTestCaseExtendedInterpolation) PASS: test_parse_errors (test.test_configparser.ConfigParserTestCaseExtendedInterpolation) PASS: test_popitem (test.test_configparser.ConfigParserTestCaseExtendedInterpolation) PASS: test_query_errors (test.test_configparser.ConfigParserTestCaseExtendedInterpolation) PASS: test_read_returns_file_list (test.test_configparser.ConfigParserTestCaseExtendedInterpolation) PASS: test_read_returns_file_list_with_bytestring_path (test.test_configparser.ConfigParserTestCaseExtendedInterpolation) PASS: test_set_string_types (test.test_configparser.ConfigParserTestCaseExtendedInterpolation) PASS: test_setitem (test.test_configparser.ConfigParserTestCaseExtendedInterpolation) PASS: test_strange_options (test.test_configparser.ConfigParserTestCaseExtendedInterpolation) PASS: test_weird_errors (test.test_configparser.ConfigParserTestCaseExtendedInterpolation) PASS: test_write (test.test_configparser.ConfigParserTestCaseExtendedInterpolation) PASS: test_add_section_default (test.test_configparser.ConfigParserTestCaseLegacyInterpolation) PASS: test_basic (test.test_configparser.ConfigParserTestCaseLegacyInterpolation) PASS: test_basic_from_dict (test.test_configparser.ConfigParserTestCaseLegacyInterpolation) PASS: test_boolean (test.test_configparser.ConfigParserTestCaseLegacyInterpolation) PASS: test_case_sensitivity (test.test_configparser.ConfigParserTestCaseLegacyInterpolation) PASS: test_case_sensitivity_mapping_access (test.test_configparser.ConfigParserTestCaseLegacyInterpolation) PASS: test_clear (test.test_configparser.ConfigParserTestCaseLegacyInterpolation) PASS: test_default_case_sensitivity (test.test_configparser.ConfigParserTestCaseLegacyInterpolation) test_defaults_keyword (test.test_configparser.ConfigParserTestCaseLegacyInterpolation) PASS: bpo-23835 fix for ConfigParser PASS: test_interpolation (test.test_configparser.ConfigParserTestCaseLegacyInterpolation) PASS: test_interpolation_missing_value (test.test_configparser.ConfigParserTestCaseLegacyInterpolation) PASS: test_invalid_multiline_value (test.test_configparser.ConfigParserTestCaseLegacyInterpolation) PASS: test_items (test.test_configparser.ConfigParserTestCaseLegacyInterpolation) PASS: test_parse_errors (test.test_configparser.ConfigParserTestCaseLegacyInterpolation) PASS: test_popitem (test.test_configparser.ConfigParserTestCaseLegacyInterpolation) PASS: test_query_errors (test.test_configparser.ConfigParserTestCaseLegacyInterpolation) PASS: test_read_returns_file_list (test.test_configparser.ConfigParserTestCaseLegacyInterpolation) PASS: test_read_returns_file_list_with_bytestring_path (test.test_configparser.ConfigParserTestCaseLegacyInterpolation) PASS: test_safe_interpolation (test.test_configparser.ConfigParserTestCaseLegacyInterpolation) PASS: test_set_malformatted_interpolation (test.test_configparser.ConfigParserTestCaseLegacyInterpolation) PASS: test_set_nonstring_types (test.test_configparser.ConfigParserTestCaseLegacyInterpolation) PASS: test_set_string_types (test.test_configparser.ConfigParserTestCaseLegacyInterpolation) PASS: test_setitem (test.test_configparser.ConfigParserTestCaseLegacyInterpolation) PASS: test_weird_errors (test.test_configparser.ConfigParserTestCaseLegacyInterpolation) PASS: test_write (test.test_configparser.ConfigParserTestCaseLegacyInterpolation) PASS: test_basic (test.test_configparser.ConfigParserTestCaseNoInterpolation) PASS: test_basic_from_dict (test.test_configparser.ConfigParserTestCaseNoInterpolation) PASS: test_boolean (test.test_configparser.ConfigParserTestCaseNoInterpolation) PASS: test_case_sensitivity (test.test_configparser.ConfigParserTestCaseNoInterpolation) PASS: test_case_sensitivity_mapping_access (test.test_configparser.ConfigParserTestCaseNoInterpolation) PASS: test_clear (test.test_configparser.ConfigParserTestCaseNoInterpolation) PASS: test_default_case_sensitivity (test.test_configparser.ConfigParserTestCaseNoInterpolation) PASS: test_empty_case (test.test_configparser.ConfigParserTestCaseNoInterpolation) PASS: test_invalid_multiline_value (test.test_configparser.ConfigParserTestCaseNoInterpolation) PASS: test_no_interpolation (test.test_configparser.ConfigParserTestCaseNoInterpolation) PASS: test_none_as_default_interpolation (test.test_configparser.ConfigParserTestCaseNoInterpolation) PASS: test_parse_errors (test.test_configparser.ConfigParserTestCaseNoInterpolation) PASS: test_popitem (test.test_configparser.ConfigParserTestCaseNoInterpolation) PASS: test_query_errors (test.test_configparser.ConfigParserTestCaseNoInterpolation) PASS: test_read_returns_file_list (test.test_configparser.ConfigParserTestCaseNoInterpolation) PASS: test_read_returns_file_list_with_bytestring_path (test.test_configparser.ConfigParserTestCaseNoInterpolation) PASS: test_set_string_types (test.test_configparser.ConfigParserTestCaseNoInterpolation) PASS: test_setitem (test.test_configparser.ConfigParserTestCaseNoInterpolation) PASS: test_weird_errors (test.test_configparser.ConfigParserTestCaseNoInterpolation) PASS: test_write (test.test_configparser.ConfigParserTestCaseNoInterpolation) PASS: test_add_section_default (test.test_configparser.ConfigParserTestCaseNoValue) PASS: test_basic (test.test_configparser.ConfigParserTestCaseNoValue) PASS: test_basic_from_dict (test.test_configparser.ConfigParserTestCaseNoValue) PASS: test_boolean (test.test_configparser.ConfigParserTestCaseNoValue) PASS: test_case_sensitivity (test.test_configparser.ConfigParserTestCaseNoValue) PASS: test_case_sensitivity_mapping_access (test.test_configparser.ConfigParserTestCaseNoValue) PASS: test_clear (test.test_configparser.ConfigParserTestCaseNoValue) PASS: test_default_case_sensitivity (test.test_configparser.ConfigParserTestCaseNoValue) test_defaults_keyword (test.test_configparser.ConfigParserTestCaseNoValue) PASS: bpo-23835 fix for ConfigParser PASS: test_interpolation (test.test_configparser.ConfigParserTestCaseNoValue) PASS: test_interpolation_missing_value (test.test_configparser.ConfigParserTestCaseNoValue) SKIP: test_invalid_multiline_value (test.test_configparser.ConfigParserTestCaseNoValue) 'if no_value is allowed, ParsingError is not raised' PASS: test_items (test.test_configparser.ConfigParserTestCaseNoValue) PASS: test_parse_errors (test.test_configparser.ConfigParserTestCaseNoValue) PASS: test_popitem (test.test_configparser.ConfigParserTestCaseNoValue) PASS: test_query_errors (test.test_configparser.ConfigParserTestCaseNoValue) PASS: test_read_returns_file_list (test.test_configparser.ConfigParserTestCaseNoValue) PASS: test_read_returns_file_list_with_bytestring_path (test.test_configparser.ConfigParserTestCaseNoValue) PASS: test_safe_interpolation (test.test_configparser.ConfigParserTestCaseNoValue) PASS: test_set_malformatted_interpolation (test.test_configparser.ConfigParserTestCaseNoValue) PASS: test_set_nonstring_types (test.test_configparser.ConfigParserTestCaseNoValue) PASS: test_set_string_types (test.test_configparser.ConfigParserTestCaseNoValue) PASS: test_setitem (test.test_configparser.ConfigParserTestCaseNoValue) PASS: test_weird_errors (test.test_configparser.ConfigParserTestCaseNoValue) PASS: test_write (test.test_configparser.ConfigParserTestCaseNoValue) PASS: test_add_section_default (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection) PASS: test_basic (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection) PASS: test_basic_from_dict (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection) PASS: test_boolean (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection) PASS: test_case_sensitivity (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection) PASS: test_case_sensitivity_mapping_access (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection) PASS: test_clear (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection) PASS: test_default_case_sensitivity (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection) test_defaults_keyword (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection) PASS: bpo-23835 fix for ConfigParser PASS: test_interpolation (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection) PASS: test_interpolation_missing_value (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection) PASS: test_invalid_multiline_value (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection) PASS: test_items (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection) PASS: test_parse_errors (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection) PASS: test_popitem (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection) PASS: test_query_errors (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection) PASS: test_read_returns_file_list (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection) PASS: test_read_returns_file_list_with_bytestring_path (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection) PASS: test_safe_interpolation (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection) PASS: test_set_malformatted_interpolation (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection) PASS: test_set_nonstring_types (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection) PASS: test_set_string_types (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection) PASS: test_setitem (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection) PASS: test_weird_errors (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection) PASS: test_write (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection) PASS: test_add_section_default (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters) PASS: test_basic (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters) PASS: test_basic_from_dict (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters) PASS: test_boolean (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters) PASS: test_case_sensitivity (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters) PASS: test_case_sensitivity_mapping_access (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters) PASS: test_clear (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters) PASS: test_default_case_sensitivity (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters) test_defaults_keyword (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters) PASS: bpo-23835 fix for ConfigParser PASS: test_interpolation (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters) PASS: test_interpolation_missing_value (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters) PASS: test_invalid_multiline_value (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters) PASS: test_items (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters) PASS: test_parse_errors (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters) PASS: test_popitem (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters) PASS: test_query_errors (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters) SKIP: test_read_returns_file_list (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters) 'incompatible format' SKIP: test_read_returns_file_list_with_bytestring_path (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters) 'incompatible format' PASS: test_safe_interpolation (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters) PASS: test_set_malformatted_interpolation (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters) PASS: test_set_nonstring_types (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters) PASS: test_set_string_types (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters) PASS: test_setitem (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters) PASS: test_weird_errors (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters) PASS: test_write (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters) PASS: test_cfgparser_dot_3 (test.test_configparser.ConfigParserTestCaseTrickyFile) PASS: test_unicode_failure (test.test_configparser.ConfigParserTestCaseTrickyFile) PASS: test_basic (test.test_configparser.ConvertersTestCase) PASS: test_basic_from_dict (test.test_configparser.ConvertersTestCase) PASS: test_boolean (test.test_configparser.ConvertersTestCase) PASS: test_case_sensitivity (test.test_configparser.ConvertersTestCase) PASS: test_case_sensitivity_mapping_access (test.test_configparser.ConvertersTestCase) PASS: test_clear (test.test_configparser.ConvertersTestCase) PASS: test_converters (test.test_configparser.ConvertersTestCase) PASS: test_default_case_sensitivity (test.test_configparser.ConvertersTestCase) PASS: test_invalid_multiline_value (test.test_configparser.ConvertersTestCase) PASS: test_parse_errors (test.test_configparser.ConvertersTestCase) PASS: test_popitem (test.test_configparser.ConvertersTestCase) PASS: test_query_errors (test.test_configparser.ConvertersTestCase) PASS: test_read_returns_file_list (test.test_configparser.ConvertersTestCase) PASS: test_read_returns_file_list_with_bytestring_path (test.test_configparser.ConvertersTestCase) PASS: test_set_string_types (test.test_configparser.ConvertersTestCase) PASS: test_setitem (test.test_configparser.ConvertersTestCase) PASS: test_weird_errors (test.test_configparser.ConvertersTestCase) PASS: test_write (test.test_configparser.ConvertersTestCase) PASS: test_basic (test.test_configparser.CopyTestCase) PASS: test_basic_from_dict (test.test_configparser.CopyTestCase) PASS: test_boolean (test.test_configparser.CopyTestCase) PASS: test_case_sensitivity (test.test_configparser.CopyTestCase) PASS: test_case_sensitivity_mapping_access (test.test_configparser.CopyTestCase) PASS: test_clear (test.test_configparser.CopyTestCase) PASS: test_default_case_sensitivity (test.test_configparser.CopyTestCase) PASS: test_invalid_multiline_value (test.test_configparser.CopyTestCase) PASS: test_parse_errors (test.test_configparser.CopyTestCase) PASS: test_popitem (test.test_configparser.CopyTestCase) PASS: test_query_errors (test.test_configparser.CopyTestCase) PASS: test_read_returns_file_list (test.test_configparser.CopyTestCase) PASS: test_read_returns_file_list_with_bytestring_path (test.test_configparser.CopyTestCase) PASS: test_set_string_types (test.test_configparser.CopyTestCase) PASS: test_setitem (test.test_configparser.CopyTestCase) PASS: test_weird_errors (test.test_configparser.CopyTestCase) PASS: test_write (test.test_configparser.CopyTestCase) PASS: test_duplicate_option_error (test.test_configparser.CoverageOneHundredTestCase) PASS: test_inconsistent_converters_state (test.test_configparser.CoverageOneHundredTestCase) PASS: test_interpolation_depth_error (test.test_configparser.CoverageOneHundredTestCase) PASS: test_interpolation_validation (test.test_configparser.CoverageOneHundredTestCase) PASS: test_parsing_error (test.test_configparser.CoverageOneHundredTestCase) PASS: test_readfp_deprecation (test.test_configparser.CoverageOneHundredTestCase) PASS: test_safeconfigparser_deprecation (test.test_configparser.CoverageOneHundredTestCase) PASS: test_sectionproxy_repr (test.test_configparser.CoverageOneHundredTestCase) PASS: test_get_basic_interpolation (test.test_configparser.ExceptionContextTestCase) PASS: test_get_extended_interpolation (test.test_configparser.ExceptionContextTestCase) PASS: test_missing_options (test.test_configparser.ExceptionContextTestCase) PASS: test_missing_section (test.test_configparser.ExceptionContextTestCase) PASS: test_remove_option (test.test_configparser.ExceptionContextTestCase) PASS: test_duplicateoptionerror (test.test_configparser.ExceptionPicklingTestCase) PASS: test_duplicatesectionerror (test.test_configparser.ExceptionPicklingTestCase) PASS: test_error (test.test_configparser.ExceptionPicklingTestCase) PASS: test_interpolationdeptherror (test.test_configparser.ExceptionPicklingTestCase) PASS: test_interpolationerror (test.test_configparser.ExceptionPicklingTestCase) PASS: test_interpolationmissingoptionerror (test.test_configparser.ExceptionPicklingTestCase) PASS: test_interpolationsyntaxerror (test.test_configparser.ExceptionPicklingTestCase) PASS: test_missingsectionheadererror (test.test_configparser.ExceptionPicklingTestCase) PASS: test_nooptionerror (test.test_configparser.ExceptionPicklingTestCase) PASS: test_nosectionerror (test.test_configparser.ExceptionPicklingTestCase) PASS: test_parsingerror (test.test_configparser.ExceptionPicklingTestCase) PASS: test_stripping (test.test_configparser.InlineCommentStrippingTestCase) PASS: test_none_as_value_stringified (test.test_configparser.Issue7005TestCase) PASS: test_none_as_value_stringified_raw (test.test_configparser.Issue7005TestCase) PASS: test__all__ (test.test_configparser.MiscTestCase) PASS: test_basic (test.test_configparser.MultilineValuesTestCase) PASS: test_basic_from_dict (test.test_configparser.MultilineValuesTestCase) PASS: test_boolean (test.test_configparser.MultilineValuesTestCase) PASS: test_case_sensitivity (test.test_configparser.MultilineValuesTestCase) PASS: test_case_sensitivity_mapping_access (test.test_configparser.MultilineValuesTestCase) PASS: test_clear (test.test_configparser.MultilineValuesTestCase) PASS: test_default_case_sensitivity (test.test_configparser.MultilineValuesTestCase) PASS: test_dominating_multiline_values (test.test_configparser.MultilineValuesTestCase) PASS: test_invalid_multiline_value (test.test_configparser.MultilineValuesTestCase) PASS: test_parse_errors (test.test_configparser.MultilineValuesTestCase) PASS: test_popitem (test.test_configparser.MultilineValuesTestCase) PASS: test_query_errors (test.test_configparser.MultilineValuesTestCase) PASS: test_read_returns_file_list (test.test_configparser.MultilineValuesTestCase) PASS: test_read_returns_file_list_with_bytestring_path (test.test_configparser.MultilineValuesTestCase) PASS: test_set_string_types (test.test_configparser.MultilineValuesTestCase) PASS: test_setitem (test.test_configparser.MultilineValuesTestCase) PASS: test_weird_errors (test.test_configparser.MultilineValuesTestCase) PASS: test_write (test.test_configparser.MultilineValuesTestCase) PASS: test_basic (test.test_configparser.RawConfigParserTestCase) PASS: test_basic_from_dict (test.test_configparser.RawConfigParserTestCase) PASS: test_boolean (test.test_configparser.RawConfigParserTestCase) PASS: test_case_sensitivity (test.test_configparser.RawConfigParserTestCase) PASS: test_case_sensitivity_mapping_access (test.test_configparser.RawConfigParserTestCase) PASS: test_clear (test.test_configparser.RawConfigParserTestCase) PASS: test_default_case_sensitivity (test.test_configparser.RawConfigParserTestCase) test_defaults_keyword (test.test_configparser.RawConfigParserTestCase) PASS: bpo-23835 legacy behavior for RawConfigParser PASS: test_interpolation (test.test_configparser.RawConfigParserTestCase) PASS: test_invalid_multiline_value (test.test_configparser.RawConfigParserTestCase) PASS: test_items (test.test_configparser.RawConfigParserTestCase) PASS: test_parse_errors (test.test_configparser.RawConfigParserTestCase) PASS: test_popitem (test.test_configparser.RawConfigParserTestCase) PASS: test_query_errors (test.test_configparser.RawConfigParserTestCase) PASS: test_read_returns_file_list (test.test_configparser.RawConfigParserTestCase) PASS: test_read_returns_file_list_with_bytestring_path (test.test_configparser.RawConfigParserTestCase) PASS: test_set_nonstring_types (test.test_configparser.RawConfigParserTestCase) PASS: test_set_string_types (test.test_configparser.RawConfigParserTestCase) PASS: test_setitem (test.test_configparser.RawConfigParserTestCase) PASS: test_weird_errors (test.test_configparser.RawConfigParserTestCase) PASS: test_write (test.test_configparser.RawConfigParserTestCase) PASS: test_basic (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters) PASS: test_basic_from_dict (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters) PASS: test_boolean (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters) PASS: test_case_sensitivity (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters) PASS: test_case_sensitivity_mapping_access (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters) PASS: test_clear (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters) PASS: test_default_case_sensitivity (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters) test_defaults_keyword (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters) PASS: bpo-23835 legacy behavior for RawConfigParser PASS: test_interpolation (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters) PASS: test_invalid_multiline_value (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters) PASS: test_items (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters) PASS: test_parse_errors (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters) PASS: test_popitem (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters) PASS: test_query_errors (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters) SKIP: test_read_returns_file_list (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters) 'incompatible format' SKIP: test_read_returns_file_list_with_bytestring_path (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters) 'incompatible format' PASS: test_set_nonstring_types (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters) PASS: test_set_string_types (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters) PASS: test_setitem (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters) PASS: test_weird_errors (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters) PASS: test_write (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters) PASS: test_reading (test.test_configparser.RawConfigParserTestSambaConf) PASS: test_file (test.test_configparser.ReadFileTestCase) PASS: test_iterable (test.test_configparser.ReadFileTestCase) test_readline_generator (test.test_configparser.ReadFileTestCase) PASS: Issue #11670. test_source_as_bytes (test.test_configparser.ReadFileTestCase) PASS: Issue #18260. PASS: test_basic (test.test_configparser.SortedTestCase) PASS: test_basic_from_dict (test.test_configparser.SortedTestCase) PASS: test_boolean (test.test_configparser.SortedTestCase) PASS: test_case_sensitivity (test.test_configparser.SortedTestCase) PASS: test_case_sensitivity_mapping_access (test.test_configparser.SortedTestCase) PASS: test_clear (test.test_configparser.SortedTestCase) PASS: test_default_case_sensitivity (test.test_configparser.SortedTestCase) test_defaults_keyword (test.test_configparser.SortedTestCase) PASS: bpo-23835 legacy behavior for RawConfigParser PASS: test_interpolation (test.test_configparser.SortedTestCase) PASS: test_invalid_multiline_value (test.test_configparser.SortedTestCase) PASS: test_items (test.test_configparser.SortedTestCase) PASS: test_parse_errors (test.test_configparser.SortedTestCase) PASS: test_popitem (test.test_configparser.SortedTestCase) PASS: test_query_errors (test.test_configparser.SortedTestCase) PASS: test_read_returns_file_list (test.test_configparser.SortedTestCase) PASS: test_read_returns_file_list_with_bytestring_path (test.test_configparser.SortedTestCase) PASS: test_set_nonstring_types (test.test_configparser.SortedTestCase) PASS: test_set_string_types (test.test_configparser.SortedTestCase) PASS: test_setitem (test.test_configparser.SortedTestCase) PASS: test_sorted (test.test_configparser.SortedTestCase) PASS: test_weird_errors (test.test_configparser.SortedTestCase) PASS: test_write (test.test_configparser.SortedTestCase) PASS: test_basic (test.test_configparser.StrictTestCase) PASS: test_basic_from_dict (test.test_configparser.StrictTestCase) PASS: test_boolean (test.test_configparser.StrictTestCase) PASS: test_case_sensitivity (test.test_configparser.StrictTestCase) PASS: test_case_sensitivity_mapping_access (test.test_configparser.StrictTestCase) PASS: test_clear (test.test_configparser.StrictTestCase) PASS: test_default_case_sensitivity (test.test_configparser.StrictTestCase) PASS: test_invalid_multiline_value (test.test_configparser.StrictTestCase) PASS: test_parse_errors (test.test_configparser.StrictTestCase) PASS: test_popitem (test.test_configparser.StrictTestCase) PASS: test_query_errors (test.test_configparser.StrictTestCase) PASS: test_read_returns_file_list (test.test_configparser.StrictTestCase) PASS: test_read_returns_file_list_with_bytestring_path (test.test_configparser.StrictTestCase) PASS: test_set_string_types (test.test_configparser.StrictTestCase) PASS: test_setitem (test.test_configparser.StrictTestCase) PASS: test_weird_errors (test.test_configparser.StrictTestCase) PASS: test_write (test.test_configparser.StrictTestCase) ---------------------------------------------------------------------- Ran 341 tests in 0.325s OK (skipped=5) 0:04:44 load avg: 0.13 [ 84/427] test_contains PASS: test_block_fallback (test.test_contains.TestContains) PASS: test_builtin_sequence_types (test.test_contains.TestContains) PASS: test_common_tests (test.test_contains.TestContains) PASS: test_nonreflexive (test.test_contains.TestContains) ---------------------------------------------------------------------- Ran 4 tests in 0.001s OK 0:04:44 load avg: 0.13 [ 85/427] test_context PASS: test_context_copy_1 (test.test_context.ContextTest) PASS: test_context_get_context_1 (test.test_context.ContextTest) PASS: test_context_getset_1 (test.test_context.ContextTest) PASS: test_context_getset_2 (test.test_context.ContextTest) PASS: test_context_getset_3 (test.test_context.ContextTest) PASS: test_context_getset_4 (test.test_context.ContextTest) PASS: test_context_getset_5 (test.test_context.ContextTest) PASS: test_context_new_1 (test.test_context.ContextTest) PASS: test_context_run_1 (test.test_context.ContextTest) PASS: test_context_run_2 (test.test_context.ContextTest) PASS: test_context_run_3 (test.test_context.ContextTest) PASS: test_context_run_4 (test.test_context.ContextTest) PASS: test_context_run_5 (test.test_context.ContextTest) PASS: test_context_run_6 (test.test_context.ContextTest) PASS: test_context_run_7 (test.test_context.ContextTest) PASS: test_context_subclassing_1 (test.test_context.ContextTest) PASS: test_context_threads_1 (test.test_context.ContextTest) PASS: test_context_typerrors_1 (test.test_context.ContextTest) PASS: test_context_var_new_1 (test.test_context.ContextTest) PASS: test_context_var_repr_1 (test.test_context.ContextTest) PASS: test_hamt_basics_1 (test.test_context.HamtTest) PASS: test_hamt_basics_2 (test.test_context.HamtTest) PASS: test_hamt_basics_3 (test.test_context.HamtTest) PASS: test_hamt_basics_4 (test.test_context.HamtTest) PASS: test_hamt_collision_1 (test.test_context.HamtTest) PASS: test_hamt_collision_3 (test.test_context.HamtTest) PASS: test_hamt_delete_1 (test.test_context.HamtTest) PASS: test_hamt_delete_2 (test.test_context.HamtTest) PASS: test_hamt_delete_3 (test.test_context.HamtTest) PASS: test_hamt_delete_4 (test.test_context.HamtTest) PASS: test_hamt_delete_5 (test.test_context.HamtTest) PASS: test_hamt_eq_1 (test.test_context.HamtTest) PASS: test_hamt_eq_2 (test.test_context.HamtTest) PASS: test_hamt_gc_1 (test.test_context.HamtTest) PASS: test_hamt_gc_2 (test.test_context.HamtTest) PASS: test_hamt_getitem_1 (test.test_context.HamtTest) PASS: test_hamt_in_1 (test.test_context.HamtTest) PASS: test_hamt_items_1 (test.test_context.HamtTest) PASS: test_hamt_items_2 (test.test_context.HamtTest) PASS: test_hamt_items_3 (test.test_context.HamtTest) PASS: test_hamt_keys_1 (test.test_context.HamtTest) PASS: test_hamt_stress (test.test_context.HamtTest) PASS: test_hashkey_helper_1 (test.test_context.HamtTest) ---------------------------------------------------------------------- Ran 43 tests in 1.069s OK 0:04:45 load avg: 0.13 [ 86/427] test_contextlib PASS: test_closing (test.test_contextlib.ClosingTestCase) PASS: test_closing_error (test.test_contextlib.ClosingTestCase) PASS: test_instance_docs (test.test_contextlib.ClosingTestCase) PASS: test_contextmanager_attribs (test.test_contextlib.ContextManagerTestCase) PASS: test_contextmanager_do_not_unchain_non_stopiteration_exceptions (test.test_contextlib.ContextManagerTestCase) PASS: test_contextmanager_doc_attrib (test.test_contextlib.ContextManagerTestCase) PASS: test_contextmanager_except (test.test_contextlib.ContextManagerTestCase) PASS: test_contextmanager_except_pep479 (test.test_contextlib.ContextManagerTestCase) PASS: test_contextmanager_except_stopiter (test.test_contextlib.ContextManagerTestCase) PASS: test_contextmanager_finally (test.test_contextlib.ContextManagerTestCase) PASS: test_contextmanager_no_reraise (test.test_contextlib.ContextManagerTestCase) PASS: test_contextmanager_plain (test.test_contextlib.ContextManagerTestCase) PASS: test_contextmanager_trap_yield_after_throw (test.test_contextlib.ContextManagerTestCase) PASS: test_instance_docstring_given_cm_docstring (test.test_contextlib.ContextManagerTestCase) PASS: test_keywords (test.test_contextlib.ContextManagerTestCase) PASS: test_nokeepref (test.test_contextlib.ContextManagerTestCase) PASS: test_param_errors (test.test_contextlib.ContextManagerTestCase) PASS: test_recursive (test.test_contextlib.ContextManagerTestCase) PASS: testWithOpen (test.test_contextlib.FileContextTestCase) PASS: testWithBoundedSemaphore (test.test_contextlib.LockContextTestCase) PASS: testWithCondition (test.test_contextlib.LockContextTestCase) PASS: testWithLock (test.test_contextlib.LockContextTestCase) PASS: testWithRLock (test.test_contextlib.LockContextTestCase) PASS: testWithSemaphore (test.test_contextlib.LockContextTestCase) PASS: test_nullcontext (test.test_contextlib.NullcontextTestCase) PASS: test_enter (test.test_contextlib.TestAbstractContextManager) PASS: test_exit_is_abstract (test.test_contextlib.TestAbstractContextManager) PASS: test_structural_subclassing (test.test_contextlib.TestAbstractContextManager) PASS: test_contextdecorator (test.test_contextlib.TestContextDecorator) PASS: test_contextdecorator_as_mixin (test.test_contextlib.TestContextDecorator) PASS: test_contextdecorator_with_exception (test.test_contextlib.TestContextDecorator) PASS: test_contextmanager_as_decorator (test.test_contextlib.TestContextDecorator) PASS: test_decorating_method (test.test_contextlib.TestContextDecorator) PASS: test_decorator (test.test_contextlib.TestContextDecorator) PASS: test_decorator_with_exception (test.test_contextlib.TestContextDecorator) PASS: test_instance_docs (test.test_contextlib.TestContextDecorator) PASS: test_typo_enter (test.test_contextlib.TestContextDecorator) PASS: test_typo_exit (test.test_contextlib.TestContextDecorator) PASS: test_body_exception_suppress (test.test_contextlib.TestExitStack) PASS: test_callback (test.test_contextlib.TestExitStack) PASS: test_close (test.test_contextlib.TestExitStack) PASS: test_dont_reraise_RuntimeError (test.test_contextlib.TestExitStack) PASS: test_enter_context (test.test_contextlib.TestExitStack) PASS: test_excessive_nesting (test.test_contextlib.TestExitStack) PASS: test_exit_exception_chaining (test.test_contextlib.TestExitStack) PASS: test_exit_exception_chaining_reference (test.test_contextlib.TestExitStack) PASS: test_exit_exception_chaining_suppress (test.test_contextlib.TestExitStack) PASS: test_exit_exception_explicit_none_context (test.test_contextlib.TestExitStack) PASS: test_exit_exception_non_suppressing (test.test_contextlib.TestExitStack) PASS: test_exit_exception_traceback (test.test_contextlib.TestExitStack) PASS: test_exit_exception_with_correct_context (test.test_contextlib.TestExitStack) PASS: test_exit_exception_with_existing_context (test.test_contextlib.TestExitStack) PASS: test_exit_raise (test.test_contextlib.TestExitStack) PASS: test_exit_suppress (test.test_contextlib.TestExitStack) PASS: test_instance_bypass (test.test_contextlib.TestExitStack) PASS: test_instance_docs (test.test_contextlib.TestExitStack) PASS: test_no_resources (test.test_contextlib.TestExitStack) PASS: test_pop_all (test.test_contextlib.TestExitStack) PASS: test_push (test.test_contextlib.TestExitStack) PASS: test_cm_is_reentrant (test.test_contextlib.TestRedirectStderr) PASS: test_cm_is_reusable (test.test_contextlib.TestRedirectStderr) PASS: test_enter_result_is_target (test.test_contextlib.TestRedirectStderr) PASS: test_instance_docs (test.test_contextlib.TestRedirectStderr) PASS: test_no_redirect_in_init (test.test_contextlib.TestRedirectStderr) PASS: test_redirect_to_string_io (test.test_contextlib.TestRedirectStderr) PASS: test_cm_is_reentrant (test.test_contextlib.TestRedirectStdout) PASS: test_cm_is_reusable (test.test_contextlib.TestRedirectStdout) PASS: test_enter_result_is_target (test.test_contextlib.TestRedirectStdout) PASS: test_instance_docs (test.test_contextlib.TestRedirectStdout) PASS: test_no_redirect_in_init (test.test_contextlib.TestRedirectStdout) PASS: test_redirect_to_string_io (test.test_contextlib.TestRedirectStdout) PASS: test_cm_is_reentrant (test.test_contextlib.TestSuppress) PASS: test_exact_exception (test.test_contextlib.TestSuppress) PASS: test_exception_hierarchy (test.test_contextlib.TestSuppress) PASS: test_instance_docs (test.test_contextlib.TestSuppress) PASS: test_multiple_exception_args (test.test_contextlib.TestSuppress) PASS: test_no_args (test.test_contextlib.TestSuppress) PASS: test_no_exception (test.test_contextlib.TestSuppress) PASS: test_no_result_from_enter (test.test_contextlib.TestSuppress) PASS: test_other_exception (test.test_contextlib.TestSuppress) ---------------------------------------------------------------------- Ran 80 tests in 0.080s OK 0:04:46 load avg: 0.13 [ 87/427] test_contextlib_async PASS: test_aclosing (test.test_contextlib_async.AclosingTestCase) PASS: test_aclosing_bpo41229 (test.test_contextlib_async.AclosingTestCase) PASS: test_aclosing_error (test.test_contextlib_async.AclosingTestCase) PASS: test_instance_docs (test.test_contextlib_async.AclosingTestCase) PASS: test_contextmanager_attribs (test.test_contextlib_async.AsyncContextManagerTestCase) PASS: test_contextmanager_doc_attrib (test.test_contextlib_async.AsyncContextManagerTestCase) PASS: test_contextmanager_except (test.test_contextlib_async.AsyncContextManagerTestCase) PASS: test_contextmanager_except_stopiter (test.test_contextlib_async.AsyncContextManagerTestCase) PASS: test_contextmanager_finally (test.test_contextlib_async.AsyncContextManagerTestCase) PASS: test_contextmanager_no_reraise (test.test_contextlib_async.AsyncContextManagerTestCase) PASS: test_contextmanager_non_normalised (test.test_contextlib_async.AsyncContextManagerTestCase) PASS: test_contextmanager_plain (test.test_contextlib_async.AsyncContextManagerTestCase) PASS: test_contextmanager_trap_no_yield (test.test_contextlib_async.AsyncContextManagerTestCase) PASS: test_contextmanager_trap_second_yield (test.test_contextlib_async.AsyncContextManagerTestCase) PASS: test_contextmanager_trap_yield_after_throw (test.test_contextlib_async.AsyncContextManagerTestCase) PASS: test_contextmanager_wrap_runtimeerror (test.test_contextlib_async.AsyncContextManagerTestCase) PASS: test_instance_docstring_given_cm_docstring (test.test_contextlib_async.AsyncContextManagerTestCase) PASS: test_keywords (test.test_contextlib_async.AsyncContextManagerTestCase) PASS: test_recursive (test.test_contextlib_async.AsyncContextManagerTestCase) PASS: test_async_gen_propagates_generator_exit (test.test_contextlib_async.TestAbstractAsyncContextManager) PASS: test_enter (test.test_contextlib_async.TestAbstractAsyncContextManager) PASS: test_exit_is_abstract (test.test_contextlib_async.TestAbstractAsyncContextManager) PASS: test_structural_subclassing (test.test_contextlib_async.TestAbstractAsyncContextManager) PASS: test_async_callback (test.test_contextlib_async.TestAsyncExitStack) PASS: test_async_enter_context (test.test_contextlib_async.TestAsyncExitStack) PASS: test_async_exit_exception_chaining (test.test_contextlib_async.TestAsyncExitStack) PASS: test_async_exit_exception_explicit_none_context (test.test_contextlib_async.TestAsyncExitStack) PASS: test_async_push (test.test_contextlib_async.TestAsyncExitStack) PASS: test_body_exception_suppress (test.test_contextlib_async.TestAsyncExitStack) PASS: test_callback (test.test_contextlib_async.TestAsyncExitStack) PASS: test_close (test.test_contextlib_async.TestAsyncExitStack) PASS: test_dont_reraise_RuntimeError (test.test_contextlib_async.TestAsyncExitStack) PASS: test_enter_context (test.test_contextlib_async.TestAsyncExitStack) PASS: test_excessive_nesting (test.test_contextlib_async.TestAsyncExitStack) PASS: test_exit_exception_chaining (test.test_contextlib_async.TestAsyncExitStack) PASS: test_exit_exception_chaining_reference (test.test_contextlib_async.TestAsyncExitStack) PASS: test_exit_exception_chaining_suppress (test.test_contextlib_async.TestAsyncExitStack) PASS: test_exit_exception_explicit_none_context (test.test_contextlib_async.TestAsyncExitStack) PASS: test_exit_exception_non_suppressing (test.test_contextlib_async.TestAsyncExitStack) PASS: test_exit_exception_traceback (test.test_contextlib_async.TestAsyncExitStack) PASS: test_exit_exception_with_correct_context (test.test_contextlib_async.TestAsyncExitStack) PASS: test_exit_exception_with_existing_context (test.test_contextlib_async.TestAsyncExitStack) PASS: test_exit_raise (test.test_contextlib_async.TestAsyncExitStack) PASS: test_exit_suppress (test.test_contextlib_async.TestAsyncExitStack) PASS: test_instance_bypass (test.test_contextlib_async.TestAsyncExitStack) PASS: test_instance_docs (test.test_contextlib_async.TestAsyncExitStack) PASS: test_no_resources (test.test_contextlib_async.TestAsyncExitStack) PASS: test_pop_all (test.test_contextlib_async.TestAsyncExitStack) PASS: test_push (test.test_contextlib_async.TestAsyncExitStack) PASS: test_async_nullcontext (test.test_contextlib_async.TestAsyncNullcontext) ---------------------------------------------------------------------- Ran 50 tests in 0.050s OK 0:04:46 load avg: 0.13 [ 88/427] test_copy PASS: test_copy_atomic (test.test_copy.TestCopy) PASS: test_copy_basic (test.test_copy.TestCopy) PASS: test_copy_bytearray (test.test_copy.TestCopy) PASS: test_copy_cant (test.test_copy.TestCopy) PASS: test_copy_copy (test.test_copy.TestCopy) PASS: test_copy_dict (test.test_copy.TestCopy) PASS: test_copy_frozenset (test.test_copy.TestCopy) PASS: test_copy_function (test.test_copy.TestCopy) PASS: test_copy_inst_copy (test.test_copy.TestCopy) PASS: test_copy_inst_getinitargs (test.test_copy.TestCopy) PASS: test_copy_inst_getnewargs (test.test_copy.TestCopy) PASS: test_copy_inst_getnewargs_ex (test.test_copy.TestCopy) PASS: test_copy_inst_getstate (test.test_copy.TestCopy) PASS: test_copy_inst_getstate_setstate (test.test_copy.TestCopy) PASS: test_copy_inst_setstate (test.test_copy.TestCopy) PASS: test_copy_inst_vanilla (test.test_copy.TestCopy) PASS: test_copy_list (test.test_copy.TestCopy) PASS: test_copy_list_subclass (test.test_copy.TestCopy) PASS: test_copy_reduce (test.test_copy.TestCopy) PASS: test_copy_reduce_ex (test.test_copy.TestCopy) PASS: test_copy_registry (test.test_copy.TestCopy) PASS: test_copy_set (test.test_copy.TestCopy) PASS: test_copy_slots (test.test_copy.TestCopy) PASS: test_copy_tuple (test.test_copy.TestCopy) PASS: test_copy_tuple_subclass (test.test_copy.TestCopy) PASS: test_copy_weakkeydict (test.test_copy.TestCopy) PASS: test_copy_weakref (test.test_copy.TestCopy) PASS: test_copy_weakvaluedict (test.test_copy.TestCopy) PASS: test_deepcopy_atomic (test.test_copy.TestCopy) PASS: test_deepcopy_basic (test.test_copy.TestCopy) PASS: test_deepcopy_bound_method (test.test_copy.TestCopy) PASS: test_deepcopy_cant (test.test_copy.TestCopy) PASS: test_deepcopy_deepcopy (test.test_copy.TestCopy) PASS: test_deepcopy_dict (test.test_copy.TestCopy) PASS: test_deepcopy_dict_subclass (test.test_copy.TestCopy) PASS: test_deepcopy_dont_memo_immutable (test.test_copy.TestCopy) PASS: test_deepcopy_empty_tuple (test.test_copy.TestCopy) PASS: test_deepcopy_function (test.test_copy.TestCopy) PASS: test_deepcopy_inst_deepcopy (test.test_copy.TestCopy) PASS: test_deepcopy_inst_getinitargs (test.test_copy.TestCopy) PASS: test_deepcopy_inst_getnewargs (test.test_copy.TestCopy) PASS: test_deepcopy_inst_getnewargs_ex (test.test_copy.TestCopy) PASS: test_deepcopy_inst_getstate (test.test_copy.TestCopy) PASS: test_deepcopy_inst_getstate_setstate (test.test_copy.TestCopy) PASS: test_deepcopy_inst_setstate (test.test_copy.TestCopy) PASS: test_deepcopy_inst_vanilla (test.test_copy.TestCopy) PASS: test_deepcopy_issubclass (test.test_copy.TestCopy) PASS: test_deepcopy_keepalive (test.test_copy.TestCopy) PASS: test_deepcopy_list (test.test_copy.TestCopy) PASS: test_deepcopy_list_subclass (test.test_copy.TestCopy) PASS: test_deepcopy_memo (test.test_copy.TestCopy) PASS: test_deepcopy_reduce (test.test_copy.TestCopy) PASS: test_deepcopy_reduce_ex (test.test_copy.TestCopy) PASS: test_deepcopy_reflexive_dict (test.test_copy.TestCopy) PASS: test_deepcopy_reflexive_inst (test.test_copy.TestCopy) PASS: test_deepcopy_reflexive_list (test.test_copy.TestCopy) PASS: test_deepcopy_reflexive_tuple (test.test_copy.TestCopy) PASS: test_deepcopy_registry (test.test_copy.TestCopy) PASS: test_deepcopy_slots (test.test_copy.TestCopy) PASS: test_deepcopy_tuple (test.test_copy.TestCopy) PASS: test_deepcopy_tuple_of_immutables (test.test_copy.TestCopy) PASS: test_deepcopy_tuple_subclass (test.test_copy.TestCopy) PASS: test_deepcopy_weakkeydict (test.test_copy.TestCopy) PASS: test_deepcopy_weakref (test.test_copy.TestCopy) PASS: test_deepcopy_weakvaluedict (test.test_copy.TestCopy) PASS: test_exceptions (test.test_copy.TestCopy) PASS: test_getstate_exc (test.test_copy.TestCopy) PASS: test_reconstruct_nostate (test.test_copy.TestCopy) PASS: test_reconstruct_reflexive (test.test_copy.TestCopy) PASS: test_reconstruct_state (test.test_copy.TestCopy) PASS: test_reconstruct_state_setstate (test.test_copy.TestCopy) PASS: test_reconstruct_string (test.test_copy.TestCopy) PASS: test_reduce_4tuple (test.test_copy.TestCopy) PASS: test_reduce_5tuple (test.test_copy.TestCopy) PASS: test_reduce_6tuple (test.test_copy.TestCopy) PASS: test_reduce_6tuple_none (test.test_copy.TestCopy) ---------------------------------------------------------------------- Ran 76 tests in 0.189s OK 0:04:46 load avg: 0.20 [ 89/427] test_copyreg PASS: test_bool (test.test_copyreg.CopyRegTestCase) PASS: test_class (test.test_copyreg.CopyRegTestCase) PASS: test_extension_registry (test.test_copyreg.CopyRegTestCase) PASS: test_noncallable_constructor (test.test_copyreg.CopyRegTestCase) PASS: test_noncallable_reduce (test.test_copyreg.CopyRegTestCase) PASS: test_slotnames (test.test_copyreg.CopyRegTestCase) ---------------------------------------------------------------------- Ran 6 tests in 0.001s OK 0:04:47 load avg: 0.20 [ 90/427] test_coroutines PASS: test_badsyntax_1 (test.test_coroutines.AsyncBadSyntaxTest) PASS: test_badsyntax_2 (test.test_coroutines.AsyncBadSyntaxTest) PASS: test_badsyntax_3 (test.test_coroutines.AsyncBadSyntaxTest) PASS: test_badsyntax_4 (test.test_coroutines.AsyncBadSyntaxTest) PASS: test_tp_await_1 (test.test_coroutines.CAPITest) PASS: test_tp_await_2 (test.test_coroutines.CAPITest) PASS: test_tp_await_3 (test.test_coroutines.CAPITest) PASS: test_asyncio_1 (test.test_coroutines.CoroAsyncIOCompatTest) PASS: test_await_1 (test.test_coroutines.CoroutineTest) PASS: test_await_10 (test.test_coroutines.CoroutineTest) PASS: test_await_11 (test.test_coroutines.CoroutineTest) PASS: test_await_12 (test.test_coroutines.CoroutineTest) PASS: test_await_13 (test.test_coroutines.CoroutineTest) PASS: test_await_14 (test.test_coroutines.CoroutineTest) PASS: test_await_15 (test.test_coroutines.CoroutineTest) PASS: test_await_16 (test.test_coroutines.CoroutineTest) PASS: test_await_2 (test.test_coroutines.CoroutineTest) PASS: test_await_3 (test.test_coroutines.CoroutineTest) PASS: test_await_4 (test.test_coroutines.CoroutineTest) PASS: test_await_5 (test.test_coroutines.CoroutineTest) PASS: test_await_6 (test.test_coroutines.CoroutineTest) PASS: test_await_7 (test.test_coroutines.CoroutineTest) PASS: test_await_8 (test.test_coroutines.CoroutineTest) PASS: test_await_9 (test.test_coroutines.CoroutineTest) PASS: test_comp_1 (test.test_coroutines.CoroutineTest) PASS: test_comp_10 (test.test_coroutines.CoroutineTest) PASS: test_comp_2 (test.test_coroutines.CoroutineTest) PASS: test_comp_3 (test.test_coroutines.CoroutineTest) PASS: test_comp_4 (test.test_coroutines.CoroutineTest) PASS: test_comp_4_2 (test.test_coroutines.CoroutineTest) PASS: test_comp_5 (test.test_coroutines.CoroutineTest) PASS: test_comp_6 (test.test_coroutines.CoroutineTest) PASS: test_comp_7 (test.test_coroutines.CoroutineTest) PASS: test_comp_8 (test.test_coroutines.CoroutineTest) PASS: test_comp_9 (test.test_coroutines.CoroutineTest) PASS: test_copy (test.test_coroutines.CoroutineTest) PASS: test_coro_wrapper_send_stop_iterator (test.test_coroutines.CoroutineTest) PASS: test_coro_wrapper_send_tuple (test.test_coroutines.CoroutineTest) PASS: test_corotype_1 (test.test_coroutines.CoroutineTest) PASS: test_cr_await (test.test_coroutines.CoroutineTest) PASS: test_fatal_coro_warning (test.test_coroutines.CoroutineTest) PASS: test_for_1 (test.test_coroutines.CoroutineTest) PASS: test_for_11 (test.test_coroutines.CoroutineTest) PASS: test_for_2 (test.test_coroutines.CoroutineTest) PASS: test_for_3 (test.test_coroutines.CoroutineTest) PASS: test_for_4 (test.test_coroutines.CoroutineTest) PASS: test_for_6 (test.test_coroutines.CoroutineTest) PASS: test_for_7 (test.test_coroutines.CoroutineTest) PASS: test_for_8 (test.test_coroutines.CoroutineTest) PASS: test_for_assign_raising_stop_async_iteration (test.test_coroutines.CoroutineTest) PASS: test_for_assign_raising_stop_async_iteration_2 (test.test_coroutines.CoroutineTest) PASS: test_for_stop_iteration (test.test_coroutines.CoroutineTest) PASS: test_for_tuple (test.test_coroutines.CoroutineTest) PASS: test_func_1 (test.test_coroutines.CoroutineTest) PASS: test_func_10 (test.test_coroutines.CoroutineTest) PASS: test_func_11 (test.test_coroutines.CoroutineTest) PASS: test_func_12 (test.test_coroutines.CoroutineTest) PASS: test_func_13 (test.test_coroutines.CoroutineTest) PASS: test_func_14 (test.test_coroutines.CoroutineTest) PASS: test_func_15 (test.test_coroutines.CoroutineTest) PASS: test_func_16 (test.test_coroutines.CoroutineTest) PASS: test_func_17 (test.test_coroutines.CoroutineTest) PASS: test_func_18 (test.test_coroutines.CoroutineTest) PASS: test_func_19 (test.test_coroutines.CoroutineTest) PASS: test_func_2 (test.test_coroutines.CoroutineTest) PASS: test_func_3 (test.test_coroutines.CoroutineTest) PASS: test_func_4 (test.test_coroutines.CoroutineTest) PASS: test_func_5 (test.test_coroutines.CoroutineTest) PASS: test_func_6 (test.test_coroutines.CoroutineTest) PASS: test_func_7 (test.test_coroutines.CoroutineTest) PASS: test_func_8 (test.test_coroutines.CoroutineTest) PASS: test_func_9 (test.test_coroutines.CoroutineTest) PASS: test_gen_1 (test.test_coroutines.CoroutineTest) PASS: test_pickle (test.test_coroutines.CoroutineTest) PASS: test_with_1 (test.test_coroutines.CoroutineTest) PASS: test_with_10 (test.test_coroutines.CoroutineTest) PASS: test_with_11 (test.test_coroutines.CoroutineTest) PASS: test_with_12 (test.test_coroutines.CoroutineTest) PASS: test_with_13 (test.test_coroutines.CoroutineTest) PASS: test_with_2 (test.test_coroutines.CoroutineTest) PASS: test_with_3 (test.test_coroutines.CoroutineTest) PASS: test_with_4 (test.test_coroutines.CoroutineTest) PASS: test_with_5 (test.test_coroutines.CoroutineTest) PASS: test_with_6 (test.test_coroutines.CoroutineTest) PASS: test_with_7 (test.test_coroutines.CoroutineTest) PASS: test_with_8 (test.test_coroutines.CoroutineTest) PASS: test_with_9 (test.test_coroutines.CoroutineTest) PASS: test_origin_tracking (test.test_coroutines.OriginTrackingTest) PASS: test_origin_tracking_warning (test.test_coroutines.OriginTrackingTest) PASS: test_unawaited_warning_when_module_broken (test.test_coroutines.OriginTrackingTest) PASS: test_oneline_defs (test.test_coroutines.TokenizerRegrTest) PASS: test_unawaited_warning_during_shutdown (test.test_coroutines.UnawaitedWarningDuringShutdownTest) ---------------------------------------------------------------------- Ran 92 tests in 0.587s OK 0:04:47 load avg: 0.20 [ 91/427] test_cprofile PASS: test_bad_counter_during_dealloc (test.test_cprofile.CProfileTest) PASS: test_calling_conventions (test.test_cprofile.CProfileTest) PASS: test_cprofile (test.test_cprofile.CProfileTest) PASS: test_output_file_when_changing_directory (test.test_cprofile.CProfileTest) PASS: test_profile_as_context_manager (test.test_cprofile.CProfileTest) PASS: test_profile_enable_disable (test.test_cprofile.CProfileTest) PASS: test_run (test.test_cprofile.CProfileTest) PASS: test_run_profile_as_module (test.test_cprofile.CProfileTest) PASS: test_runctx (test.test_cprofile.CProfileTest) PASS: test_calling_conventions (test.test_profile.ProfileTest) PASS: test_cprofile (test.test_profile.ProfileTest) PASS: test_output_file_when_changing_directory (test.test_profile.ProfileTest) PASS: test_run (test.test_profile.ProfileTest) PASS: test_run_profile_as_module (test.test_profile.ProfileTest) PASS: test_runctx (test.test_profile.ProfileTest) PASS: test_sort (test.test_cprofile.TestCommandLine) ---------------------------------------------------------------------- Ran 16 tests in 0.512s OK 0:04:48 load avg: 0.20 [ 92/427] test_crashers SKIP: test_crashers_crash (test.test_crashers.CrasherTest) 'these tests are too fragile' ---------------------------------------------------------------------- Ran 1 test in 0.000s OK (skipped=1) 0:04:48 load avg: 0.20 [ 93/427] test_crypt PASS: test_blowfish_rounds (test.test_crypt.CryptTestCase) PASS: test_crypt (test.test_crypt.CryptTestCase) PASS: test_invalid_rounds (test.test_crypt.CryptTestCase) PASS: test_methods (test.test_crypt.CryptTestCase) PASS: test_salt (test.test_crypt.CryptTestCase) PASS: test_saltedcrypt (test.test_crypt.CryptTestCase) PASS: test_sha2_rounds (test.test_crypt.CryptTestCase) SKIP: test_import_failure_message (test.test_crypt.TestWhyCryptDidNotImport) 'This should only run on windows' ---------------------------------------------------------------------- Ran 8 tests in 1.115s OK (skipped=1) 0:04:50 load avg: 0.20 [ 94/427] test_csv PASS: test_ordered_dict_reader (test.test_csv.KeyOrderingTest) PASS: test_ordering_for_the_dict_reader_and_writer (test.test_csv.KeyOrderingTest) PASS: test__all__ (test.test_csv.MiscTestCase) PASS: test_subclassable (test.test_csv.MiscTestCase) PASS: test_char_write (test.test_csv.TestArrayWrites) PASS: test_double_write (test.test_csv.TestArrayWrites) PASS: test_float_write (test.test_csv.TestArrayWrites) PASS: test_int_write (test.test_csv.TestArrayWrites) PASS: test_blankline (test.test_csv.TestDialectExcel) PASS: test_dubious_quote (test.test_csv.TestDialectExcel) PASS: test_empty_fields (test.test_csv.TestDialectExcel) PASS: test_inline_quote (test.test_csv.TestDialectExcel) PASS: test_inline_quotes (test.test_csv.TestDialectExcel) PASS: test_lone_quote (test.test_csv.TestDialectExcel) PASS: test_newlines (test.test_csv.TestDialectExcel) PASS: test_null (test.test_csv.TestDialectExcel) PASS: test_quote_and_quote (test.test_csv.TestDialectExcel) PASS: test_quote_fieldsep (test.test_csv.TestDialectExcel) PASS: test_quoted (test.test_csv.TestDialectExcel) PASS: test_quoted_nl (test.test_csv.TestDialectExcel) PASS: test_quoted_quote (test.test_csv.TestDialectExcel) PASS: test_quoted_quotes (test.test_csv.TestDialectExcel) PASS: test_quotes (test.test_csv.TestDialectExcel) PASS: test_quotes_and_more (test.test_csv.TestDialectExcel) PASS: test_simple (test.test_csv.TestDialectExcel) PASS: test_simple_writer (test.test_csv.TestDialectExcel) PASS: test_single (test.test_csv.TestDialectExcel) PASS: test_single_quoted_quote (test.test_csv.TestDialectExcel) PASS: test_single_writer (test.test_csv.TestDialectExcel) PASS: test_singlequoted (test.test_csv.TestDialectExcel) PASS: test_singlequoted_left_empty (test.test_csv.TestDialectExcel) PASS: test_singlequoted_right_empty (test.test_csv.TestDialectExcel) PASS: test_space_and_quote (test.test_csv.TestDialectExcel) PASS: test_bad_dialect (test.test_csv.TestDialectRegistry) PASS: test_copy (test.test_csv.TestDialectRegistry) PASS: test_dialect_apply (test.test_csv.TestDialectRegistry) PASS: test_incomplete_dialect (test.test_csv.TestDialectRegistry) PASS: test_pickle (test.test_csv.TestDialectRegistry) PASS: test_register_kwargs (test.test_csv.TestDialectRegistry) PASS: test_registry (test.test_csv.TestDialectRegistry) PASS: test_registry_badargs (test.test_csv.TestDialectRegistry) PASS: test_space_dialect (test.test_csv.TestDialectRegistry) PASS: test_simple_reader (test.test_csv.TestDialectUnix) PASS: test_simple_writer (test.test_csv.TestDialectUnix) PASS: test_delimiter (test.test_csv.TestDialectValidity) PASS: test_escapechar (test.test_csv.TestDialectValidity) PASS: test_invalid_chars (test.test_csv.TestDialectValidity) PASS: test_lineterminator (test.test_csv.TestDialectValidity) PASS: test_quoting (test.test_csv.TestDialectValidity) PASS: test_read_dict_fieldnames_chain (test.test_csv.TestDictFields) PASS: test_read_dict_fieldnames_from_file (test.test_csv.TestDictFields) PASS: test_read_dict_fields (test.test_csv.TestDictFields) PASS: test_read_dict_no_fieldnames (test.test_csv.TestDictFields) PASS: test_read_long (test.test_csv.TestDictFields) PASS: test_read_long_with_rest (test.test_csv.TestDictFields) PASS: test_read_long_with_rest_no_fieldnames (test.test_csv.TestDictFields) PASS: test_read_multi (test.test_csv.TestDictFields) PASS: test_read_semi_sep (test.test_csv.TestDictFields) PASS: test_read_short (test.test_csv.TestDictFields) PASS: test_read_with_blanks (test.test_csv.TestDictFields) PASS: test_typo_in_extrasaction_raises_error (test.test_csv.TestDictFields) PASS: test_write_field_not_in_field_names_ignore (test.test_csv.TestDictFields) PASS: test_write_field_not_in_field_names_raise (test.test_csv.TestDictFields) PASS: test_write_fields_not_in_fieldnames (test.test_csv.TestDictFields) PASS: test_write_multiple_dict_rows (test.test_csv.TestDictFields) PASS: test_write_no_fields (test.test_csv.TestDictFields) PASS: test_write_simple_dict (test.test_csv.TestDictFields) PASS: test_writeheader_return_value (test.test_csv.TestDictFields) PASS: test_escape_fieldsep (test.test_csv.TestEscapedExcel) PASS: test_read_escape_fieldsep (test.test_csv.TestEscapedExcel) SKIP: test_create_read (test.test_csv.TestLeaks) 'requires sys.gettotalrefcount()' SKIP: test_create_write (test.test_csv.TestLeaks) 'requires sys.gettotalrefcount()' SKIP: test_read (test.test_csv.TestLeaks) 'requires sys.gettotalrefcount()' SKIP: test_write (test.test_csv.TestLeaks) 'requires sys.gettotalrefcount()' PASS: test_read_escape_fieldsep (test.test_csv.TestQuotedEscapedExcel) PASS: test_write_escape_fieldsep (test.test_csv.TestQuotedEscapedExcel) PASS: test_delimiters (test.test_csv.TestSniffer) PASS: test_doublequote (test.test_csv.TestSniffer) PASS: test_guess_quote_and_delimiter (test.test_csv.TestSniffer) PASS: test_has_header (test.test_csv.TestSniffer) PASS: test_has_header_regex_special_delimiter (test.test_csv.TestSniffer) test_has_header_strings (test.test_csv.TestSniffer) PASS: More to document existing (unexpected?) behavior than anything else. PASS: test_issue43625 (test.test_csv.TestSniffer) PASS: test_sniff (test.test_csv.TestSniffer) PASS: test_unicode_read (test.test_csv.TestUnicode) PASS: test_unicode_write (test.test_csv.TestUnicode) PASS: test_read_bigfield (test.test_csv.Test_Csv) PASS: test_read_eof (test.test_csv.Test_Csv) PASS: test_read_eol (test.test_csv.Test_Csv) PASS: test_read_escape (test.test_csv.Test_Csv) PASS: test_read_linenum (test.test_csv.Test_Csv) PASS: test_read_oddinputs (test.test_csv.Test_Csv) PASS: test_read_quoting (test.test_csv.Test_Csv) PASS: test_reader_arg_valid (test.test_csv.Test_Csv) PASS: test_reader_attrs (test.test_csv.Test_Csv) PASS: test_reader_dialect_attrs (test.test_csv.Test_Csv) PASS: test_reader_kw_attrs (test.test_csv.Test_Csv) PASS: test_roundtrip_escaped_unquoted_newlines (test.test_csv.Test_Csv) PASS: test_roundtrip_quoteed_newlines (test.test_csv.Test_Csv) PASS: test_write_arg_valid (test.test_csv.Test_Csv) PASS: test_write_bigfield (test.test_csv.Test_Csv) PASS: test_write_escape (test.test_csv.Test_Csv) PASS: test_write_iterable (test.test_csv.Test_Csv) PASS: test_write_quoting (test.test_csv.Test_Csv) PASS: test_writer_arg_valid (test.test_csv.Test_Csv) PASS: test_writer_attrs (test.test_csv.Test_Csv) PASS: test_writer_dialect_attrs (test.test_csv.Test_Csv) PASS: test_writer_kw_attrs (test.test_csv.Test_Csv) PASS: test_writerows (test.test_csv.Test_Csv) PASS: test_writerows_errors (test.test_csv.Test_Csv) PASS: test_writerows_legacy_strings (test.test_csv.Test_Csv) PASS: test_writerows_with_none (test.test_csv.Test_Csv) ---------------------------------------------------------------------- Ran 112 tests in 0.067s OK (skipped=4) 0:04:50 load avg: 0.20 [ 95/427] test_ctypes PASS: test_anon (ctypes.test.test_anon.AnonTest) PASS: test_anon_nonmember (ctypes.test.test_anon.AnonTest) PASS: test_anon_nonseq (ctypes.test.test_anon.AnonTest) PASS: test_issue31490 (ctypes.test.test_anon.AnonTest) PASS: test_nested (ctypes.test.test_anon.AnonTest) PASS: test (ctypes.test.test_array_in_pointer.Test) PASS: test_2 (ctypes.test.test_array_in_pointer.Test) PASS: test_bad_length (ctypes.test.test_arrays.ArrayTestCase) PASS: test_bad_subclass (ctypes.test.test_arrays.ArrayTestCase) PASS: test_bpo36504_signed_int_overflow (ctypes.test.test_arrays.ArrayTestCase) PASS: test_cache (ctypes.test.test_arrays.ArrayTestCase) PASS: test_classcache (ctypes.test.test_arrays.ArrayTestCase) PASS: test_empty_element_array (ctypes.test.test_arrays.ArrayTestCase) PASS: test_empty_element_struct (ctypes.test.test_arrays.ArrayTestCase) PASS: test_from_address (ctypes.test.test_arrays.ArrayTestCase) PASS: test_from_addressW (ctypes.test.test_arrays.ArrayTestCase) SKIP: test_large_array (ctypes.test.test_arrays.ArrayTestCase) 'not enough memory: 2.0G minimum needed' PASS: test_numeric_arrays (ctypes.test.test_arrays.ArrayTestCase) PASS: test_simple (ctypes.test.test_arrays.ArrayTestCase) PASS: test_step_overflow (ctypes.test.test_arrays.ArrayTestCase) PASS: test_subclass (ctypes.test.test_arrays.ArrayTestCase) PASS: test_zero_length (ctypes.test.test_arrays.ArrayTestCase) PASS: test_byval (ctypes.test.test_as_parameter.AsParamPropertyWrapperTestCase) PASS: test_callbacks (ctypes.test.test_as_parameter.AsParamPropertyWrapperTestCase) PASS: test_callbacks_2 (ctypes.test.test_as_parameter.AsParamPropertyWrapperTestCase) PASS: test_longlong_callbacks (ctypes.test.test_as_parameter.AsParamPropertyWrapperTestCase) PASS: test_pointers (ctypes.test.test_as_parameter.AsParamPropertyWrapperTestCase) PASS: test_recursive_as_param (ctypes.test.test_as_parameter.AsParamPropertyWrapperTestCase) PASS: test_shorts (ctypes.test.test_as_parameter.AsParamPropertyWrapperTestCase) PASS: test_struct_return_2H (ctypes.test.test_as_parameter.AsParamPropertyWrapperTestCase) PASS: test_struct_return_8H (ctypes.test.test_as_parameter.AsParamPropertyWrapperTestCase) PASS: test_wchar_parm (ctypes.test.test_as_parameter.AsParamPropertyWrapperTestCase) PASS: test_byval (ctypes.test.test_as_parameter.AsParamWrapperTestCase) PASS: test_callbacks (ctypes.test.test_as_parameter.AsParamWrapperTestCase) PASS: test_callbacks_2 (ctypes.test.test_as_parameter.AsParamWrapperTestCase) PASS: test_longlong_callbacks (ctypes.test.test_as_parameter.AsParamWrapperTestCase) PASS: test_pointers (ctypes.test.test_as_parameter.AsParamWrapperTestCase) PASS: test_recursive_as_param (ctypes.test.test_as_parameter.AsParamWrapperTestCase) PASS: test_shorts (ctypes.test.test_as_parameter.AsParamWrapperTestCase) PASS: test_struct_return_2H (ctypes.test.test_as_parameter.AsParamWrapperTestCase) PASS: test_struct_return_8H (ctypes.test.test_as_parameter.AsParamWrapperTestCase) PASS: test_wchar_parm (ctypes.test.test_as_parameter.AsParamWrapperTestCase) PASS: test_byval (ctypes.test.test_as_parameter.BasicWrapTestCase) PASS: test_callbacks (ctypes.test.test_as_parameter.BasicWrapTestCase) PASS: test_callbacks_2 (ctypes.test.test_as_parameter.BasicWrapTestCase) PASS: test_longlong_callbacks (ctypes.test.test_as_parameter.BasicWrapTestCase) PASS: test_pointers (ctypes.test.test_as_parameter.BasicWrapTestCase) PASS: test_recursive_as_param (ctypes.test.test_as_parameter.BasicWrapTestCase) PASS: test_shorts (ctypes.test.test_as_parameter.BasicWrapTestCase) PASS: test_struct_return_2H (ctypes.test.test_as_parameter.BasicWrapTestCase) PASS: test_struct_return_8H (ctypes.test.test_as_parameter.BasicWrapTestCase) PASS: test_wchar_parm (ctypes.test.test_as_parameter.BasicWrapTestCase) PASS: test_anon_bitfields (ctypes.test.test_bitfields.BitFieldTest) PASS: test_c_wchar (ctypes.test.test_bitfields.BitFieldTest) PASS: test_longlong (ctypes.test.test_bitfields.BitFieldTest) PASS: test_mixed_1 (ctypes.test.test_bitfields.BitFieldTest) PASS: test_mixed_2 (ctypes.test.test_bitfields.BitFieldTest) PASS: test_mixed_3 (ctypes.test.test_bitfields.BitFieldTest) PASS: test_mixed_4 (ctypes.test.test_bitfields.BitFieldTest) PASS: test_multi_bitfields_size (ctypes.test.test_bitfields.BitFieldTest) PASS: test_nonint_types (ctypes.test.test_bitfields.BitFieldTest) PASS: test_signed (ctypes.test.test_bitfields.BitFieldTest) PASS: test_single_bitfield_size (ctypes.test.test_bitfields.BitFieldTest) PASS: test_uint32 (ctypes.test.test_bitfields.BitFieldTest) PASS: test_uint32_swap_big_endian (ctypes.test.test_bitfields.BitFieldTest) PASS: test_uint32_swap_little_endian (ctypes.test.test_bitfields.BitFieldTest) PASS: test_uint64 (ctypes.test.test_bitfields.BitFieldTest) PASS: test_ulonglong (ctypes.test.test_bitfields.BitFieldTest) PASS: test_unsigned (ctypes.test.test_bitfields.BitFieldTest) PASS: test_ints (ctypes.test.test_bitfields.C_Test) PASS: test_shorts (ctypes.test.test_bitfields.C_Test) PASS: test_buffer (ctypes.test.test_buffers.StringBufferTestCase) PASS: test_buffer_interface (ctypes.test.test_buffers.StringBufferTestCase) PASS: test_create_unicode_buffer_non_bmp (ctypes.test.test_buffers.StringBufferTestCase) PASS: test_unicode_buffer (ctypes.test.test_buffers.StringBufferTestCase) PASS: test_unicode_conversion (ctypes.test.test_buffers.StringBufferTestCase) SKIP: test_BSTR (ctypes.test.test_bytes.BytesTest) 'Windows-specific test' PASS: test_c_char (ctypes.test.test_bytes.BytesTest) PASS: test_c_char_p (ctypes.test.test_bytes.BytesTest) PASS: test_c_wchar (ctypes.test.test_bytes.BytesTest) PASS: test_c_wchar_p (ctypes.test.test_bytes.BytesTest) PASS: test_struct (ctypes.test.test_bytes.BytesTest) PASS: test_struct_W (ctypes.test.test_bytes.BytesTest) SKIP: test_X (ctypes.test.test_byteswap.Test) 'test disabled' PASS: test_endian_double (ctypes.test.test_byteswap.Test) PASS: test_endian_float (ctypes.test.test_byteswap.Test) PASS: test_endian_int (ctypes.test.test_byteswap.Test) PASS: test_endian_longlong (ctypes.test.test_byteswap.Test) PASS: test_endian_other (ctypes.test.test_byteswap.Test) PASS: test_endian_short (ctypes.test.test_byteswap.Test) PASS: test_slots (ctypes.test.test_byteswap.Test) PASS: test_struct_fields_1 (ctypes.test.test_byteswap.Test) PASS: test_struct_fields_2 (ctypes.test.test_byteswap.Test) PASS: test_struct_struct (ctypes.test.test_byteswap.Test) PASS: test_unaligned_native_struct_fields (ctypes.test.test_byteswap.Test) PASS: test_unaligned_nonnative_struct_fields (ctypes.test.test_byteswap.Test) PASS: test_byte (ctypes.test.test_callbacks.Callbacks) PASS: test_char (ctypes.test.test_callbacks.Callbacks) SKIP: test_char_p (ctypes.test.test_callbacks.Callbacks) 'test disabled' PASS: test_double (ctypes.test.test_callbacks.Callbacks) PASS: test_float (ctypes.test.test_callbacks.Callbacks) PASS: test_int (ctypes.test.test_callbacks.Callbacks) PASS: test_issue12483 (ctypes.test.test_callbacks.Callbacks) PASS: test_issue_7959 (ctypes.test.test_callbacks.Callbacks) PASS: test_long (ctypes.test.test_callbacks.Callbacks) PASS: test_longdouble (ctypes.test.test_callbacks.Callbacks) PASS: test_longlong (ctypes.test.test_callbacks.Callbacks) PASS: test_pyobject (ctypes.test.test_callbacks.Callbacks) PASS: test_short (ctypes.test.test_callbacks.Callbacks) PASS: test_ubyte (ctypes.test.test_callbacks.Callbacks) PASS: test_uint (ctypes.test.test_callbacks.Callbacks) PASS: test_ulong (ctypes.test.test_callbacks.Callbacks) PASS: test_ulonglong (ctypes.test.test_callbacks.Callbacks) PASS: test_unsupported_restype_1 (ctypes.test.test_callbacks.Callbacks) PASS: test_unsupported_restype_2 (ctypes.test.test_callbacks.Callbacks) PASS: test_ushort (ctypes.test.test_callbacks.Callbacks) PASS: test_callback_large_struct (ctypes.test.test_callbacks.SampleCallbacksTestCase) PASS: test_callback_register_double (ctypes.test.test_callbacks.SampleCallbacksTestCase) PASS: test_callback_register_int (ctypes.test.test_callbacks.SampleCallbacksTestCase) PASS: test_callback_too_many_args (ctypes.test.test_callbacks.SampleCallbacksTestCase) PASS: test_convert_result_error (ctypes.test.test_callbacks.SampleCallbacksTestCase) PASS: test_integrate (ctypes.test.test_callbacks.SampleCallbacksTestCase) PASS: test_issue_8959_a (ctypes.test.test_callbacks.SampleCallbacksTestCase) SKIP: test_issue_8959_b (ctypes.test.test_callbacks.SampleCallbacksTestCase) "'WINFUNCTYPE' is required" SKIP: test_byte (ctypes.test.test_callbacks.StdcallCallbacks) "'WINFUNCTYPE' is required" SKIP: test_char (ctypes.test.test_callbacks.StdcallCallbacks) "'WINFUNCTYPE' is required" SKIP: test_char_p (ctypes.test.test_callbacks.StdcallCallbacks) "'WINFUNCTYPE' is required" SKIP: test_double (ctypes.test.test_callbacks.StdcallCallbacks) "'WINFUNCTYPE' is required" SKIP: test_float (ctypes.test.test_callbacks.StdcallCallbacks) "'WINFUNCTYPE' is required" SKIP: test_int (ctypes.test.test_callbacks.StdcallCallbacks) "'WINFUNCTYPE' is required" SKIP: test_issue12483 (ctypes.test.test_callbacks.StdcallCallbacks) "'WINFUNCTYPE' is required" SKIP: test_issue_7959 (ctypes.test.test_callbacks.StdcallCallbacks) "'WINFUNCTYPE' is required" SKIP: test_long (ctypes.test.test_callbacks.StdcallCallbacks) "'WINFUNCTYPE' is required" SKIP: test_longdouble (ctypes.test.test_callbacks.StdcallCallbacks) "'WINFUNCTYPE' is required" SKIP: test_longlong (ctypes.test.test_callbacks.StdcallCallbacks) "'WINFUNCTYPE' is required" SKIP: test_pyobject (ctypes.test.test_callbacks.StdcallCallbacks) "'WINFUNCTYPE' is required" SKIP: test_short (ctypes.test.test_callbacks.StdcallCallbacks) "'WINFUNCTYPE' is required" SKIP: test_ubyte (ctypes.test.test_callbacks.StdcallCallbacks) "'WINFUNCTYPE' is required" SKIP: test_uint (ctypes.test.test_callbacks.StdcallCallbacks) "'WINFUNCTYPE' is required" SKIP: test_ulong (ctypes.test.test_callbacks.StdcallCallbacks) "'WINFUNCTYPE' is required" SKIP: test_ulonglong (ctypes.test.test_callbacks.StdcallCallbacks) "'WINFUNCTYPE' is required" SKIP: test_unsupported_restype_1 (ctypes.test.test_callbacks.StdcallCallbacks) "'WINFUNCTYPE' is required" SKIP: test_unsupported_restype_2 (ctypes.test.test_callbacks.StdcallCallbacks) "'WINFUNCTYPE' is required" SKIP: test_ushort (ctypes.test.test_callbacks.StdcallCallbacks) "'WINFUNCTYPE' is required" PASS: test_address2pointer (ctypes.test.test_cast.Test) PASS: test_array2pointer (ctypes.test.test_cast.Test) PASS: test_bad_type_arg (ctypes.test.test_cast.Test) PASS: test_char_p (ctypes.test.test_cast.Test) PASS: test_other (ctypes.test.test_cast.Test) PASS: test_p2a_objects (ctypes.test.test_cast.Test) PASS: test_wchar_p (ctypes.test.test_cast.Test) PASS: test_byte (ctypes.test.test_cfuncs.CFunctions) PASS: test_byte_plus (ctypes.test.test_cfuncs.CFunctions) PASS: test_callwithresult (ctypes.test.test_cfuncs.CFunctions) PASS: test_double (ctypes.test.test_cfuncs.CFunctions) PASS: test_double_plus (ctypes.test.test_cfuncs.CFunctions) PASS: test_float (ctypes.test.test_cfuncs.CFunctions) PASS: test_float_plus (ctypes.test.test_cfuncs.CFunctions) PASS: test_int (ctypes.test.test_cfuncs.CFunctions) PASS: test_int_plus (ctypes.test.test_cfuncs.CFunctions) PASS: test_long (ctypes.test.test_cfuncs.CFunctions) PASS: test_long_plus (ctypes.test.test_cfuncs.CFunctions) PASS: test_longdouble (ctypes.test.test_cfuncs.CFunctions) PASS: test_longdouble_plus (ctypes.test.test_cfuncs.CFunctions) PASS: test_longlong (ctypes.test.test_cfuncs.CFunctions) PASS: test_longlong_plus (ctypes.test.test_cfuncs.CFunctions) PASS: test_short (ctypes.test.test_cfuncs.CFunctions) PASS: test_short_plus (ctypes.test.test_cfuncs.CFunctions) PASS: test_ubyte (ctypes.test.test_cfuncs.CFunctions) PASS: test_ubyte_plus (ctypes.test.test_cfuncs.CFunctions) PASS: test_uint (ctypes.test.test_cfuncs.CFunctions) PASS: test_uint_plus (ctypes.test.test_cfuncs.CFunctions) PASS: test_ulong (ctypes.test.test_cfuncs.CFunctions) PASS: test_ulong_plus (ctypes.test.test_cfuncs.CFunctions) PASS: test_ulonglong (ctypes.test.test_cfuncs.CFunctions) PASS: test_ulonglong_plus (ctypes.test.test_cfuncs.CFunctions) PASS: test_ushort (ctypes.test.test_cfuncs.CFunctions) PASS: test_ushort_plus (ctypes.test.test_cfuncs.CFunctions) PASS: test_void (ctypes.test.test_cfuncs.CFunctions) SKIP: test_byte (ctypes.test.test_cfuncs.stdcallCFunctions) "'WinDLL' is required" SKIP: test_byte_plus (ctypes.test.test_cfuncs.stdcallCFunctions) "'WinDLL' is required" SKIP: test_callwithresult (ctypes.test.test_cfuncs.stdcallCFunctions) "'WinDLL' is required" SKIP: test_double (ctypes.test.test_cfuncs.stdcallCFunctions) "'WinDLL' is required" SKIP: test_double_plus (ctypes.test.test_cfuncs.stdcallCFunctions) "'WinDLL' is required" SKIP: test_float (ctypes.test.test_cfuncs.stdcallCFunctions) "'WinDLL' is required" SKIP: test_float_plus (ctypes.test.test_cfuncs.stdcallCFunctions) "'WinDLL' is required" SKIP: test_int (ctypes.test.test_cfuncs.stdcallCFunctions) "'WinDLL' is required" SKIP: test_int_plus (ctypes.test.test_cfuncs.stdcallCFunctions) "'WinDLL' is required" SKIP: test_long (ctypes.test.test_cfuncs.stdcallCFunctions) "'WinDLL' is required" SKIP: test_long_plus (ctypes.test.test_cfuncs.stdcallCFunctions) "'WinDLL' is required" SKIP: test_longdouble (ctypes.test.test_cfuncs.stdcallCFunctions) "'WinDLL' is required" SKIP: test_longdouble_plus (ctypes.test.test_cfuncs.stdcallCFunctions) "'WinDLL' is required" SKIP: test_longlong (ctypes.test.test_cfuncs.stdcallCFunctions) "'WinDLL' is required" SKIP: test_longlong_plus (ctypes.test.test_cfuncs.stdcallCFunctions) "'WinDLL' is required" SKIP: test_short (ctypes.test.test_cfuncs.stdcallCFunctions) "'WinDLL' is required" SKIP: test_short_plus (ctypes.test.test_cfuncs.stdcallCFunctions) "'WinDLL' is required" SKIP: test_ubyte (ctypes.test.test_cfuncs.stdcallCFunctions) "'WinDLL' is required" SKIP: test_ubyte_plus (ctypes.test.test_cfuncs.stdcallCFunctions) "'WinDLL' is required" SKIP: test_uint (ctypes.test.test_cfuncs.stdcallCFunctions) "'WinDLL' is required" SKIP: test_uint_plus (ctypes.test.test_cfuncs.stdcallCFunctions) "'WinDLL' is required" SKIP: test_ulong (ctypes.test.test_cfuncs.stdcallCFunctions) "'WinDLL' is required" SKIP: test_ulong_plus (ctypes.test.test_cfuncs.stdcallCFunctions) "'WinDLL' is required" SKIP: test_ulonglong (ctypes.test.test_cfuncs.stdcallCFunctions) "'WinDLL' is required" SKIP: test_ulonglong_plus (ctypes.test.test_cfuncs.stdcallCFunctions) "'WinDLL' is required" SKIP: test_ushort (ctypes.test.test_cfuncs.stdcallCFunctions) "'WinDLL' is required" SKIP: test_ushort_plus (ctypes.test.test_cfuncs.stdcallCFunctions) "'WinDLL' is required" SKIP: test_void (ctypes.test.test_cfuncs.stdcallCFunctions) "'WinDLL' is required" PASS: test_checkretval (ctypes.test.test_checkretval.Test) SKIP: test_oledll (ctypes.test.test_checkretval.Test) "'oledll' is required" PASS: test_chararray (ctypes.test.test_delattr.TestCase) PASS: test_simple (ctypes.test.test_delattr.TestCase) PASS: test_struct (ctypes.test.test_delattr.TestCase) SKIP: test_GetLastError (ctypes.test.test_errno.Test) 'Test specific to Windows' PASS: test_open (ctypes.test.test_errno.Test) SKIP: test_find_library_with_gcc (ctypes.test.test_find.FindLibraryLinux) 'Needs IMAGE_FEATURE += "tools-sdk"' SKIP: test_find_library_with_ld (ctypes.test.test_find.FindLibraryLinux) 'Needs IMAGE_FEATURE += "tools-sdk"' PASS: test_find_on_libpath (ctypes.test.test_find.FindLibraryLinux) OpenGL libraries: ('GL', 'libGL.so.1') ('GLU', None) ('gle', None) PASS: test_gl (ctypes.test.test_find.Test_OpenGL_libs) SKIP: test_gle (ctypes.test.test_find.Test_OpenGL_libs) 'lib_gle not available' SKIP: test_glu (ctypes.test.test_find.Test_OpenGL_libs) 'lib_glu not available' PASS: test_shell_injection (ctypes.test.test_find.Test_OpenGL_libs) PASS: test_abstract (ctypes.test.test_frombuffer.Test) PASS: test_fortran_contiguous (ctypes.test.test_frombuffer.Test) PASS: test_from_buffer (ctypes.test.test_frombuffer.Test) PASS: test_from_buffer_copy (ctypes.test.test_frombuffer.Test) PASS: test_from_buffer_copy_with_offset (ctypes.test.test_frombuffer.Test) PASS: test_from_buffer_memoryview (ctypes.test.test_frombuffer.Test) PASS: test_from_buffer_with_offset (ctypes.test.test_frombuffer.Test) PASS: test_abstract (ctypes.test.test_funcptr.CFuncPtrTestCase) PASS: test_basic (ctypes.test.test_funcptr.CFuncPtrTestCase) PASS: test_dllfunctions (ctypes.test.test_funcptr.CFuncPtrTestCase) PASS: test_first (ctypes.test.test_funcptr.CFuncPtrTestCase) PASS: test_structures (ctypes.test.test_funcptr.CFuncPtrTestCase) PASS: test_byval (ctypes.test.test_functions.FunctionTestCase) PASS: test_callbacks (ctypes.test.test_functions.FunctionTestCase) PASS: test_callbacks_2 (ctypes.test.test_functions.FunctionTestCase) PASS: test_doubleresult (ctypes.test.test_functions.FunctionTestCase) PASS: test_errors (ctypes.test.test_functions.FunctionTestCase) PASS: test_floatresult (ctypes.test.test_functions.FunctionTestCase) PASS: test_intresult (ctypes.test.test_functions.FunctionTestCase) PASS: test_longdoubleresult (ctypes.test.test_functions.FunctionTestCase) PASS: test_longlong_callbacks (ctypes.test.test_functions.FunctionTestCase) PASS: test_longlongresult (ctypes.test.test_functions.FunctionTestCase) PASS: test_mro (ctypes.test.test_functions.FunctionTestCase) PASS: test_pointers (ctypes.test.test_functions.FunctionTestCase) PASS: test_sf1651235 (ctypes.test.test_functions.FunctionTestCase) PASS: test_shorts (ctypes.test.test_functions.FunctionTestCase) PASS: test_stringresult (ctypes.test.test_functions.FunctionTestCase) PASS: test_struct_return_2H (ctypes.test.test_functions.FunctionTestCase) SKIP: test_struct_return_2H_stdcall (ctypes.test.test_functions.FunctionTestCase) 'Windows-specific test' PASS: test_struct_return_8H (ctypes.test.test_functions.FunctionTestCase) SKIP: test_struct_return_8H_stdcall (ctypes.test.test_functions.FunctionTestCase) 'Windows-specific test' PASS: test_voidresult (ctypes.test.test_functions.FunctionTestCase) PASS: test_wchar_parm (ctypes.test.test_functions.FunctionTestCase) PASS: test_wchar_result (ctypes.test.test_functions.FunctionTestCase) PASS: test_incomplete_example (ctypes.test.test_incomplete.MyTestCase) PASS: test_get (ctypes.test.test_init.InitTest) PASS: test_c_char_p (ctypes.test.test_internals.ObjectsTestCase) PASS: test_embedded_structs (ctypes.test.test_internals.ObjectsTestCase) PASS: test_ints (ctypes.test.test_internals.ObjectsTestCase) PASS: test_ptr_struct (ctypes.test.test_internals.ObjectsTestCase) PASS: test_simple_struct (ctypes.test.test_internals.ObjectsTestCase) PASS: test_xxx (ctypes.test.test_internals.ObjectsTestCase) PASS: test_cint_array (ctypes.test.test_keeprefs.ArrayTestCase) SKIP: test_X (ctypes.test.test_keeprefs.DeletePointerTestCase) 'test disabled' PASS: test_p_cint (ctypes.test.test_keeprefs.PointerTestCase) PASS: test (ctypes.test.test_keeprefs.PointerToStructure) PASS: test_ccharp (ctypes.test.test_keeprefs.SimpleTestCase) PASS: test_cint (ctypes.test.test_keeprefs.SimpleTestCase) PASS: test_ccharp_struct (ctypes.test.test_keeprefs.StructureTestCase) PASS: test_cint_struct (ctypes.test.test_keeprefs.StructureTestCase) PASS: test_struct_struct (ctypes.test.test_keeprefs.StructureTestCase) PASS: test_qsort (ctypes.test.test_libc.LibTest) PASS: test_sqrt (ctypes.test.test_libc.LibTest) libc_name is libc.so.6 SKIP: test_1703286_A (ctypes.test.test_loading.LoaderTest) 'Windows-specific test' SKIP: test_1703286_B (ctypes.test.test_loading.LoaderTest) 'Windows-specific test' PASS: test_find (ctypes.test.test_loading.LoaderTest) PASS: test_load (ctypes.test.test_loading.LoaderTest) SKIP: test_load_dll_with_flags (ctypes.test.test_loading.LoaderTest) 'test specific to Windows' SKIP: test_load_library (ctypes.test.test_loading.LoaderTest) 'test specific to Windows' SKIP: test_load_ordinal_functions (ctypes.test.test_loading.LoaderTest) 'test specific to Windows' PASS: test_load_version (ctypes.test.test_loading.LoaderTest) SKIP: test_find (ctypes.test.test_macholib.MachOTest) 'OSX-specific test' PASS: test_cast (ctypes.test.test_memfunctions.MemFunctionsTest) PASS: test_memmove (ctypes.test.test_memfunctions.MemFunctionsTest) PASS: test_memset (ctypes.test.test_memfunctions.MemFunctionsTest) SKIP: test_overflow (ctypes.test.test_memfunctions.MemFunctionsTest) 'test disabled' PASS: test_string_at (ctypes.test.test_memfunctions.MemFunctionsTest) PASS: test_wstring_at (ctypes.test.test_memfunctions.MemFunctionsTest) PASS: test_alignments (ctypes.test.test_numbers.NumberTestCase) SKIP: test_bool_from_address (ctypes.test.test_numbers.NumberTestCase) 'test disabled' PASS: test_bool_values (ctypes.test.test_numbers.NumberTestCase) PASS: test_byref (ctypes.test.test_numbers.NumberTestCase) PASS: test_char_from_address (ctypes.test.test_numbers.NumberTestCase) PASS: test_default_init (ctypes.test.test_numbers.NumberTestCase) PASS: test_float_from_address (ctypes.test.test_numbers.NumberTestCase) PASS: test_float_overflow (ctypes.test.test_numbers.NumberTestCase) PASS: test_floats (ctypes.test.test_numbers.NumberTestCase) PASS: test_from_param (ctypes.test.test_numbers.NumberTestCase) PASS: test_init (ctypes.test.test_numbers.NumberTestCase) PASS: test_int_from_address (ctypes.test.test_numbers.NumberTestCase) PASS: test_integers (ctypes.test.test_numbers.NumberTestCase) SKIP: test_perf (ctypes.test.test_numbers.NumberTestCase) 'test disabled' PASS: test_signed_values (ctypes.test.test_numbers.NumberTestCase) PASS: test_sizes (ctypes.test.test_numbers.NumberTestCase) PASS: test_typeerror (ctypes.test.test_numbers.NumberTestCase) PASS: test_unsigned_values (ctypes.test.test_numbers.NumberTestCase) SKIP: test_valid_ranges (ctypes.test.test_numbers.NumberTestCase) 'test disabled' test (ctypes.test.test_objects.TestCase) ... 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 PASS: test_abstract (ctypes.test.test_parameters.SimpleTypesTestCase) PASS: test_array_pointers (ctypes.test.test_parameters.SimpleTypesTestCase) PASS: test_byref_pointer (ctypes.test.test_parameters.SimpleTypesTestCase) PASS: test_byref_pointerpointer (ctypes.test.test_parameters.SimpleTypesTestCase) PASS: test_cstrings (ctypes.test.test_parameters.SimpleTypesTestCase) PASS: test_cw_strings (ctypes.test.test_parameters.SimpleTypesTestCase) PASS: test_int_pointers (ctypes.test.test_parameters.SimpleTypesTestCase) PASS: test_issue31311 (ctypes.test.test_parameters.SimpleTypesTestCase) PASS: test_noctypes_argtype (ctypes.test.test_parameters.SimpleTypesTestCase) PASS: test_parameter_repr (ctypes.test.test_parameters.SimpleTypesTestCase) PASS: test_subclasses (ctypes.test.test_parameters.SimpleTypesTestCase) PASS: test_subclasses_c_wchar_p (ctypes.test.test_parameters.SimpleTypesTestCase) PASS: test_endian_types (ctypes.test.test_pep3118.Test) PASS: test_native_types (ctypes.test.test_pep3118.Test) PASS: test_simple (ctypes.test.test_pickling.PickleTest_0) PASS: test_struct (ctypes.test.test_pickling.PickleTest_0) PASS: test_unpickable (ctypes.test.test_pickling.PickleTest_0) PASS: test_wchar (ctypes.test.test_pickling.PickleTest_0) PASS: test_simple (ctypes.test.test_pickling.PickleTest_1) PASS: test_struct (ctypes.test.test_pickling.PickleTest_1) PASS: test_unpickable (ctypes.test.test_pickling.PickleTest_1) PASS: test_wchar (ctypes.test.test_pickling.PickleTest_1) PASS: test_simple (ctypes.test.test_pickling.PickleTest_2) PASS: test_struct (ctypes.test.test_pickling.PickleTest_2) PASS: test_unpickable (ctypes.test.test_pickling.PickleTest_2) PASS: test_wchar (ctypes.test.test_pickling.PickleTest_2) PASS: test_simple (ctypes.test.test_pickling.PickleTest_3) PASS: test_struct (ctypes.test.test_pickling.PickleTest_3) PASS: test_unpickable (ctypes.test.test_pickling.PickleTest_3) PASS: test_wchar (ctypes.test.test_pickling.PickleTest_3) PASS: test_simple (ctypes.test.test_pickling.PickleTest_4) PASS: test_struct (ctypes.test.test_pickling.PickleTest_4) PASS: test_unpickable (ctypes.test.test_pickling.PickleTest_4) PASS: test_wchar (ctypes.test.test_pickling.PickleTest_4) PASS: test_simple (ctypes.test.test_pickling.PickleTest_5) PASS: test_struct (ctypes.test.test_pickling.PickleTest_5) PASS: test_unpickable (ctypes.test.test_pickling.PickleTest_5) PASS: test_wchar (ctypes.test.test_pickling.PickleTest_5) PASS: test_abstract (ctypes.test.test_pointers.PointersTestCase) PASS: test_basic (ctypes.test.test_pointers.PointersTestCase) PASS: test_basics (ctypes.test.test_pointers.PointersTestCase) PASS: test_bug_1467852 (ctypes.test.test_pointers.PointersTestCase) PASS: test_c_void_p (ctypes.test.test_pointers.PointersTestCase) PASS: test_callbacks_with_pointers (ctypes.test.test_pointers.PointersTestCase) PASS: test_change_pointers (ctypes.test.test_pointers.PointersTestCase) test_charpp (ctypes.test.test_pointers.PointersTestCase) PASS: Test that a character pointer-to-pointer is correctly passed PASS: test_from_address (ctypes.test.test_pointers.PointersTestCase) PASS: test_other (ctypes.test.test_pointers.PointersTestCase) PASS: test_pass_pointers (ctypes.test.test_pointers.PointersTestCase) PASS: test_pointer_crash (ctypes.test.test_pointers.PointersTestCase) PASS: test_pointer_type_name (ctypes.test.test_pointers.PointersTestCase) PASS: test_pointer_type_str_name (ctypes.test.test_pointers.PointersTestCase) PASS: test_pointers_bool (ctypes.test.test_pointers.PointersTestCase) PASS: test (ctypes.test.test_prototypes.ArrayTest) PASS: test_POINTER_c_char_arg (ctypes.test.test_prototypes.CharPointersTestCase) PASS: test_c_char_p_arg (ctypes.test.test_prototypes.CharPointersTestCase) PASS: test_c_void_p_arg (ctypes.test.test_prototypes.CharPointersTestCase) PASS: test_c_void_p_arg_with_c_wchar_p (ctypes.test.test_prototypes.CharPointersTestCase) PASS: test_instance (ctypes.test.test_prototypes.CharPointersTestCase) PASS: test_int_pointer_arg (ctypes.test.test_prototypes.CharPointersTestCase) PASS: test_paramflags (ctypes.test.test_prototypes.CharPointersTestCase) PASS: test_POINTER_c_wchar_arg (ctypes.test.test_prototypes.WCharPointersTestCase) PASS: test_c_wchar_p_arg (ctypes.test.test_prototypes.WCharPointersTestCase) PASS: test_PyBytes_FromStringAndSize (ctypes.test.test_python_api.PythonAPITestCase) PASS: test_PyLong_Long (ctypes.test.test_python_api.PythonAPITestCase) PASS: test_PyOS_snprintf (ctypes.test.test_python_api.PythonAPITestCase) PASS: test_PyObj_FromPtr (ctypes.test.test_python_api.PythonAPITestCase) PASS: test_PyString_FromString (ctypes.test.test_python_api.PythonAPITestCase) PASS: test_pyobject_repr (ctypes.test.test_python_api.PythonAPITestCase) PASS: test_FloatDivisionError (ctypes.test.test_random_things.CallbackTracbackTestCase) PASS: test_IntegerDivisionError (ctypes.test.test_random_things.CallbackTracbackTestCase) PASS: test_TypeErrorDivisionError (ctypes.test.test_random_things.CallbackTracbackTestCase) PASS: test_ValueError (ctypes.test.test_random_things.CallbackTracbackTestCase) SKIP: test (ctypes.test.test_random_things.call_function_TestCase) 'Windows-specific test' PASS: test_callback (ctypes.test.test_refcounts.AnotherLeak) PASS: test_1 (ctypes.test.test_refcounts.RefcountTestCase) PASS: test_refcount (ctypes.test.test_refcounts.RefcountTestCase) PASS: test_char (ctypes.test.test_repr.ReprTest) PASS: test_numbers (ctypes.test.test_repr.ReprTest) PASS: test_from_dll (ctypes.test.test_returnfuncptrs.ReturnFuncPtrTestCase) PASS: test_from_dll_refcount (ctypes.test.test_returnfuncptrs.ReturnFuncPtrTestCase) PASS: test_with_prototype (ctypes.test.test_returnfuncptrs.ReturnFuncPtrTestCase) PASS: test_without_prototype (ctypes.test.test_returnfuncptrs.ReturnFuncPtrTestCase) PASS: test_compare (ctypes.test.test_simplesubclasses.Test) PASS: test_ignore_retval (ctypes.test.test_simplesubclasses.Test) PASS: test_int_callback (ctypes.test.test_simplesubclasses.Test) PASS: test_int_struct (ctypes.test.test_simplesubclasses.Test) PASS: test_16 (ctypes.test.test_sizes.SizesTestCase) PASS: test_32 (ctypes.test.test_sizes.SizesTestCase) PASS: test_64 (ctypes.test.test_sizes.SizesTestCase) PASS: test_8 (ctypes.test.test_sizes.SizesTestCase) PASS: test_size_t (ctypes.test.test_sizes.SizesTestCase) PASS: test_ssize_t (ctypes.test.test_sizes.SizesTestCase) PASS: test_char_array (ctypes.test.test_slicing.SlicesTestCase) PASS: test_char_ptr (ctypes.test.test_slicing.SlicesTestCase) PASS: test_char_ptr_with_free (ctypes.test.test_slicing.SlicesTestCase) PASS: test_getslice_cint (ctypes.test.test_slicing.SlicesTestCase) PASS: test_setslice_cint (ctypes.test.test_slicing.SlicesTestCase) PASS: test_wchar_ptr (ctypes.test.test_slicing.SlicesTestCase) PASS: test__POINTER_c_char (ctypes.test.test_stringptr.StringPtrTestCase) PASS: test__c_char_p (ctypes.test.test_stringptr.StringPtrTestCase) PASS: test_functions (ctypes.test.test_stringptr.StringPtrTestCase) PASS: test (ctypes.test.test_strings.StringArrayTestCase) PASS: test_c_buffer_raw (ctypes.test.test_strings.StringArrayTestCase) PASS: test_c_buffer_value (ctypes.test.test_strings.StringArrayTestCase) PASS: test_del_segfault (ctypes.test.test_strings.StringArrayTestCase) PASS: test_param_1 (ctypes.test.test_strings.StringArrayTestCase) PASS: test_param_2 (ctypes.test.test_strings.StringArrayTestCase) SKIP: test_basic_strings (ctypes.test.test_strings.StringTestCase) 'test disabled' SKIP: test_initialized_strings (ctypes.test.test_strings.StringTestCase) 'test disabled' SKIP: test_perf (ctypes.test.test_strings.StringTestCase) 'test disabled' SKIP: test_sized_strings (ctypes.test.test_strings.StringTestCase) 'test disabled' SKIP: test_toolong (ctypes.test.test_strings.StringTestCase) 'test disabled' PASS: test (ctypes.test.test_strings.WStringArrayTestCase) PASS: test_nonbmp (ctypes.test.test_strings.WStringArrayTestCase) SKIP: test_basic_wstrings (ctypes.test.test_strings.WStringTestCase) 'test disabled' SKIP: test_toolong (ctypes.test.test_strings.WStringTestCase) 'test disabled' PASS: test_wchar (ctypes.test.test_strings.WStringTestCase) PASS: test_1_A (ctypes.test.test_struct_fields.StructFieldsTestCase) PASS: test_1_B (ctypes.test.test_struct_fields.StructFieldsTestCase) PASS: test_2 (ctypes.test.test_struct_fields.StructFieldsTestCase) PASS: test_3 (ctypes.test.test_struct_fields.StructFieldsTestCase) PASS: test_4 (ctypes.test.test_struct_fields.StructFieldsTestCase) PASS: test_5 (ctypes.test.test_struct_fields.StructFieldsTestCase) PASS: test___get__ (ctypes.test.test_struct_fields.StructFieldsTestCase) PASS: test___set__ (ctypes.test.test_struct_fields.StructFieldsTestCase) PASS: test (ctypes.test.test_structures.PointerMemberTestCase) PASS: test_none_to_pointer_fields (ctypes.test.test_structures.PointerMemberTestCase) PASS: test_38368 (ctypes.test.test_structures.StructureTestCase) PASS: test_abstract_class (ctypes.test.test_structures.StructureTestCase) PASS: test_array_in_struct (ctypes.test.test_structures.StructureTestCase) SKIP: test_bitfield_by_value (ctypes.test.test_structures.StructureTestCase) 'Test disabled for now - see bpo-16575/bpo-16576' PASS: test_conflicting_initializers (ctypes.test.test_structures.StructureTestCase) PASS: test_empty (ctypes.test.test_structures.StructureTestCase) PASS: test_fields (ctypes.test.test_structures.StructureTestCase) PASS: test_huge_field_name (ctypes.test.test_structures.StructureTestCase) PASS: test_init_errors (ctypes.test.test_structures.StructureTestCase) PASS: test_initializers (ctypes.test.test_structures.StructureTestCase) PASS: test_intarray_fields (ctypes.test.test_structures.StructureTestCase) PASS: test_invalid_field_types (ctypes.test.test_structures.StructureTestCase) PASS: test_invalid_name (ctypes.test.test_structures.StructureTestCase) PASS: test_keyword_initializers (ctypes.test.test_structures.StructureTestCase) PASS: test_methods (ctypes.test.test_structures.StructureTestCase) PASS: test_nested_initializers (ctypes.test.test_structures.StructureTestCase) PASS: test_packed (ctypes.test.test_structures.StructureTestCase) PASS: test_packed_c_limits (ctypes.test.test_structures.StructureTestCase) PASS: test_pass_by_value (ctypes.test.test_structures.StructureTestCase) PASS: test_pass_by_value_finalizer (ctypes.test.test_structures.StructureTestCase) PASS: test_pass_by_value_in_register (ctypes.test.test_structures.StructureTestCase) PASS: test_positional_args (ctypes.test.test_structures.StructureTestCase) PASS: test_simple_structs (ctypes.test.test_structures.StructureTestCase) PASS: test_struct_alignment (ctypes.test.test_structures.StructureTestCase) PASS: test_structures_with_wchar (ctypes.test.test_structures.StructureTestCase) SKIP: test_subclass_creation (ctypes.test.test_structures.StructureTestCase) 'test disabled' SKIP: test_union_by_value (ctypes.test.test_structures.StructureTestCase) 'Test disabled for now - see bpo-16575/bpo-16576' PASS: test_unions (ctypes.test.test_structures.StructureTestCase) PASS: test_subclass (ctypes.test.test_structures.SubclassesTest) PASS: test_subclass_delayed (ctypes.test.test_structures.SubclassesTest) PASS: test_contains_itself (ctypes.test.test_structures.TestRecursiveStructure) PASS: test_vice_versa (ctypes.test.test_structures.TestRecursiveStructure) PASS: test_native (ctypes.test.test_unaligned_structures.TestStructures) PASS: test_swapped (ctypes.test.test_unaligned_structures.TestStructures) PASS: test_buffers (ctypes.test.test_unicode.StringTestCase) PASS: test_embedded_null (ctypes.test.test_unicode.StringTestCase) PASS: test_func (ctypes.test.test_unicode.StringTestCase) PASS: test_wcslen (ctypes.test.test_unicode.StringTestCase) PASS: test_buffers (ctypes.test.test_unicode.UnicodeTestCase) PASS: test_embedded_null (ctypes.test.test_unicode.UnicodeTestCase) PASS: test_wcslen (ctypes.test.test_unicode.UnicodeTestCase) PASS: test_frozentable (ctypes.test.test_values.PythonValuesTestCase) PASS: test_optimizeflag (ctypes.test.test_values.PythonValuesTestCase) PASS: test_undefined (ctypes.test.test_values.PythonValuesTestCase) PASS: test_an_integer (ctypes.test.test_values.ValuesTestCase) PASS: test_undefined (ctypes.test.test_values.ValuesTestCase) PASS: test_array_invalid_length (ctypes.test.test_varsize_struct.VarSizeTest) PASS: test_resize (ctypes.test.test_varsize_struct.VarSizeTest) PASS: test_zerosized_array (ctypes.test.test_varsize_struct.VarSizeTest) SKIP: test_SEH (ctypes.test.test_win32.FunctionCallTestCase) 'Windows-specific test' SKIP: test_noargs (ctypes.test.test_win32.FunctionCallTestCase) 'Windows-specific test' SKIP: test_sizes (ctypes.test.test_win32.ReturnStructSizesTestCase) 'Windows-specific test' PASS: test_struct_by_value (ctypes.test.test_win32.Structures) SKIP: test_winerror (ctypes.test.test_win32.TestWinError) 'Windows-specific test' SKIP: test_COMError (ctypes.test.test_win32.TestWintypes) 'Windows-specific test' SKIP: test_HWND (ctypes.test.test_win32.TestWintypes) 'Windows-specific test' SKIP: test_PARAM (ctypes.test.test_win32.TestWintypes) 'Windows-specific test' PASS: test_variant_bool (ctypes.test.test_wintypes.WinTypesTest) ---------------------------------------------------------------------- Ran 495 tests in 0.771s OK (skipped=90) 0:04:51 load avg: 0.20 [ 96/427] test_curses test_curses skipped -- Use of the 'curses' resource not enabled 0:04:51 load avg: 0.20 [ 97/427] test_dataclasses -- test_curses skipped (resource denied) PASS: test_abc_implementation (test.test_dataclasses.TestAbstract) PASS: test_maintain_abc (test.test_dataclasses.TestAbstract) PASS: test_0_field_compare (test.test_dataclasses.TestCase) PASS: test_1_field_compare (test.test_dataclasses.TestCase) PASS: test_alternate_classmethod_constructor (test.test_dataclasses.TestCase) PASS: test_class_attrs (test.test_dataclasses.TestCase) PASS: test_class_marker (test.test_dataclasses.TestCase) PASS: test_class_var (test.test_dataclasses.TestCase) PASS: test_class_var_default_factory (test.test_dataclasses.TestCase) PASS: test_class_var_frozen (test.test_dataclasses.TestCase) PASS: test_class_var_no_default (test.test_dataclasses.TestCase) PASS: test_class_var_with_default (test.test_dataclasses.TestCase) PASS: test_classvar_default_factory (test.test_dataclasses.TestCase) PASS: test_compare_subclasses (test.test_dataclasses.TestCase) PASS: test_dataclasses_pickleable (test.test_dataclasses.TestCase) PASS: test_dataclasses_qualnames (test.test_dataclasses.TestCase) PASS: test_default_factory (test.test_dataclasses.TestCase) PASS: test_default_factory_derived (test.test_dataclasses.TestCase) PASS: test_default_factory_not_called_if_value_given (test.test_dataclasses.TestCase) PASS: test_default_factory_with_no_init (test.test_dataclasses.TestCase) PASS: test_deliberately_mutable_defaults (test.test_dataclasses.TestCase) PASS: test_disallowed_mutable_defaults (test.test_dataclasses.TestCase) PASS: test_dont_include_other_annotations (test.test_dataclasses.TestCase) PASS: test_dynamic_class_creation (test.test_dataclasses.TestCase) PASS: test_dynamic_class_creation_using_field (test.test_dataclasses.TestCase) PASS: test_eq_order (test.test_dataclasses.TestCase) PASS: test_field_default (test.test_dataclasses.TestCase) PASS: test_field_default_default_factory_error (test.test_dataclasses.TestCase) PASS: test_field_metadata_custom_mapping (test.test_dataclasses.TestCase) PASS: test_field_metadata_default (test.test_dataclasses.TestCase) PASS: test_field_metadata_mapping (test.test_dataclasses.TestCase) PASS: test_field_named_like_builtin (test.test_dataclasses.TestCase) PASS: test_field_named_like_builtin_frozen (test.test_dataclasses.TestCase) PASS: test_field_named_object (test.test_dataclasses.TestCase) PASS: test_field_named_object_frozen (test.test_dataclasses.TestCase) PASS: test_field_named_self (test.test_dataclasses.TestCase) PASS: test_field_no_default (test.test_dataclasses.TestCase) PASS: test_field_order (test.test_dataclasses.TestCase) PASS: test_field_repr (test.test_dataclasses.TestCase) PASS: test_function_annotations (test.test_dataclasses.TestCase) PASS: test_generic_dataclasses (test.test_dataclasses.TestCase) PASS: test_generic_dynamic (test.test_dataclasses.TestCase) PASS: test_generic_extending (test.test_dataclasses.TestCase) PASS: test_hash_field_rules (test.test_dataclasses.TestCase) PASS: test_helper_asdict (test.test_dataclasses.TestCase) PASS: test_helper_asdict_builtin_containers (test.test_dataclasses.TestCase) PASS: test_helper_asdict_builtin_object_containers (test.test_dataclasses.TestCase) PASS: test_helper_asdict_copy_values (test.test_dataclasses.TestCase) PASS: test_helper_asdict_factory (test.test_dataclasses.TestCase) PASS: test_helper_asdict_namedtuple (test.test_dataclasses.TestCase) PASS: test_helper_asdict_namedtuple_derived (test.test_dataclasses.TestCase) PASS: test_helper_asdict_namedtuple_key (test.test_dataclasses.TestCase) PASS: test_helper_asdict_nested (test.test_dataclasses.TestCase) PASS: test_helper_asdict_raises_on_classes (test.test_dataclasses.TestCase) PASS: test_helper_astuple (test.test_dataclasses.TestCase) PASS: test_helper_astuple_builtin_containers (test.test_dataclasses.TestCase) PASS: test_helper_astuple_builtin_object_containers (test.test_dataclasses.TestCase) PASS: test_helper_astuple_copy_values (test.test_dataclasses.TestCase) PASS: test_helper_astuple_factory (test.test_dataclasses.TestCase) PASS: test_helper_astuple_namedtuple (test.test_dataclasses.TestCase) PASS: test_helper_astuple_nested (test.test_dataclasses.TestCase) PASS: test_helper_astuple_raises_on_classes (test.test_dataclasses.TestCase) PASS: test_helper_fields_exception (test.test_dataclasses.TestCase) PASS: test_helper_fields_with_class_instance (test.test_dataclasses.TestCase) PASS: test_init_false_no_default (test.test_dataclasses.TestCase) PASS: test_init_in_order (test.test_dataclasses.TestCase) PASS: test_init_var (test.test_dataclasses.TestCase) PASS: test_init_var_default_factory (test.test_dataclasses.TestCase) PASS: test_init_var_inheritance (test.test_dataclasses.TestCase) PASS: test_init_var_no_default (test.test_dataclasses.TestCase) PASS: test_init_var_preserve_type (test.test_dataclasses.TestCase) PASS: test_init_var_with_default (test.test_dataclasses.TestCase) PASS: test_intermediate_non_dataclass (test.test_dataclasses.TestCase) PASS: test_is_dataclass (test.test_dataclasses.TestCase) PASS: test_is_dataclass_genericalias (test.test_dataclasses.TestCase) PASS: test_is_dataclass_when_getattr_always_returns (test.test_dataclasses.TestCase) PASS: test_items_in_dicts (test.test_dataclasses.TestCase) PASS: test_missing_default (test.test_dataclasses.TestCase) PASS: test_missing_default_factory (test.test_dataclasses.TestCase) PASS: test_missing_repr (test.test_dataclasses.TestCase) PASS: test_named_init_params (test.test_dataclasses.TestCase) PASS: test_no_fields (test.test_dataclasses.TestCase) PASS: test_no_fields_but_member_variable (test.test_dataclasses.TestCase) PASS: test_no_options (test.test_dataclasses.TestCase) PASS: test_not_in_compare (test.test_dataclasses.TestCase) PASS: test_not_in_repr (test.test_dataclasses.TestCase) PASS: test_not_other_dataclass (test.test_dataclasses.TestCase) PASS: test_not_tuple (test.test_dataclasses.TestCase) PASS: test_one_field_no_default (test.test_dataclasses.TestCase) PASS: test_overwrite_fields_in_derived_class (test.test_dataclasses.TestCase) PASS: test_overwrite_hash (test.test_dataclasses.TestCase) PASS: test_post_init (test.test_dataclasses.TestCase) PASS: test_post_init_classmethod (test.test_dataclasses.TestCase) PASS: test_post_init_staticmethod (test.test_dataclasses.TestCase) PASS: test_post_init_super (test.test_dataclasses.TestCase) PASS: test_simple_compare (test.test_dataclasses.TestCase) PASS: test_two_fields_one_default (test.test_dataclasses.TestCase) PASS: test_default_value (test.test_dataclasses.TestDescriptors) PASS: test_getting_field_calls_get (test.test_dataclasses.TestDescriptors) PASS: test_init_calls_set (test.test_dataclasses.TestDescriptors) PASS: test_lookup_on_class (test.test_dataclasses.TestDescriptors) PASS: test_lookup_on_instance (test.test_dataclasses.TestDescriptors) PASS: test_no_default_value (test.test_dataclasses.TestDescriptors) PASS: test_non_descriptor (test.test_dataclasses.TestDescriptors) PASS: test_set_name (test.test_dataclasses.TestDescriptors) PASS: test_setting_field_calls_set (test.test_dataclasses.TestDescriptors) PASS: test_setting_uninitialized_descriptor_field (test.test_dataclasses.TestDescriptors) PASS: test_docstring_deque_field (test.test_dataclasses.TestDocString) PASS: test_docstring_deque_field_with_default_factory (test.test_dataclasses.TestDocString) PASS: test_docstring_list_field (test.test_dataclasses.TestDocString) PASS: test_docstring_list_field_with_default_factory (test.test_dataclasses.TestDocString) PASS: test_docstring_no_fields (test.test_dataclasses.TestDocString) PASS: test_docstring_one_field (test.test_dataclasses.TestDocString) PASS: test_docstring_one_field_with_default (test.test_dataclasses.TestDocString) PASS: test_docstring_one_field_with_default_none (test.test_dataclasses.TestDocString) PASS: test_docstring_three_fields (test.test_dataclasses.TestDocString) PASS: test_docstring_two_fields (test.test_dataclasses.TestDocString) PASS: test_existing_docstring_not_overridden (test.test_dataclasses.TestDocString) PASS: test_no_eq (test.test_dataclasses.TestEq) PASS: test_overwriting_eq (test.test_dataclasses.TestEq) PASS: test_field_without_annotation (test.test_dataclasses.TestFieldNoAnnotation) PASS: test_field_without_annotation_but_annotation_in_base (test.test_dataclasses.TestFieldNoAnnotation) PASS: test_field_without_annotation_but_annotation_in_base_not_dataclass (test.test_dataclasses.TestFieldNoAnnotation) PASS: test_frozen (test.test_dataclasses.TestFrozen) PASS: test_frozen_hash (test.test_dataclasses.TestFrozen) PASS: test_inherit (test.test_dataclasses.TestFrozen) PASS: test_inherit_from_normal_class (test.test_dataclasses.TestFrozen) PASS: test_inherit_frozen_from_nonfrozen (test.test_dataclasses.TestFrozen) PASS: test_inherit_nonfrozen_from_empty (test.test_dataclasses.TestFrozen) PASS: test_inherit_nonfrozen_from_empty_frozen (test.test_dataclasses.TestFrozen) PASS: test_inherit_nonfrozen_from_frozen (test.test_dataclasses.TestFrozen) PASS: test_non_frozen_normal_derived (test.test_dataclasses.TestFrozen) PASS: test_overwriting_frozen (test.test_dataclasses.TestFrozen) PASS: test_0_field_hash (test.test_dataclasses.TestHash) PASS: test_1_field_hash (test.test_dataclasses.TestHash) PASS: test_eq_only (test.test_dataclasses.TestHash) PASS: test_hash_no_args (test.test_dataclasses.TestHash) PASS: test_hash_rules (test.test_dataclasses.TestHash) PASS: test_unsafe_hash (test.test_dataclasses.TestHash) PASS: test_base_has_init (test.test_dataclasses.TestInit) PASS: test_inherit_from_protocol (test.test_dataclasses.TestInit) PASS: test_no_init (test.test_dataclasses.TestInit) PASS: test_overwriting_init (test.test_dataclasses.TestInit) PASS: test_KW_ONLY (test.test_dataclasses.TestKeywordArgs) PASS: test_KW_ONLY_as_string (test.test_dataclasses.TestKeywordArgs) PASS: test_KW_ONLY_twice (test.test_dataclasses.TestKeywordArgs) PASS: test_defaults (test.test_dataclasses.TestKeywordArgs) PASS: test_field_marked_as_kwonly (test.test_dataclasses.TestKeywordArgs) PASS: test_make_dataclass (test.test_dataclasses.TestKeywordArgs) PASS: test_match_args (test.test_dataclasses.TestKeywordArgs) PASS: test_no_classvar_kwarg (test.test_dataclasses.TestKeywordArgs) PASS: test_post_init (test.test_dataclasses.TestKeywordArgs) PASS: test_base (test.test_dataclasses.TestMakeDataclass) PASS: test_base_dataclass (test.test_dataclasses.TestMakeDataclass) PASS: test_class_var (test.test_dataclasses.TestMakeDataclass) PASS: test_duplicate_field_names (test.test_dataclasses.TestMakeDataclass) PASS: test_funny_class_names_names (test.test_dataclasses.TestMakeDataclass) PASS: test_init_var (test.test_dataclasses.TestMakeDataclass) PASS: test_invalid_type_specification (test.test_dataclasses.TestMakeDataclass) PASS: test_keyword_field_names (test.test_dataclasses.TestMakeDataclass) PASS: test_no_mutate_namespace (test.test_dataclasses.TestMakeDataclass) PASS: test_no_types (test.test_dataclasses.TestMakeDataclass) PASS: test_non_identifier_field_names (test.test_dataclasses.TestMakeDataclass) PASS: test_other_params (test.test_dataclasses.TestMakeDataclass) PASS: test_simple (test.test_dataclasses.TestMakeDataclass) PASS: test_underscore_field_names (test.test_dataclasses.TestMakeDataclass) PASS: test_bpo_43764 (test.test_dataclasses.TestMatchArgs) PASS: test_explicit_match_args (test.test_dataclasses.TestMatchArgs) PASS: test_make_dataclasses (test.test_dataclasses.TestMatchArgs) PASS: test_match_args (test.test_dataclasses.TestMatchArgs) PASS: test_match_args_argument (test.test_dataclasses.TestMatchArgs) PASS: test_functools_total_ordering (test.test_dataclasses.TestOrdering) PASS: test_no_order (test.test_dataclasses.TestOrdering) PASS: test_overwriting_order (test.test_dataclasses.TestOrdering) PASS: test (test.test_dataclasses.TestReplace) PASS: test_classvar (test.test_dataclasses.TestReplace) PASS: test_frozen (test.test_dataclasses.TestReplace) PASS: test_initvar_is_specified (test.test_dataclasses.TestReplace) PASS: test_initvar_with_default_value (test.test_dataclasses.TestReplace) PASS: test_invalid_field_name (test.test_dataclasses.TestReplace) PASS: test_invalid_object (test.test_dataclasses.TestReplace) PASS: test_no_init (test.test_dataclasses.TestReplace) PASS: test_recursive_repr (test.test_dataclasses.TestReplace) PASS: test_recursive_repr_indirection (test.test_dataclasses.TestReplace) PASS: test_recursive_repr_indirection_two (test.test_dataclasses.TestReplace) PASS: test_recursive_repr_misc_attrs (test.test_dataclasses.TestReplace) PASS: test_recursive_repr_two_attrs (test.test_dataclasses.TestReplace) PASS: test_no_repr (test.test_dataclasses.TestRepr) PASS: test_overwriting_repr (test.test_dataclasses.TestRepr) PASS: test_repr (test.test_dataclasses.TestRepr) PASS: test_add_slots_when_slots_exists (test.test_dataclasses.TestSlots) PASS: test_derived_added_field (test.test_dataclasses.TestSlots) PASS: test_frozen_pickle (test.test_dataclasses.TestSlots) PASS: test_generated_slots (test.test_dataclasses.TestSlots) PASS: test_generated_slots_value (test.test_dataclasses.TestSlots) PASS: test_returns_new_class (test.test_dataclasses.TestSlots) PASS: test_simple (test.test_dataclasses.TestSlots) PASS: test_slots_with_default_factory_no_init (test.test_dataclasses.TestSlots) PASS: test_slots_with_default_no_init (test.test_dataclasses.TestSlots) PASS: test_classvar (test.test_dataclasses.TestStringAnnotations) PASS: test_classvar_module_level_import (test.test_dataclasses.TestStringAnnotations) PASS: test_initvar (test.test_dataclasses.TestStringAnnotations) PASS: test_isnt_classvar (test.test_dataclasses.TestStringAnnotations) PASS: test_isnt_initvar (test.test_dataclasses.TestStringAnnotations) PASS: test_text_annotations (test.test_dataclasses.TestStringAnnotations) ---------------------------------------------------------------------- Ran 205 tests in 0.273s OK 0:04:52 load avg: 0.26 [ 98/427] test_datetime SKIP: test_PyDateTime_DATE_GET (test.datetimetester.CapiTest_Pure) 'Not relevant in pure Python' SKIP: test_PyDateTime_DELTA_GET (test.datetimetester.CapiTest_Pure) 'Not relevant in pure Python' SKIP: test_PyDateTime_GET (test.datetimetester.CapiTest_Pure) 'Not relevant in pure Python' SKIP: test_PyDateTime_TIME_GET (test.datetimetester.CapiTest_Pure) 'Not relevant in pure Python' SKIP: test_check_date (test.datetimetester.CapiTest_Pure) 'Not relevant in pure Python' SKIP: test_check_datetime (test.datetimetester.CapiTest_Pure) 'Not relevant in pure Python' SKIP: test_check_delta (test.datetimetester.CapiTest_Pure) 'Not relevant in pure Python' SKIP: test_check_time (test.datetimetester.CapiTest_Pure) 'Not relevant in pure Python' SKIP: test_check_tzinfo (test.datetimetester.CapiTest_Pure) 'Not relevant in pure Python' SKIP: test_date_from_date (test.datetimetester.CapiTest_Pure) 'Not relevant in pure Python' SKIP: test_date_from_timestamp (test.datetimetester.CapiTest_Pure) 'Not relevant in pure Python' SKIP: test_datetime_from_dateandtime (test.datetimetester.CapiTest_Pure) 'Not relevant in pure Python' SKIP: test_datetime_from_dateandtimeandfold (test.datetimetester.CapiTest_Pure) 'Not relevant in pure Python' SKIP: test_datetime_from_timestamp (test.datetimetester.CapiTest_Pure) 'Not relevant in pure Python' SKIP: test_delta_from_dsu (test.datetimetester.CapiTest_Pure) 'Not relevant in pure Python' SKIP: test_time_from_time (test.datetimetester.CapiTest_Pure) 'Not relevant in pure Python' SKIP: test_time_from_timeandfold (test.datetimetester.CapiTest_Pure) 'Not relevant in pure Python' SKIP: test_timezones_capi (test.datetimetester.CapiTest_Pure) 'Not relevant in pure Python' SKIP: test_timezones_offset_zero (test.datetimetester.CapiTest_Pure) 'Not relevant in pure Python' SKIP: test_utc_capi (test.datetimetester.CapiTest_Pure) 'Not relevant in pure Python' PASS: test_folds (test.datetimetester.IranTest_Pure) PASS: test_gaps (test.datetimetester.IranTest_Pure) PASS: test_system_transitions (test.datetimetester.IranTest_Pure) PASS: test_bug_1028306 (test.datetimetester.Oddballs_Pure) PASS: test_check_arg_types (test.datetimetester.Oddballs_Pure) PASS: test_extra_attributes (test.datetimetester.Oddballs_Pure) PASS: test_backdoor_resistance (test.datetimetester.TestDate_Pure) PASS: test_bad_constructor_arguments (test.datetimetester.TestDate_Pure) PASS: test_basic_attributes (test.datetimetester.TestDate_Pure) PASS: test_bool (test.datetimetester.TestDate_Pure) PASS: test_compare (test.datetimetester.TestDate_Pure) PASS: test_compat_unpickle (test.datetimetester.TestDate_Pure) PASS: test_computations (test.datetimetester.TestDate_Pure) PASS: test_ctime (test.datetimetester.TestDate_Pure) PASS: test_extreme_ordinals (test.datetimetester.TestDate_Pure) PASS: test_extreme_timedelta (test.datetimetester.TestDate_Pure) PASS: test_format (test.datetimetester.TestDate_Pure) PASS: test_fromisocalendar (test.datetimetester.TestDate_Pure) PASS: test_fromisocalendar_type_errors (test.datetimetester.TestDate_Pure) PASS: test_fromisocalendar_value_errors (test.datetimetester.TestDate_Pure) PASS: test_fromisoformat (test.datetimetester.TestDate_Pure) PASS: test_fromisoformat_fails (test.datetimetester.TestDate_Pure) PASS: test_fromisoformat_fails_typeerror (test.datetimetester.TestDate_Pure) PASS: test_fromisoformat_subclass (test.datetimetester.TestDate_Pure) PASS: test_fromtimestamp (test.datetimetester.TestDate_Pure) PASS: test_harmful_mixed_comparison (test.datetimetester.TestDate_Pure) PASS: test_harmless_mixed_comparison (test.datetimetester.TestDate_Pure) PASS: test_hash_equality (test.datetimetester.TestDate_Pure) PASS: test_insane_fromtimestamp (test.datetimetester.TestDate_Pure) PASS: test_iso_long_years (test.datetimetester.TestDate_Pure) PASS: test_isocalendar (test.datetimetester.TestDate_Pure) test_isocalendar_pickling (test.datetimetester.TestDate_Pure) PASS: Test that the result of datetime.isocalendar() can be pickled. PASS: test_isoformat (test.datetimetester.TestDate_Pure) PASS: test_mixed_compare (test.datetimetester.TestDate_Pure) PASS: test_ordinal_conversions (test.datetimetester.TestDate_Pure) PASS: test_overflow (test.datetimetester.TestDate_Pure) PASS: test_pickling (test.datetimetester.TestDate_Pure) PASS: test_pickling_subclass_date (test.datetimetester.TestDate_Pure) PASS: test_replace (test.datetimetester.TestDate_Pure) PASS: test_resolution_info (test.datetimetester.TestDate_Pure) PASS: test_roundtrip (test.datetimetester.TestDate_Pure) PASS: test_strftime (test.datetimetester.TestDate_Pure) PASS: test_strftime_trailing_percent (test.datetimetester.TestDate_Pure) PASS: test_strftime_y2k (test.datetimetester.TestDate_Pure) PASS: test_subclass_alternate_constructors (test.datetimetester.TestDate_Pure) PASS: test_subclass_date (test.datetimetester.TestDate_Pure) PASS: test_subclass_replace (test.datetimetester.TestDate_Pure) PASS: test_timetuple (test.datetimetester.TestDate_Pure) PASS: test_today (test.datetimetester.TestDate_Pure) PASS: test_weekday (test.datetimetester.TestDate_Pure) PASS: test_delta_non_days_ignored (test.datetimetester.TestDateOnly_Pure) PASS: test_astimezone (test.datetimetester.TestDateTime_Pure) PASS: test_backdoor_resistance (test.datetimetester.TestDateTime_Pure) PASS: test_bad_constructor_arguments (test.datetimetester.TestDateTime_Pure) PASS: test_basic_attributes (test.datetimetester.TestDateTime_Pure) PASS: test_basic_attributes_nonzero (test.datetimetester.TestDateTime_Pure) PASS: test_bool (test.datetimetester.TestDateTime_Pure) PASS: test_combine (test.datetimetester.TestDateTime_Pure) PASS: test_compare (test.datetimetester.TestDateTime_Pure) PASS: test_compat_unpickle (test.datetimetester.TestDateTime_Pure) PASS: test_computations (test.datetimetester.TestDateTime_Pure) PASS: test_ctime (test.datetimetester.TestDateTime_Pure) PASS: test_extract (test.datetimetester.TestDateTime_Pure) PASS: test_extreme_ordinals (test.datetimetester.TestDateTime_Pure) PASS: test_extreme_timedelta (test.datetimetester.TestDateTime_Pure) PASS: test_format (test.datetimetester.TestDateTime_Pure) PASS: test_fromisocalendar (test.datetimetester.TestDateTime_Pure) PASS: test_fromisocalendar_type_errors (test.datetimetester.TestDateTime_Pure) PASS: test_fromisocalendar_value_errors (test.datetimetester.TestDateTime_Pure) PASS: test_fromisoformat (test.datetimetester.TestDateTime_Pure) PASS: test_fromisoformat_ambiguous (test.datetimetester.TestDateTime_Pure) PASS: test_fromisoformat_datetime (test.datetimetester.TestDateTime_Pure) PASS: test_fromisoformat_fails (test.datetimetester.TestDateTime_Pure) PASS: test_fromisoformat_fails_datetime (test.datetimetester.TestDateTime_Pure) PASS: test_fromisoformat_fails_surrogate (test.datetimetester.TestDateTime_Pure) PASS: test_fromisoformat_fails_typeerror (test.datetimetester.TestDateTime_Pure) PASS: test_fromisoformat_separators (test.datetimetester.TestDateTime_Pure) PASS: test_fromisoformat_subclass (test.datetimetester.TestDateTime_Pure) PASS: test_fromisoformat_timespecs (test.datetimetester.TestDateTime_Pure) PASS: test_fromisoformat_timezone (test.datetimetester.TestDateTime_Pure) PASS: test_fromisoformat_utc (test.datetimetester.TestDateTime_Pure) PASS: test_fromtimestamp (test.datetimetester.TestDateTime_Pure) PASS: test_fromtimestamp_limits (test.datetimetester.TestDateTime_Pure) PASS: test_harmful_mixed_comparison (test.datetimetester.TestDateTime_Pure) PASS: test_harmless_mixed_comparison (test.datetimetester.TestDateTime_Pure) PASS: test_hash_equality (test.datetimetester.TestDateTime_Pure) PASS: test_insane_fromtimestamp (test.datetimetester.TestDateTime_Pure) PASS: test_insane_utcfromtimestamp (test.datetimetester.TestDateTime_Pure) PASS: test_iso_long_years (test.datetimetester.TestDateTime_Pure) PASS: test_isocalendar (test.datetimetester.TestDateTime_Pure) test_isocalendar_pickling (test.datetimetester.TestDateTime_Pure) PASS: Test that the result of datetime.isocalendar() can be pickled. PASS: test_isoformat (test.datetimetester.TestDateTime_Pure) PASS: test_isoformat_timezone (test.datetimetester.TestDateTime_Pure) PASS: test_microsecond_rounding (test.datetimetester.TestDateTime_Pure) PASS: test_mixed_compare (test.datetimetester.TestDateTime_Pure) PASS: test_more_compare (test.datetimetester.TestDateTime_Pure) PASS: test_more_ctime (test.datetimetester.TestDateTime_Pure) PASS: test_more_pickling (test.datetimetester.TestDateTime_Pure) PASS: test_more_strftime (test.datetimetester.TestDateTime_Pure) PASS: test_more_timetuple (test.datetimetester.TestDateTime_Pure) PASS: test_negative_float_fromtimestamp (test.datetimetester.TestDateTime_Pure) PASS: test_negative_float_utcfromtimestamp (test.datetimetester.TestDateTime_Pure) PASS: test_ordinal_conversions (test.datetimetester.TestDateTime_Pure) PASS: test_overflow (test.datetimetester.TestDateTime_Pure) PASS: test_pickling (test.datetimetester.TestDateTime_Pure) PASS: test_pickling_subclass_date (test.datetimetester.TestDateTime_Pure) PASS: test_pickling_subclass_datetime (test.datetimetester.TestDateTime_Pure) PASS: test_replace (test.datetimetester.TestDateTime_Pure) PASS: test_resolution_info (test.datetimetester.TestDateTime_Pure) PASS: test_roundtrip (test.datetimetester.TestDateTime_Pure) PASS: test_strftime (test.datetimetester.TestDateTime_Pure) PASS: test_strftime_trailing_percent (test.datetimetester.TestDateTime_Pure) PASS: test_strftime_with_bad_tzname_replace (test.datetimetester.TestDateTime_Pure) PASS: test_strftime_y2k (test.datetimetester.TestDateTime_Pure) PASS: test_strptime (test.datetimetester.TestDateTime_Pure) PASS: test_strptime_single_digit (test.datetimetester.TestDateTime_Pure) PASS: test_subclass_alternate_constructors (test.datetimetester.TestDateTime_Pure) PASS: test_subclass_alternate_constructors_datetime (test.datetimetester.TestDateTime_Pure) PASS: test_subclass_date (test.datetimetester.TestDateTime_Pure) PASS: test_subclass_datetime (test.datetimetester.TestDateTime_Pure) PASS: test_subclass_now (test.datetimetester.TestDateTime_Pure) PASS: test_subclass_replace (test.datetimetester.TestDateTime_Pure) PASS: test_timestamp_aware (test.datetimetester.TestDateTime_Pure) PASS: test_timestamp_limits (test.datetimetester.TestDateTime_Pure) PASS: test_timestamp_naive (test.datetimetester.TestDateTime_Pure) PASS: test_timetuple (test.datetimetester.TestDateTime_Pure) PASS: test_today (test.datetimetester.TestDateTime_Pure) PASS: test_tz_independent_comparing (test.datetimetester.TestDateTime_Pure) PASS: test_utcfromtimestamp (test.datetimetester.TestDateTime_Pure) PASS: test_utcfromtimestamp_limits (test.datetimetester.TestDateTime_Pure) PASS: test_utcnow (test.datetimetester.TestDateTime_Pure) PASS: test_weekday (test.datetimetester.TestDateTime_Pure) PASS: test_argument_passing (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_astimezone (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_astimezone_default_eastern (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_astimezone_default_near_fold (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_astimezone_default_utc (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_aware_compare (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_aware_subtract (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_backdoor_resistance (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_bad_constructor_arguments (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_bad_tzinfo_classes (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_basic_attributes (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_basic_attributes_nonzero (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_bool (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_combine (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_compare (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_compat_unpickle (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_computations (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_ctime (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_even_more_compare (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_extract (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_extreme_hashes (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_extreme_ordinals (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_extreme_timedelta (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_format (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_fromisocalendar (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_fromisocalendar_type_errors (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_fromisocalendar_value_errors (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_fromisoformat (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_fromisoformat_ambiguous (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_fromisoformat_datetime (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_fromisoformat_fails (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_fromisoformat_fails_datetime (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_fromisoformat_fails_surrogate (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_fromisoformat_fails_typeerror (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_fromisoformat_separators (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_fromisoformat_subclass (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_fromisoformat_timespecs (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_fromisoformat_timezone (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_fromisoformat_utc (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_fromtimestamp (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_fromtimestamp_limits (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_harmful_mixed_comparison (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_harmless_mixed_comparison (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_hash_equality (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_insane_fromtimestamp (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_insane_utcfromtimestamp (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_iso_long_years (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_isocalendar (test.datetimetester.TestDateTimeTZ_Pure) test_isocalendar_pickling (test.datetimetester.TestDateTimeTZ_Pure) PASS: Test that the result of datetime.isocalendar() can be pickled. PASS: test_isoformat (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_isoformat_timezone (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_microsecond_rounding (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_mixed_compare (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_more_astimezone (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_more_compare (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_more_ctime (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_more_pickling (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_more_strftime (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_more_timetuple (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_negative_float_fromtimestamp (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_negative_float_utcfromtimestamp (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_ordinal_conversions (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_overflow (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_pickling (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_pickling_subclass_date (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_pickling_subclass_datetime (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_replace (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_resolution_info (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_roundtrip (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_strftime (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_strftime_trailing_percent (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_strftime_with_bad_tzname_replace (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_strftime_y2k (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_strptime (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_strptime_single_digit (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_subclass_alternate_constructors (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_subclass_alternate_constructors_datetime (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_subclass_date (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_subclass_datetime (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_subclass_datetimetz (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_subclass_now (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_subclass_replace (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_timestamp_aware (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_timestamp_limits (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_timestamp_naive (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_timetuple (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_today (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_trivial (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_tz_aware_arithmetic (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_tz_independent_comparing (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_tzinfo_classes (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_tzinfo_fromtimestamp (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_tzinfo_isoformat (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_tzinfo_now (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_tzinfo_timetuple (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_tzinfo_utcfromtimestamp (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_tzinfo_utcnow (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_utc_offset_out_of_bounds (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_utcfromtimestamp (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_utcfromtimestamp_limits (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_utcnow (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_utctimetuple (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_weekday (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_zones (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_astimezone (test.datetimetester.TestLocalTimeDisambiguation_Pure) PASS: test_comparison (test.datetimetester.TestLocalTimeDisambiguation_Pure) PASS: test_constructors (test.datetimetester.TestLocalTimeDisambiguation_Pure) PASS: test_dst (test.datetimetester.TestLocalTimeDisambiguation_Pure) PASS: test_fromtimestamp (test.datetimetester.TestLocalTimeDisambiguation_Pure) SKIP: test_fromtimestamp_lord_howe (test.datetimetester.TestLocalTimeDisambiguation_Pure) 'Australia/Lord_Howe timezone is not supported on this platform' PASS: test_fromtimestamp_low_fold_detection (test.datetimetester.TestLocalTimeDisambiguation_Pure) PASS: test_fromutc (test.datetimetester.TestLocalTimeDisambiguation_Pure) PASS: test_hash (test.datetimetester.TestLocalTimeDisambiguation_Pure) PASS: test_hash_aware (test.datetimetester.TestLocalTimeDisambiguation_Pure) PASS: test_member (test.datetimetester.TestLocalTimeDisambiguation_Pure) PASS: test_mixed_compare_fold (test.datetimetester.TestLocalTimeDisambiguation_Pure) PASS: test_mixed_compare_gap (test.datetimetester.TestLocalTimeDisambiguation_Pure) PASS: test_mixed_compare_regular (test.datetimetester.TestLocalTimeDisambiguation_Pure) PASS: test_pickle_fold (test.datetimetester.TestLocalTimeDisambiguation_Pure) PASS: test_replace (test.datetimetester.TestLocalTimeDisambiguation_Pure) PASS: test_repr (test.datetimetester.TestLocalTimeDisambiguation_Pure) PASS: test_timestamp (test.datetimetester.TestLocalTimeDisambiguation_Pure) SKIP: test_timestamp_lord_howe (test.datetimetester.TestLocalTimeDisambiguation_Pure) 'Australia/Lord_Howe timezone is not supported on this platform' PASS: test_utcoffset (test.datetimetester.TestLocalTimeDisambiguation_Pure) PASS: test_vilnius_1941_fromutc (test.datetimetester.TestLocalTimeDisambiguation_Pure) PASS: test_vilnius_1941_toutc (test.datetimetester.TestLocalTimeDisambiguation_Pure) test_all (test.datetimetester.TestModule_Pure) PASS: Test that __all__ only points to valid attributes. PASS: test_constants (test.datetimetester.TestModule_Pure) PASS: test_divide_and_round (test.datetimetester.TestModule_Pure) SKIP: test_name_cleanup (test.datetimetester.TestModule_Pure) 'Only run for Fast C implementation' PASS: test_astimezone (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_backdoor_resistance (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_bad_constructor_arguments (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_basic_attributes (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_basic_attributes_nonzero (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_bool (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_combine (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_compare (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_compat_unpickle (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_computations (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_ctime (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_extract (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_extreme_ordinals (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_extreme_timedelta (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_format (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_fromisocalendar (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_fromisocalendar_type_errors (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_fromisocalendar_value_errors (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_fromisoformat (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_fromisoformat_ambiguous (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_fromisoformat_datetime (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_fromisoformat_fails (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_fromisoformat_fails_datetime (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_fromisoformat_fails_surrogate (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_fromisoformat_fails_typeerror (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_fromisoformat_separators (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_fromisoformat_subclass (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_fromisoformat_timespecs (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_fromisoformat_timezone (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_fromisoformat_utc (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_fromtimestamp (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_fromtimestamp_limits (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_harmful_mixed_comparison (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_harmless_mixed_comparison (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_hash_equality (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_insane_fromtimestamp (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_insane_utcfromtimestamp (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_iso_long_years (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_isocalendar (test.datetimetester.TestSubclassDateTime_Pure) test_isocalendar_pickling (test.datetimetester.TestSubclassDateTime_Pure) PASS: Test that the result of datetime.isocalendar() can be pickled. PASS: test_isoformat (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_isoformat_timezone (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_microsecond_rounding (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_mixed_compare (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_more_compare (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_more_ctime (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_more_pickling (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_more_strftime (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_more_timetuple (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_negative_float_fromtimestamp (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_negative_float_utcfromtimestamp (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_ordinal_conversions (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_overflow (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_pickling (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_pickling_subclass_date (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_pickling_subclass_datetime (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_replace (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_resolution_info (test.datetimetester.TestSubclassDateTime_Pure) SKIP: test_roundtrip (test.datetimetester.TestSubclassDateTime_Pure) 'not appropriate for subclasses' PASS: test_strftime (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_strftime_trailing_percent (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_strftime_with_bad_tzname_replace (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_strftime_y2k (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_strptime (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_strptime_single_digit (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_subclass_alternate_constructors (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_subclass_alternate_constructors_datetime (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_subclass_date (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_subclass_datetime (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_subclass_now (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_subclass_replace (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_timestamp_aware (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_timestamp_limits (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_timestamp_naive (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_timetuple (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_today (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_tz_independent_comparing (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_utcfromtimestamp (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_utcfromtimestamp_limits (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_utcnow (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_weekday (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_issue23600 (test.datetimetester.TestTZInfo_Pure) PASS: test_non_abstractness (test.datetimetester.TestTZInfo_Pure) PASS: test_normal (test.datetimetester.TestTZInfo_Pure) PASS: test_pickling_base (test.datetimetester.TestTZInfo_Pure) PASS: test_pickling_subclass (test.datetimetester.TestTZInfo_Pure) PASS: test_refcnt_crash_bug_22044 (test.datetimetester.TestTZInfo_Pure) PASS: test_subclass_must_override (test.datetimetester.TestTZInfo_Pure) PASS: test_1653736 (test.datetimetester.TestTime_Pure) PASS: test_backdoor_resistance (test.datetimetester.TestTime_Pure) PASS: test_bad_constructor_arguments (test.datetimetester.TestTime_Pure) PASS: test_basic_attributes (test.datetimetester.TestTime_Pure) PASS: test_basic_attributes_nonzero (test.datetimetester.TestTime_Pure) PASS: test_bool (test.datetimetester.TestTime_Pure) PASS: test_comparing (test.datetimetester.TestTime_Pure) PASS: test_compat_unpickle (test.datetimetester.TestTime_Pure) PASS: test_format (test.datetimetester.TestTime_Pure) PASS: test_harmful_mixed_comparison (test.datetimetester.TestTime_Pure) PASS: test_harmless_mixed_comparison (test.datetimetester.TestTime_Pure) PASS: test_hash_equality (test.datetimetester.TestTime_Pure) PASS: test_isoformat (test.datetimetester.TestTime_Pure) PASS: test_isoformat_timezone (test.datetimetester.TestTime_Pure) PASS: test_pickling (test.datetimetester.TestTime_Pure) PASS: test_pickling_subclass_time (test.datetimetester.TestTime_Pure) PASS: test_replace (test.datetimetester.TestTime_Pure) PASS: test_repr (test.datetimetester.TestTime_Pure) PASS: test_resolution_info (test.datetimetester.TestTime_Pure) PASS: test_roundtrip (test.datetimetester.TestTime_Pure) PASS: test_str (test.datetimetester.TestTime_Pure) PASS: test_strftime (test.datetimetester.TestTime_Pure) PASS: test_subclass_replace (test.datetimetester.TestTime_Pure) PASS: test_subclass_time (test.datetimetester.TestTime_Pure) PASS: test_basic_attributes (test.datetimetester.TestTimeDelta_Pure) PASS: test_bool (test.datetimetester.TestTimeDelta_Pure) PASS: test_carries (test.datetimetester.TestTimeDelta_Pure) PASS: test_compare (test.datetimetester.TestTimeDelta_Pure) PASS: test_computations (test.datetimetester.TestTimeDelta_Pure) PASS: test_constructor (test.datetimetester.TestTimeDelta_Pure) PASS: test_disallowed_computations (test.datetimetester.TestTimeDelta_Pure) PASS: test_disallowed_special (test.datetimetester.TestTimeDelta_Pure) PASS: test_division (test.datetimetester.TestTimeDelta_Pure) PASS: test_divmod (test.datetimetester.TestTimeDelta_Pure) PASS: test_harmful_mixed_comparison (test.datetimetester.TestTimeDelta_Pure) PASS: test_harmless_mixed_comparison (test.datetimetester.TestTimeDelta_Pure) PASS: test_hash_equality (test.datetimetester.TestTimeDelta_Pure) PASS: test_issue31293 (test.datetimetester.TestTimeDelta_Pure) PASS: test_issue31752 (test.datetimetester.TestTimeDelta_Pure) PASS: test_massive_normalization (test.datetimetester.TestTimeDelta_Pure) PASS: test_microsecond_rounding (test.datetimetester.TestTimeDelta_Pure) PASS: test_overflow (test.datetimetester.TestTimeDelta_Pure) PASS: test_pickling (test.datetimetester.TestTimeDelta_Pure) PASS: test_remainder (test.datetimetester.TestTimeDelta_Pure) PASS: test_repr (test.datetimetester.TestTimeDelta_Pure) PASS: test_resolution_info (test.datetimetester.TestTimeDelta_Pure) PASS: test_roundtrip (test.datetimetester.TestTimeDelta_Pure) PASS: test_str (test.datetimetester.TestTimeDelta_Pure) PASS: test_subclass_date (test.datetimetester.TestTimeDelta_Pure) PASS: test_subclass_datetime (test.datetimetester.TestTimeDelta_Pure) PASS: test_subclass_timedelta (test.datetimetester.TestTimeDelta_Pure) PASS: test_total_seconds (test.datetimetester.TestTimeDelta_Pure) PASS: test_1653736 (test.datetimetester.TestTimeTZ_Pure) PASS: test_argument_passing (test.datetimetester.TestTimeTZ_Pure) PASS: test_aware_compare (test.datetimetester.TestTimeTZ_Pure) PASS: test_backdoor_resistance (test.datetimetester.TestTimeTZ_Pure) PASS: test_bad_constructor_arguments (test.datetimetester.TestTimeTZ_Pure) PASS: test_bad_tzinfo_classes (test.datetimetester.TestTimeTZ_Pure) PASS: test_basic_attributes (test.datetimetester.TestTimeTZ_Pure) PASS: test_basic_attributes_nonzero (test.datetimetester.TestTimeTZ_Pure) PASS: test_bool (test.datetimetester.TestTimeTZ_Pure) PASS: test_comparing (test.datetimetester.TestTimeTZ_Pure) PASS: test_compat_unpickle (test.datetimetester.TestTimeTZ_Pure) PASS: test_empty (test.datetimetester.TestTimeTZ_Pure) PASS: test_format (test.datetimetester.TestTimeTZ_Pure) PASS: test_fromisoformat (test.datetimetester.TestTimeTZ_Pure) PASS: test_fromisoformat_fails (test.datetimetester.TestTimeTZ_Pure) PASS: test_fromisoformat_fails_typeerror (test.datetimetester.TestTimeTZ_Pure) PASS: test_fromisoformat_subclass (test.datetimetester.TestTimeTZ_Pure) PASS: test_fromisoformat_timespecs (test.datetimetester.TestTimeTZ_Pure) PASS: test_fromisoformat_timezone (test.datetimetester.TestTimeTZ_Pure) PASS: test_harmful_mixed_comparison (test.datetimetester.TestTimeTZ_Pure) PASS: test_harmless_mixed_comparison (test.datetimetester.TestTimeTZ_Pure) PASS: test_hash_edge_cases (test.datetimetester.TestTimeTZ_Pure) PASS: test_hash_equality (test.datetimetester.TestTimeTZ_Pure) PASS: test_isoformat (test.datetimetester.TestTimeTZ_Pure) PASS: test_isoformat_timezone (test.datetimetester.TestTimeTZ_Pure) PASS: test_mixed_compare (test.datetimetester.TestTimeTZ_Pure) PASS: test_more_bool (test.datetimetester.TestTimeTZ_Pure) PASS: test_pickling (test.datetimetester.TestTimeTZ_Pure) PASS: test_pickling_subclass_time (test.datetimetester.TestTimeTZ_Pure) PASS: test_replace (test.datetimetester.TestTimeTZ_Pure) PASS: test_repr (test.datetimetester.TestTimeTZ_Pure) PASS: test_resolution_info (test.datetimetester.TestTimeTZ_Pure) PASS: test_roundtrip (test.datetimetester.TestTimeTZ_Pure) PASS: test_str (test.datetimetester.TestTimeTZ_Pure) PASS: test_strftime (test.datetimetester.TestTimeTZ_Pure) PASS: test_subclass_replace (test.datetimetester.TestTimeTZ_Pure) PASS: test_subclass_time (test.datetimetester.TestTimeTZ_Pure) PASS: test_subclass_timetz (test.datetimetester.TestTimeTZ_Pure) PASS: test_tzinfo_classes (test.datetimetester.TestTimeTZ_Pure) PASS: test_utc_offset_out_of_bounds (test.datetimetester.TestTimeTZ_Pure) PASS: test_zones (test.datetimetester.TestTimeTZ_Pure) PASS: test_aware_datetime (test.datetimetester.TestTimeZone_Pure) PASS: test_class_members (test.datetimetester.TestTimeZone_Pure) PASS: test_comparison (test.datetimetester.TestTimeZone_Pure) PASS: test_comparison_with_tzinfo (test.datetimetester.TestTimeZone_Pure) PASS: test_constructor (test.datetimetester.TestTimeZone_Pure) PASS: test_copy (test.datetimetester.TestTimeZone_Pure) PASS: test_deepcopy (test.datetimetester.TestTimeZone_Pure) PASS: test_dst (test.datetimetester.TestTimeZone_Pure) PASS: test_fromutc (test.datetimetester.TestTimeZone_Pure) PASS: test_inheritance (test.datetimetester.TestTimeZone_Pure) PASS: test_offset_boundaries (test.datetimetester.TestTimeZone_Pure) PASS: test_pickle (test.datetimetester.TestTimeZone_Pure) PASS: test_repr (test.datetimetester.TestTimeZone_Pure) PASS: test_str (test.datetimetester.TestTimeZone_Pure) PASS: test_tzname (test.datetimetester.TestTimeZone_Pure) PASS: test_utcoffset (test.datetimetester.TestTimeZone_Pure) PASS: test_bogus_dst (test.datetimetester.TestTimezoneConversions_Pure) PASS: test_easy (test.datetimetester.TestTimezoneConversions_Pure) PASS: test_fromutc (test.datetimetester.TestTimezoneConversions_Pure) PASS: test_tricky (test.datetimetester.TestTimezoneConversions_Pure) PASS: test_folds (test.datetimetester.ZoneInfoTest_Pure) PASS: test_gaps (test.datetimetester.ZoneInfoTest_Pure) PASS: test_system_transitions (test.datetimetester.ZoneInfoTest_Pure) PASS: test_PyDateTime_DATE_GET (test.datetimetester.CapiTest_Fast) PASS: test_PyDateTime_DELTA_GET (test.datetimetester.CapiTest_Fast) PASS: test_PyDateTime_GET (test.datetimetester.CapiTest_Fast) PASS: test_PyDateTime_TIME_GET (test.datetimetester.CapiTest_Fast) PASS: test_check_date (test.datetimetester.CapiTest_Fast) PASS: test_check_datetime (test.datetimetester.CapiTest_Fast) PASS: test_check_delta (test.datetimetester.CapiTest_Fast) PASS: test_check_time (test.datetimetester.CapiTest_Fast) PASS: test_check_tzinfo (test.datetimetester.CapiTest_Fast) PASS: test_date_from_date (test.datetimetester.CapiTest_Fast) PASS: test_date_from_timestamp (test.datetimetester.CapiTest_Fast) PASS: test_datetime_from_dateandtime (test.datetimetester.CapiTest_Fast) PASS: test_datetime_from_dateandtimeandfold (test.datetimetester.CapiTest_Fast) PASS: test_datetime_from_timestamp (test.datetimetester.CapiTest_Fast) PASS: test_delta_from_dsu (test.datetimetester.CapiTest_Fast) PASS: test_time_from_time (test.datetimetester.CapiTest_Fast) PASS: test_time_from_timeandfold (test.datetimetester.CapiTest_Fast) PASS: test_timezones_capi (test.datetimetester.CapiTest_Fast) PASS: test_timezones_offset_zero (test.datetimetester.CapiTest_Fast) PASS: test_utc_capi (test.datetimetester.CapiTest_Fast) PASS: test_folds (test.datetimetester.IranTest_Fast) PASS: test_gaps (test.datetimetester.IranTest_Fast) PASS: test_system_transitions (test.datetimetester.IranTest_Fast) PASS: test_bug_1028306 (test.datetimetester.Oddballs_Fast) PASS: test_check_arg_types (test.datetimetester.Oddballs_Fast) PASS: test_extra_attributes (test.datetimetester.Oddballs_Fast) PASS: test_backdoor_resistance (test.datetimetester.TestDate_Fast) PASS: test_bad_constructor_arguments (test.datetimetester.TestDate_Fast) PASS: test_basic_attributes (test.datetimetester.TestDate_Fast) PASS: test_bool (test.datetimetester.TestDate_Fast) PASS: test_compare (test.datetimetester.TestDate_Fast) PASS: test_compat_unpickle (test.datetimetester.TestDate_Fast) PASS: test_computations (test.datetimetester.TestDate_Fast) PASS: test_ctime (test.datetimetester.TestDate_Fast) PASS: test_extreme_ordinals (test.datetimetester.TestDate_Fast) PASS: test_extreme_timedelta (test.datetimetester.TestDate_Fast) PASS: test_format (test.datetimetester.TestDate_Fast) PASS: test_fromisocalendar (test.datetimetester.TestDate_Fast) PASS: test_fromisocalendar_type_errors (test.datetimetester.TestDate_Fast) PASS: test_fromisocalendar_value_errors (test.datetimetester.TestDate_Fast) PASS: test_fromisoformat (test.datetimetester.TestDate_Fast) PASS: test_fromisoformat_fails (test.datetimetester.TestDate_Fast) PASS: test_fromisoformat_fails_typeerror (test.datetimetester.TestDate_Fast) PASS: test_fromisoformat_subclass (test.datetimetester.TestDate_Fast) PASS: test_fromtimestamp (test.datetimetester.TestDate_Fast) PASS: test_harmful_mixed_comparison (test.datetimetester.TestDate_Fast) PASS: test_harmless_mixed_comparison (test.datetimetester.TestDate_Fast) PASS: test_hash_equality (test.datetimetester.TestDate_Fast) PASS: test_insane_fromtimestamp (test.datetimetester.TestDate_Fast) PASS: test_iso_long_years (test.datetimetester.TestDate_Fast) PASS: test_isocalendar (test.datetimetester.TestDate_Fast) test_isocalendar_pickling (test.datetimetester.TestDate_Fast) PASS: Test that the result of datetime.isocalendar() can be pickled. PASS: test_isoformat (test.datetimetester.TestDate_Fast) PASS: test_mixed_compare (test.datetimetester.TestDate_Fast) PASS: test_ordinal_conversions (test.datetimetester.TestDate_Fast) PASS: test_overflow (test.datetimetester.TestDate_Fast) PASS: test_pickling (test.datetimetester.TestDate_Fast) PASS: test_pickling_subclass_date (test.datetimetester.TestDate_Fast) PASS: test_replace (test.datetimetester.TestDate_Fast) PASS: test_resolution_info (test.datetimetester.TestDate_Fast) PASS: test_roundtrip (test.datetimetester.TestDate_Fast) PASS: test_strftime (test.datetimetester.TestDate_Fast) PASS: test_strftime_trailing_percent (test.datetimetester.TestDate_Fast) PASS: test_strftime_y2k (test.datetimetester.TestDate_Fast) PASS: test_subclass_alternate_constructors (test.datetimetester.TestDate_Fast) PASS: test_subclass_date (test.datetimetester.TestDate_Fast) PASS: test_subclass_replace (test.datetimetester.TestDate_Fast) PASS: test_timetuple (test.datetimetester.TestDate_Fast) PASS: test_today (test.datetimetester.TestDate_Fast) PASS: test_weekday (test.datetimetester.TestDate_Fast) PASS: test_delta_non_days_ignored (test.datetimetester.TestDateOnly_Fast) PASS: test_astimezone (test.datetimetester.TestDateTime_Fast) PASS: test_backdoor_resistance (test.datetimetester.TestDateTime_Fast) PASS: test_bad_constructor_arguments (test.datetimetester.TestDateTime_Fast) PASS: test_basic_attributes (test.datetimetester.TestDateTime_Fast) PASS: test_basic_attributes_nonzero (test.datetimetester.TestDateTime_Fast) PASS: test_bool (test.datetimetester.TestDateTime_Fast) PASS: test_combine (test.datetimetester.TestDateTime_Fast) PASS: test_compare (test.datetimetester.TestDateTime_Fast) PASS: test_compat_unpickle (test.datetimetester.TestDateTime_Fast) PASS: test_computations (test.datetimetester.TestDateTime_Fast) PASS: test_ctime (test.datetimetester.TestDateTime_Fast) PASS: test_extract (test.datetimetester.TestDateTime_Fast) PASS: test_extreme_ordinals (test.datetimetester.TestDateTime_Fast) PASS: test_extreme_timedelta (test.datetimetester.TestDateTime_Fast) PASS: test_format (test.datetimetester.TestDateTime_Fast) PASS: test_fromisocalendar (test.datetimetester.TestDateTime_Fast) PASS: test_fromisocalendar_type_errors (test.datetimetester.TestDateTime_Fast) PASS: test_fromisocalendar_value_errors (test.datetimetester.TestDateTime_Fast) PASS: test_fromisoformat (test.datetimetester.TestDateTime_Fast) PASS: test_fromisoformat_ambiguous (test.datetimetester.TestDateTime_Fast) PASS: test_fromisoformat_datetime (test.datetimetester.TestDateTime_Fast) PASS: test_fromisoformat_fails (test.datetimetester.TestDateTime_Fast) PASS: test_fromisoformat_fails_datetime (test.datetimetester.TestDateTime_Fast) PASS: test_fromisoformat_fails_surrogate (test.datetimetester.TestDateTime_Fast) PASS: test_fromisoformat_fails_typeerror (test.datetimetester.TestDateTime_Fast) PASS: test_fromisoformat_separators (test.datetimetester.TestDateTime_Fast) PASS: test_fromisoformat_subclass (test.datetimetester.TestDateTime_Fast) PASS: test_fromisoformat_timespecs (test.datetimetester.TestDateTime_Fast) PASS: test_fromisoformat_timezone (test.datetimetester.TestDateTime_Fast) PASS: test_fromisoformat_utc (test.datetimetester.TestDateTime_Fast) PASS: test_fromtimestamp (test.datetimetester.TestDateTime_Fast) PASS: test_fromtimestamp_limits (test.datetimetester.TestDateTime_Fast) PASS: test_harmful_mixed_comparison (test.datetimetester.TestDateTime_Fast) PASS: test_harmless_mixed_comparison (test.datetimetester.TestDateTime_Fast) PASS: test_hash_equality (test.datetimetester.TestDateTime_Fast) PASS: test_insane_fromtimestamp (test.datetimetester.TestDateTime_Fast) PASS: test_insane_utcfromtimestamp (test.datetimetester.TestDateTime_Fast) PASS: test_iso_long_years (test.datetimetester.TestDateTime_Fast) PASS: test_isocalendar (test.datetimetester.TestDateTime_Fast) test_isocalendar_pickling (test.datetimetester.TestDateTime_Fast) PASS: Test that the result of datetime.isocalendar() can be pickled. PASS: test_isoformat (test.datetimetester.TestDateTime_Fast) PASS: test_isoformat_timezone (test.datetimetester.TestDateTime_Fast) PASS: test_microsecond_rounding (test.datetimetester.TestDateTime_Fast) PASS: test_mixed_compare (test.datetimetester.TestDateTime_Fast) PASS: test_more_compare (test.datetimetester.TestDateTime_Fast) PASS: test_more_ctime (test.datetimetester.TestDateTime_Fast) PASS: test_more_pickling (test.datetimetester.TestDateTime_Fast) PASS: test_more_strftime (test.datetimetester.TestDateTime_Fast) PASS: test_more_timetuple (test.datetimetester.TestDateTime_Fast) PASS: test_negative_float_fromtimestamp (test.datetimetester.TestDateTime_Fast) PASS: test_negative_float_utcfromtimestamp (test.datetimetester.TestDateTime_Fast) PASS: test_ordinal_conversions (test.datetimetester.TestDateTime_Fast) PASS: test_overflow (test.datetimetester.TestDateTime_Fast) PASS: test_pickling (test.datetimetester.TestDateTime_Fast) PASS: test_pickling_subclass_date (test.datetimetester.TestDateTime_Fast) PASS: test_pickling_subclass_datetime (test.datetimetester.TestDateTime_Fast) PASS: test_replace (test.datetimetester.TestDateTime_Fast) PASS: test_resolution_info (test.datetimetester.TestDateTime_Fast) PASS: test_roundtrip (test.datetimetester.TestDateTime_Fast) PASS: test_strftime (test.datetimetester.TestDateTime_Fast) PASS: test_strftime_trailing_percent (test.datetimetester.TestDateTime_Fast) PASS: test_strftime_with_bad_tzname_replace (test.datetimetester.TestDateTime_Fast) PASS: test_strftime_y2k (test.datetimetester.TestDateTime_Fast) PASS: test_strptime (test.datetimetester.TestDateTime_Fast) PASS: test_strptime_single_digit (test.datetimetester.TestDateTime_Fast) PASS: test_subclass_alternate_constructors (test.datetimetester.TestDateTime_Fast) PASS: test_subclass_alternate_constructors_datetime (test.datetimetester.TestDateTime_Fast) PASS: test_subclass_date (test.datetimetester.TestDateTime_Fast) PASS: test_subclass_datetime (test.datetimetester.TestDateTime_Fast) PASS: test_subclass_now (test.datetimetester.TestDateTime_Fast) PASS: test_subclass_replace (test.datetimetester.TestDateTime_Fast) PASS: test_timestamp_aware (test.datetimetester.TestDateTime_Fast) PASS: test_timestamp_limits (test.datetimetester.TestDateTime_Fast) PASS: test_timestamp_naive (test.datetimetester.TestDateTime_Fast) PASS: test_timetuple (test.datetimetester.TestDateTime_Fast) PASS: test_today (test.datetimetester.TestDateTime_Fast) PASS: test_tz_independent_comparing (test.datetimetester.TestDateTime_Fast) PASS: test_utcfromtimestamp (test.datetimetester.TestDateTime_Fast) PASS: test_utcfromtimestamp_limits (test.datetimetester.TestDateTime_Fast) PASS: test_utcnow (test.datetimetester.TestDateTime_Fast) PASS: test_weekday (test.datetimetester.TestDateTime_Fast) PASS: test_argument_passing (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_astimezone (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_astimezone_default_eastern (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_astimezone_default_near_fold (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_astimezone_default_utc (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_aware_compare (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_aware_subtract (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_backdoor_resistance (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_bad_constructor_arguments (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_bad_tzinfo_classes (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_basic_attributes (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_basic_attributes_nonzero (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_bool (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_combine (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_compare (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_compat_unpickle (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_computations (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_ctime (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_even_more_compare (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_extract (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_extreme_hashes (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_extreme_ordinals (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_extreme_timedelta (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_format (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_fromisocalendar (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_fromisocalendar_type_errors (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_fromisocalendar_value_errors (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_fromisoformat (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_fromisoformat_ambiguous (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_fromisoformat_datetime (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_fromisoformat_fails (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_fromisoformat_fails_datetime (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_fromisoformat_fails_surrogate (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_fromisoformat_fails_typeerror (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_fromisoformat_separators (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_fromisoformat_subclass (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_fromisoformat_timespecs (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_fromisoformat_timezone (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_fromisoformat_utc (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_fromtimestamp (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_fromtimestamp_limits (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_harmful_mixed_comparison (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_harmless_mixed_comparison (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_hash_equality (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_insane_fromtimestamp (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_insane_utcfromtimestamp (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_iso_long_years (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_isocalendar (test.datetimetester.TestDateTimeTZ_Fast) test_isocalendar_pickling (test.datetimetester.TestDateTimeTZ_Fast) PASS: Test that the result of datetime.isocalendar() can be pickled. PASS: test_isoformat (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_isoformat_timezone (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_microsecond_rounding (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_mixed_compare (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_more_astimezone (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_more_compare (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_more_ctime (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_more_pickling (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_more_strftime (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_more_timetuple (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_negative_float_fromtimestamp (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_negative_float_utcfromtimestamp (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_ordinal_conversions (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_overflow (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_pickling (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_pickling_subclass_date (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_pickling_subclass_datetime (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_replace (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_resolution_info (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_roundtrip (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_strftime (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_strftime_trailing_percent (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_strftime_with_bad_tzname_replace (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_strftime_y2k (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_strptime (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_strptime_single_digit (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_subclass_alternate_constructors (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_subclass_alternate_constructors_datetime (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_subclass_date (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_subclass_datetime (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_subclass_datetimetz (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_subclass_now (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_subclass_replace (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_timestamp_aware (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_timestamp_limits (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_timestamp_naive (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_timetuple (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_today (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_trivial (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_tz_aware_arithmetic (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_tz_independent_comparing (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_tzinfo_classes (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_tzinfo_fromtimestamp (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_tzinfo_isoformat (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_tzinfo_now (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_tzinfo_timetuple (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_tzinfo_utcfromtimestamp (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_tzinfo_utcnow (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_utc_offset_out_of_bounds (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_utcfromtimestamp (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_utcfromtimestamp_limits (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_utcnow (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_utctimetuple (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_weekday (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_zones (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_astimezone (test.datetimetester.TestLocalTimeDisambiguation_Fast) PASS: test_comparison (test.datetimetester.TestLocalTimeDisambiguation_Fast) PASS: test_constructors (test.datetimetester.TestLocalTimeDisambiguation_Fast) PASS: test_dst (test.datetimetester.TestLocalTimeDisambiguation_Fast) PASS: test_fromtimestamp (test.datetimetester.TestLocalTimeDisambiguation_Fast) SKIP: test_fromtimestamp_lord_howe (test.datetimetester.TestLocalTimeDisambiguation_Fast) 'Australia/Lord_Howe timezone is not supported on this platform' PASS: test_fromtimestamp_low_fold_detection (test.datetimetester.TestLocalTimeDisambiguation_Fast) PASS: test_fromutc (test.datetimetester.TestLocalTimeDisambiguation_Fast) PASS: test_hash (test.datetimetester.TestLocalTimeDisambiguation_Fast) PASS: test_hash_aware (test.datetimetester.TestLocalTimeDisambiguation_Fast) PASS: test_member (test.datetimetester.TestLocalTimeDisambiguation_Fast) PASS: test_mixed_compare_fold (test.datetimetester.TestLocalTimeDisambiguation_Fast) PASS: test_mixed_compare_gap (test.datetimetester.TestLocalTimeDisambiguation_Fast) PASS: test_mixed_compare_regular (test.datetimetester.TestLocalTimeDisambiguation_Fast) PASS: test_pickle_fold (test.datetimetester.TestLocalTimeDisambiguation_Fast) PASS: test_replace (test.datetimetester.TestLocalTimeDisambiguation_Fast) PASS: test_repr (test.datetimetester.TestLocalTimeDisambiguation_Fast) PASS: test_timestamp (test.datetimetester.TestLocalTimeDisambiguation_Fast) SKIP: test_timestamp_lord_howe (test.datetimetester.TestLocalTimeDisambiguation_Fast) 'Australia/Lord_Howe timezone is not supported on this platform' PASS: test_utcoffset (test.datetimetester.TestLocalTimeDisambiguation_Fast) PASS: test_vilnius_1941_fromutc (test.datetimetester.TestLocalTimeDisambiguation_Fast) PASS: test_vilnius_1941_toutc (test.datetimetester.TestLocalTimeDisambiguation_Fast) test_all (test.datetimetester.TestModule_Fast) PASS: Test that __all__ only points to valid attributes. PASS: test_constants (test.datetimetester.TestModule_Fast) SKIP: test_divide_and_round (test.datetimetester.TestModule_Fast) 'Only run for Pure Python implementation' PASS: test_name_cleanup (test.datetimetester.TestModule_Fast) PASS: test_astimezone (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_backdoor_resistance (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_bad_constructor_arguments (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_basic_attributes (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_basic_attributes_nonzero (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_bool (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_combine (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_compare (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_compat_unpickle (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_computations (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_ctime (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_extract (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_extreme_ordinals (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_extreme_timedelta (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_format (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_fromisocalendar (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_fromisocalendar_type_errors (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_fromisocalendar_value_errors (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_fromisoformat (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_fromisoformat_ambiguous (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_fromisoformat_datetime (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_fromisoformat_fails (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_fromisoformat_fails_datetime (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_fromisoformat_fails_surrogate (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_fromisoformat_fails_typeerror (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_fromisoformat_separators (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_fromisoformat_subclass (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_fromisoformat_timespecs (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_fromisoformat_timezone (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_fromisoformat_utc (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_fromtimestamp (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_fromtimestamp_limits (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_harmful_mixed_comparison (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_harmless_mixed_comparison (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_hash_equality (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_insane_fromtimestamp (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_insane_utcfromtimestamp (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_iso_long_years (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_isocalendar (test.datetimetester.TestSubclassDateTime_Fast) test_isocalendar_pickling (test.datetimetester.TestSubclassDateTime_Fast) PASS: Test that the result of datetime.isocalendar() can be pickled. PASS: test_isoformat (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_isoformat_timezone (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_microsecond_rounding (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_mixed_compare (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_more_compare (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_more_ctime (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_more_pickling (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_more_strftime (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_more_timetuple (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_negative_float_fromtimestamp (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_negative_float_utcfromtimestamp (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_ordinal_conversions (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_overflow (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_pickling (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_pickling_subclass_date (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_pickling_subclass_datetime (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_replace (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_resolution_info (test.datetimetester.TestSubclassDateTime_Fast) SKIP: test_roundtrip (test.datetimetester.TestSubclassDateTime_Fast) 'not appropriate for subclasses' PASS: test_strftime (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_strftime_trailing_percent (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_strftime_with_bad_tzname_replace (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_strftime_y2k (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_strptime (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_strptime_single_digit (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_subclass_alternate_constructors (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_subclass_alternate_constructors_datetime (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_subclass_date (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_subclass_datetime (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_subclass_now (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_subclass_replace (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_timestamp_aware (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_timestamp_limits (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_timestamp_naive (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_timetuple (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_today (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_tz_independent_comparing (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_utcfromtimestamp (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_utcfromtimestamp_limits (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_utcnow (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_weekday (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_issue23600 (test.datetimetester.TestTZInfo_Fast) PASS: test_non_abstractness (test.datetimetester.TestTZInfo_Fast) PASS: test_normal (test.datetimetester.TestTZInfo_Fast) PASS: test_pickling_base (test.datetimetester.TestTZInfo_Fast) PASS: test_pickling_subclass (test.datetimetester.TestTZInfo_Fast) PASS: test_refcnt_crash_bug_22044 (test.datetimetester.TestTZInfo_Fast) PASS: test_subclass_must_override (test.datetimetester.TestTZInfo_Fast) PASS: test_1653736 (test.datetimetester.TestTime_Fast) PASS: test_backdoor_resistance (test.datetimetester.TestTime_Fast) PASS: test_bad_constructor_arguments (test.datetimetester.TestTime_Fast) PASS: test_basic_attributes (test.datetimetester.TestTime_Fast) PASS: test_basic_attributes_nonzero (test.datetimetester.TestTime_Fast) PASS: test_bool (test.datetimetester.TestTime_Fast) PASS: test_comparing (test.datetimetester.TestTime_Fast) PASS: test_compat_unpickle (test.datetimetester.TestTime_Fast) PASS: test_format (test.datetimetester.TestTime_Fast) PASS: test_harmful_mixed_comparison (test.datetimetester.TestTime_Fast) PASS: test_harmless_mixed_comparison (test.datetimetester.TestTime_Fast) PASS: test_hash_equality (test.datetimetester.TestTime_Fast) PASS: test_isoformat (test.datetimetester.TestTime_Fast) PASS: test_isoformat_timezone (test.datetimetester.TestTime_Fast) PASS: test_pickling (test.datetimetester.TestTime_Fast) PASS: test_pickling_subclass_time (test.datetimetester.TestTime_Fast) PASS: test_replace (test.datetimetester.TestTime_Fast) PASS: test_repr (test.datetimetester.TestTime_Fast) PASS: test_resolution_info (test.datetimetester.TestTime_Fast) PASS: test_roundtrip (test.datetimetester.TestTime_Fast) PASS: test_str (test.datetimetester.TestTime_Fast) PASS: test_strftime (test.datetimetester.TestTime_Fast) PASS: test_subclass_replace (test.datetimetester.TestTime_Fast) PASS: test_subclass_time (test.datetimetester.TestTime_Fast) PASS: test_basic_attributes (test.datetimetester.TestTimeDelta_Fast) PASS: test_bool (test.datetimetester.TestTimeDelta_Fast) PASS: test_carries (test.datetimetester.TestTimeDelta_Fast) PASS: test_compare (test.datetimetester.TestTimeDelta_Fast) PASS: test_computations (test.datetimetester.TestTimeDelta_Fast) PASS: test_constructor (test.datetimetester.TestTimeDelta_Fast) PASS: test_disallowed_computations (test.datetimetester.TestTimeDelta_Fast) PASS: test_disallowed_special (test.datetimetester.TestTimeDelta_Fast) PASS: test_division (test.datetimetester.TestTimeDelta_Fast) PASS: test_divmod (test.datetimetester.TestTimeDelta_Fast) PASS: test_harmful_mixed_comparison (test.datetimetester.TestTimeDelta_Fast) PASS: test_harmless_mixed_comparison (test.datetimetester.TestTimeDelta_Fast) PASS: test_hash_equality (test.datetimetester.TestTimeDelta_Fast) PASS: test_issue31293 (test.datetimetester.TestTimeDelta_Fast) PASS: test_issue31752 (test.datetimetester.TestTimeDelta_Fast) PASS: test_massive_normalization (test.datetimetester.TestTimeDelta_Fast) PASS: test_microsecond_rounding (test.datetimetester.TestTimeDelta_Fast) PASS: test_overflow (test.datetimetester.TestTimeDelta_Fast) PASS: test_pickling (test.datetimetester.TestTimeDelta_Fast) PASS: test_remainder (test.datetimetester.TestTimeDelta_Fast) PASS: test_repr (test.datetimetester.TestTimeDelta_Fast) PASS: test_resolution_info (test.datetimetester.TestTimeDelta_Fast) PASS: test_roundtrip (test.datetimetester.TestTimeDelta_Fast) PASS: test_str (test.datetimetester.TestTimeDelta_Fast) PASS: test_subclass_date (test.datetimetester.TestTimeDelta_Fast) PASS: test_subclass_datetime (test.datetimetester.TestTimeDelta_Fast) PASS: test_subclass_timedelta (test.datetimetester.TestTimeDelta_Fast) PASS: test_total_seconds (test.datetimetester.TestTimeDelta_Fast) PASS: test_1653736 (test.datetimetester.TestTimeTZ_Fast) PASS: test_argument_passing (test.datetimetester.TestTimeTZ_Fast) PASS: test_aware_compare (test.datetimetester.TestTimeTZ_Fast) PASS: test_backdoor_resistance (test.datetimetester.TestTimeTZ_Fast) PASS: test_bad_constructor_arguments (test.datetimetester.TestTimeTZ_Fast) PASS: test_bad_tzinfo_classes (test.datetimetester.TestTimeTZ_Fast) PASS: test_basic_attributes (test.datetimetester.TestTimeTZ_Fast) PASS: test_basic_attributes_nonzero (test.datetimetester.TestTimeTZ_Fast) PASS: test_bool (test.datetimetester.TestTimeTZ_Fast) PASS: test_comparing (test.datetimetester.TestTimeTZ_Fast) PASS: test_compat_unpickle (test.datetimetester.TestTimeTZ_Fast) PASS: test_empty (test.datetimetester.TestTimeTZ_Fast) PASS: test_format (test.datetimetester.TestTimeTZ_Fast) PASS: test_fromisoformat (test.datetimetester.TestTimeTZ_Fast) PASS: test_fromisoformat_fails (test.datetimetester.TestTimeTZ_Fast) PASS: test_fromisoformat_fails_typeerror (test.datetimetester.TestTimeTZ_Fast) PASS: test_fromisoformat_subclass (test.datetimetester.TestTimeTZ_Fast) PASS: test_fromisoformat_timespecs (test.datetimetester.TestTimeTZ_Fast) PASS: test_fromisoformat_timezone (test.datetimetester.TestTimeTZ_Fast) PASS: test_harmful_mixed_comparison (test.datetimetester.TestTimeTZ_Fast) PASS: test_harmless_mixed_comparison (test.datetimetester.TestTimeTZ_Fast) PASS: test_hash_edge_cases (test.datetimetester.TestTimeTZ_Fast) PASS: test_hash_equality (test.datetimetester.TestTimeTZ_Fast) PASS: test_isoformat (test.datetimetester.TestTimeTZ_Fast) PASS: test_isoformat_timezone (test.datetimetester.TestTimeTZ_Fast) PASS: test_mixed_compare (test.datetimetester.TestTimeTZ_Fast) PASS: test_more_bool (test.datetimetester.TestTimeTZ_Fast) PASS: test_pickling (test.datetimetester.TestTimeTZ_Fast) PASS: test_pickling_subclass_time (test.datetimetester.TestTimeTZ_Fast) PASS: test_replace (test.datetimetester.TestTimeTZ_Fast) PASS: test_repr (test.datetimetester.TestTimeTZ_Fast) PASS: test_resolution_info (test.datetimetester.TestTimeTZ_Fast) PASS: test_roundtrip (test.datetimetester.TestTimeTZ_Fast) PASS: test_str (test.datetimetester.TestTimeTZ_Fast) PASS: test_strftime (test.datetimetester.TestTimeTZ_Fast) PASS: test_subclass_replace (test.datetimetester.TestTimeTZ_Fast) PASS: test_subclass_time (test.datetimetester.TestTimeTZ_Fast) PASS: test_subclass_timetz (test.datetimetester.TestTimeTZ_Fast) PASS: test_tzinfo_classes (test.datetimetester.TestTimeTZ_Fast) PASS: test_utc_offset_out_of_bounds (test.datetimetester.TestTimeTZ_Fast) PASS: test_zones (test.datetimetester.TestTimeTZ_Fast) PASS: test_aware_datetime (test.datetimetester.TestTimeZone_Fast) PASS: test_class_members (test.datetimetester.TestTimeZone_Fast) PASS: test_comparison (test.datetimetester.TestTimeZone_Fast) PASS: test_comparison_with_tzinfo (test.datetimetester.TestTimeZone_Fast) PASS: test_constructor (test.datetimetester.TestTimeZone_Fast) PASS: test_copy (test.datetimetester.TestTimeZone_Fast) PASS: test_deepcopy (test.datetimetester.TestTimeZone_Fast) PASS: test_dst (test.datetimetester.TestTimeZone_Fast) PASS: test_fromutc (test.datetimetester.TestTimeZone_Fast) PASS: test_inheritance (test.datetimetester.TestTimeZone_Fast) PASS: test_offset_boundaries (test.datetimetester.TestTimeZone_Fast) PASS: test_pickle (test.datetimetester.TestTimeZone_Fast) PASS: test_repr (test.datetimetester.TestTimeZone_Fast) PASS: test_str (test.datetimetester.TestTimeZone_Fast) PASS: test_tzname (test.datetimetester.TestTimeZone_Fast) PASS: test_utcoffset (test.datetimetester.TestTimeZone_Fast) PASS: test_bogus_dst (test.datetimetester.TestTimezoneConversions_Fast) PASS: test_easy (test.datetimetester.TestTimezoneConversions_Fast) PASS: test_fromutc (test.datetimetester.TestTimezoneConversions_Fast) PASS: test_tricky (test.datetimetester.TestTimezoneConversions_Fast) PASS: test_folds (test.datetimetester.ZoneInfoTest_Fast) PASS: test_gaps (test.datetimetester.ZoneInfoTest_Fast) PASS: test_system_transitions (test.datetimetester.ZoneInfoTest_Fast) ---------------------------------------------------------------------- Ran 972 tests in 2.680s OK (skipped=28) 0:04:55 load avg: 0.26 [ 99/427] test_dbm PASS: test_anydbm_access (test.test_dbm.TestCase_dumb) PASS: test_anydbm_creation (test.test_dbm.TestCase_dumb) PASS: test_anydbm_creation_n_file_exists_with_invalid_contents (test.test_dbm.TestCase_dumb) PASS: test_anydbm_keys (test.test_dbm.TestCase_dumb) PASS: test_anydbm_modification (test.test_dbm.TestCase_dumb) PASS: test_anydbm_not_existing (test.test_dbm.TestCase_dumb) PASS: test_anydbm_read (test.test_dbm.TestCase_dumb) PASS: test_empty_value (test.test_dbm.TestCase_dumb) PASS: test_error (test.test_dbm.TestCase_dumb) PASS: test_keys (test.test_dbm.TestCase_dumb) PASS: test_anydbm_access (test.test_dbm.TestCase_ndbm) PASS: test_anydbm_creation (test.test_dbm.TestCase_ndbm) PASS: test_anydbm_creation_n_file_exists_with_invalid_contents (test.test_dbm.TestCase_ndbm) PASS: test_anydbm_keys (test.test_dbm.TestCase_ndbm) PASS: test_anydbm_modification (test.test_dbm.TestCase_ndbm) PASS: test_anydbm_not_existing (test.test_dbm.TestCase_ndbm) PASS: test_anydbm_read (test.test_dbm.TestCase_ndbm) PASS: test_empty_value (test.test_dbm.TestCase_ndbm) PASS: test_error (test.test_dbm.TestCase_ndbm) PASS: test_keys (test.test_dbm.TestCase_ndbm) PASS: test_whichdb (test.test_dbm.WhichDBTestCase) PASS: test_whichdb_ndbm (test.test_dbm.WhichDBTestCase) ---------------------------------------------------------------------- Ran 22 tests in 0.019s OK 0:04:55 load avg: 0.26 [100/427] test_dbm_dumb PASS: test_check_closed (test.test_dbm_dumb.DumbDBMTestCase) PASS: test_close_twice (test.test_dbm_dumb.DumbDBMTestCase) PASS: test_context_manager (test.test_dbm_dumb.DumbDBMTestCase) PASS: test_create_new (test.test_dbm_dumb.DumbDBMTestCase) PASS: test_dumbdbm_creation (test.test_dbm_dumb.DumbDBMTestCase) PASS: test_dumbdbm_creation_mode (test.test_dbm_dumb.DumbDBMTestCase) PASS: test_dumbdbm_keys (test.test_dbm_dumb.DumbDBMTestCase) PASS: test_dumbdbm_modification (test.test_dbm_dumb.DumbDBMTestCase) PASS: test_dumbdbm_read (test.test_dbm_dumb.DumbDBMTestCase) PASS: test_eval (test.test_dbm_dumb.DumbDBMTestCase) PASS: test_invalid_flag (test.test_dbm_dumb.DumbDBMTestCase) PASS: test_line_endings (test.test_dbm_dumb.DumbDBMTestCase) PASS: test_missing_data (test.test_dbm_dumb.DumbDBMTestCase) PASS: test_missing_index (test.test_dbm_dumb.DumbDBMTestCase) PASS: test_nonascii_filename (test.test_dbm_dumb.DumbDBMTestCase) PASS: test_random (test.test_dbm_dumb.DumbDBMTestCase) PASS: test_readonly_files (test.test_dbm_dumb.DumbDBMTestCase) PASS: test_str_read (test.test_dbm_dumb.DumbDBMTestCase) PASS: test_str_write_contains (test.test_dbm_dumb.DumbDBMTestCase) PASS: test_write_contains (test.test_dbm_dumb.DumbDBMTestCase) PASS: test_write_write_read (test.test_dbm_dumb.DumbDBMTestCase) ---------------------------------------------------------------------- Ran 21 tests in 0.068s OK 0:04:55 load avg: 0.26 [101/427] test_dbm_gnu test_dbm_gnu skipped -- No module named '_gdbm' 0:04:55 load avg: 0.26 [102/427] test_dbm_ndbm -- test_dbm_gnu skipped PASS: test_bytes (test.test_dbm_ndbm.DbmTestCase) PASS: test_context_manager (test.test_dbm_ndbm.DbmTestCase) PASS: test_empty_value (test.test_dbm_ndbm.DbmTestCase) PASS: test_keys (test.test_dbm_ndbm.DbmTestCase) PASS: test_modes (test.test_dbm_ndbm.DbmTestCase) PASS: test_nonascii_filename (test.test_dbm_ndbm.DbmTestCase) PASS: test_nonexisting_file (test.test_dbm_ndbm.DbmTestCase) PASS: test_unicode (test.test_dbm_ndbm.DbmTestCase) PASS: test_write_readonly_file (test.test_dbm_ndbm.DbmTestCase) ---------------------------------------------------------------------- Ran 9 tests in 0.003s OK 0:04:56 load avg: 0.26 [103/427] test_decimal PASS: test_context_attributes (test.test_decimal.CheckAttributes) PASS: test_decimal_attributes (test.test_decimal.CheckAttributes) PASS: test_module_attributes (test.test_decimal.CheckAttributes) PASS: test_inspect_module (test.test_decimal.SignatureTest) PASS: test_inspect_types (test.test_decimal.SignatureTest) PASS: test_explicit_context_create_decimal (test.test_decimal.CExplicitConstructionTest) PASS: test_explicit_context_create_from_float (test.test_decimal.CExplicitConstructionTest) PASS: test_explicit_empty (test.test_decimal.CExplicitConstructionTest) PASS: test_explicit_from_Decimal (test.test_decimal.CExplicitConstructionTest) PASS: test_explicit_from_None (test.test_decimal.CExplicitConstructionTest) PASS: test_explicit_from_bool (test.test_decimal.CExplicitConstructionTest) PASS: test_explicit_from_float (test.test_decimal.CExplicitConstructionTest) PASS: test_explicit_from_int (test.test_decimal.CExplicitConstructionTest) PASS: test_explicit_from_list (test.test_decimal.CExplicitConstructionTest) PASS: test_explicit_from_string (test.test_decimal.CExplicitConstructionTest) PASS: test_explicit_from_tuples (test.test_decimal.CExplicitConstructionTest) PASS: test_from_legacy_strings (test.test_decimal.CExplicitConstructionTest) PASS: test_unicode_digits (test.test_decimal.CExplicitConstructionTest) PASS: test_explicit_context_create_decimal (test.test_decimal.PyExplicitConstructionTest) PASS: test_explicit_context_create_from_float (test.test_decimal.PyExplicitConstructionTest) PASS: test_explicit_empty (test.test_decimal.PyExplicitConstructionTest) PASS: test_explicit_from_Decimal (test.test_decimal.PyExplicitConstructionTest) PASS: test_explicit_from_None (test.test_decimal.PyExplicitConstructionTest) PASS: test_explicit_from_bool (test.test_decimal.PyExplicitConstructionTest) PASS: test_explicit_from_float (test.test_decimal.PyExplicitConstructionTest) PASS: test_explicit_from_int (test.test_decimal.PyExplicitConstructionTest) PASS: test_explicit_from_list (test.test_decimal.PyExplicitConstructionTest) PASS: test_explicit_from_string (test.test_decimal.PyExplicitConstructionTest) PASS: test_explicit_from_tuples (test.test_decimal.PyExplicitConstructionTest) PASS: test_from_legacy_strings (test.test_decimal.PyExplicitConstructionTest) PASS: test_unicode_digits (test.test_decimal.PyExplicitConstructionTest) PASS: test_implicit_from_Decimal (test.test_decimal.CImplicitConstructionTest) PASS: test_implicit_from_None (test.test_decimal.CImplicitConstructionTest) PASS: test_implicit_from_float (test.test_decimal.CImplicitConstructionTest) PASS: test_implicit_from_int (test.test_decimal.CImplicitConstructionTest) PASS: test_implicit_from_string (test.test_decimal.CImplicitConstructionTest) PASS: test_rop (test.test_decimal.CImplicitConstructionTest) PASS: test_implicit_from_Decimal (test.test_decimal.PyImplicitConstructionTest) PASS: test_implicit_from_None (test.test_decimal.PyImplicitConstructionTest) PASS: test_implicit_from_float (test.test_decimal.PyImplicitConstructionTest) PASS: test_implicit_from_int (test.test_decimal.PyImplicitConstructionTest) PASS: test_implicit_from_string (test.test_decimal.PyImplicitConstructionTest) PASS: test_rop (test.test_decimal.PyImplicitConstructionTest) PASS: test_decimal_from_float_argument_type (test.test_decimal.CFormatTest) PASS: test_formatting (test.test_decimal.CFormatTest) PASS: test_n_format (test.test_decimal.CFormatTest) SKIP: test_wide_char_separator_decimal_point (test.test_decimal.CFormatTest) "inappropriate decimal point separator ('.' not '\\u066b')" PASS: test_decimal_from_float_argument_type (test.test_decimal.PyFormatTest) PASS: test_formatting (test.test_decimal.PyFormatTest) PASS: test_n_format (test.test_decimal.PyFormatTest) SKIP: test_wide_char_separator_decimal_point (test.test_decimal.PyFormatTest) "inappropriate decimal point separator ('.' not '\\u066b')" PASS: test_addition (test.test_decimal.CArithmeticOperatorsTest) PASS: test_copy_sign (test.test_decimal.CArithmeticOperatorsTest) PASS: test_division (test.test_decimal.CArithmeticOperatorsTest) PASS: test_floor_div_module (test.test_decimal.CArithmeticOperatorsTest) PASS: test_floor_division (test.test_decimal.CArithmeticOperatorsTest) PASS: test_module (test.test_decimal.CArithmeticOperatorsTest) PASS: test_multiplication (test.test_decimal.CArithmeticOperatorsTest) PASS: test_nan_comparisons (test.test_decimal.CArithmeticOperatorsTest) PASS: test_powering (test.test_decimal.CArithmeticOperatorsTest) PASS: test_subtraction (test.test_decimal.CArithmeticOperatorsTest) PASS: test_unary_operators (test.test_decimal.CArithmeticOperatorsTest) PASS: test_addition (test.test_decimal.PyArithmeticOperatorsTest) PASS: test_copy_sign (test.test_decimal.PyArithmeticOperatorsTest) PASS: test_division (test.test_decimal.PyArithmeticOperatorsTest) PASS: test_floor_div_module (test.test_decimal.PyArithmeticOperatorsTest) PASS: test_floor_division (test.test_decimal.PyArithmeticOperatorsTest) PASS: test_module (test.test_decimal.PyArithmeticOperatorsTest) PASS: test_multiplication (test.test_decimal.PyArithmeticOperatorsTest) PASS: test_nan_comparisons (test.test_decimal.PyArithmeticOperatorsTest) PASS: test_powering (test.test_decimal.PyArithmeticOperatorsTest) PASS: test_subtraction (test.test_decimal.PyArithmeticOperatorsTest) PASS: test_unary_operators (test.test_decimal.PyArithmeticOperatorsTest) PASS: test_threading (test.test_decimal.CThreadingTest) PASS: test_threading (test.test_decimal.PyThreadingTest) PASS: test_as_integer_ratio (test.test_decimal.CUsabilityTest) PASS: test_as_nonzero (test.test_decimal.CUsabilityTest) PASS: test_as_tuple (test.test_decimal.CUsabilityTest) PASS: test_comparison_operators (test.test_decimal.CUsabilityTest) PASS: test_conversions_from_int (test.test_decimal.CUsabilityTest) PASS: test_copy_and_deepcopy_methods (test.test_decimal.CUsabilityTest) PASS: test_decimal_complex_comparison (test.test_decimal.CUsabilityTest) PASS: test_decimal_float_comparison (test.test_decimal.CUsabilityTest) PASS: test_decimal_fraction_comparison (test.test_decimal.CUsabilityTest) PASS: test_eval_round_trip (test.test_decimal.CUsabilityTest) PASS: test_hash_method (test.test_decimal.CUsabilityTest) PASS: test_hash_method_nan (test.test_decimal.CUsabilityTest) PASS: test_implicit_context (test.test_decimal.CUsabilityTest) PASS: test_min_and_max_methods (test.test_decimal.CUsabilityTest) PASS: test_nan_to_float (test.test_decimal.CUsabilityTest) PASS: test_none_args (test.test_decimal.CUsabilityTest) PASS: test_snan_to_float (test.test_decimal.CUsabilityTest) PASS: test_subclassing (test.test_decimal.CUsabilityTest) PASS: test_tonum_methods (test.test_decimal.CUsabilityTest) PASS: test_tostring_methods (test.test_decimal.CUsabilityTest) PASS: test_as_integer_ratio (test.test_decimal.PyUsabilityTest) PASS: test_as_nonzero (test.test_decimal.PyUsabilityTest) PASS: test_as_tuple (test.test_decimal.PyUsabilityTest) PASS: test_comparison_operators (test.test_decimal.PyUsabilityTest) PASS: test_conversions_from_int (test.test_decimal.PyUsabilityTest) PASS: test_copy_and_deepcopy_methods (test.test_decimal.PyUsabilityTest) PASS: test_decimal_complex_comparison (test.test_decimal.PyUsabilityTest) PASS: test_decimal_float_comparison (test.test_decimal.PyUsabilityTest) PASS: test_decimal_fraction_comparison (test.test_decimal.PyUsabilityTest) PASS: test_eval_round_trip (test.test_decimal.PyUsabilityTest) PASS: test_hash_method (test.test_decimal.PyUsabilityTest) PASS: test_hash_method_nan (test.test_decimal.PyUsabilityTest) PASS: test_implicit_context (test.test_decimal.PyUsabilityTest) PASS: test_min_and_max_methods (test.test_decimal.PyUsabilityTest) PASS: test_nan_to_float (test.test_decimal.PyUsabilityTest) PASS: test_none_args (test.test_decimal.PyUsabilityTest) PASS: test_snan_to_float (test.test_decimal.PyUsabilityTest) PASS: test_subclassing (test.test_decimal.PyUsabilityTest) PASS: test_tonum_methods (test.test_decimal.PyUsabilityTest) PASS: test_tostring_methods (test.test_decimal.PyUsabilityTest) PASS: test_abc (test.test_decimal.CPythonAPItests) PASS: test_complex (test.test_decimal.CPythonAPItests) PASS: test_create_decimal_from_float (test.test_decimal.CPythonAPItests) PASS: test_exception_hierarchy (test.test_decimal.CPythonAPItests) PASS: test_from_float (test.test_decimal.CPythonAPItests) PASS: test_int (test.test_decimal.CPythonAPItests) PASS: test_named_parameters (test.test_decimal.CPythonAPItests) PASS: test_pickle (test.test_decimal.CPythonAPItests) PASS: test_quantize (test.test_decimal.CPythonAPItests) PASS: test_trunc (test.test_decimal.CPythonAPItests) PASS: test_abc (test.test_decimal.PyPythonAPItests) PASS: test_complex (test.test_decimal.PyPythonAPItests) PASS: test_create_decimal_from_float (test.test_decimal.PyPythonAPItests) PASS: test_exception_hierarchy (test.test_decimal.PyPythonAPItests) PASS: test_from_float (test.test_decimal.PyPythonAPItests) PASS: test_int (test.test_decimal.PyPythonAPItests) PASS: test_named_parameters (test.test_decimal.PyPythonAPItests) PASS: test_pickle (test.test_decimal.PyPythonAPItests) PASS: test_quantize (test.test_decimal.PyPythonAPItests) PASS: test_trunc (test.test_decimal.PyPythonAPItests) PASS: test__clamp (test.test_decimal.CContextAPItests) PASS: test_abs (test.test_decimal.CContextAPItests) PASS: test_add (test.test_decimal.CContextAPItests) PASS: test_compare (test.test_decimal.CContextAPItests) PASS: test_compare_signal (test.test_decimal.CContextAPItests) PASS: test_compare_total (test.test_decimal.CContextAPItests) PASS: test_compare_total_mag (test.test_decimal.CContextAPItests) PASS: test_copy (test.test_decimal.CContextAPItests) PASS: test_copy_abs (test.test_decimal.CContextAPItests) PASS: test_copy_decimal (test.test_decimal.CContextAPItests) PASS: test_copy_negate (test.test_decimal.CContextAPItests) PASS: test_copy_sign (test.test_decimal.CContextAPItests) PASS: test_divide (test.test_decimal.CContextAPItests) PASS: test_divide_int (test.test_decimal.CContextAPItests) PASS: test_divmod (test.test_decimal.CContextAPItests) PASS: test_equality_with_other_types (test.test_decimal.CContextAPItests) PASS: test_exp (test.test_decimal.CContextAPItests) PASS: test_fma (test.test_decimal.CContextAPItests) PASS: test_from_legacy_strings (test.test_decimal.CContextAPItests) PASS: test_is_finite (test.test_decimal.CContextAPItests) PASS: test_is_infinite (test.test_decimal.CContextAPItests) PASS: test_is_nan (test.test_decimal.CContextAPItests) PASS: test_is_normal (test.test_decimal.CContextAPItests) PASS: test_is_qnan (test.test_decimal.CContextAPItests) PASS: test_is_signed (test.test_decimal.CContextAPItests) PASS: test_is_snan (test.test_decimal.CContextAPItests) PASS: test_is_subnormal (test.test_decimal.CContextAPItests) PASS: test_is_zero (test.test_decimal.CContextAPItests) PASS: test_ln (test.test_decimal.CContextAPItests) PASS: test_log10 (test.test_decimal.CContextAPItests) PASS: test_logb (test.test_decimal.CContextAPItests) PASS: test_logical_and (test.test_decimal.CContextAPItests) PASS: test_logical_invert (test.test_decimal.CContextAPItests) PASS: test_logical_or (test.test_decimal.CContextAPItests) PASS: test_logical_xor (test.test_decimal.CContextAPItests) PASS: test_max (test.test_decimal.CContextAPItests) PASS: test_max_mag (test.test_decimal.CContextAPItests) PASS: test_min (test.test_decimal.CContextAPItests) PASS: test_min_mag (test.test_decimal.CContextAPItests) PASS: test_minus (test.test_decimal.CContextAPItests) PASS: test_multiply (test.test_decimal.CContextAPItests) PASS: test_next_minus (test.test_decimal.CContextAPItests) PASS: test_next_plus (test.test_decimal.CContextAPItests) PASS: test_next_toward (test.test_decimal.CContextAPItests) PASS: test_none_args (test.test_decimal.CContextAPItests) PASS: test_normalize (test.test_decimal.CContextAPItests) PASS: test_number_class (test.test_decimal.CContextAPItests) PASS: test_pickle (test.test_decimal.CContextAPItests) PASS: test_plus (test.test_decimal.CContextAPItests) PASS: test_power (test.test_decimal.CContextAPItests) PASS: test_quantize (test.test_decimal.CContextAPItests) PASS: test_remainder (test.test_decimal.CContextAPItests) PASS: test_remainder_near (test.test_decimal.CContextAPItests) PASS: test_rotate (test.test_decimal.CContextAPItests) PASS: test_same_quantum (test.test_decimal.CContextAPItests) PASS: test_scaleb (test.test_decimal.CContextAPItests) PASS: test_shift (test.test_decimal.CContextAPItests) PASS: test_sqrt (test.test_decimal.CContextAPItests) PASS: test_subtract (test.test_decimal.CContextAPItests) PASS: test_to_eng_string (test.test_decimal.CContextAPItests) PASS: test_to_integral_exact (test.test_decimal.CContextAPItests) PASS: test_to_integral_value (test.test_decimal.CContextAPItests) PASS: test_to_sci_string (test.test_decimal.CContextAPItests) PASS: test__clamp (test.test_decimal.PyContextAPItests) PASS: test_abs (test.test_decimal.PyContextAPItests) PASS: test_add (test.test_decimal.PyContextAPItests) PASS: test_compare (test.test_decimal.PyContextAPItests) PASS: test_compare_signal (test.test_decimal.PyContextAPItests) PASS: test_compare_total (test.test_decimal.PyContextAPItests) PASS: test_compare_total_mag (test.test_decimal.PyContextAPItests) PASS: test_copy (test.test_decimal.PyContextAPItests) PASS: test_copy_abs (test.test_decimal.PyContextAPItests) PASS: test_copy_decimal (test.test_decimal.PyContextAPItests) PASS: test_copy_negate (test.test_decimal.PyContextAPItests) PASS: test_copy_sign (test.test_decimal.PyContextAPItests) PASS: test_divide (test.test_decimal.PyContextAPItests) PASS: test_divide_int (test.test_decimal.PyContextAPItests) PASS: test_divmod (test.test_decimal.PyContextAPItests) PASS: test_equality_with_other_types (test.test_decimal.PyContextAPItests) PASS: test_exp (test.test_decimal.PyContextAPItests) PASS: test_fma (test.test_decimal.PyContextAPItests) PASS: test_from_legacy_strings (test.test_decimal.PyContextAPItests) PASS: test_is_finite (test.test_decimal.PyContextAPItests) PASS: test_is_infinite (test.test_decimal.PyContextAPItests) PASS: test_is_nan (test.test_decimal.PyContextAPItests) PASS: test_is_normal (test.test_decimal.PyContextAPItests) PASS: test_is_qnan (test.test_decimal.PyContextAPItests) PASS: test_is_signed (test.test_decimal.PyContextAPItests) PASS: test_is_snan (test.test_decimal.PyContextAPItests) PASS: test_is_subnormal (test.test_decimal.PyContextAPItests) PASS: test_is_zero (test.test_decimal.PyContextAPItests) PASS: test_ln (test.test_decimal.PyContextAPItests) PASS: test_log10 (test.test_decimal.PyContextAPItests) PASS: test_logb (test.test_decimal.PyContextAPItests) PASS: test_logical_and (test.test_decimal.PyContextAPItests) PASS: test_logical_invert (test.test_decimal.PyContextAPItests) PASS: test_logical_or (test.test_decimal.PyContextAPItests) PASS: test_logical_xor (test.test_decimal.PyContextAPItests) PASS: test_max (test.test_decimal.PyContextAPItests) PASS: test_max_mag (test.test_decimal.PyContextAPItests) PASS: test_min (test.test_decimal.PyContextAPItests) PASS: test_min_mag (test.test_decimal.PyContextAPItests) PASS: test_minus (test.test_decimal.PyContextAPItests) PASS: test_multiply (test.test_decimal.PyContextAPItests) PASS: test_next_minus (test.test_decimal.PyContextAPItests) PASS: test_next_plus (test.test_decimal.PyContextAPItests) PASS: test_next_toward (test.test_decimal.PyContextAPItests) PASS: test_none_args (test.test_decimal.PyContextAPItests) PASS: test_normalize (test.test_decimal.PyContextAPItests) PASS: test_number_class (test.test_decimal.PyContextAPItests) PASS: test_pickle (test.test_decimal.PyContextAPItests) PASS: test_plus (test.test_decimal.PyContextAPItests) PASS: test_power (test.test_decimal.PyContextAPItests) PASS: test_quantize (test.test_decimal.PyContextAPItests) PASS: test_remainder (test.test_decimal.PyContextAPItests) PASS: test_remainder_near (test.test_decimal.PyContextAPItests) PASS: test_rotate (test.test_decimal.PyContextAPItests) PASS: test_same_quantum (test.test_decimal.PyContextAPItests) PASS: test_scaleb (test.test_decimal.PyContextAPItests) PASS: test_shift (test.test_decimal.PyContextAPItests) PASS: test_sqrt (test.test_decimal.PyContextAPItests) PASS: test_subtract (test.test_decimal.PyContextAPItests) PASS: test_to_eng_string (test.test_decimal.PyContextAPItests) PASS: test_to_integral_exact (test.test_decimal.PyContextAPItests) PASS: test_to_integral_value (test.test_decimal.PyContextAPItests) PASS: test_to_sci_string (test.test_decimal.PyContextAPItests) PASS: test_localcontext (test.test_decimal.CContextWithStatement) PASS: test_localcontextarg (test.test_decimal.CContextWithStatement) PASS: test_nested_with_statements (test.test_decimal.CContextWithStatement) PASS: test_with_statements_gc1 (test.test_decimal.CContextWithStatement) PASS: test_with_statements_gc2 (test.test_decimal.CContextWithStatement) PASS: test_with_statements_gc3 (test.test_decimal.CContextWithStatement) PASS: test_localcontext (test.test_decimal.PyContextWithStatement) PASS: test_localcontextarg (test.test_decimal.PyContextWithStatement) PASS: test_nested_with_statements (test.test_decimal.PyContextWithStatement) PASS: test_with_statements_gc1 (test.test_decimal.PyContextWithStatement) PASS: test_with_statements_gc2 (test.test_decimal.PyContextWithStatement) PASS: test_with_statements_gc3 (test.test_decimal.PyContextWithStatement) PASS: test_flag_comparisons (test.test_decimal.CContextFlags) PASS: test_flags_irrelevant (test.test_decimal.CContextFlags) PASS: test_float_comparison (test.test_decimal.CContextFlags) PASS: test_float_operation (test.test_decimal.CContextFlags) PASS: test_float_operation_default (test.test_decimal.CContextFlags) PASS: test_flag_comparisons (test.test_decimal.PyContextFlags) PASS: test_flags_irrelevant (test.test_decimal.PyContextFlags) PASS: test_float_comparison (test.test_decimal.PyContextFlags) PASS: test_float_operation (test.test_decimal.PyContextFlags) PASS: test_float_operation_default (test.test_decimal.PyContextFlags) PASS: test_context_templates (test.test_decimal.CSpecialContexts) PASS: test_default_context (test.test_decimal.CSpecialContexts) PASS: test_context_templates (test.test_decimal.PySpecialContexts) PASS: test_default_context (test.test_decimal.PySpecialContexts) PASS: test_invalid_context (test.test_decimal.CContextInputValidation) PASS: test_invalid_context (test.test_decimal.PyContextInputValidation) PASS: test_context_subclassing (test.test_decimal.CContextSubclassing) PASS: test_context_subclassing (test.test_decimal.PyContextSubclassing) PASS: test_adjusted (test.test_decimal.CCoverage) PASS: test_canonical (test.test_decimal.CCoverage) PASS: test_context_repr (test.test_decimal.CCoverage) PASS: test_copy (test.test_decimal.CCoverage) PASS: test_create_decimal (test.test_decimal.CCoverage) PASS: test_divmod (test.test_decimal.CCoverage) PASS: test_implicit_context (test.test_decimal.CCoverage) PASS: test_int (test.test_decimal.CCoverage) PASS: test_power (test.test_decimal.CCoverage) PASS: test_quantize (test.test_decimal.CCoverage) PASS: test_radix (test.test_decimal.CCoverage) PASS: test_rop (test.test_decimal.CCoverage) PASS: test_round (test.test_decimal.CCoverage) PASS: test_adjusted (test.test_decimal.PyCoverage) PASS: test_canonical (test.test_decimal.PyCoverage) PASS: test_context_repr (test.test_decimal.PyCoverage) PASS: test_copy (test.test_decimal.PyCoverage) PASS: test_create_decimal (test.test_decimal.PyCoverage) PASS: test_divmod (test.test_decimal.PyCoverage) PASS: test_implicit_context (test.test_decimal.PyCoverage) PASS: test_int (test.test_decimal.PyCoverage) PASS: test_power (test.test_decimal.PyCoverage) PASS: test_quantize (test.test_decimal.PyCoverage) PASS: test_radix (test.test_decimal.PyCoverage) PASS: test_rop (test.test_decimal.PyCoverage) PASS: test_round (test.test_decimal.PyCoverage) SKIP: test_c_context (test.test_decimal.CFunctionality) 'test requires build with -DEXTRA_FUNCTIONALITY' SKIP: test_c_ieee_context (test.test_decimal.CFunctionality) 'test requires build with -DEXTRA_FUNCTIONALITY' SKIP: test_constants (test.test_decimal.CFunctionality) 'test requires build with -DEXTRA_FUNCTIONALITY' PASS: test_py_alternate_formatting (test.test_decimal.PyFunctionality) PASS: test_bignum (test.test_decimal.CWhitebox) PASS: test_c_context_errors (test.test_decimal.CWhitebox) SKIP: test_c_context_errors_extra (test.test_decimal.CWhitebox) 'test requires build with -DEXTRA_FUNCTIONALITY' PASS: test_c_context_repr (test.test_decimal.CWhitebox) SKIP: test_c_context_templates (test.test_decimal.CWhitebox) 'test requires build with -DEXTRA_FUNCTIONALITY' PASS: test_c_format (test.test_decimal.CWhitebox) PASS: test_c_funcs (test.test_decimal.CWhitebox) PASS: test_c_input_restriction (test.test_decimal.CWhitebox) PASS: test_c_integral (test.test_decimal.CWhitebox) PASS: test_c_round (test.test_decimal.CWhitebox) SKIP: test_c_signal_dict (test.test_decimal.CWhitebox) 'test requires build with -DEXTRA_FUNCTIONALITY' PASS: test_c_valid_context (test.test_decimal.CWhitebox) SKIP: test_c_valid_context_extra (test.test_decimal.CWhitebox) 'test requires build with -DEXTRA_FUNCTIONALITY' PASS: test_exact_conversion (test.test_decimal.CWhitebox) PASS: test_from_tuple (test.test_decimal.CWhitebox) PASS: test_internal_use_of_overridden_methods (test.test_decimal.CWhitebox) PASS: test_invalid_construction (test.test_decimal.CWhitebox) PASS: test_invalid_override (test.test_decimal.CWhitebox) PASS: test_maxcontext_exact_arith (test.test_decimal.CWhitebox) PASS: test_rounding_strings_interned (test.test_decimal.CWhitebox) PASS: test_sizeof (test.test_decimal.CWhitebox) PASS: test_va_args_exceptions (test.test_decimal.CWhitebox) PASS: test_py__round (test.test_decimal.PyWhitebox) PASS: test_py_decimal_id (test.test_decimal.PyWhitebox) PASS: test_py_exact_power (test.test_decimal.PyWhitebox) PASS: test_py_immutability_operations (test.test_decimal.PyWhitebox) PASS: test_py_rescale (test.test_decimal.PyWhitebox) PASS: test_abs (test.test_decimal.CIBMTestCases) PASS: test_add (test.test_decimal.CIBMTestCases) PASS: test_and (test.test_decimal.CIBMTestCases) PASS: test_base (test.test_decimal.CIBMTestCases) PASS: test_clamp (test.test_decimal.CIBMTestCases) PASS: test_class (test.test_decimal.CIBMTestCases) PASS: test_compare (test.test_decimal.CIBMTestCases) PASS: test_comparetotal (test.test_decimal.CIBMTestCases) PASS: test_comparetotmag (test.test_decimal.CIBMTestCases) PASS: test_copy (test.test_decimal.CIBMTestCases) PASS: test_copyabs (test.test_decimal.CIBMTestCases) PASS: test_copynegate (test.test_decimal.CIBMTestCases) PASS: test_copysign (test.test_decimal.CIBMTestCases) PASS: test_ddAbs (test.test_decimal.CIBMTestCases) PASS: test_ddAdd (test.test_decimal.CIBMTestCases) PASS: test_ddAnd (test.test_decimal.CIBMTestCases) PASS: test_ddBase (test.test_decimal.CIBMTestCases) PASS: test_ddCanonical (test.test_decimal.CIBMTestCases) PASS: test_ddClass (test.test_decimal.CIBMTestCases) PASS: test_ddCompare (test.test_decimal.CIBMTestCases) PASS: test_ddCompareSig (test.test_decimal.CIBMTestCases) PASS: test_ddCompareTotal (test.test_decimal.CIBMTestCases) PASS: test_ddCompareTotalMag (test.test_decimal.CIBMTestCases) PASS: test_ddCopy (test.test_decimal.CIBMTestCases) PASS: test_ddCopyAbs (test.test_decimal.CIBMTestCases) PASS: test_ddCopyNegate (test.test_decimal.CIBMTestCases) PASS: test_ddCopySign (test.test_decimal.CIBMTestCases) PASS: test_ddDivide (test.test_decimal.CIBMTestCases) PASS: test_ddDivideInt (test.test_decimal.CIBMTestCases) PASS: test_ddEncode (test.test_decimal.CIBMTestCases) PASS: test_ddFMA (test.test_decimal.CIBMTestCases) PASS: test_ddInvert (test.test_decimal.CIBMTestCases) PASS: test_ddLogB (test.test_decimal.CIBMTestCases) PASS: test_ddMax (test.test_decimal.CIBMTestCases) PASS: test_ddMaxMag (test.test_decimal.CIBMTestCases) PASS: test_ddMin (test.test_decimal.CIBMTestCases) PASS: test_ddMinMag (test.test_decimal.CIBMTestCases) PASS: test_ddMinus (test.test_decimal.CIBMTestCases) PASS: test_ddMultiply (test.test_decimal.CIBMTestCases) PASS: test_ddNextMinus (test.test_decimal.CIBMTestCases) PASS: test_ddNextPlus (test.test_decimal.CIBMTestCases) PASS: test_ddNextToward (test.test_decimal.CIBMTestCases) PASS: test_ddOr (test.test_decimal.CIBMTestCases) PASS: test_ddPlus (test.test_decimal.CIBMTestCases) PASS: test_ddQuantize (test.test_decimal.CIBMTestCases) PASS: test_ddReduce (test.test_decimal.CIBMTestCases) PASS: test_ddRemainder (test.test_decimal.CIBMTestCases) PASS: test_ddRemainderNear (test.test_decimal.CIBMTestCases) PASS: test_ddRotate (test.test_decimal.CIBMTestCases) PASS: test_ddSameQuantum (test.test_decimal.CIBMTestCases) PASS: test_ddScaleB (test.test_decimal.CIBMTestCases) PASS: test_ddShift (test.test_decimal.CIBMTestCases) PASS: test_ddSubtract (test.test_decimal.CIBMTestCases) PASS: test_ddToIntegral (test.test_decimal.CIBMTestCases) PASS: test_ddXor (test.test_decimal.CIBMTestCases) PASS: test_decDouble (test.test_decimal.CIBMTestCases) PASS: test_decQuad (test.test_decimal.CIBMTestCases) PASS: test_decSingle (test.test_decimal.CIBMTestCases) PASS: test_divide (test.test_decimal.CIBMTestCases) PASS: test_divideint (test.test_decimal.CIBMTestCases) PASS: test_dqAbs (test.test_decimal.CIBMTestCases) PASS: test_dqAdd (test.test_decimal.CIBMTestCases) PASS: test_dqAnd (test.test_decimal.CIBMTestCases) PASS: test_dqBase (test.test_decimal.CIBMTestCases) PASS: test_dqCanonical (test.test_decimal.CIBMTestCases) PASS: test_dqClass (test.test_decimal.CIBMTestCases) PASS: test_dqCompare (test.test_decimal.CIBMTestCases) PASS: test_dqCompareSig (test.test_decimal.CIBMTestCases) PASS: test_dqCompareTotal (test.test_decimal.CIBMTestCases) PASS: test_dqCompareTotalMag (test.test_decimal.CIBMTestCases) PASS: test_dqCopy (test.test_decimal.CIBMTestCases) PASS: test_dqCopyAbs (test.test_decimal.CIBMTestCases) PASS: test_dqCopyNegate (test.test_decimal.CIBMTestCases) PASS: test_dqCopySign (test.test_decimal.CIBMTestCases) PASS: test_dqDivide (test.test_decimal.CIBMTestCases) PASS: test_dqDivideInt (test.test_decimal.CIBMTestCases) PASS: test_dqEncode (test.test_decimal.CIBMTestCases) PASS: test_dqFMA (test.test_decimal.CIBMTestCases) PASS: test_dqInvert (test.test_decimal.CIBMTestCases) PASS: test_dqLogB (test.test_decimal.CIBMTestCases) PASS: test_dqMax (test.test_decimal.CIBMTestCases) PASS: test_dqMaxMag (test.test_decimal.CIBMTestCases) PASS: test_dqMin (test.test_decimal.CIBMTestCases) PASS: test_dqMinMag (test.test_decimal.CIBMTestCases) PASS: test_dqMinus (test.test_decimal.CIBMTestCases) PASS: test_dqMultiply (test.test_decimal.CIBMTestCases) PASS: test_dqNextMinus (test.test_decimal.CIBMTestCases) PASS: test_dqNextPlus (test.test_decimal.CIBMTestCases) PASS: test_dqNextToward (test.test_decimal.CIBMTestCases) PASS: test_dqOr (test.test_decimal.CIBMTestCases) PASS: test_dqPlus (test.test_decimal.CIBMTestCases) PASS: test_dqQuantize (test.test_decimal.CIBMTestCases) PASS: test_dqReduce (test.test_decimal.CIBMTestCases) PASS: test_dqRemainder (test.test_decimal.CIBMTestCases) PASS: test_dqRemainderNear (test.test_decimal.CIBMTestCases) PASS: test_dqRotate (test.test_decimal.CIBMTestCases) PASS: test_dqSameQuantum (test.test_decimal.CIBMTestCases) PASS: test_dqScaleB (test.test_decimal.CIBMTestCases) PASS: test_dqShift (test.test_decimal.CIBMTestCases) PASS: test_dqSubtract (test.test_decimal.CIBMTestCases) PASS: test_dqToIntegral (test.test_decimal.CIBMTestCases) PASS: test_dqXor (test.test_decimal.CIBMTestCases) PASS: test_dsBase (test.test_decimal.CIBMTestCases) PASS: test_dsEncode (test.test_decimal.CIBMTestCases) PASS: test_exp (test.test_decimal.CIBMTestCases) PASS: test_extra (test.test_decimal.CIBMTestCases) PASS: test_fma (test.test_decimal.CIBMTestCases) PASS: test_inexact (test.test_decimal.CIBMTestCases) PASS: test_invert (test.test_decimal.CIBMTestCases) PASS: test_ln (test.test_decimal.CIBMTestCases) PASS: test_log10 (test.test_decimal.CIBMTestCases) PASS: test_logb (test.test_decimal.CIBMTestCases) PASS: test_max (test.test_decimal.CIBMTestCases) PASS: test_maxmag (test.test_decimal.CIBMTestCases) PASS: test_min (test.test_decimal.CIBMTestCases) PASS: test_minmag (test.test_decimal.CIBMTestCases) PASS: test_minus (test.test_decimal.CIBMTestCases) PASS: test_multiply (test.test_decimal.CIBMTestCases) PASS: test_nextminus (test.test_decimal.CIBMTestCases) PASS: test_nextplus (test.test_decimal.CIBMTestCases) PASS: test_nexttoward (test.test_decimal.CIBMTestCases) PASS: test_or (test.test_decimal.CIBMTestCases) PASS: test_plus (test.test_decimal.CIBMTestCases) PASS: test_power (test.test_decimal.CIBMTestCases) PASS: test_powersqrt (test.test_decimal.CIBMTestCases) PASS: test_quantize (test.test_decimal.CIBMTestCases) PASS: test_randomBound32 (test.test_decimal.CIBMTestCases) PASS: test_randoms (test.test_decimal.CIBMTestCases) PASS: test_reduce (test.test_decimal.CIBMTestCases) PASS: test_remainder (test.test_decimal.CIBMTestCases) PASS: test_remainderNear (test.test_decimal.CIBMTestCases) PASS: test_rescale (test.test_decimal.CIBMTestCases) PASS: test_rotate (test.test_decimal.CIBMTestCases) PASS: test_rounding (test.test_decimal.CIBMTestCases) PASS: test_samequantum (test.test_decimal.CIBMTestCases) PASS: test_scaleb (test.test_decimal.CIBMTestCases) PASS: test_shift (test.test_decimal.CIBMTestCases) PASS: test_squareroot (test.test_decimal.CIBMTestCases) PASS: test_subtract (test.test_decimal.CIBMTestCases) PASS: test_testall (test.test_decimal.CIBMTestCases) PASS: test_tointegral (test.test_decimal.CIBMTestCases) PASS: test_tointegralx (test.test_decimal.CIBMTestCases) PASS: test_xor (test.test_decimal.CIBMTestCases) PASS: test_abs (test.test_decimal.PyIBMTestCases) PASS: test_add (test.test_decimal.PyIBMTestCases) PASS: test_and (test.test_decimal.PyIBMTestCases) PASS: test_base (test.test_decimal.PyIBMTestCases) PASS: test_clamp (test.test_decimal.PyIBMTestCases) PASS: test_class (test.test_decimal.PyIBMTestCases) PASS: test_compare (test.test_decimal.PyIBMTestCases) PASS: test_comparetotal (test.test_decimal.PyIBMTestCases) PASS: test_comparetotmag (test.test_decimal.PyIBMTestCases) PASS: test_copy (test.test_decimal.PyIBMTestCases) PASS: test_copyabs (test.test_decimal.PyIBMTestCases) PASS: test_copynegate (test.test_decimal.PyIBMTestCases) PASS: test_copysign (test.test_decimal.PyIBMTestCases) PASS: test_ddAbs (test.test_decimal.PyIBMTestCases) PASS: test_ddAdd (test.test_decimal.PyIBMTestCases) PASS: test_ddAnd (test.test_decimal.PyIBMTestCases) PASS: test_ddBase (test.test_decimal.PyIBMTestCases) PASS: test_ddCanonical (test.test_decimal.PyIBMTestCases) PASS: test_ddClass (test.test_decimal.PyIBMTestCases) PASS: test_ddCompare (test.test_decimal.PyIBMTestCases) PASS: test_ddCompareSig (test.test_decimal.PyIBMTestCases) PASS: test_ddCompareTotal (test.test_decimal.PyIBMTestCases) PASS: test_ddCompareTotalMag (test.test_decimal.PyIBMTestCases) PASS: test_ddCopy (test.test_decimal.PyIBMTestCases) PASS: test_ddCopyAbs (test.test_decimal.PyIBMTestCases) PASS: test_ddCopyNegate (test.test_decimal.PyIBMTestCases) PASS: test_ddCopySign (test.test_decimal.PyIBMTestCases) PASS: test_ddDivide (test.test_decimal.PyIBMTestCases) PASS: test_ddDivideInt (test.test_decimal.PyIBMTestCases) PASS: test_ddEncode (test.test_decimal.PyIBMTestCases) PASS: test_ddFMA (test.test_decimal.PyIBMTestCases) PASS: test_ddInvert (test.test_decimal.PyIBMTestCases) PASS: test_ddLogB (test.test_decimal.PyIBMTestCases) PASS: test_ddMax (test.test_decimal.PyIBMTestCases) PASS: test_ddMaxMag (test.test_decimal.PyIBMTestCases) PASS: test_ddMin (test.test_decimal.PyIBMTestCases) PASS: test_ddMinMag (test.test_decimal.PyIBMTestCases) PASS: test_ddMinus (test.test_decimal.PyIBMTestCases) PASS: test_ddMultiply (test.test_decimal.PyIBMTestCases) PASS: test_ddNextMinus (test.test_decimal.PyIBMTestCases) PASS: test_ddNextPlus (test.test_decimal.PyIBMTestCases) PASS: test_ddNextToward (test.test_decimal.PyIBMTestCases) PASS: test_ddOr (test.test_decimal.PyIBMTestCases) PASS: test_ddPlus (test.test_decimal.PyIBMTestCases) PASS: test_ddQuantize (test.test_decimal.PyIBMTestCases) PASS: test_ddReduce (test.test_decimal.PyIBMTestCases) PASS: test_ddRemainder (test.test_decimal.PyIBMTestCases) PASS: test_ddRemainderNear (test.test_decimal.PyIBMTestCases) PASS: test_ddRotate (test.test_decimal.PyIBMTestCases) PASS: test_ddSameQuantum (test.test_decimal.PyIBMTestCases) PASS: test_ddScaleB (test.test_decimal.PyIBMTestCases) PASS: test_ddShift (test.test_decimal.PyIBMTestCases) PASS: test_ddSubtract (test.test_decimal.PyIBMTestCases) PASS: test_ddToIntegral (test.test_decimal.PyIBMTestCases) PASS: test_ddXor (test.test_decimal.PyIBMTestCases) PASS: test_decDouble (test.test_decimal.PyIBMTestCases) PASS: test_decQuad (test.test_decimal.PyIBMTestCases) PASS: test_decSingle (test.test_decimal.PyIBMTestCases) PASS: test_divide (test.test_decimal.PyIBMTestCases) PASS: test_divideint (test.test_decimal.PyIBMTestCases) PASS: test_dqAbs (test.test_decimal.PyIBMTestCases) PASS: test_dqAdd (test.test_decimal.PyIBMTestCases) PASS: test_dqAnd (test.test_decimal.PyIBMTestCases) PASS: test_dqBase (test.test_decimal.PyIBMTestCases) PASS: test_dqCanonical (test.test_decimal.PyIBMTestCases) PASS: test_dqClass (test.test_decimal.PyIBMTestCases) PASS: test_dqCompare (test.test_decimal.PyIBMTestCases) PASS: test_dqCompareSig (test.test_decimal.PyIBMTestCases) PASS: test_dqCompareTotal (test.test_decimal.PyIBMTestCases) PASS: test_dqCompareTotalMag (test.test_decimal.PyIBMTestCases) PASS: test_dqCopy (test.test_decimal.PyIBMTestCases) PASS: test_dqCopyAbs (test.test_decimal.PyIBMTestCases) PASS: test_dqCopyNegate (test.test_decimal.PyIBMTestCases) PASS: test_dqCopySign (test.test_decimal.PyIBMTestCases) PASS: test_dqDivide (test.test_decimal.PyIBMTestCases) PASS: test_dqDivideInt (test.test_decimal.PyIBMTestCases) PASS: test_dqEncode (test.test_decimal.PyIBMTestCases) PASS: test_dqFMA (test.test_decimal.PyIBMTestCases) PASS: test_dqInvert (test.test_decimal.PyIBMTestCases) PASS: test_dqLogB (test.test_decimal.PyIBMTestCases) PASS: test_dqMax (test.test_decimal.PyIBMTestCases) PASS: test_dqMaxMag (test.test_decimal.PyIBMTestCases) PASS: test_dqMin (test.test_decimal.PyIBMTestCases) PASS: test_dqMinMag (test.test_decimal.PyIBMTestCases) PASS: test_dqMinus (test.test_decimal.PyIBMTestCases) PASS: test_dqMultiply (test.test_decimal.PyIBMTestCases) PASS: test_dqNextMinus (test.test_decimal.PyIBMTestCases) PASS: test_dqNextPlus (test.test_decimal.PyIBMTestCases) PASS: test_dqNextToward (test.test_decimal.PyIBMTestCases) PASS: test_dqOr (test.test_decimal.PyIBMTestCases) PASS: test_dqPlus (test.test_decimal.PyIBMTestCases) PASS: test_dqQuantize (test.test_decimal.PyIBMTestCases) PASS: test_dqReduce (test.test_decimal.PyIBMTestCases) PASS: test_dqRemainder (test.test_decimal.PyIBMTestCases) PASS: test_dqRemainderNear (test.test_decimal.PyIBMTestCases) PASS: test_dqRotate (test.test_decimal.PyIBMTestCases) PASS: test_dqSameQuantum (test.test_decimal.PyIBMTestCases) PASS: test_dqScaleB (test.test_decimal.PyIBMTestCases) PASS: test_dqShift (test.test_decimal.PyIBMTestCases) PASS: test_dqSubtract (test.test_decimal.PyIBMTestCases) PASS: test_dqToIntegral (test.test_decimal.PyIBMTestCases) PASS: test_dqXor (test.test_decimal.PyIBMTestCases) PASS: test_dsBase (test.test_decimal.PyIBMTestCases) PASS: test_dsEncode (test.test_decimal.PyIBMTestCases) PASS: test_exp (test.test_decimal.PyIBMTestCases) PASS: test_extra (test.test_decimal.PyIBMTestCases) PASS: test_fma (test.test_decimal.PyIBMTestCases) PASS: test_inexact (test.test_decimal.PyIBMTestCases) PASS: test_invert (test.test_decimal.PyIBMTestCases) PASS: test_ln (test.test_decimal.PyIBMTestCases) PASS: test_log10 (test.test_decimal.PyIBMTestCases) PASS: test_logb (test.test_decimal.PyIBMTestCases) PASS: test_max (test.test_decimal.PyIBMTestCases) PASS: test_maxmag (test.test_decimal.PyIBMTestCases) PASS: test_min (test.test_decimal.PyIBMTestCases) PASS: test_minmag (test.test_decimal.PyIBMTestCases) PASS: test_minus (test.test_decimal.PyIBMTestCases) PASS: test_multiply (test.test_decimal.PyIBMTestCases) PASS: test_nextminus (test.test_decimal.PyIBMTestCases) PASS: test_nextplus (test.test_decimal.PyIBMTestCases) PASS: test_nexttoward (test.test_decimal.PyIBMTestCases) PASS: test_or (test.test_decimal.PyIBMTestCases) PASS: test_plus (test.test_decimal.PyIBMTestCases) PASS: test_power (test.test_decimal.PyIBMTestCases) PASS: test_powersqrt (test.test_decimal.PyIBMTestCases) PASS: test_quantize (test.test_decimal.PyIBMTestCases) PASS: test_randomBound32 (test.test_decimal.PyIBMTestCases) PASS: test_randoms (test.test_decimal.PyIBMTestCases) PASS: test_reduce (test.test_decimal.PyIBMTestCases) PASS: test_remainder (test.test_decimal.PyIBMTestCases) PASS: test_remainderNear (test.test_decimal.PyIBMTestCases) PASS: test_rescale (test.test_decimal.PyIBMTestCases) PASS: test_rotate (test.test_decimal.PyIBMTestCases) PASS: test_rounding (test.test_decimal.PyIBMTestCases) PASS: test_samequantum (test.test_decimal.PyIBMTestCases) PASS: test_scaleb (test.test_decimal.PyIBMTestCases) PASS: test_shift (test.test_decimal.PyIBMTestCases) PASS: test_squareroot (test.test_decimal.PyIBMTestCases) PASS: test_subtract (test.test_decimal.PyIBMTestCases) PASS: test_testall (test.test_decimal.PyIBMTestCases) PASS: test_tointegral (test.test_decimal.PyIBMTestCases) PASS: test_tointegralx (test.test_decimal.PyIBMTestCases) PASS: test_xor (test.test_decimal.PyIBMTestCases) ---------------------------------------------------------------------- Ran 634 tests in 3.332s OK (skipped=9) Trying: c = Context(prec=28, Emin=-425000000, Emax=425000000, rounding=ROUND_HALF_EVEN, capitals=1, clamp=1, traps=[InvalidOperation, DivisionByZero, Overflow], flags=[]) Expecting nothing ok Trying: Decimal('12.0').compare_total(Decimal('12')) Expecting: Decimal('-1') ok Trying: Decimal('2.3').copy_sign(Decimal('-1.5')) Expecting: Decimal('-2.3') ok Trying: Decimal(2).fma(3, 5) Expecting: Decimal('11') ok Trying: Decimal.from_float(0.1) Expecting: Decimal('0.1000000000000000055511151231257827021181583404541015625') ok Trying: Decimal.from_float(float('nan')) Expecting: Decimal('NaN') ok Trying: Decimal.from_float(float('inf')) Expecting: Decimal('Infinity') ok Trying: Decimal.from_float(float('-inf')) Expecting: Decimal('-Infinity') ok Trying: Decimal('1.41421356').quantize(Decimal('1.000')) Expecting: Decimal('1.414') ok 186 items had no tests: decimal decimal.Clamped decimal.Context.Etiny decimal.Context.Etop decimal.Context.__copy__ decimal.Context.__delattr__ decimal.Context.__getattribute__ decimal.Context.__init__ decimal.Context.__reduce__ decimal.Context.__repr__ decimal.Context.__setattr__ decimal.Context._apply decimal.Context.abs decimal.Context.add decimal.Context.canonical decimal.Context.clear_flags decimal.Context.clear_traps decimal.Context.compare decimal.Context.compare_signal decimal.Context.compare_total decimal.Context.compare_total_mag decimal.Context.copy decimal.Context.copy_abs decimal.Context.copy_decimal decimal.Context.copy_negate decimal.Context.copy_sign decimal.Context.create_decimal decimal.Context.create_decimal_from_float decimal.Context.divide decimal.Context.divide_int decimal.Context.divmod decimal.Context.exp decimal.Context.fma decimal.Context.is_canonical decimal.Context.is_finite decimal.Context.is_infinite decimal.Context.is_nan decimal.Context.is_normal decimal.Context.is_qnan decimal.Context.is_signed decimal.Context.is_snan decimal.Context.is_subnormal decimal.Context.is_zero decimal.Context.ln decimal.Context.log10 decimal.Context.logb decimal.Context.logical_and decimal.Context.logical_invert decimal.Context.logical_or decimal.Context.logical_xor decimal.Context.max decimal.Context.max_mag decimal.Context.min decimal.Context.min_mag decimal.Context.minus decimal.Context.multiply decimal.Context.next_minus decimal.Context.next_plus decimal.Context.next_toward decimal.Context.normalize decimal.Context.number_class decimal.Context.plus decimal.Context.power decimal.Context.quantize decimal.Context.radix decimal.Context.remainder decimal.Context.remainder_near decimal.Context.rotate decimal.Context.same_quantum decimal.Context.scaleb decimal.Context.shift decimal.Context.sqrt decimal.Context.subtract decimal.Context.to_eng_string decimal.Context.to_integral decimal.Context.to_integral_exact decimal.Context.to_integral_value decimal.Context.to_sci_string decimal.ConversionSyntax decimal.Decimal decimal.Decimal.__abs__ decimal.Decimal.__add__ decimal.Decimal.__bool__ decimal.Decimal.__ceil__ decimal.Decimal.__complex__ decimal.Decimal.__copy__ decimal.Decimal.__deepcopy__ decimal.Decimal.__divmod__ decimal.Decimal.__eq__ decimal.Decimal.__float__ decimal.Decimal.__floor__ decimal.Decimal.__floordiv__ decimal.Decimal.__format__ decimal.Decimal.__ge__ decimal.Decimal.__getattribute__ decimal.Decimal.__gt__ decimal.Decimal.__hash__ decimal.Decimal.__int__ decimal.Decimal.__le__ decimal.Decimal.__lt__ decimal.Decimal.__mod__ decimal.Decimal.__mul__ decimal.Decimal.__ne__ decimal.Decimal.__neg__ decimal.Decimal.__pos__ decimal.Decimal.__pow__ decimal.Decimal.__radd__ decimal.Decimal.__rdivmod__ decimal.Decimal.__reduce__ decimal.Decimal.__repr__ decimal.Decimal.__rfloordiv__ decimal.Decimal.__rmod__ decimal.Decimal.__rmul__ decimal.Decimal.__round__ decimal.Decimal.__rpow__ decimal.Decimal.__rsub__ decimal.Decimal.__rtruediv__ decimal.Decimal.__sizeof__ decimal.Decimal.__str__ decimal.Decimal.__sub__ decimal.Decimal.__truediv__ decimal.Decimal.__trunc__ decimal.Decimal.adjusted decimal.Decimal.as_integer_ratio decimal.Decimal.as_tuple decimal.Decimal.canonical decimal.Decimal.compare decimal.Decimal.compare_signal decimal.Decimal.compare_total_mag decimal.Decimal.conjugate decimal.Decimal.copy_abs decimal.Decimal.copy_negate decimal.Decimal.exp decimal.Decimal.is_canonical decimal.Decimal.is_finite decimal.Decimal.is_infinite decimal.Decimal.is_nan decimal.Decimal.is_normal decimal.Decimal.is_qnan decimal.Decimal.is_signed decimal.Decimal.is_snan decimal.Decimal.is_subnormal decimal.Decimal.is_zero decimal.Decimal.ln decimal.Decimal.log10 decimal.Decimal.logb decimal.Decimal.logical_and decimal.Decimal.logical_invert decimal.Decimal.logical_or decimal.Decimal.logical_xor decimal.Decimal.max decimal.Decimal.max_mag decimal.Decimal.min decimal.Decimal.min_mag decimal.Decimal.next_minus decimal.Decimal.next_plus decimal.Decimal.next_toward decimal.Decimal.normalize decimal.Decimal.number_class decimal.Decimal.radix decimal.Decimal.remainder_near decimal.Decimal.rotate decimal.Decimal.same_quantum decimal.Decimal.scaleb decimal.Decimal.shift decimal.Decimal.sqrt decimal.Decimal.to_eng_string decimal.Decimal.to_integral decimal.Decimal.to_integral_exact decimal.Decimal.to_integral_value decimal.DecimalException decimal.DecimalTuple decimal.DivisionByZero decimal.DivisionImpossible decimal.DivisionUndefined decimal.FloatOperation decimal.Inexact decimal.InvalidContext decimal.InvalidOperation decimal.Overflow decimal.Rounded decimal.Subnormal decimal.Underflow decimal.getcontext decimal.localcontext decimal.setcontext 6 items passed all tests: 1 tests in decimal.Context 1 tests in decimal.Decimal.compare_total 1 tests in decimal.Decimal.copy_sign 1 tests in decimal.Decimal.fma 4 tests in decimal.Decimal.from_float 1 tests in decimal.Decimal.quantize 9 tests in 192 items. 9 passed and 0 failed. Test passed. doctest (decimal) ... 9 tests with zero failures Trying: from decimal import * Expecting nothing ok Trying: setcontext(ExtendedContext) Expecting nothing ok Trying: Decimal(0) Expecting: Decimal('0') ok Trying: Decimal('1') Expecting: Decimal('1') ok Trying: Decimal('-.0123') Expecting: Decimal('-0.0123') ok Trying: Decimal(123456) Expecting: Decimal('123456') ok Trying: Decimal('123.45e12345678') Expecting: Decimal('1.2345E+12345680') ok Trying: Decimal('1.33') + Decimal('1.27') Expecting: Decimal('2.60') ok Trying: Decimal('12.34') + Decimal('3.87') - Decimal('18.41') Expecting: Decimal('-2.20') ok Trying: dig = Decimal(1) Expecting nothing ok Trying: print(dig / Decimal(3)) Expecting: 0.333333333 ok Trying: getcontext().prec = 18 Expecting nothing ok Trying: print(dig / Decimal(3)) Expecting: 0.333333333333333333 ok Trying: print(dig.sqrt()) Expecting: 1 ok Trying: print(Decimal(3).sqrt()) Expecting: 1.73205080756887729 ok Trying: print(Decimal(3) ** 123) Expecting: 4.85192780976896427E+58 ok Trying: inf = Decimal(1) / Decimal(0) Expecting nothing ok Trying: print(inf) Expecting: Infinity ok Trying: neginf = Decimal(-1) / Decimal(0) Expecting nothing ok Trying: print(neginf) Expecting: -Infinity ok Trying: print(neginf + inf) Expecting: NaN ok Trying: print(neginf * inf) Expecting: -Infinity ok Trying: print(dig / 0) Expecting: Infinity ok Trying: getcontext().traps[DivisionByZero] = 1 Expecting nothing ok Trying: print(dig / 0) Expecting: Traceback (most recent call last): ... ... ... decimal.DivisionByZero: x / 0 ok Trying: c = Context() Expecting nothing ok Trying: c.traps[InvalidOperation] = 0 Expecting nothing ok Trying: print(c.flags[InvalidOperation]) Expecting: 0 ok Trying: c.divide(Decimal(0), Decimal(0)) Expecting: Decimal('NaN') ok Trying: c.traps[InvalidOperation] = 1 Expecting nothing ok Trying: print(c.flags[InvalidOperation]) Expecting: 1 ok Trying: c.flags[InvalidOperation] = 0 Expecting nothing ok Trying: print(c.flags[InvalidOperation]) Expecting: 0 ok Trying: print(c.divide(Decimal(0), Decimal(0))) Expecting: Traceback (most recent call last): ... ... ... decimal.InvalidOperation: 0 / 0 ok Trying: print(c.flags[InvalidOperation]) Expecting: 1 ok Trying: c.flags[InvalidOperation] = 0 Expecting nothing ok Trying: c.traps[InvalidOperation] = 0 Expecting nothing ok Trying: print(c.divide(Decimal(0), Decimal(0))) Expecting: NaN ok Trying: print(c.flags[InvalidOperation]) Expecting: 1 ok Trying: ExtendedContext.abs(Decimal('2.1')) Expecting: Decimal('2.1') ok Trying: ExtendedContext.abs(Decimal('-100')) Expecting: Decimal('100') ok Trying: ExtendedContext.abs(Decimal('101.5')) Expecting: Decimal('101.5') ok Trying: ExtendedContext.abs(Decimal('-101.5')) Expecting: Decimal('101.5') ok Trying: ExtendedContext.abs(-1) Expecting: Decimal('1') ok Trying: ExtendedContext.add(Decimal('12'), Decimal('7.00')) Expecting: Decimal('19.00') ok Trying: ExtendedContext.add(Decimal('1E+2'), Decimal('1.01E+4')) Expecting: Decimal('1.02E+4') ok Trying: ExtendedContext.add(1, Decimal(2)) Expecting: Decimal('3') ok Trying: ExtendedContext.add(Decimal(8), 5) Expecting: Decimal('13') ok Trying: ExtendedContext.add(5, 5) Expecting: Decimal('10') ok Trying: ExtendedContext.canonical(Decimal('2.50')) Expecting: Decimal('2.50') ok Trying: ExtendedContext.compare(Decimal('2.1'), Decimal('3')) Expecting: Decimal('-1') ok Trying: ExtendedContext.compare(Decimal('2.1'), Decimal('2.1')) Expecting: Decimal('0') ok Trying: ExtendedContext.compare(Decimal('2.1'), Decimal('2.10')) Expecting: Decimal('0') ok Trying: ExtendedContext.compare(Decimal('3'), Decimal('2.1')) Expecting: Decimal('1') ok Trying: ExtendedContext.compare(Decimal('2.1'), Decimal('-3')) Expecting: Decimal('1') ok Trying: ExtendedContext.compare(Decimal('-3'), Decimal('2.1')) Expecting: Decimal('-1') ok Trying: ExtendedContext.compare(1, 2) Expecting: Decimal('-1') ok Trying: ExtendedContext.compare(Decimal(1), 2) Expecting: Decimal('-1') ok Trying: ExtendedContext.compare(1, Decimal(2)) Expecting: Decimal('-1') ok Trying: c = ExtendedContext Expecting nothing ok Trying: c.compare_signal(Decimal('2.1'), Decimal('3')) Expecting: Decimal('-1') ok Trying: c.compare_signal(Decimal('2.1'), Decimal('2.1')) Expecting: Decimal('0') ok Trying: c.flags[InvalidOperation] = 0 Expecting nothing ok Trying: print(c.flags[InvalidOperation]) Expecting: 0 ok Trying: c.compare_signal(Decimal('NaN'), Decimal('2.1')) Expecting: Decimal('NaN') ok Trying: print(c.flags[InvalidOperation]) Expecting: 1 ok Trying: c.flags[InvalidOperation] = 0 Expecting nothing ok Trying: print(c.flags[InvalidOperation]) Expecting: 0 ok Trying: c.compare_signal(Decimal('sNaN'), Decimal('2.1')) Expecting: Decimal('NaN') ok Trying: print(c.flags[InvalidOperation]) Expecting: 1 ok Trying: c.compare_signal(-1, 2) Expecting: Decimal('-1') ok Trying: c.compare_signal(Decimal(-1), 2) Expecting: Decimal('-1') ok Trying: c.compare_signal(-1, Decimal(2)) Expecting: Decimal('-1') ok Trying: ExtendedContext.compare_total(Decimal('12.73'), Decimal('127.9')) Expecting: Decimal('-1') ok Trying: ExtendedContext.compare_total(Decimal('-127'), Decimal('12')) Expecting: Decimal('-1') ok Trying: ExtendedContext.compare_total(Decimal('12.30'), Decimal('12.3')) Expecting: Decimal('-1') ok Trying: ExtendedContext.compare_total(Decimal('12.30'), Decimal('12.30')) Expecting: Decimal('0') ok Trying: ExtendedContext.compare_total(Decimal('12.3'), Decimal('12.300')) Expecting: Decimal('1') ok Trying: ExtendedContext.compare_total(Decimal('12.3'), Decimal('NaN')) Expecting: Decimal('-1') ok Trying: ExtendedContext.compare_total(1, 2) Expecting: Decimal('-1') ok Trying: ExtendedContext.compare_total(Decimal(1), 2) Expecting: Decimal('-1') ok Trying: ExtendedContext.compare_total(1, Decimal(2)) Expecting: Decimal('-1') ok Trying: ExtendedContext.copy_abs(Decimal('2.1')) Expecting: Decimal('2.1') ok Trying: ExtendedContext.copy_abs(Decimal('-100')) Expecting: Decimal('100') ok Trying: ExtendedContext.copy_abs(-1) Expecting: Decimal('1') ok Trying: ExtendedContext.copy_decimal(Decimal('2.1')) Expecting: Decimal('2.1') ok Trying: ExtendedContext.copy_decimal(Decimal('-1.00')) Expecting: Decimal('-1.00') ok Trying: ExtendedContext.copy_decimal(1) Expecting: Decimal('1') ok Trying: ExtendedContext.copy_negate(Decimal('101.5')) Expecting: Decimal('-101.5') ok Trying: ExtendedContext.copy_negate(Decimal('-101.5')) Expecting: Decimal('101.5') ok Trying: ExtendedContext.copy_negate(1) Expecting: Decimal('-1') ok Trying: ExtendedContext.copy_sign(Decimal( '1.50'), Decimal('7.33')) Expecting: Decimal('1.50') ok Trying: ExtendedContext.copy_sign(Decimal('-1.50'), Decimal('7.33')) Expecting: Decimal('1.50') ok Trying: ExtendedContext.copy_sign(Decimal( '1.50'), Decimal('-7.33')) Expecting: Decimal('-1.50') ok Trying: ExtendedContext.copy_sign(Decimal('-1.50'), Decimal('-7.33')) Expecting: Decimal('-1.50') ok Trying: ExtendedContext.copy_sign(1, -2) Expecting: Decimal('-1') ok Trying: ExtendedContext.copy_sign(Decimal(1), -2) Expecting: Decimal('-1') ok Trying: ExtendedContext.copy_sign(1, Decimal(-2)) Expecting: Decimal('-1') ok Trying: context = Context(prec=5, rounding=ROUND_DOWN) Expecting nothing ok Trying: context.create_decimal_from_float(3.1415926535897932) Expecting: Decimal('3.1415') ok Trying: context = Context(prec=5, traps=[Inexact]) Expecting nothing ok Trying: context.create_decimal_from_float(3.1415926535897932) Expecting: Traceback (most recent call last): ... decimal.Inexact: None ok Trying: ExtendedContext.divide(Decimal('1'), Decimal('3')) Expecting: Decimal('0.333333333') ok Trying: ExtendedContext.divide(Decimal('2'), Decimal('3')) Expecting: Decimal('0.666666667') ok Trying: ExtendedContext.divide(Decimal('5'), Decimal('2')) Expecting: Decimal('2.5') ok Trying: ExtendedContext.divide(Decimal('1'), Decimal('10')) Expecting: Decimal('0.1') ok Trying: ExtendedContext.divide(Decimal('12'), Decimal('12')) Expecting: Decimal('1') ok Trying: ExtendedContext.divide(Decimal('8.00'), Decimal('2')) Expecting: Decimal('4.00') ok Trying: ExtendedContext.divide(Decimal('2.400'), Decimal('2.0')) Expecting: Decimal('1.20') ok Trying: ExtendedContext.divide(Decimal('1000'), Decimal('100')) Expecting: Decimal('10') ok Trying: ExtendedContext.divide(Decimal('1000'), Decimal('1')) Expecting: Decimal('1000') ok Trying: ExtendedContext.divide(Decimal('2.40E+6'), Decimal('2')) Expecting: Decimal('1.20E+6') ok Trying: ExtendedContext.divide(5, 5) Expecting: Decimal('1') ok Trying: ExtendedContext.divide(Decimal(5), 5) Expecting: Decimal('1') ok Trying: ExtendedContext.divide(5, Decimal(5)) Expecting: Decimal('1') ok Trying: ExtendedContext.divide_int(Decimal('2'), Decimal('3')) Expecting: Decimal('0') ok Trying: ExtendedContext.divide_int(Decimal('10'), Decimal('3')) Expecting: Decimal('3') ok Trying: ExtendedContext.divide_int(Decimal('1'), Decimal('0.3')) Expecting: Decimal('3') ok Trying: ExtendedContext.divide_int(10, 3) Expecting: Decimal('3') ok Trying: ExtendedContext.divide_int(Decimal(10), 3) Expecting: Decimal('3') ok Trying: ExtendedContext.divide_int(10, Decimal(3)) Expecting: Decimal('3') ok Trying: ExtendedContext.divmod(Decimal(8), Decimal(3)) Expecting: (Decimal('2'), Decimal('2')) ok Trying: ExtendedContext.divmod(Decimal(8), Decimal(4)) Expecting: (Decimal('2'), Decimal('0')) ok Trying: ExtendedContext.divmod(8, 4) Expecting: (Decimal('2'), Decimal('0')) ok Trying: ExtendedContext.divmod(Decimal(8), 4) Expecting: (Decimal('2'), Decimal('0')) ok Trying: ExtendedContext.divmod(8, Decimal(4)) Expecting: (Decimal('2'), Decimal('0')) ok Trying: c = ExtendedContext.copy() Expecting nothing ok Trying: c.Emin = -999 Expecting nothing ok Trying: c.Emax = 999 Expecting nothing ok Trying: c.exp(Decimal('-Infinity')) Expecting: Decimal('0') ok Trying: c.exp(Decimal('-1')) Expecting: Decimal('0.367879441') ok Trying: c.exp(Decimal('0')) Expecting: Decimal('1') ok Trying: c.exp(Decimal('1')) Expecting: Decimal('2.71828183') ok Trying: c.exp(Decimal('0.693147181')) Expecting: Decimal('2.00000000') ok Trying: c.exp(Decimal('+Infinity')) Expecting: Decimal('Infinity') ok Trying: c.exp(10) Expecting: Decimal('22026.4658') ok Trying: ExtendedContext.fma(Decimal('3'), Decimal('5'), Decimal('7')) Expecting: Decimal('22') ok Trying: ExtendedContext.fma(Decimal('3'), Decimal('-5'), Decimal('7')) Expecting: Decimal('-8') ok Trying: ExtendedContext.fma(Decimal('888565290'), Decimal('1557.96930'), Decimal('-86087.7578')) Expecting: Decimal('1.38435736E+12') ok Trying: ExtendedContext.fma(1, 3, 4) Expecting: Decimal('7') ok Trying: ExtendedContext.fma(1, Decimal(3), 4) Expecting: Decimal('7') ok Trying: ExtendedContext.fma(1, 3, Decimal(4)) Expecting: Decimal('7') ok Trying: ExtendedContext.is_canonical(Decimal('2.50')) Expecting: True ok Trying: ExtendedContext.is_finite(Decimal('2.50')) Expecting: True ok Trying: ExtendedContext.is_finite(Decimal('-0.3')) Expecting: True ok Trying: ExtendedContext.is_finite(Decimal('0')) Expecting: True ok Trying: ExtendedContext.is_finite(Decimal('Inf')) Expecting: False ok Trying: ExtendedContext.is_finite(Decimal('NaN')) Expecting: False ok Trying: ExtendedContext.is_finite(1) Expecting: True ok Trying: ExtendedContext.is_infinite(Decimal('2.50')) Expecting: False ok Trying: ExtendedContext.is_infinite(Decimal('-Inf')) Expecting: True ok Trying: ExtendedContext.is_infinite(Decimal('NaN')) Expecting: False ok Trying: ExtendedContext.is_infinite(1) Expecting: False ok Trying: ExtendedContext.is_nan(Decimal('2.50')) Expecting: False ok Trying: ExtendedContext.is_nan(Decimal('NaN')) Expecting: True ok Trying: ExtendedContext.is_nan(Decimal('-sNaN')) Expecting: True ok Trying: ExtendedContext.is_nan(1) Expecting: False ok Trying: c = ExtendedContext.copy() Expecting nothing ok Trying: c.Emin = -999 Expecting nothing ok Trying: c.Emax = 999 Expecting nothing ok Trying: c.is_normal(Decimal('2.50')) Expecting: True ok Trying: c.is_normal(Decimal('0.1E-999')) Expecting: False ok Trying: c.is_normal(Decimal('0.00')) Expecting: False ok Trying: c.is_normal(Decimal('-Inf')) Expecting: False ok Trying: c.is_normal(Decimal('NaN')) Expecting: False ok Trying: c.is_normal(1) Expecting: True ok Trying: ExtendedContext.is_qnan(Decimal('2.50')) Expecting: False ok Trying: ExtendedContext.is_qnan(Decimal('NaN')) Expecting: True ok Trying: ExtendedContext.is_qnan(Decimal('sNaN')) Expecting: False ok Trying: ExtendedContext.is_qnan(1) Expecting: False ok Trying: ExtendedContext.is_signed(Decimal('2.50')) Expecting: False ok Trying: ExtendedContext.is_signed(Decimal('-12')) Expecting: True ok Trying: ExtendedContext.is_signed(Decimal('-0')) Expecting: True ok Trying: ExtendedContext.is_signed(8) Expecting: False ok Trying: ExtendedContext.is_signed(-8) Expecting: True ok Trying: ExtendedContext.is_snan(Decimal('2.50')) Expecting: False ok Trying: ExtendedContext.is_snan(Decimal('NaN')) Expecting: False ok Trying: ExtendedContext.is_snan(Decimal('sNaN')) Expecting: True ok Trying: ExtendedContext.is_snan(1) Expecting: False ok Trying: c = ExtendedContext.copy() Expecting nothing ok Trying: c.Emin = -999 Expecting nothing ok Trying: c.Emax = 999 Expecting nothing ok Trying: c.is_subnormal(Decimal('2.50')) Expecting: False ok Trying: c.is_subnormal(Decimal('0.1E-999')) Expecting: True ok Trying: c.is_subnormal(Decimal('0.00')) Expecting: False ok Trying: c.is_subnormal(Decimal('-Inf')) Expecting: False ok Trying: c.is_subnormal(Decimal('NaN')) Expecting: False ok Trying: c.is_subnormal(1) Expecting: False ok Trying: ExtendedContext.is_zero(Decimal('0')) Expecting: True ok Trying: ExtendedContext.is_zero(Decimal('2.50')) Expecting: False ok Trying: ExtendedContext.is_zero(Decimal('-0E+2')) Expecting: True ok Trying: ExtendedContext.is_zero(1) Expecting: False ok Trying: ExtendedContext.is_zero(0) Expecting: True ok Trying: c = ExtendedContext.copy() Expecting nothing ok Trying: c.Emin = -999 Expecting nothing ok Trying: c.Emax = 999 Expecting nothing ok Trying: c.ln(Decimal('0')) Expecting: Decimal('-Infinity') ok Trying: c.ln(Decimal('1.000')) Expecting: Decimal('0') ok Trying: c.ln(Decimal('2.71828183')) Expecting: Decimal('1.00000000') ok Trying: c.ln(Decimal('10')) Expecting: Decimal('2.30258509') ok Trying: c.ln(Decimal('+Infinity')) Expecting: Decimal('Infinity') ok Trying: c.ln(1) Expecting: Decimal('0') ok Trying: c = ExtendedContext.copy() Expecting nothing ok Trying: c.Emin = -999 Expecting nothing ok Trying: c.Emax = 999 Expecting nothing ok Trying: c.log10(Decimal('0')) Expecting: Decimal('-Infinity') ok Trying: c.log10(Decimal('0.001')) Expecting: Decimal('-3') ok Trying: c.log10(Decimal('1.000')) Expecting: Decimal('0') ok Trying: c.log10(Decimal('2')) Expecting: Decimal('0.301029996') ok Trying: c.log10(Decimal('10')) Expecting: Decimal('1') ok Trying: c.log10(Decimal('70')) Expecting: Decimal('1.84509804') ok Trying: c.log10(Decimal('+Infinity')) Expecting: Decimal('Infinity') ok Trying: c.log10(0) Expecting: Decimal('-Infinity') ok Trying: c.log10(1) Expecting: Decimal('0') ok Trying: ExtendedContext.logb(Decimal('250')) Expecting: Decimal('2') ok Trying: ExtendedContext.logb(Decimal('2.50')) Expecting: Decimal('0') ok Trying: ExtendedContext.logb(Decimal('0.03')) Expecting: Decimal('-2') ok Trying: ExtendedContext.logb(Decimal('0')) Expecting: Decimal('-Infinity') ok Trying: ExtendedContext.logb(1) Expecting: Decimal('0') ok Trying: ExtendedContext.logb(10) Expecting: Decimal('1') ok Trying: ExtendedContext.logb(100) Expecting: Decimal('2') ok Trying: ExtendedContext.logical_and(Decimal('0'), Decimal('0')) Expecting: Decimal('0') ok Trying: ExtendedContext.logical_and(Decimal('0'), Decimal('1')) Expecting: Decimal('0') ok Trying: ExtendedContext.logical_and(Decimal('1'), Decimal('0')) Expecting: Decimal('0') ok Trying: ExtendedContext.logical_and(Decimal('1'), Decimal('1')) Expecting: Decimal('1') ok Trying: ExtendedContext.logical_and(Decimal('1100'), Decimal('1010')) Expecting: Decimal('1000') ok Trying: ExtendedContext.logical_and(Decimal('1111'), Decimal('10')) Expecting: Decimal('10') ok Trying: ExtendedContext.logical_and(110, 1101) Expecting: Decimal('100') ok Trying: ExtendedContext.logical_and(Decimal(110), 1101) Expecting: Decimal('100') ok Trying: ExtendedContext.logical_and(110, Decimal(1101)) Expecting: Decimal('100') ok Trying: ExtendedContext.logical_invert(Decimal('0')) Expecting: Decimal('111111111') ok Trying: ExtendedContext.logical_invert(Decimal('1')) Expecting: Decimal('111111110') ok Trying: ExtendedContext.logical_invert(Decimal('111111111')) Expecting: Decimal('0') ok Trying: ExtendedContext.logical_invert(Decimal('101010101')) Expecting: Decimal('10101010') ok Trying: ExtendedContext.logical_invert(1101) Expecting: Decimal('111110010') ok Trying: ExtendedContext.logical_or(Decimal('0'), Decimal('0')) Expecting: Decimal('0') ok Trying: ExtendedContext.logical_or(Decimal('0'), Decimal('1')) Expecting: Decimal('1') ok Trying: ExtendedContext.logical_or(Decimal('1'), Decimal('0')) Expecting: Decimal('1') ok Trying: ExtendedContext.logical_or(Decimal('1'), Decimal('1')) Expecting: Decimal('1') ok Trying: ExtendedContext.logical_or(Decimal('1100'), Decimal('1010')) Expecting: Decimal('1110') ok Trying: ExtendedContext.logical_or(Decimal('1110'), Decimal('10')) Expecting: Decimal('1110') ok Trying: ExtendedContext.logical_or(110, 1101) Expecting: Decimal('1111') ok Trying: ExtendedContext.logical_or(Decimal(110), 1101) Expecting: Decimal('1111') ok Trying: ExtendedContext.logical_or(110, Decimal(1101)) Expecting: Decimal('1111') ok Trying: ExtendedContext.logical_xor(Decimal('0'), Decimal('0')) Expecting: Decimal('0') ok Trying: ExtendedContext.logical_xor(Decimal('0'), Decimal('1')) Expecting: Decimal('1') ok Trying: ExtendedContext.logical_xor(Decimal('1'), Decimal('0')) Expecting: Decimal('1') ok Trying: ExtendedContext.logical_xor(Decimal('1'), Decimal('1')) Expecting: Decimal('0') ok Trying: ExtendedContext.logical_xor(Decimal('1100'), Decimal('1010')) Expecting: Decimal('110') ok Trying: ExtendedContext.logical_xor(Decimal('1111'), Decimal('10')) Expecting: Decimal('1101') ok Trying: ExtendedContext.logical_xor(110, 1101) Expecting: Decimal('1011') ok Trying: ExtendedContext.logical_xor(Decimal(110), 1101) Expecting: Decimal('1011') ok Trying: ExtendedContext.logical_xor(110, Decimal(1101)) Expecting: Decimal('1011') ok Trying: ExtendedContext.max(Decimal('3'), Decimal('2')) Expecting: Decimal('3') ok Trying: ExtendedContext.max(Decimal('-10'), Decimal('3')) Expecting: Decimal('3') ok Trying: ExtendedContext.max(Decimal('1.0'), Decimal('1')) Expecting: Decimal('1') ok Trying: ExtendedContext.max(Decimal('7'), Decimal('NaN')) Expecting: Decimal('7') ok Trying: ExtendedContext.max(1, 2) Expecting: Decimal('2') ok Trying: ExtendedContext.max(Decimal(1), 2) Expecting: Decimal('2') ok Trying: ExtendedContext.max(1, Decimal(2)) Expecting: Decimal('2') ok Trying: ExtendedContext.max_mag(Decimal('7'), Decimal('NaN')) Expecting: Decimal('7') ok Trying: ExtendedContext.max_mag(Decimal('7'), Decimal('-10')) Expecting: Decimal('-10') ok Trying: ExtendedContext.max_mag(1, -2) Expecting: Decimal('-2') ok Trying: ExtendedContext.max_mag(Decimal(1), -2) Expecting: Decimal('-2') ok Trying: ExtendedContext.max_mag(1, Decimal(-2)) Expecting: Decimal('-2') ok Trying: ExtendedContext.min(Decimal('3'), Decimal('2')) Expecting: Decimal('2') ok Trying: ExtendedContext.min(Decimal('-10'), Decimal('3')) Expecting: Decimal('-10') ok Trying: ExtendedContext.min(Decimal('1.0'), Decimal('1')) Expecting: Decimal('1.0') ok Trying: ExtendedContext.min(Decimal('7'), Decimal('NaN')) Expecting: Decimal('7') ok Trying: ExtendedContext.min(1, 2) Expecting: Decimal('1') ok Trying: ExtendedContext.min(Decimal(1), 2) Expecting: Decimal('1') ok Trying: ExtendedContext.min(1, Decimal(29)) Expecting: Decimal('1') ok Trying: ExtendedContext.min_mag(Decimal('3'), Decimal('-2')) Expecting: Decimal('-2') ok Trying: ExtendedContext.min_mag(Decimal('-3'), Decimal('NaN')) Expecting: Decimal('-3') ok Trying: ExtendedContext.min_mag(1, -2) Expecting: Decimal('1') ok Trying: ExtendedContext.min_mag(Decimal(1), -2) Expecting: Decimal('1') ok Trying: ExtendedContext.min_mag(1, Decimal(-2)) Expecting: Decimal('1') ok Trying: ExtendedContext.minus(Decimal('1.3')) Expecting: Decimal('-1.3') ok Trying: ExtendedContext.minus(Decimal('-1.3')) Expecting: Decimal('1.3') ok Trying: ExtendedContext.minus(1) Expecting: Decimal('-1') ok Trying: ExtendedContext.multiply(Decimal('1.20'), Decimal('3')) Expecting: Decimal('3.60') ok Trying: ExtendedContext.multiply(Decimal('7'), Decimal('3')) Expecting: Decimal('21') ok Trying: ExtendedContext.multiply(Decimal('0.9'), Decimal('0.8')) Expecting: Decimal('0.72') ok Trying: ExtendedContext.multiply(Decimal('0.9'), Decimal('-0')) Expecting: Decimal('-0.0') ok Trying: ExtendedContext.multiply(Decimal('654321'), Decimal('654321')) Expecting: Decimal('4.28135971E+11') ok Trying: ExtendedContext.multiply(7, 7) Expecting: Decimal('49') ok Trying: ExtendedContext.multiply(Decimal(7), 7) Expecting: Decimal('49') ok Trying: ExtendedContext.multiply(7, Decimal(7)) Expecting: Decimal('49') ok Trying: c = ExtendedContext.copy() Expecting nothing ok Trying: c.Emin = -999 Expecting nothing ok Trying: c.Emax = 999 Expecting nothing ok Trying: ExtendedContext.next_minus(Decimal('1')) Expecting: Decimal('0.999999999') ok Trying: c.next_minus(Decimal('1E-1007')) Expecting: Decimal('0E-1007') ok Trying: ExtendedContext.next_minus(Decimal('-1.00000003')) Expecting: Decimal('-1.00000004') ok Trying: c.next_minus(Decimal('Infinity')) Expecting: Decimal('9.99999999E+999') ok Trying: c.next_minus(1) Expecting: Decimal('0.999999999') ok Trying: c = ExtendedContext.copy() Expecting nothing ok Trying: c.Emin = -999 Expecting nothing ok Trying: c.Emax = 999 Expecting nothing ok Trying: ExtendedContext.next_plus(Decimal('1')) Expecting: Decimal('1.00000001') ok Trying: c.next_plus(Decimal('-1E-1007')) Expecting: Decimal('-0E-1007') ok Trying: ExtendedContext.next_plus(Decimal('-1.00000003')) Expecting: Decimal('-1.00000002') ok Trying: c.next_plus(Decimal('-Infinity')) Expecting: Decimal('-9.99999999E+999') ok Trying: c.next_plus(1) Expecting: Decimal('1.00000001') ok Trying: c = ExtendedContext.copy() Expecting nothing ok Trying: c.Emin = -999 Expecting nothing ok Trying: c.Emax = 999 Expecting nothing ok Trying: c.next_toward(Decimal('1'), Decimal('2')) Expecting: Decimal('1.00000001') ok Trying: c.next_toward(Decimal('-1E-1007'), Decimal('1')) Expecting: Decimal('-0E-1007') ok Trying: c.next_toward(Decimal('-1.00000003'), Decimal('0')) Expecting: Decimal('-1.00000002') ok Trying: c.next_toward(Decimal('1'), Decimal('0')) Expecting: Decimal('0.999999999') ok Trying: c.next_toward(Decimal('1E-1007'), Decimal('-100')) Expecting: Decimal('0E-1007') ok Trying: c.next_toward(Decimal('-1.00000003'), Decimal('-10')) Expecting: Decimal('-1.00000004') ok Trying: c.next_toward(Decimal('0.00'), Decimal('-0.0000')) Expecting: Decimal('-0.00') ok Trying: c.next_toward(0, 1) Expecting: Decimal('1E-1007') ok Trying: c.next_toward(Decimal(0), 1) Expecting: Decimal('1E-1007') ok Trying: c.next_toward(0, Decimal(1)) Expecting: Decimal('1E-1007') ok Trying: ExtendedContext.normalize(Decimal('2.1')) Expecting: Decimal('2.1') ok Trying: ExtendedContext.normalize(Decimal('-2.0')) Expecting: Decimal('-2') ok Trying: ExtendedContext.normalize(Decimal('1.200')) Expecting: Decimal('1.2') ok Trying: ExtendedContext.normalize(Decimal('-120')) Expecting: Decimal('-1.2E+2') ok Trying: ExtendedContext.normalize(Decimal('120.00')) Expecting: Decimal('1.2E+2') ok Trying: ExtendedContext.normalize(Decimal('0.00')) Expecting: Decimal('0') ok Trying: ExtendedContext.normalize(6) Expecting: Decimal('6') ok Trying: c = ExtendedContext.copy() Expecting nothing ok Trying: c.Emin = -999 Expecting nothing ok Trying: c.Emax = 999 Expecting nothing ok Trying: c.number_class(Decimal('Infinity')) Expecting: '+Infinity' ok Trying: c.number_class(Decimal('1E-10')) Expecting: '+Normal' ok Trying: c.number_class(Decimal('2.50')) Expecting: '+Normal' ok Trying: c.number_class(Decimal('0.1E-999')) Expecting: '+Subnormal' ok Trying: c.number_class(Decimal('0')) Expecting: '+Zero' ok Trying: c.number_class(Decimal('-0')) Expecting: '-Zero' ok Trying: c.number_class(Decimal('-0.1E-999')) Expecting: '-Subnormal' ok Trying: c.number_class(Decimal('-1E-10')) Expecting: '-Normal' ok Trying: c.number_class(Decimal('-2.50')) Expecting: '-Normal' ok Trying: c.number_class(Decimal('-Infinity')) Expecting: '-Infinity' ok Trying: c.number_class(Decimal('NaN')) Expecting: 'NaN' ok Trying: c.number_class(Decimal('-NaN')) Expecting: 'NaN' ok Trying: c.number_class(Decimal('sNaN')) Expecting: 'sNaN' ok Trying: c.number_class(123) Expecting: '+Normal' ok Trying: ExtendedContext.plus(Decimal('1.3')) Expecting: Decimal('1.3') ok Trying: ExtendedContext.plus(Decimal('-1.3')) Expecting: Decimal('-1.3') ok Trying: ExtendedContext.plus(-1) Expecting: Decimal('-1') ok Trying: c = ExtendedContext.copy() Expecting nothing ok Trying: c.Emin = -999 Expecting nothing ok Trying: c.Emax = 999 Expecting nothing ok Trying: c.power(Decimal('2'), Decimal('3')) Expecting: Decimal('8') ok Trying: c.power(Decimal('-2'), Decimal('3')) Expecting: Decimal('-8') ok Trying: c.power(Decimal('2'), Decimal('-3')) Expecting: Decimal('0.125') ok Trying: c.power(Decimal('1.7'), Decimal('8')) Expecting: Decimal('69.7575744') ok Trying: c.power(Decimal('10'), Decimal('0.301029996')) Expecting: Decimal('2.00000000') ok Trying: c.power(Decimal('Infinity'), Decimal('-1')) Expecting: Decimal('0') ok Trying: c.power(Decimal('Infinity'), Decimal('0')) Expecting: Decimal('1') ok Trying: c.power(Decimal('Infinity'), Decimal('1')) Expecting: Decimal('Infinity') ok Trying: c.power(Decimal('-Infinity'), Decimal('-1')) Expecting: Decimal('-0') ok Trying: c.power(Decimal('-Infinity'), Decimal('0')) Expecting: Decimal('1') ok Trying: c.power(Decimal('-Infinity'), Decimal('1')) Expecting: Decimal('-Infinity') ok Trying: c.power(Decimal('-Infinity'), Decimal('2')) Expecting: Decimal('Infinity') ok Trying: c.power(Decimal('0'), Decimal('0')) Expecting: Decimal('NaN') ok Trying: c.power(Decimal('3'), Decimal('7'), Decimal('16')) Expecting: Decimal('11') ok Trying: c.power(Decimal('-3'), Decimal('7'), Decimal('16')) Expecting: Decimal('-11') ok Trying: c.power(Decimal('-3'), Decimal('8'), Decimal('16')) Expecting: Decimal('1') ok Trying: c.power(Decimal('3'), Decimal('7'), Decimal('-16')) Expecting: Decimal('11') ok Trying: c.power(Decimal('23E12345'), Decimal('67E189'), Decimal('123456789')) Expecting: Decimal('11729830') ok Trying: c.power(Decimal('-0'), Decimal('17'), Decimal('1729')) Expecting: Decimal('-0') ok Trying: c.power(Decimal('-23'), Decimal('0'), Decimal('65537')) Expecting: Decimal('1') ok Trying: ExtendedContext.power(7, 7) Expecting: Decimal('823543') ok Trying: ExtendedContext.power(Decimal(7), 7) Expecting: Decimal('823543') ok Trying: ExtendedContext.power(7, Decimal(7), 2) Expecting: Decimal('1') ok Trying: ExtendedContext.quantize(Decimal('2.17'), Decimal('0.001')) Expecting: Decimal('2.170') ok Trying: ExtendedContext.quantize(Decimal('2.17'), Decimal('0.01')) Expecting: Decimal('2.17') ok Trying: ExtendedContext.quantize(Decimal('2.17'), Decimal('0.1')) Expecting: Decimal('2.2') ok Trying: ExtendedContext.quantize(Decimal('2.17'), Decimal('1e+0')) Expecting: Decimal('2') ok Trying: ExtendedContext.quantize(Decimal('2.17'), Decimal('1e+1')) Expecting: Decimal('0E+1') ok Trying: ExtendedContext.quantize(Decimal('-Inf'), Decimal('Infinity')) Expecting: Decimal('-Infinity') ok Trying: ExtendedContext.quantize(Decimal('2'), Decimal('Infinity')) Expecting: Decimal('NaN') ok Trying: ExtendedContext.quantize(Decimal('-0.1'), Decimal('1')) Expecting: Decimal('-0') ok Trying: ExtendedContext.quantize(Decimal('-0'), Decimal('1e+5')) Expecting: Decimal('-0E+5') ok Trying: ExtendedContext.quantize(Decimal('+35236450.6'), Decimal('1e-2')) Expecting: Decimal('NaN') ok Trying: ExtendedContext.quantize(Decimal('-35236450.6'), Decimal('1e-2')) Expecting: Decimal('NaN') ok Trying: ExtendedContext.quantize(Decimal('217'), Decimal('1e-1')) Expecting: Decimal('217.0') ok Trying: ExtendedContext.quantize(Decimal('217'), Decimal('1e-0')) Expecting: Decimal('217') ok Trying: ExtendedContext.quantize(Decimal('217'), Decimal('1e+1')) Expecting: Decimal('2.2E+2') ok Trying: ExtendedContext.quantize(Decimal('217'), Decimal('1e+2')) Expecting: Decimal('2E+2') ok Trying: ExtendedContext.quantize(1, 2) Expecting: Decimal('1') ok Trying: ExtendedContext.quantize(Decimal(1), 2) Expecting: Decimal('1') ok Trying: ExtendedContext.quantize(1, Decimal(2)) Expecting: Decimal('1') ok Trying: ExtendedContext.radix() Expecting: Decimal('10') ok Trying: ExtendedContext.remainder(Decimal('2.1'), Decimal('3')) Expecting: Decimal('2.1') ok Trying: ExtendedContext.remainder(Decimal('10'), Decimal('3')) Expecting: Decimal('1') ok Trying: ExtendedContext.remainder(Decimal('-10'), Decimal('3')) Expecting: Decimal('-1') ok Trying: ExtendedContext.remainder(Decimal('10.2'), Decimal('1')) Expecting: Decimal('0.2') ok Trying: ExtendedContext.remainder(Decimal('10'), Decimal('0.3')) Expecting: Decimal('0.1') ok Trying: ExtendedContext.remainder(Decimal('3.6'), Decimal('1.3')) Expecting: Decimal('1.0') ok Trying: ExtendedContext.remainder(22, 6) Expecting: Decimal('4') ok Trying: ExtendedContext.remainder(Decimal(22), 6) Expecting: Decimal('4') ok Trying: ExtendedContext.remainder(22, Decimal(6)) Expecting: Decimal('4') ok Trying: ExtendedContext.remainder_near(Decimal('2.1'), Decimal('3')) Expecting: Decimal('-0.9') ok Trying: ExtendedContext.remainder_near(Decimal('10'), Decimal('6')) Expecting: Decimal('-2') ok Trying: ExtendedContext.remainder_near(Decimal('10'), Decimal('3')) Expecting: Decimal('1') ok Trying: ExtendedContext.remainder_near(Decimal('-10'), Decimal('3')) Expecting: Decimal('-1') ok Trying: ExtendedContext.remainder_near(Decimal('10.2'), Decimal('1')) Expecting: Decimal('0.2') ok Trying: ExtendedContext.remainder_near(Decimal('10'), Decimal('0.3')) Expecting: Decimal('0.1') ok Trying: ExtendedContext.remainder_near(Decimal('3.6'), Decimal('1.3')) Expecting: Decimal('-0.3') ok Trying: ExtendedContext.remainder_near(3, 11) Expecting: Decimal('3') ok Trying: ExtendedContext.remainder_near(Decimal(3), 11) Expecting: Decimal('3') ok Trying: ExtendedContext.remainder_near(3, Decimal(11)) Expecting: Decimal('3') ok Trying: ExtendedContext.rotate(Decimal('34'), Decimal('8')) Expecting: Decimal('400000003') ok Trying: ExtendedContext.rotate(Decimal('12'), Decimal('9')) Expecting: Decimal('12') ok Trying: ExtendedContext.rotate(Decimal('123456789'), Decimal('-2')) Expecting: Decimal('891234567') ok Trying: ExtendedContext.rotate(Decimal('123456789'), Decimal('0')) Expecting: Decimal('123456789') ok Trying: ExtendedContext.rotate(Decimal('123456789'), Decimal('+2')) Expecting: Decimal('345678912') ok Trying: ExtendedContext.rotate(1333333, 1) Expecting: Decimal('13333330') ok Trying: ExtendedContext.rotate(Decimal(1333333), 1) Expecting: Decimal('13333330') ok Trying: ExtendedContext.rotate(1333333, Decimal(1)) Expecting: Decimal('13333330') ok Trying: ExtendedContext.same_quantum(Decimal('2.17'), Decimal('0.001')) Expecting: False ok Trying: ExtendedContext.same_quantum(Decimal('2.17'), Decimal('0.01')) Expecting: True ok Trying: ExtendedContext.same_quantum(Decimal('2.17'), Decimal('1')) Expecting: False ok Trying: ExtendedContext.same_quantum(Decimal('Inf'), Decimal('-Inf')) Expecting: True ok Trying: ExtendedContext.same_quantum(10000, -1) Expecting: True ok Trying: ExtendedContext.same_quantum(Decimal(10000), -1) Expecting: True ok Trying: ExtendedContext.same_quantum(10000, Decimal(-1)) Expecting: True ok Trying: ExtendedContext.scaleb(Decimal('7.50'), Decimal('-2')) Expecting: Decimal('0.0750') ok Trying: ExtendedContext.scaleb(Decimal('7.50'), Decimal('0')) Expecting: Decimal('7.50') ok Trying: ExtendedContext.scaleb(Decimal('7.50'), Decimal('3')) Expecting: Decimal('7.50E+3') ok Trying: ExtendedContext.scaleb(1, 4) Expecting: Decimal('1E+4') ok Trying: ExtendedContext.scaleb(Decimal(1), 4) Expecting: Decimal('1E+4') ok Trying: ExtendedContext.scaleb(1, Decimal(4)) Expecting: Decimal('1E+4') ok Trying: ExtendedContext.shift(Decimal('34'), Decimal('8')) Expecting: Decimal('400000000') ok Trying: ExtendedContext.shift(Decimal('12'), Decimal('9')) Expecting: Decimal('0') ok Trying: ExtendedContext.shift(Decimal('123456789'), Decimal('-2')) Expecting: Decimal('1234567') ok Trying: ExtendedContext.shift(Decimal('123456789'), Decimal('0')) Expecting: Decimal('123456789') ok Trying: ExtendedContext.shift(Decimal('123456789'), Decimal('+2')) Expecting: Decimal('345678900') ok Trying: ExtendedContext.shift(88888888, 2) Expecting: Decimal('888888800') ok Trying: ExtendedContext.shift(Decimal(88888888), 2) Expecting: Decimal('888888800') ok Trying: ExtendedContext.shift(88888888, Decimal(2)) Expecting: Decimal('888888800') ok Trying: ExtendedContext.sqrt(Decimal('0')) Expecting: Decimal('0') ok Trying: ExtendedContext.sqrt(Decimal('-0')) Expecting: Decimal('-0') ok Trying: ExtendedContext.sqrt(Decimal('0.39')) Expecting: Decimal('0.624499800') ok Trying: ExtendedContext.sqrt(Decimal('100')) Expecting: Decimal('10') ok Trying: ExtendedContext.sqrt(Decimal('1')) Expecting: Decimal('1') ok Trying: ExtendedContext.sqrt(Decimal('1.0')) Expecting: Decimal('1.0') ok Trying: ExtendedContext.sqrt(Decimal('1.00')) Expecting: Decimal('1.0') ok Trying: ExtendedContext.sqrt(Decimal('7')) Expecting: Decimal('2.64575131') ok Trying: ExtendedContext.sqrt(Decimal('10')) Expecting: Decimal('3.16227766') ok Trying: ExtendedContext.sqrt(2) Expecting: Decimal('1.41421356') ok Trying: ExtendedContext.prec Expecting: 9 ok Trying: ExtendedContext.subtract(Decimal('1.3'), Decimal('1.07')) Expecting: Decimal('0.23') ok Trying: ExtendedContext.subtract(Decimal('1.3'), Decimal('1.30')) Expecting: Decimal('0.00') ok Trying: ExtendedContext.subtract(Decimal('1.3'), Decimal('2.07')) Expecting: Decimal('-0.77') ok Trying: ExtendedContext.subtract(8, 5) Expecting: Decimal('3') ok Trying: ExtendedContext.subtract(Decimal(8), 5) Expecting: Decimal('3') ok Trying: ExtendedContext.subtract(8, Decimal(5)) Expecting: Decimal('3') ok Trying: ExtendedContext.to_eng_string(Decimal('123E+1')) Expecting: '1.23E+3' ok Trying: ExtendedContext.to_eng_string(Decimal('123E+3')) Expecting: '123E+3' ok Trying: ExtendedContext.to_eng_string(Decimal('123E-10')) Expecting: '12.3E-9' ok Trying: ExtendedContext.to_eng_string(Decimal('-123E-12')) Expecting: '-123E-12' ok Trying: ExtendedContext.to_eng_string(Decimal('7E-7')) Expecting: '700E-9' ok Trying: ExtendedContext.to_eng_string(Decimal('7E+1')) Expecting: '70' ok Trying: ExtendedContext.to_eng_string(Decimal('0E+1')) Expecting: '0.00E+3' ok Trying: ExtendedContext.to_integral_exact(Decimal('2.1')) Expecting: Decimal('2') ok Trying: ExtendedContext.to_integral_exact(Decimal('100')) Expecting: Decimal('100') ok Trying: ExtendedContext.to_integral_exact(Decimal('100.0')) Expecting: Decimal('100') ok Trying: ExtendedContext.to_integral_exact(Decimal('101.5')) Expecting: Decimal('102') ok Trying: ExtendedContext.to_integral_exact(Decimal('-101.5')) Expecting: Decimal('-102') ok Trying: ExtendedContext.to_integral_exact(Decimal('10E+5')) Expecting: Decimal('1.0E+6') ok Trying: ExtendedContext.to_integral_exact(Decimal('7.89E+77')) Expecting: Decimal('7.89E+77') ok Trying: ExtendedContext.to_integral_exact(Decimal('-Inf')) Expecting: Decimal('-Infinity') ok Trying: ExtendedContext.to_integral_value(Decimal('2.1')) Expecting: Decimal('2') ok Trying: ExtendedContext.to_integral_value(Decimal('100')) Expecting: Decimal('100') ok Trying: ExtendedContext.to_integral_value(Decimal('100.0')) Expecting: Decimal('100') ok Trying: ExtendedContext.to_integral_value(Decimal('101.5')) Expecting: Decimal('102') ok Trying: ExtendedContext.to_integral_value(Decimal('-101.5')) Expecting: Decimal('-102') ok Trying: ExtendedContext.to_integral_value(Decimal('10E+5')) Expecting: Decimal('1.0E+6') ok Trying: ExtendedContext.to_integral_value(Decimal('7.89E+77')) Expecting: Decimal('7.89E+77') ok Trying: ExtendedContext.to_integral_value(Decimal('-Inf')) Expecting: Decimal('-Infinity') ok Trying: Decimal('3.14') # string input Expecting: Decimal('3.14') ok Trying: Decimal((0, (3, 1, 4), -2)) # tuple (sign, digit_tuple, exponent) Expecting: Decimal('3.14') ok Trying: Decimal(314) # int Expecting: Decimal('314') ok Trying: Decimal(Decimal(314)) # another decimal instance Expecting: Decimal('314') ok Trying: Decimal(' 3.14 \n') # leading and trailing whitespace okay Expecting: Decimal('3.14') ok Trying: round(Decimal('123.456')) Expecting: 123 ok Trying: round(Decimal('-456.789')) Expecting: -457 ok Trying: round(Decimal('-3.0')) Expecting: -3 ok Trying: round(Decimal('2.5')) Expecting: 2 ok Trying: round(Decimal('3.5')) Expecting: 4 ok Trying: round(Decimal('Inf')) Expecting: Traceback (most recent call last): ... OverflowError: cannot round an infinity ok Trying: round(Decimal('NaN')) Expecting: Traceback (most recent call last): ... ValueError: cannot round a NaN ok Trying: round(Decimal('123.456'), 0) Expecting: Decimal('123') ok Trying: round(Decimal('123.456'), 2) Expecting: Decimal('123.46') ok Trying: round(Decimal('123.456'), -2) Expecting: Decimal('1E+2') ok Trying: round(Decimal('-Infinity'), 37) Expecting: Decimal('NaN') ok Trying: round(Decimal('sNaN123'), 0) Expecting: Decimal('NaN123') ok Trying: Decimal('3.14').as_integer_ratio() Expecting: (157, 50) ok Trying: Decimal('-123e5').as_integer_ratio() Expecting: (-12300000, 1) ok Trying: Decimal('0.00').as_integer_ratio() Expecting: (0, 1) ok Trying: Decimal.from_float(0.1) Expecting: Decimal('0.1000000000000000055511151231257827021181583404541015625') ok Trying: Decimal.from_float(float('nan')) Expecting: Decimal('NaN') ok Trying: Decimal.from_float(float('inf')) Expecting: Decimal('Infinity') ok Trying: Decimal.from_float(-float('inf')) Expecting: Decimal('-Infinity') ok Trying: Decimal.from_float(-0.0) Expecting: Decimal('-0') ok Trying: setcontext(DefaultContext) Expecting nothing ok Trying: print(getcontext().prec) Expecting: 28 ok Trying: with localcontext(): ctx = getcontext() ctx.prec += 2 print(ctx.prec) Expecting: 30 ok Trying: with localcontext(ExtendedContext): print(getcontext().prec) Expecting: 9 ok Trying: print(getcontext().prec) Expecting: 28 ok 162 items had no tests: decimal.Clamped decimal.Context decimal.Context.Etiny decimal.Context.Etop decimal.Context.__delattr__ decimal.Context.__init__ decimal.Context.__reduce__ decimal.Context.__repr__ decimal.Context.__setattr__ decimal.Context._apply decimal.Context._ignore_all_flags decimal.Context._ignore_flags decimal.Context._raise_error decimal.Context._regard_flags decimal.Context._set_integer_check decimal.Context._set_rounding decimal.Context._set_signal_dict decimal.Context._shallow_copy decimal.Context.clear_flags decimal.Context.clear_traps decimal.Context.compare_total_mag decimal.Context.copy decimal.Context.create_decimal decimal.Context.to_sci_string decimal.ConversionSyntax decimal.ConversionSyntax.handle decimal.Decimal decimal.Decimal.__abs__ decimal.Decimal.__add__ decimal.Decimal.__bool__ decimal.Decimal.__ceil__ decimal.Decimal.__complex__ decimal.Decimal.__copy__ decimal.Decimal.__deepcopy__ decimal.Decimal.__divmod__ decimal.Decimal.__eq__ decimal.Decimal.__float__ decimal.Decimal.__floor__ decimal.Decimal.__floordiv__ decimal.Decimal.__format__ decimal.Decimal.__ge__ decimal.Decimal.__gt__ decimal.Decimal.__hash__ decimal.Decimal.__int__ decimal.Decimal.__le__ decimal.Decimal.__lt__ decimal.Decimal.__mod__ decimal.Decimal.__mul__ decimal.Decimal.__neg__ decimal.Decimal.__pos__ decimal.Decimal.__pow__ decimal.Decimal.__rdivmod__ decimal.Decimal.__reduce__ decimal.Decimal.__repr__ decimal.Decimal.__rfloordiv__ decimal.Decimal.__rmod__ decimal.Decimal.__rpow__ decimal.Decimal.__rsub__ decimal.Decimal.__rtruediv__ decimal.Decimal.__str__ decimal.Decimal.__sub__ decimal.Decimal.__truediv__ decimal.Decimal._check_nans decimal.Decimal._cmp decimal.Decimal._compare_check_nans decimal.Decimal._divide decimal.Decimal._fill_logical decimal.Decimal._fix decimal.Decimal._fix_nan decimal.Decimal._iseven decimal.Decimal._isinfinity decimal.Decimal._isinteger decimal.Decimal._islogical decimal.Decimal._isnan decimal.Decimal._ln_exp_bound decimal.Decimal._log10_exp_bound decimal.Decimal._power_exact decimal.Decimal._power_modulo decimal.Decimal._rescale decimal.Decimal._round decimal.Decimal._round_05up decimal.Decimal._round_ceiling decimal.Decimal._round_down decimal.Decimal._round_floor decimal.Decimal._round_half_down decimal.Decimal._round_half_even decimal.Decimal._round_half_up decimal.Decimal._round_up decimal.Decimal.adjusted decimal.Decimal.as_tuple decimal.Decimal.canonical decimal.Decimal.compare decimal.Decimal.compare_signal decimal.Decimal.compare_total decimal.Decimal.compare_total_mag decimal.Decimal.conjugate decimal.Decimal.copy_abs decimal.Decimal.copy_negate decimal.Decimal.copy_sign decimal.Decimal.exp decimal.Decimal.fma decimal.Decimal.imag decimal.Decimal.is_canonical decimal.Decimal.is_finite decimal.Decimal.is_infinite decimal.Decimal.is_nan decimal.Decimal.is_normal decimal.Decimal.is_qnan decimal.Decimal.is_signed decimal.Decimal.is_snan decimal.Decimal.is_subnormal decimal.Decimal.is_zero decimal.Decimal.ln decimal.Decimal.log10 decimal.Decimal.logb decimal.Decimal.logical_and decimal.Decimal.logical_invert decimal.Decimal.logical_or decimal.Decimal.logical_xor decimal.Decimal.max decimal.Decimal.max_mag decimal.Decimal.min decimal.Decimal.min_mag decimal.Decimal.next_minus decimal.Decimal.next_plus decimal.Decimal.next_toward decimal.Decimal.normalize decimal.Decimal.number_class decimal.Decimal.quantize decimal.Decimal.radix decimal.Decimal.real decimal.Decimal.remainder_near decimal.Decimal.rotate decimal.Decimal.same_quantum decimal.Decimal.scaleb decimal.Decimal.shift decimal.Decimal.sqrt decimal.Decimal.to_eng_string decimal.Decimal.to_integral_exact decimal.Decimal.to_integral_value decimal.DecimalException decimal.DecimalException.handle decimal.DecimalTuple decimal.DivisionByZero decimal.DivisionByZero.handle decimal.DivisionImpossible decimal.DivisionImpossible.handle decimal.DivisionUndefined decimal.DivisionUndefined.handle decimal.FloatOperation decimal.Inexact decimal.InvalidContext decimal.InvalidContext.handle decimal.InvalidOperation decimal.InvalidOperation.handle decimal.Overflow decimal.Overflow.handle decimal.Rounded decimal.Subnormal decimal.Underflow decimal.getcontext decimal.setcontext 65 items passed all tests: 39 tests in decimal 5 tests in decimal.Context.abs 5 tests in decimal.Context.add 1 tests in decimal.Context.canonical 9 tests in decimal.Context.compare 14 tests in decimal.Context.compare_signal 9 tests in decimal.Context.compare_total 3 tests in decimal.Context.copy_abs 3 tests in decimal.Context.copy_decimal 3 tests in decimal.Context.copy_negate 7 tests in decimal.Context.copy_sign 4 tests in decimal.Context.create_decimal_from_float 13 tests in decimal.Context.divide 6 tests in decimal.Context.divide_int 5 tests in decimal.Context.divmod 10 tests in decimal.Context.exp 6 tests in decimal.Context.fma 1 tests in decimal.Context.is_canonical 6 tests in decimal.Context.is_finite 4 tests in decimal.Context.is_infinite 4 tests in decimal.Context.is_nan 9 tests in decimal.Context.is_normal 4 tests in decimal.Context.is_qnan 5 tests in decimal.Context.is_signed 4 tests in decimal.Context.is_snan 9 tests in decimal.Context.is_subnormal 5 tests in decimal.Context.is_zero 9 tests in decimal.Context.ln 12 tests in decimal.Context.log10 7 tests in decimal.Context.logb 9 tests in decimal.Context.logical_and 5 tests in decimal.Context.logical_invert 9 tests in decimal.Context.logical_or 9 tests in decimal.Context.logical_xor 7 tests in decimal.Context.max 5 tests in decimal.Context.max_mag 7 tests in decimal.Context.min 5 tests in decimal.Context.min_mag 3 tests in decimal.Context.minus 8 tests in decimal.Context.multiply 8 tests in decimal.Context.next_minus 8 tests in decimal.Context.next_plus 13 tests in decimal.Context.next_toward 7 tests in decimal.Context.normalize 17 tests in decimal.Context.number_class 3 tests in decimal.Context.plus 26 tests in decimal.Context.power 18 tests in decimal.Context.quantize 1 tests in decimal.Context.radix 9 tests in decimal.Context.remainder 10 tests in decimal.Context.remainder_near 8 tests in decimal.Context.rotate 7 tests in decimal.Context.same_quantum 6 tests in decimal.Context.scaleb 8 tests in decimal.Context.shift 11 tests in decimal.Context.sqrt 6 tests in decimal.Context.subtract 7 tests in decimal.Context.to_eng_string 8 tests in decimal.Context.to_integral_exact 8 tests in decimal.Context.to_integral_value 5 tests in decimal.Decimal.__new__ 12 tests in decimal.Decimal.__round__ 3 tests in decimal.Decimal.as_integer_ratio 5 tests in decimal.Decimal.from_float 5 tests in decimal.localcontext 507 tests in 227 items. 507 passed and 0 failed. Test passed. doctest (decimal) ... 507 tests with zero failures 0:04:59 load avg: 0.32 [104/427] test_decorators PASS: test_double (test.test_decorators.TestClassDecorators) PASS: test_order (test.test_decorators.TestClassDecorators) PASS: test_simple (test.test_decorators.TestClassDecorators) PASS: test_argforms (test.test_decorators.TestDecorators) PASS: test_classmethod (test.test_decorators.TestDecorators) PASS: test_dbcheck (test.test_decorators.TestDecorators) PASS: test_dotted (test.test_decorators.TestDecorators) PASS: test_double (test.test_decorators.TestDecorators) PASS: test_errors (test.test_decorators.TestDecorators) PASS: test_eval_order (test.test_decorators.TestDecorators) PASS: test_expressions (test.test_decorators.TestDecorators) PASS: test_memoize (test.test_decorators.TestDecorators) PASS: test_order (test.test_decorators.TestDecorators) PASS: test_single (test.test_decorators.TestDecorators) PASS: test_staticmethod (test.test_decorators.TestDecorators) PASS: test_wrapped_classmethod_inside_classmethod (test.test_decorators.TestDecorators) PASS: test_wrapped_descriptor_inside_classmethod (test.test_decorators.TestDecorators) ---------------------------------------------------------------------- Ran 17 tests in 0.004s OK 0:05:00 load avg: 0.32 [105/427] test_defaultdict PASS: test_basic (test.test_defaultdict.TestDefaultDict) PASS: test_callable_arg (test.test_defaultdict.TestDefaultDict) PASS: test_copy (test.test_defaultdict.TestDefaultDict) PASS: test_deep_copy (test.test_defaultdict.TestDefaultDict) PASS: test_keyerror_without_factory (test.test_defaultdict.TestDefaultDict) PASS: test_missing (test.test_defaultdict.TestDefaultDict) PASS: test_pickling (test.test_defaultdict.TestDefaultDict) PASS: test_recursive_repr (test.test_defaultdict.TestDefaultDict) PASS: test_repr (test.test_defaultdict.TestDefaultDict) PASS: test_shallow_copy (test.test_defaultdict.TestDefaultDict) PASS: test_union (test.test_defaultdict.TestDefaultDict) ---------------------------------------------------------------------- Ran 11 tests in 0.002s OK 0:05:00 load avg: 0.32 [106/427] test_deque PASS: test_add (test.test_deque.TestBasic) PASS: test_basics (test.test_deque.TestBasic) PASS: test_big_queue_popleft (test.test_deque.TestBasic) PASS: test_big_queue_popright (test.test_deque.TestBasic) PASS: test_big_stack_left (test.test_deque.TestBasic) PASS: test_big_stack_right (test.test_deque.TestBasic) PASS: test_clear (test.test_deque.TestBasic) PASS: test_comparisons (test.test_deque.TestBasic) PASS: test_container_iterator (test.test_deque.TestBasic) PASS: test_contains (test.test_deque.TestBasic) PASS: test_contains_count_stop_crashes (test.test_deque.TestBasic) PASS: test_copy (test.test_deque.TestBasic) PASS: test_copy_method (test.test_deque.TestBasic) PASS: test_count (test.test_deque.TestBasic) PASS: test_deepcopy (test.test_deque.TestBasic) PASS: test_delitem (test.test_deque.TestBasic) PASS: test_extend (test.test_deque.TestBasic) PASS: test_extendleft (test.test_deque.TestBasic) PASS: test_gc_doesnt_blowup (test.test_deque.TestBasic) PASS: test_getitem (test.test_deque.TestBasic) PASS: test_hash (test.test_deque.TestBasic) PASS: test_iadd (test.test_deque.TestBasic) PASS: test_imul (test.test_deque.TestBasic) PASS: test_index (test.test_deque.TestBasic) PASS: test_index_bug_24913 (test.test_deque.TestBasic) PASS: test_init (test.test_deque.TestBasic) PASS: test_insert (test.test_deque.TestBasic) PASS: test_insert_bug_26194 (test.test_deque.TestBasic) PASS: test_iterator_pickle (test.test_deque.TestBasic) PASS: test_len (test.test_deque.TestBasic) PASS: test_long_steadystate_queue_popleft (test.test_deque.TestBasic) PASS: test_long_steadystate_queue_popright (test.test_deque.TestBasic) PASS: test_maxlen (test.test_deque.TestBasic) PASS: test_maxlen_attribute (test.test_deque.TestBasic) PASS: test_maxlen_zero (test.test_deque.TestBasic) PASS: test_mul (test.test_deque.TestBasic) PASS: test_pickle (test.test_deque.TestBasic) PASS: test_pickle_recursive (test.test_deque.TestBasic) PASS: test_remove (test.test_deque.TestBasic) PASS: test_repr (test.test_deque.TestBasic) PASS: test_reverse (test.test_deque.TestBasic) PASS: test_reversed (test.test_deque.TestBasic) PASS: test_reversed_new (test.test_deque.TestBasic) PASS: test_rotate (test.test_deque.TestBasic) PASS: test_roundtrip_iter_init (test.test_deque.TestBasic) PASS: test_setitem (test.test_deque.TestBasic) PASS: test_sizeof (test.test_deque.TestBasic) PASS: test_underflow (test.test_deque.TestBasic) PASS: test_constructor (test.test_deque.TestVariousIteratorArgs) PASS: test_iter_with_altered_data (test.test_deque.TestVariousIteratorArgs) PASS: test_runtime_error_on_empty_deque (test.test_deque.TestVariousIteratorArgs) PASS: test_basics (test.test_deque.TestSubclass) PASS: test_bug_31608 (test.test_deque.TestSubclass) PASS: test_copy_pickle (test.test_deque.TestSubclass) PASS: test_pickle_recursive (test.test_deque.TestSubclass) PASS: test_strange_subclass (test.test_deque.TestSubclass) PASS: test_weakref (test.test_deque.TestSubclass) PASS: test_subclass_with_kwargs (test.test_deque.TestSubclassWithKwargs) PASS: test_addmul (test.test_deque.TestSequence) PASS: test_bigrepeat (test.test_deque.TestSequence) PASS: test_constructors (test.test_deque.TestSequence) PASS: test_contains (test.test_deque.TestSequence) PASS: test_contains_fake (test.test_deque.TestSequence) PASS: test_contains_order (test.test_deque.TestSequence) PASS: test_count (test.test_deque.TestSequence) SKIP: test_free_after_iterating (test.test_deque.TestSequence) "Exhausted deque iterator doesn't free a deque" PASS: test_getitem (test.test_deque.TestSequence) PASS: test_getitemoverwriteiter (test.test_deque.TestSequence) PASS: test_getslice (test.test_deque.TestSequence) PASS: test_iadd (test.test_deque.TestSequence) PASS: test_imul (test.test_deque.TestSequence) PASS: test_index (test.test_deque.TestSequence) PASS: test_len (test.test_deque.TestSequence) PASS: test_minmax (test.test_deque.TestSequence) PASS: test_pickle (test.test_deque.TestSequence) PASS: test_repeat (test.test_deque.TestSequence) PASS: test_subscript (test.test_deque.TestSequence) PASS: test_truth (test.test_deque.TestSequence) ---------------------------------------------------------------------- Ran 78 tests in 2.253s OK (skipped=1) Trying: from collections import deque Expecting nothing ok Trying: d = deque('ghi') # make a new deque with three items Expecting nothing ok Trying: for elem in d: # iterate over the deque's elements print(elem.upper()) Expecting: G H I ok Trying: d.append('j') # add a new entry to the right side Expecting nothing ok Trying: d.appendleft('f') # add a new entry to the left side Expecting nothing ok Trying: d # show the representation of the deque Expecting: deque(['f', 'g', 'h', 'i', 'j']) ok Trying: d.pop() # return and remove the rightmost item Expecting: 'j' ok Trying: d.popleft() # return and remove the leftmost item Expecting: 'f' ok Trying: list(d) # list the contents of the deque Expecting: ['g', 'h', 'i'] ok Trying: d[0] # peek at leftmost item Expecting: 'g' ok Trying: d[-1] # peek at rightmost item Expecting: 'i' ok Trying: list(reversed(d)) # list the contents of a deque in reverse Expecting: ['i', 'h', 'g'] ok Trying: 'h' in d # search the deque Expecting: True ok Trying: d.extend('jkl') # add multiple elements at once Expecting nothing ok Trying: d Expecting: deque(['g', 'h', 'i', 'j', 'k', 'l']) ok Trying: d.rotate(1) # right rotation Expecting nothing ok Trying: d Expecting: deque(['l', 'g', 'h', 'i', 'j', 'k']) ok Trying: d.rotate(-1) # left rotation Expecting nothing ok Trying: d Expecting: deque(['g', 'h', 'i', 'j', 'k', 'l']) ok Trying: deque(reversed(d)) # make a new deque in reverse order Expecting: deque(['l', 'k', 'j', 'i', 'h', 'g']) ok Trying: d.clear() # empty the deque Expecting nothing ok Trying: d.pop() # cannot pop from an empty deque Expecting: Traceback (most recent call last): File "", line 1, in -toplevel- d.pop() IndexError: pop from an empty deque ok Trying: d.extendleft('abc') # extendleft() reverses the input order Expecting nothing ok Trying: d Expecting: deque(['c', 'b', 'a']) ok Trying: def delete_nth(d, n): d.rotate(-n) d.popleft() d.rotate(n) Expecting nothing ok Trying: d = deque('abcdef') Expecting nothing ok Trying: delete_nth(d, 2) # remove the entry at d[2] Expecting nothing ok Trying: d Expecting: deque(['a', 'b', 'd', 'e', 'f']) ok Trying: def roundrobin(*iterables): pending = deque(iter(i) for i in iterables) while pending: task = pending.popleft() try: yield next(task) except StopIteration: continue pending.append(task) Expecting nothing ok Trying: for value in roundrobin('abc', 'd', 'efgh'): print(value) Expecting: a d e b f c g h ok Trying: def maketree(iterable): d = deque(iterable) while len(d) > 1: pair = [d.popleft(), d.popleft()] d.append(pair) return list(d) Expecting nothing ok Trying: print(maketree('abcdefgh')) Expecting: [[[['a', 'b'], ['c', 'd']], [['e', 'f'], ['g', 'h']]]] ok 80 items had no tests: test.test_deque test.test_deque.BadCmp test.test_deque.BadCmp.__eq__ test.test_deque.Deque test.test_deque.DequeWithBadIter test.test_deque.DequeWithBadIter.__iter__ test.test_deque.MutateCmp test.test_deque.MutateCmp.__eq__ test.test_deque.MutateCmp.__init__ test.test_deque.SubclassWithKwargs test.test_deque.SubclassWithKwargs.__init__ test.test_deque.TestBasic test.test_deque.TestBasic.test_add test.test_deque.TestBasic.test_basics test.test_deque.TestBasic.test_big_queue_popleft test.test_deque.TestBasic.test_big_queue_popright test.test_deque.TestBasic.test_big_stack_left test.test_deque.TestBasic.test_big_stack_right test.test_deque.TestBasic.test_clear test.test_deque.TestBasic.test_comparisons test.test_deque.TestBasic.test_container_iterator test.test_deque.TestBasic.test_contains test.test_deque.TestBasic.test_contains_count_stop_crashes test.test_deque.TestBasic.test_copy test.test_deque.TestBasic.test_copy_method test.test_deque.TestBasic.test_count test.test_deque.TestBasic.test_deepcopy test.test_deque.TestBasic.test_delitem test.test_deque.TestBasic.test_extend test.test_deque.TestBasic.test_extendleft test.test_deque.TestBasic.test_gc_doesnt_blowup test.test_deque.TestBasic.test_getitem test.test_deque.TestBasic.test_hash test.test_deque.TestBasic.test_iadd test.test_deque.TestBasic.test_imul test.test_deque.TestBasic.test_index test.test_deque.TestBasic.test_index_bug_24913 test.test_deque.TestBasic.test_init test.test_deque.TestBasic.test_insert test.test_deque.TestBasic.test_insert_bug_26194 test.test_deque.TestBasic.test_iterator_pickle test.test_deque.TestBasic.test_len test.test_deque.TestBasic.test_long_steadystate_queue_popleft test.test_deque.TestBasic.test_long_steadystate_queue_popright test.test_deque.TestBasic.test_maxlen test.test_deque.TestBasic.test_maxlen_attribute test.test_deque.TestBasic.test_maxlen_zero test.test_deque.TestBasic.test_mul test.test_deque.TestBasic.test_pickle test.test_deque.TestBasic.test_pickle_recursive test.test_deque.TestBasic.test_remove test.test_deque.TestBasic.test_repr test.test_deque.TestBasic.test_reverse test.test_deque.TestBasic.test_reversed test.test_deque.TestBasic.test_reversed_new test.test_deque.TestBasic.test_rotate test.test_deque.TestBasic.test_roundtrip_iter_init test.test_deque.TestBasic.test_setitem test.test_deque.TestBasic.test_sizeof test.test_deque.TestBasic.test_underflow test.test_deque.TestSequence test.test_deque.TestSequence.test_free_after_iterating test.test_deque.TestSequence.test_getitem test.test_deque.TestSequence.test_getslice test.test_deque.TestSequence.test_subscript test.test_deque.TestSubclass test.test_deque.TestSubclass.test_basics test.test_deque.TestSubclass.test_bug_31608 test.test_deque.TestSubclass.test_copy_pickle test.test_deque.TestSubclass.test_pickle_recursive test.test_deque.TestSubclass.test_strange_subclass test.test_deque.TestSubclass.test_weakref test.test_deque.TestSubclassWithKwargs test.test_deque.TestSubclassWithKwargs.test_subclass_with_kwargs test.test_deque.TestVariousIteratorArgs test.test_deque.TestVariousIteratorArgs.test_constructor test.test_deque.TestVariousIteratorArgs.test_iter_with_altered_data test.test_deque.TestVariousIteratorArgs.test_runtime_error_on_empty_deque test.test_deque.fail test.test_deque.test_main 1 items passed all tests: 32 tests in test.test_deque.__test__.libreftest 32 tests in 81 items. 32 passed and 0 failed. Test passed. doctest (test.test_deque) ... 32 tests with zero failures 0:05:02 load avg: 0.38 [107/427] test_descr PASS: test_pytype_long_ready (test.test_descr.AAAPTypesLongInitTest) PASS: test_abstractmethods (test.test_descr.ClassPropertiesAndMethods) PASS: test_altmro (test.test_descr.ClassPropertiesAndMethods) PASS: test_assign_slice (test.test_descr.ClassPropertiesAndMethods) test_bad_new (test.test_descr.ClassPropertiesAndMethods) ... expected failure PASS: test_basic_inheritance (test.test_descr.ClassPropertiesAndMethods) PASS: test_binary_operator_override (test.test_descr.ClassPropertiesAndMethods) PASS: test_bound_method_repr (test.test_descr.ClassPropertiesAndMethods) PASS: test_bpo25750 (test.test_descr.ClassPropertiesAndMethods) PASS: test_buffer_inheritance (test.test_descr.ClassPropertiesAndMethods) PASS: test_builtin_bases (test.test_descr.ClassPropertiesAndMethods) PASS: test_builtin_function_or_method (test.test_descr.ClassPropertiesAndMethods) PASS: test_carloverre (test.test_descr.ClassPropertiesAndMethods) PASS: test_carloverre_multi_inherit_invalid (test.test_descr.ClassPropertiesAndMethods) PASS: test_carloverre_multi_inherit_valid (test.test_descr.ClassPropertiesAndMethods) PASS: test_classic (test.test_descr.ClassPropertiesAndMethods) PASS: test_classic_comparisons (test.test_descr.ClassPropertiesAndMethods) PASS: test_classmethods (test.test_descr.ClassPropertiesAndMethods) PASS: test_classmethods_in_c (test.test_descr.ClassPropertiesAndMethods) PASS: test_compattr (test.test_descr.ClassPropertiesAndMethods) PASS: test_consistency_with_epg (test.test_descr.ClassPropertiesAndMethods) PASS: test_copy_setstate (test.test_descr.ClassPropertiesAndMethods) PASS: test_cycle_through_dict (test.test_descr.ClassPropertiesAndMethods) PASS: test_deepcopy_recursive (test.test_descr.ClassPropertiesAndMethods) PASS: test_delete_hook (test.test_descr.ClassPropertiesAndMethods) PASS: test_descrdoc (test.test_descr.ClassPropertiesAndMethods) PASS: test_diamond_inheritance (test.test_descr.ClassPropertiesAndMethods) PASS: test_dict_constructors (test.test_descr.ClassPropertiesAndMethods) PASS: test_dir (test.test_descr.ClassPropertiesAndMethods) PASS: test_doc_descriptor (test.test_descr.ClassPropertiesAndMethods) PASS: test_dynamics (test.test_descr.ClassPropertiesAndMethods) PASS: test_errors (test.test_descr.ClassPropertiesAndMethods) PASS: test_evil_type_name (test.test_descr.ClassPropertiesAndMethods) PASS: test_ex5_from_c3_switch (test.test_descr.ClassPropertiesAndMethods) PASS: test_file_fault (test.test_descr.ClassPropertiesAndMethods) PASS: test_funny_new (test.test_descr.ClassPropertiesAndMethods) PASS: test_getattr_hooks (test.test_descr.ClassPropertiesAndMethods) PASS: test_hash_inheritance (test.test_descr.ClassPropertiesAndMethods) PASS: test_imul_bug (test.test_descr.ClassPropertiesAndMethods) PASS: test_init (test.test_descr.ClassPropertiesAndMethods) PASS: test_ipow (test.test_descr.ClassPropertiesAndMethods) PASS: test_ipow_exception_text (test.test_descr.ClassPropertiesAndMethods) PASS: test_ipow_returns_not_implemented (test.test_descr.ClassPropertiesAndMethods) PASS: test_isinst_isclass (test.test_descr.ClassPropertiesAndMethods) PASS: test_keyword_arguments (test.test_descr.ClassPropertiesAndMethods) PASS: test_keywords (test.test_descr.ClassPropertiesAndMethods) PASS: test_metaclass (test.test_descr.ClassPropertiesAndMethods) PASS: test_meth_class_get (test.test_descr.ClassPropertiesAndMethods) PASS: test_method_wrapper (test.test_descr.ClassPropertiesAndMethods) PASS: test_methods (test.test_descr.ClassPropertiesAndMethods) PASS: test_methods_in_c (test.test_descr.ClassPropertiesAndMethods) PASS: test_mixing_slot_wrappers (test.test_descr.ClassPropertiesAndMethods) PASS: test_module_subclasses (test.test_descr.ClassPropertiesAndMethods) PASS: test_monotonicity (test.test_descr.ClassPropertiesAndMethods) PASS: test_mro_disagreement (test.test_descr.ClassPropertiesAndMethods) PASS: test_multiple_inheritance (test.test_descr.ClassPropertiesAndMethods) PASS: test_mutable_bases (test.test_descr.ClassPropertiesAndMethods) PASS: test_mutable_bases_catch_mro_conflict (test.test_descr.ClassPropertiesAndMethods) PASS: test_mutable_bases_with_failing_mro (test.test_descr.ClassPropertiesAndMethods) PASS: test_mutable_names (test.test_descr.ClassPropertiesAndMethods) PASS: test_newslots (test.test_descr.ClassPropertiesAndMethods) PASS: test_no_ipow (test.test_descr.ClassPropertiesAndMethods) PASS: test_not_implemented (test.test_descr.ClassPropertiesAndMethods) PASS: test_object_class (test.test_descr.ClassPropertiesAndMethods) PASS: test_object_class_assignment_between_heaptypes_and_nonheaptypes (test.test_descr.ClassPropertiesAndMethods) PASS: test_object_new (test.test_descr.ClassPropertiesAndMethods) PASS: test_object_new_and_init_with_parameters (test.test_descr.ClassPropertiesAndMethods) PASS: test_overloading (test.test_descr.ClassPropertiesAndMethods) PASS: test_properties (test.test_descr.ClassPropertiesAndMethods) PASS: test_properties_doc_attrib (test.test_descr.ClassPropertiesAndMethods) PASS: test_properties_plus (test.test_descr.ClassPropertiesAndMethods) PASS: test_proxy_call (test.test_descr.ClassPropertiesAndMethods) PASS: test_proxy_super (test.test_descr.ClassPropertiesAndMethods) PASS: test_python_dicts (test.test_descr.ClassPropertiesAndMethods) PASS: test_python_lists (test.test_descr.ClassPropertiesAndMethods) PASS: test_qualname (test.test_descr.ClassPropertiesAndMethods) PASS: test_qualname_dict (test.test_descr.ClassPropertiesAndMethods) PASS: test_recursive_call (test.test_descr.ClassPropertiesAndMethods) SKIP: test_refleaks_in_classmethod___init__ (test.test_descr.ClassPropertiesAndMethods) "object has no attribute 'gettotalrefcount'" SKIP: test_refleaks_in_staticmethod___init__ (test.test_descr.ClassPropertiesAndMethods) "object has no attribute 'gettotalrefcount'" PASS: test_repr_as_str (test.test_descr.ClassPropertiesAndMethods) test_restored_object_new (test.test_descr.ClassPropertiesAndMethods) ... expected failure PASS: test_rich_comparisons (test.test_descr.ClassPropertiesAndMethods) PASS: test_rmul (test.test_descr.ClassPropertiesAndMethods) PASS: test_set_and_no_get (test.test_descr.ClassPropertiesAndMethods) PASS: test_set_class (test.test_descr.ClassPropertiesAndMethods) PASS: test_set_dict (test.test_descr.ClassPropertiesAndMethods) PASS: test_set_doc (test.test_descr.ClassPropertiesAndMethods) PASS: test_slices (test.test_descr.ClassPropertiesAndMethods) PASS: test_slot_shadows_class_variable (test.test_descr.ClassPropertiesAndMethods) PASS: test_slots (test.test_descr.ClassPropertiesAndMethods) PASS: test_slots_descriptor (test.test_descr.ClassPropertiesAndMethods) PASS: test_slots_multiple_inheritance (test.test_descr.ClassPropertiesAndMethods) PASS: test_slots_special (test.test_descr.ClassPropertiesAndMethods) PASS: test_slots_special2 (test.test_descr.ClassPropertiesAndMethods) PASS: test_slots_trash (test.test_descr.ClassPropertiesAndMethods) PASS: test_special_method_lookup (test.test_descr.ClassPropertiesAndMethods) PASS: test_special_unbound_method_types (test.test_descr.ClassPropertiesAndMethods) PASS: test_specials (test.test_descr.ClassPropertiesAndMethods) PASS: test_staticmethods (test.test_descr.ClassPropertiesAndMethods) PASS: test_staticmethods_in_c (test.test_descr.ClassPropertiesAndMethods) PASS: test_str_of_str_subclass (test.test_descr.ClassPropertiesAndMethods) PASS: test_str_operations (test.test_descr.ClassPropertiesAndMethods) PASS: test_str_subclass_as_dict_key (test.test_descr.ClassPropertiesAndMethods) PASS: test_subclass_propagation (test.test_descr.ClassPropertiesAndMethods) PASS: test_subclass_right_op (test.test_descr.ClassPropertiesAndMethods) PASS: test_subclassing_does_not_duplicate_dict_descriptors (test.test_descr.ClassPropertiesAndMethods) PASS: test_subtype_resurrection (test.test_descr.ClassPropertiesAndMethods) PASS: test_supers (test.test_descr.ClassPropertiesAndMethods) PASS: test_testcapi_no_segfault (test.test_descr.ClassPropertiesAndMethods) PASS: test_type___getattribute__ (test.test_descr.ClassPropertiesAndMethods) PASS: test_uninitialized_modules (test.test_descr.ClassPropertiesAndMethods) PASS: test_unsubclassable_types (test.test_descr.ClassPropertiesAndMethods) PASS: test_vicious_descriptor_nonsense (test.test_descr.ClassPropertiesAndMethods) PASS: test_weakref_segfault (test.test_descr.ClassPropertiesAndMethods) PASS: test_weakrefs (test.test_descr.ClassPropertiesAndMethods) PASS: test_wrapper_segfault (test.test_descr.ClassPropertiesAndMethods) PASS: test_wrong_class_slot_wrapper (test.test_descr.ClassPropertiesAndMethods) PASS: test_dict_type_with_metaclass (test.test_descr.DictProxyTests) PASS: test_iter_items (test.test_descr.DictProxyTests) PASS: test_iter_keys (test.test_descr.DictProxyTests) PASS: test_iter_values (test.test_descr.DictProxyTests) PASS: test_repr (test.test_descr.DictProxyTests) PASS: test_type_lookup_mro_reference (test.test_descr.MiscTests) test_disappearing_custom_mro (test.test_descr.MroTest) PASS: gh-92112: A custom mro() returning a result conflicting with test_incomplete_extend (test.test_descr.MroTest) PASS: Extending an unitialized type with type->tp_mro == NULL must test_incomplete_set_bases_on_self (test.test_descr.MroTest) PASS: type_set_bases must be aware that type->tp_mro can be NULL. test_incomplete_super (test.test_descr.MroTest) PASS: Attribute lookup on a super object must be aware that test_reent_set_bases_on_base (test.test_descr.MroTest) PASS: Deep reentrancy must not over-decref old_mro. test_reent_set_bases_on_direct_base (test.test_descr.MroTest) PASS: Similar to test_reent_set_bases_on_base, but may crash differently. test_reent_set_bases_tp_base_cycle (test.test_descr.MroTest) PASS: type_set_bases must check for an inheritance cycle not only through test_tp_subclasses_cycle_error_return_path (test.test_descr.MroTest) PASS: The same as test_tp_subclasses_cycle_in_update_slots, but tests test_tp_subclasses_cycle_in_update_slots (test.test_descr.MroTest) PASS: type_set_bases must check for reentrancy upon finishing its job PASS: test_complexes (test.test_descr.OperatorsTest) PASS: test_dicts (test.test_descr.OperatorsTest) PASS: test_explicit_reverse_methods (test.test_descr.OperatorsTest) PASS: test_floats (test.test_descr.OperatorsTest) PASS: test_ints (test.test_descr.OperatorsTest) PASS: test_lists (test.test_descr.OperatorsTest) PASS: test_spam_dicts (test.test_descr.OperatorsTest) PASS: test_spam_lists (test.test_descr.OperatorsTest) PASS: test_wrap_lenfunc_bad_cast (test.test_descr.OperatorsTest) PASS: test_issue24097 (test.test_descr.PicklingTests) PASS: test_object_reduce (test.test_descr.PicklingTests) PASS: test_pickle_slots (test.test_descr.PicklingTests) PASS: test_reduce (test.test_descr.PicklingTests) PASS: test_reduce_copying (test.test_descr.PicklingTests) PASS: test_special_method_lookup (test.test_descr.PicklingTests) PASS: test_subclasses (test.test_descr.SharedKeyTests) ---------------------------------------------------------------------- Ran 149 tests in 1.456s OK (skipped=2, expected failures=2) 0:05:04 load avg: 0.38 [108/427] test_descrtut Trying: print(defaultdict) # show our type Expecting: ok Trying: print(type(defaultdict)) # its metatype Expecting: ok Trying: a = defaultdict(default=0.0) # create an instance Expecting nothing ok Trying: print(a) # show the instance Expecting: {} ok Trying: print(type(a)) # show its type Expecting: ok Trying: print(a.__class__) # show its class Expecting: ok Trying: print(type(a) is a.__class__) # its type is its class Expecting: True ok Trying: a[1] = 3.25 # modify the instance Expecting nothing ok Trying: print(a) # show the new value Expecting: {1: 3.25} ok Trying: print(a[1]) # show the new item Expecting: 3.25 ok Trying: print(a[0]) # a non-existent item Expecting: 0.0 ok Trying: a.merge({1:100, 2:200}) # use a dict method Expecting nothing ok Trying: print(sortdict(a)) # show the result Expecting: {1: 3.25, 2: 200} ok Trying: print(sorted(a.keys())) Expecting: [1, 2] ok Trying: a['print'] = print # need the print function here Expecting nothing ok Trying: exec("x = 3; print(x)", a) Expecting: 3 ok Trying: print(sorted(a.keys(), key=lambda x: (str(type(x)), x))) Expecting: [1, 2, '__builtins__', 'print', 'x'] ok Trying: print(a['x']) Expecting: 3 ok Trying: a.default = -1 Expecting nothing ok Trying: print(a["noway"]) Expecting: -1 ok Trying: a.default = -1000 Expecting nothing ok Trying: print(a["noway"]) Expecting: -1000 ok Trying: 'default' in dir(a) Expecting: True ok Trying: a.x1 = 100 Expecting nothing ok Trying: a.x2 = 200 Expecting nothing ok Trying: print(a.x1) Expecting: 100 ok Trying: d = dir(a) Expecting nothing ok Trying: 'default' in d and 'x1' in d and 'x2' in d Expecting: True ok Trying: print(sortdict(a.__dict__)) Expecting: {'default': -1000, 'x1': 100, 'x2': 200} ok Trying: a = defaultdict2(default=0.0) Expecting nothing ok Trying: a[1] Expecting: 0.0 ok Trying: a.default = -1 Expecting nothing ok Trying: a[1] Expecting: -1 ok Trying: a.x1 = 1 Expecting: Traceback (most recent call last): File "", line 1, in ? AttributeError: 'defaultdict2' object has no attribute 'x1' ok Trying: type([]) Expecting: ok Trying: [].__class__ Expecting: ok Trying: list Expecting: ok Trying: isinstance([], list) Expecting: True ok Trying: isinstance([], dict) Expecting: False ok Trying: isinstance([], object) Expecting: True ok Trying: pprint.pprint(dir(list)) # like list.__dict__.keys(), but sorted Expecting: ['__add__', '__class__', '__class_getitem__', '__contains__', '__delattr__', '__delitem__', '__dir__', '__doc__', '__eq__', '__format__', '__ge__', '__getattribute__', '__getitem__', '__gt__', '__hash__', '__iadd__', '__imul__', '__init__', '__init_subclass__', '__iter__', '__le__', '__len__', '__lt__', '__mul__', '__ne__', '__new__', '__reduce__', '__reduce_ex__', '__repr__', '__reversed__', '__rmul__', '__setattr__', '__setitem__', '__sizeof__', '__str__', '__subclasshook__', 'append', 'clear', 'copy', 'count', 'extend', 'index', 'insert', 'pop', 'remove', 'reverse', 'sort'] ok Trying: a = ['tic', 'tac'] Expecting nothing ok Trying: list.__len__(a) # same as len(a) Expecting: 2 ok Trying: a.__len__() # ditto Expecting: 2 ok Trying: list.append(a, 'toe') # same as a.append('toe') Expecting nothing ok Trying: a Expecting: ['tic', 'tac', 'toe'] ok Trying: class C: @staticmethod def foo(x, y): print("staticmethod", x, y) Expecting nothing ok Trying: C.foo(1, 2) Expecting: staticmethod 1 2 ok Trying: c = C() Expecting nothing ok Trying: c.foo(1, 2) Expecting: staticmethod 1 2 ok Trying: class C: @classmethod def foo(cls, y): print("classmethod", cls, y) Expecting nothing ok Trying: C.foo(1) Expecting: classmethod 1 ok Trying: c = C() Expecting nothing ok Trying: c.foo(1) Expecting: classmethod 1 ok Trying: class D(C): pass Expecting nothing ok Trying: D.foo(1) Expecting: classmethod 1 ok Trying: d = D() Expecting nothing ok Trying: d.foo(1) Expecting: classmethod 1 ok Trying: class E(C): @classmethod def foo(cls, y): # override C.foo print("E.foo() called") C.foo(y) Expecting nothing ok Trying: E.foo(1) Expecting: E.foo() called classmethod 1 ok Trying: e = E() Expecting nothing ok Trying: e.foo(1) Expecting: E.foo() called classmethod 1 ok Trying: class property(object): def __init__(self, get, set=None): self.__get = get self.__set = set def __get__(self, inst, type=None): return self.__get(inst) def __set__(self, inst, value): if self.__set is None: raise AttributeError("this attribute is read-only") return self.__set(inst, value) Expecting nothing ok Trying: class C(object): def __init__(self): self.__x = 0 def getx(self): return self.__x def setx(self, x): if x < 0: x = 0 self.__x = x x = property(getx, setx) Expecting nothing ok Trying: a = C() Expecting nothing ok Trying: a.x = 10 Expecting nothing ok Trying: print(a.x) Expecting: 10 ok Trying: a.x = -10 Expecting nothing ok Trying: print(a.x) Expecting: 0 ok Trying: del property # unmask the builtin Expecting nothing ok Trying: property Expecting: ok Trying: class C(object): def __init__(self): self.__x = 0 def getx(self): return self.__x def setx(self, x): if x < 0: x = 0 self.__x = x x = property(getx, setx) Expecting nothing ok Trying: a = C() Expecting nothing ok Trying: a.x = 10 Expecting nothing ok Trying: print(a.x) Expecting: 10 ok Trying: a.x = -10 Expecting nothing ok Trying: print(a.x) Expecting: 0 ok Trying: class A: # implicit new-style class def save(self): print("called A.save()") Expecting nothing ok Trying: class B(A): pass Expecting nothing ok Trying: class C(A): def save(self): print("called C.save()") Expecting nothing ok Trying: class D(B, C): pass Expecting nothing ok Trying: D().save() Expecting: called C.save() ok Trying: class A(object): # explicit new-style class def save(self): print("called A.save()") Expecting nothing ok Trying: class B(A): pass Expecting nothing ok Trying: class C(A): def save(self): print("called C.save()") Expecting nothing ok Trying: class D(B, C): pass Expecting nothing ok Trying: D().save() Expecting: called C.save() ok Trying: print(D().m()) # "DCBA" Expecting: DCBA ok Trying: class A: def foo(self): print("called A.foo()") Expecting nothing ok Trying: class B(A): pass Expecting nothing ok Trying: class C(A): def foo(self): B.foo(self) Expecting nothing ok Trying: C().foo() Expecting: called A.foo() ok Trying: class C(A): def foo(self): A.foo(self) Expecting nothing ok Trying: C().foo() Expecting: called A.foo() ok 20 items had no tests: test.test_descrtut test.test_descrtut.A test.test_descrtut.A.m test.test_descrtut.B test.test_descrtut.B.m test.test_descrtut.C test.test_descrtut.C.m test.test_descrtut.D test.test_descrtut.D.m test.test_descrtut.defaultdict test.test_descrtut.defaultdict.__getitem__ test.test_descrtut.defaultdict.__init__ test.test_descrtut.defaultdict.get test.test_descrtut.defaultdict.merge test.test_descrtut.defaultdict2 test.test_descrtut.defaultdict2.__getitem__ test.test_descrtut.defaultdict2.__init__ test.test_descrtut.defaultdict2.get test.test_descrtut.defaultdict2.merge test.test_descrtut.test_main 8 items passed all tests: 29 tests in test.test_descrtut.__test__.tut1 5 tests in test.test_descrtut.__test__.tut2 12 tests in test.test_descrtut.__test__.tut3 16 tests in test.test_descrtut.__test__.tut4 15 tests in test.test_descrtut.__test__.tut5 10 tests in test.test_descrtut.__test__.tut6 1 tests in test.test_descrtut.__test__.tut7 6 tests in test.test_descrtut.__test__.tut8 94 tests in 28 items. 94 passed and 0 failed. Test passed. doctest (test.test_descrtut) ... 94 tests with zero failures 0:05:04 load avg: 0.38 [109/427] test_devpoll test_devpoll skipped -- test works only on Solaris OS family 0:05:05 load avg: 0.38 [110/427] test_dict_version -- test_devpoll skipped PASS: test_clear (test.test_dict_version.DictSubtypeVersionTests) PASS: test_constructor (test.test_dict_version.DictSubtypeVersionTests) PASS: test_copy (test.test_dict_version.DictSubtypeVersionTests) PASS: test_delitem (test.test_dict_version.DictSubtypeVersionTests) PASS: test_pop (test.test_dict_version.DictSubtypeVersionTests) PASS: test_popitem (test.test_dict_version.DictSubtypeVersionTests) PASS: test_setdefault (test.test_dict_version.DictSubtypeVersionTests) PASS: test_setitem (test.test_dict_version.DictSubtypeVersionTests) PASS: test_setitem_equal (test.test_dict_version.DictSubtypeVersionTests) PASS: test_setitem_same_value (test.test_dict_version.DictSubtypeVersionTests) PASS: test_update (test.test_dict_version.DictSubtypeVersionTests) PASS: test_clear (test.test_dict_version.DictVersionTests) PASS: test_constructor (test.test_dict_version.DictVersionTests) PASS: test_copy (test.test_dict_version.DictVersionTests) PASS: test_delitem (test.test_dict_version.DictVersionTests) PASS: test_pop (test.test_dict_version.DictVersionTests) PASS: test_popitem (test.test_dict_version.DictVersionTests) PASS: test_setdefault (test.test_dict_version.DictVersionTests) PASS: test_setitem (test.test_dict_version.DictVersionTests) PASS: test_setitem_equal (test.test_dict_version.DictVersionTests) PASS: test_setitem_same_value (test.test_dict_version.DictVersionTests) PASS: test_update (test.test_dict_version.DictVersionTests) ---------------------------------------------------------------------- Ran 22 tests in 0.002s OK 0:05:05 load avg: 0.38 [111/427] test_dictcomps PASS: test_assignment_idiom_in_comprehensions (test.test_dictcomps.DictComprehensionTest) PASS: test_basics (test.test_dictcomps.DictComprehensionTest) PASS: test_evaluation_order (test.test_dictcomps.DictComprehensionTest) PASS: test_global_visibility (test.test_dictcomps.DictComprehensionTest) PASS: test_illegal_assignment (test.test_dictcomps.DictComprehensionTest) PASS: test_local_visibility (test.test_dictcomps.DictComprehensionTest) PASS: test_scope_isolation (test.test_dictcomps.DictComprehensionTest) PASS: test_scope_isolation_from_global (test.test_dictcomps.DictComprehensionTest) PASS: test_star_expression (test.test_dictcomps.DictComprehensionTest) ---------------------------------------------------------------------- Ran 9 tests in 0.001s OK 0:05:05 load avg: 0.38 [112/427] test_dictviews PASS: test_abc_registry (test.test_dictviews.DictSetTest) PASS: test_compare_error (test.test_dictviews.DictSetTest) PASS: test_constructors_not_callable (test.test_dictviews.DictSetTest) PASS: test_copy (test.test_dictviews.DictSetTest) PASS: test_deeply_nested_repr (test.test_dictviews.DictSetTest) PASS: test_dict_items (test.test_dictviews.DictSetTest) PASS: test_dict_keys (test.test_dictviews.DictSetTest) PASS: test_dict_mixed_keys_items (test.test_dictviews.DictSetTest) PASS: test_dict_repr (test.test_dictviews.DictSetTest) PASS: test_dict_values (test.test_dictviews.DictSetTest) PASS: test_items_set_operations (test.test_dictviews.DictSetTest) PASS: test_keys_set_operations (test.test_dictviews.DictSetTest) PASS: test_pickle (test.test_dictviews.DictSetTest) PASS: test_recursive_repr (test.test_dictviews.DictSetTest) PASS: test_set_operations_with_iterator (test.test_dictviews.DictSetTest) PASS: test_set_operations_with_noniterable (test.test_dictviews.DictSetTest) ---------------------------------------------------------------------- Ran 16 tests in 0.003s OK 0:05:05 load avg: 0.38 [113/427] test_difflib PASS: test_one_insert_homogenous_sequence (test.test_difflib.TestAutojunk) PASS: test_byte_content (test.test_difflib.TestBytes) PASS: test_byte_filenames (test.test_difflib.TestBytes) PASS: test_mixed_types_content (test.test_difflib.TestBytes) PASS: test_mixed_types_dates (test.test_difflib.TestBytes) PASS: test_mixed_types_filenames (test.test_difflib.TestBytes) PASS: test_default_args (test.test_difflib.TestFindLongest) PASS: test_longest_match_with_popular_chars (test.test_difflib.TestFindLongest) PASS: test_is_character_junk_false (test.test_difflib.TestJunkAPIs) PASS: test_is_character_junk_true (test.test_difflib.TestJunkAPIs) PASS: test_is_line_junk_REDOS (test.test_difflib.TestJunkAPIs) PASS: test_is_line_junk_false (test.test_difflib.TestJunkAPIs) PASS: test_is_line_junk_true (test.test_difflib.TestJunkAPIs) PASS: test_no_trailing_tab_on_empty_filedate (test.test_difflib.TestOutputFormat) PASS: test_range_format_context (test.test_difflib.TestOutputFormat) PASS: test_range_format_unified (test.test_difflib.TestOutputFormat) PASS: test_tab_delimiter (test.test_difflib.TestOutputFormat) PASS: test_added_tab_hint (test.test_difflib.TestSFbugs) PASS: test_comparing_empty_lists (test.test_difflib.TestSFbugs) PASS: test_hint_indented_properly_with_tabs (test.test_difflib.TestSFbugs) PASS: test_matching_blocks_cache (test.test_difflib.TestSFbugs) PASS: test_mdiff_catch_stop_iteration (test.test_difflib.TestSFbugs) PASS: test_ratio_for_null_seqn (test.test_difflib.TestSFbugs) PASS: test_html_diff (test.test_difflib.TestSFpatches) PASS: test_make_file_default_charset (test.test_difflib.TestSFpatches) PASS: test_make_file_iso88591_charset (test.test_difflib.TestSFpatches) PASS: test_make_file_usascii_charset_with_nonascii_input (test.test_difflib.TestSFpatches) PASS: test_recursion_limit (test.test_difflib.TestSFpatches) PASS: test_bjunk (test.test_difflib.TestWithAscii) PASS: test_one_delete (test.test_difflib.TestWithAscii) PASS: test_one_insert (test.test_difflib.TestWithAscii) Differ (difflib) PASS: Doctest: difflib.Differ _fancy_replace (difflib.Differ) PASS: Doctest: difflib.Differ._fancy_replace _qformat (difflib.Differ) PASS: Doctest: difflib.Differ._qformat compare (difflib.Differ) PASS: Doctest: difflib.Differ.compare IS_CHARACTER_JUNK (difflib) PASS: Doctest: difflib.IS_CHARACTER_JUNK IS_LINE_JUNK (difflib) PASS: Doctest: difflib.IS_LINE_JUNK SequenceMatcher (difflib) PASS: Doctest: difflib.SequenceMatcher find_longest_match (difflib.SequenceMatcher) PASS: Doctest: difflib.SequenceMatcher.find_longest_match get_grouped_opcodes (difflib.SequenceMatcher) PASS: Doctest: difflib.SequenceMatcher.get_grouped_opcodes get_matching_blocks (difflib.SequenceMatcher) PASS: Doctest: difflib.SequenceMatcher.get_matching_blocks get_opcodes (difflib.SequenceMatcher) PASS: Doctest: difflib.SequenceMatcher.get_opcodes ratio (difflib.SequenceMatcher) PASS: Doctest: difflib.SequenceMatcher.ratio set_seq1 (difflib.SequenceMatcher) PASS: Doctest: difflib.SequenceMatcher.set_seq1 set_seq2 (difflib.SequenceMatcher) PASS: Doctest: difflib.SequenceMatcher.set_seq2 set_seqs (difflib.SequenceMatcher) PASS: Doctest: difflib.SequenceMatcher.set_seqs context_diff (difflib) PASS: Doctest: difflib.context_diff get_close_matches (difflib) PASS: Doctest: difflib.get_close_matches ndiff (difflib) PASS: Doctest: difflib.ndiff restore (difflib) PASS: Doctest: difflib.restore unified_diff (difflib) PASS: Doctest: difflib.unified_diff ---------------------------------------------------------------------- Ran 51 tests in 0.521s OK 0:05:06 load avg: 0.38 [114/427] test_dis PASS: test_disassembled (test.test_dis.BytecodeTests) PASS: test_explicit_first_line (test.test_dis.BytecodeTests) PASS: test_from_traceback (test.test_dis.BytecodeTests) PASS: test_from_traceback_dis (test.test_dis.BytecodeTests) PASS: test_info (test.test_dis.BytecodeTests) PASS: test_instantiation (test.test_dis.BytecodeTests) PASS: test_iteration (test.test_dis.BytecodeTests) PASS: test_source_line_in_disassembly (test.test_dis.BytecodeTests) PASS: test_code_info (test.test_dis.CodeInfoTests) PASS: test_code_info_object (test.test_dis.CodeInfoTests) PASS: test_pretty_flags_no_flags (test.test_dis.CodeInfoTests) PASS: test_show_code (test.test_dis.CodeInfoTests) PASS: test_big_linenos (test.test_dis.DisTests) PASS: test_big_offsets (test.test_dis.DisTests) PASS: test_boundaries (test.test_dis.DisTests) PASS: test_bug_1333982 (test.test_dis.DisTests) PASS: test_bug_42562 (test.test_dis.DisTests) PASS: test_bug_45757 (test.test_dis.DisTests) PASS: test_bug_708901 (test.test_dis.DisTests) PASS: test_dis (test.test_dis.DisTests) PASS: test_dis_none (test.test_dis.DisTests) PASS: test_dis_object (test.test_dis.DisTests) PASS: test_dis_traceback (test.test_dis.DisTests) PASS: test_disassemble_async_generator (test.test_dis.DisTests) PASS: test_disassemble_bytes (test.test_dis.DisTests) PASS: test_disassemble_class (test.test_dis.DisTests) PASS: test_disassemble_class_method (test.test_dis.DisTests) PASS: test_disassemble_coroutine (test.test_dis.DisTests) PASS: test_disassemble_fstring (test.test_dis.DisTests) PASS: test_disassemble_generator (test.test_dis.DisTests) PASS: test_disassemble_instance_method (test.test_dis.DisTests) PASS: test_disassemble_instance_method_bytes (test.test_dis.DisTests) PASS: test_disassemble_recursive (test.test_dis.DisTests) PASS: test_disassemble_static_method (test.test_dis.DisTests) PASS: test_disassemble_str (test.test_dis.DisTests) PASS: test_disassemble_try_finally (test.test_dis.DisTests) PASS: test_opmap (test.test_dis.DisTests) PASS: test_opname (test.test_dis.DisTests) PASS: test_widths (test.test_dis.DisTests) PASS: test_big_linenos (test.test_dis.DisWithFileTests) PASS: test_big_offsets (test.test_dis.DisWithFileTests) PASS: test_boundaries (test.test_dis.DisWithFileTests) PASS: test_bug_1333982 (test.test_dis.DisWithFileTests) PASS: test_bug_42562 (test.test_dis.DisWithFileTests) PASS: test_bug_45757 (test.test_dis.DisWithFileTests) PASS: test_bug_708901 (test.test_dis.DisWithFileTests) PASS: test_dis (test.test_dis.DisWithFileTests) PASS: test_dis_none (test.test_dis.DisWithFileTests) PASS: test_dis_object (test.test_dis.DisWithFileTests) PASS: test_dis_traceback (test.test_dis.DisWithFileTests) PASS: test_disassemble_async_generator (test.test_dis.DisWithFileTests) PASS: test_disassemble_bytes (test.test_dis.DisWithFileTests) PASS: test_disassemble_class (test.test_dis.DisWithFileTests) PASS: test_disassemble_class_method (test.test_dis.DisWithFileTests) PASS: test_disassemble_coroutine (test.test_dis.DisWithFileTests) PASS: test_disassemble_fstring (test.test_dis.DisWithFileTests) PASS: test_disassemble_generator (test.test_dis.DisWithFileTests) PASS: test_disassemble_instance_method (test.test_dis.DisWithFileTests) PASS: test_disassemble_instance_method_bytes (test.test_dis.DisWithFileTests) PASS: test_disassemble_recursive (test.test_dis.DisWithFileTests) PASS: test_disassemble_static_method (test.test_dis.DisWithFileTests) PASS: test_disassemble_str (test.test_dis.DisWithFileTests) PASS: test_disassemble_try_finally (test.test_dis.DisWithFileTests) PASS: test_opmap (test.test_dis.DisWithFileTests) PASS: test_opname (test.test_dis.DisWithFileTests) PASS: test_widths (test.test_dis.DisWithFileTests) PASS: test_default_first_line (test.test_dis.InstructionTests) PASS: test_doubly_nested (test.test_dis.InstructionTests) PASS: test_first_line_set_to_None (test.test_dis.InstructionTests) PASS: test_jumpy (test.test_dis.InstructionTests) PASS: test_nested (test.test_dis.InstructionTests) PASS: test_outer (test.test_dis.InstructionTests) PASS: test_assert_not_in_with_arg_in_bytecode (test.test_dis.TestBytecodeTestCase) PASS: test_assert_not_in_with_arg_not_in_bytecode (test.test_dis.TestBytecodeTestCase) PASS: test_assert_not_in_with_op_not_in_bytecode (test.test_dis.TestBytecodeTestCase) PASS: test_distb_empty (test.test_dis.TestDisTraceback) PASS: test_distb_explicit_arg (test.test_dis.TestDisTraceback) PASS: test_distb_last_traceback (test.test_dis.TestDisTraceback) PASS: test_distb_empty (test.test_dis.TestDisTracebackWithFile) PASS: test_distb_explicit_arg (test.test_dis.TestDisTracebackWithFile) PASS: test_distb_last_traceback (test.test_dis.TestDisTracebackWithFile) ---------------------------------------------------------------------- Ran 81 tests in 0.361s OK 0:05:07 load avg: 0.43 [115/427] test_distutils PASS: test_find_executable (distutils.tests.test_spawn.SpawnTestCase) PASS: test_spawn (distutils.tests.test_spawn.SpawnTestCase) PASS: test_spawn_missing_exe (distutils.tests.test_spawn.SpawnTestCase) PASS: test_change_root (distutils.tests.test_util.UtilTestCase) PASS: test_check_environ (distutils.tests.test_util.UtilTestCase) PASS: test_check_environ_getpwuid (distutils.tests.test_util.UtilTestCase) PASS: test_convert_path (distutils.tests.test_util.UtilTestCase) PASS: test_dont_write_bytecode (distutils.tests.test_util.UtilTestCase) PASS: test_get_platform (distutils.tests.test_util.UtilTestCase) PASS: test_grok_environment_error (distutils.tests.test_util.UtilTestCase) PASS: test_rfc822_escape (distutils.tests.test_util.UtilTestCase) PASS: test_split_quoted (distutils.tests.test_util.UtilTestCase) PASS: test_strtobool (distutils.tests.test_util.UtilTestCase) PASS: test_extension_init (distutils.tests.test_extension.ExtensionTestCase) PASS: test_read_setup_file (distutils.tests.test_extension.ExtensionTestCase) PASS: test_build (distutils.tests.test_build_scripts.BuildScriptsTestCase) PASS: test_default_settings (distutils.tests.test_build_scripts.BuildScriptsTestCase) PASS: test_version_int (distutils.tests.test_build_scripts.BuildScriptsTestCase) PASS: test_default_settings (distutils.tests.test_install_scripts.InstallScriptsTestCase) PASS: test_installation (distutils.tests.test_install_scripts.InstallScriptsTestCase) PASS: test_debug_print (distutils.tests.test_cmd.CommandTestCase) PASS: test_dump_options (distutils.tests.test_cmd.CommandTestCase) PASS: test_ensure_dirname (distutils.tests.test_cmd.CommandTestCase) PASS: test_ensure_filename (distutils.tests.test_cmd.CommandTestCase) PASS: test_ensure_string (distutils.tests.test_cmd.CommandTestCase) PASS: test_ensure_string_list (distutils.tests.test_cmd.CommandTestCase) PASS: test_make_file (distutils.tests.test_cmd.CommandTestCase) PASS: test_class (distutils.tests.test_text_file.TextFileTestCase) PASS: test_check_metadata_deprecated (distutils.tests.test_register.RegisterTestCase) PASS: test_create_pypirc (distutils.tests.test_register.RegisterTestCase) PASS: test_list_classifiers (distutils.tests.test_register.RegisterTestCase) PASS: test_password_not_in_file (distutils.tests.test_register.RegisterTestCase) PASS: test_password_reset (distutils.tests.test_register.RegisterTestCase) SKIP: test_register_invalid_long_description (distutils.tests.test_register.RegisterTestCase) 'needs docutils' PASS: test_registering (distutils.tests.test_register.RegisterTestCase) PASS: test_show_response (distutils.tests.test_register.RegisterTestCase) SKIP: test_strict (distutils.tests.test_register.RegisterTestCase) 'needs docutils' PASS: test_debug_mode (distutils.tests.test_core.CoreTestCase) PASS: test_run_setup_defines_subclass (distutils.tests.test_core.CoreTestCase) PASS: test_run_setup_preserves_sys_argv (distutils.tests.test_core.CoreTestCase) PASS: test_run_setup_provides_file (distutils.tests.test_core.CoreTestCase) PASS: test_run_setup_uses_current_dir (distutils.tests.test_core.CoreTestCase) PASS: test_debug_mode (distutils.tests.test_install.InstallTestCase) PASS: test_finalize_options (distutils.tests.test_install.InstallTestCase) PASS: test_handle_extra_path (distutils.tests.test_install.InstallTestCase) PASS: test_home_installation_scheme (distutils.tests.test_install.InstallTestCase) PASS: test_record (distutils.tests.test_install.InstallTestCase) PASS: test_record_extensions (distutils.tests.test_install.InstallTestCase) PASS: test_user_site (distutils.tests.test_install.InstallTestCase) VersionPredicate (distutils.versionpredicate) PASS: Doctest: distutils.versionpredicate.VersionPredicate split_provision (distutils.versionpredicate) PASS: Doctest: distutils.versionpredicate.split_provision PASS: test_announce (distutils.tests.test_dist.DistributionTestCase) PASS: test_command_packages_cmdline (distutils.tests.test_dist.DistributionTestCase) PASS: test_command_packages_configfile (distutils.tests.test_dist.DistributionTestCase) PASS: test_command_packages_unspecified (distutils.tests.test_dist.DistributionTestCase) PASS: test_empty_options (distutils.tests.test_dist.DistributionTestCase) PASS: test_finalize_options (distutils.tests.test_dist.DistributionTestCase) PASS: test_find_config_files_disable (distutils.tests.test_dist.DistributionTestCase) PASS: test_get_command_packages (distutils.tests.test_dist.DistributionTestCase) PASS: test_venv_install_options (distutils.tests.test_dist.DistributionTestCase) PASS: test_classifier (distutils.tests.test_dist.MetadataTestCase) PASS: test_classifier_invalid_type (distutils.tests.test_dist.MetadataTestCase) PASS: test_custom_pydistutils (distutils.tests.test_dist.MetadataTestCase) PASS: test_download_url (distutils.tests.test_dist.MetadataTestCase) PASS: test_fix_help_options (distutils.tests.test_dist.MetadataTestCase) PASS: test_keywords (distutils.tests.test_dist.MetadataTestCase) PASS: test_keywords_invalid_type (distutils.tests.test_dist.MetadataTestCase) PASS: test_long_description (distutils.tests.test_dist.MetadataTestCase) PASS: test_obsoletes (distutils.tests.test_dist.MetadataTestCase) PASS: test_obsoletes_illegal (distutils.tests.test_dist.MetadataTestCase) PASS: test_obsoletes_to_list (distutils.tests.test_dist.MetadataTestCase) PASS: test_platforms (distutils.tests.test_dist.MetadataTestCase) PASS: test_platforms_invalid_types (distutils.tests.test_dist.MetadataTestCase) PASS: test_provides (distutils.tests.test_dist.MetadataTestCase) PASS: test_provides_illegal (distutils.tests.test_dist.MetadataTestCase) PASS: test_read_metadata (distutils.tests.test_dist.MetadataTestCase) PASS: test_requires (distutils.tests.test_dist.MetadataTestCase) PASS: test_requires_illegal (distutils.tests.test_dist.MetadataTestCase) PASS: test_requires_to_list (distutils.tests.test_dist.MetadataTestCase) PASS: test_show_help (distutils.tests.test_dist.MetadataTestCase) PASS: test_simple_metadata (distutils.tests.test_dist.MetadataTestCase) PASS: test_add_defaults (distutils.tests.test_sdist.SDistTestCase) PASS: test_check_metadata_deprecated (distutils.tests.test_sdist.SDistTestCase) PASS: test_finalize_options (distutils.tests.test_sdist.SDistTestCase) PASS: test_get_file_list (distutils.tests.test_sdist.SDistTestCase) PASS: test_invalid_template_unknown_command (distutils.tests.test_sdist.SDistTestCase) PASS: test_invalid_template_wrong_arguments (distutils.tests.test_sdist.SDistTestCase) SKIP: test_invalid_template_wrong_path (distutils.tests.test_sdist.SDistTestCase) 'test relevant for Windows only' PASS: test_make_distribution (distutils.tests.test_sdist.SDistTestCase) PASS: test_make_distribution_owner_group (distutils.tests.test_sdist.SDistTestCase) PASS: test_manifest_comments (distutils.tests.test_sdist.SDistTestCase) PASS: test_manifest_marker (distutils.tests.test_sdist.SDistTestCase) PASS: test_manual_manifest (distutils.tests.test_sdist.SDistTestCase) PASS: test_metadata_check_option (distutils.tests.test_sdist.SDistTestCase) PASS: test_prune_file_list (distutils.tests.test_sdist.SDistTestCase) PASS: test_show_formats (distutils.tests.test_sdist.SDistTestCase) SKIP: test_get_vc2015 (distutils.tests.test_msvccompiler.msvccompilerTestCase) 'These tests are only for win32' SKIP: test_get_vc2017 (distutils.tests.test_msvccompiler.msvccompilerTestCase) 'These tests are only for win32' SKIP: test_get_vc_env_unicode (distutils.tests.test_msvccompiler.msvccompilerTestCase) 'These tests are only for win32' SKIP: test_no_compiler (distutils.tests.test_msvccompiler.msvccompilerTestCase) 'These tests are only for win32' PASS: test_simple_built (distutils.tests.test_bdist_dumb.BuildDumbTestCase) PASS: test_build_ext (distutils.tests.test_build_ext.BuildExtTestCase) PASS: test_check_extensions_list (distutils.tests.test_build_ext.BuildExtTestCase) PASS: test_compiler_option (distutils.tests.test_build_ext.BuildExtTestCase) SKIP: test_deployment_target_default (distutils.tests.test_build_ext.BuildExtTestCase) 'test only relevant for MacOSX' SKIP: test_deployment_target_higher_ok (distutils.tests.test_build_ext.BuildExtTestCase) 'test only relevant for MacOSX' SKIP: test_deployment_target_too_low (distutils.tests.test_build_ext.BuildExtTestCase) 'test only relevant for MacOSX' PASS: test_ext_fullpath (distutils.tests.test_build_ext.BuildExtTestCase) PASS: test_finalize_options (distutils.tests.test_build_ext.BuildExtTestCase) PASS: test_get_outputs (distutils.tests.test_build_ext.BuildExtTestCase) PASS: test_get_source_files (distutils.tests.test_build_ext.BuildExtTestCase) PASS: test_optional_extension (distutils.tests.test_build_ext.BuildExtTestCase) PASS: test_solaris_enable_shared (distutils.tests.test_build_ext.BuildExtTestCase) PASS: test_unicode_module_names (distutils.tests.test_build_ext.BuildExtTestCase) PASS: test_user_site (distutils.tests.test_build_ext.BuildExtTestCase) SKIP: test_build_ext (distutils.tests.test_build_ext.ParallelBuildExtTestCase) 'Already tested in BuildExtTestCase' PASS: test_check_extensions_list (distutils.tests.test_build_ext.ParallelBuildExtTestCase) PASS: test_compiler_option (distutils.tests.test_build_ext.ParallelBuildExtTestCase) SKIP: test_deployment_target_default (distutils.tests.test_build_ext.ParallelBuildExtTestCase) 'test only relevant for MacOSX' SKIP: test_deployment_target_higher_ok (distutils.tests.test_build_ext.ParallelBuildExtTestCase) 'test only relevant for MacOSX' SKIP: test_deployment_target_too_low (distutils.tests.test_build_ext.ParallelBuildExtTestCase) 'test only relevant for MacOSX' PASS: test_ext_fullpath (distutils.tests.test_build_ext.ParallelBuildExtTestCase) PASS: test_finalize_options (distutils.tests.test_build_ext.ParallelBuildExtTestCase) PASS: test_get_outputs (distutils.tests.test_build_ext.ParallelBuildExtTestCase) PASS: test_get_source_files (distutils.tests.test_build_ext.ParallelBuildExtTestCase) PASS: test_optional_extension (distutils.tests.test_build_ext.ParallelBuildExtTestCase) PASS: test_solaris_enable_shared (distutils.tests.test_build_ext.ParallelBuildExtTestCase) PASS: test_unicode_module_names (distutils.tests.test_build_ext.ParallelBuildExtTestCase) PASS: test_user_site (distutils.tests.test_build_ext.ParallelBuildExtTestCase) PASS: test_formats (distutils.tests.test_bdist.BuildTestCase) PASS: test_skip_build (distutils.tests.test_bdist.BuildTestCase) PASS: test_check_all (distutils.tests.test_check.CheckTestCase) SKIP: test_check_document (distutils.tests.test_check.CheckTestCase) "won't test without docutils" PASS: test_check_metadata (distutils.tests.test_check.CheckTestCase) SKIP: test_check_restructuredtext (distutils.tests.test_check.CheckTestCase) "won't test without docutils" SKIP: test_check_restructuredtext_with_syntax_highlight (distutils.tests.test_check.CheckTestCase) "won't test without docutils" test_copy_tree_exception_in_listdir (distutils.tests.test_dir_util.DirUtilTestCase) PASS: An exception in listdir should raise a DistutilsFileError PASS: test_copy_tree_skips_nfs_temp_files (distutils.tests.test_dir_util.DirUtilTestCase) PASS: test_copy_tree_verbosity (distutils.tests.test_dir_util.DirUtilTestCase) PASS: test_create_tree_verbosity (distutils.tests.test_dir_util.DirUtilTestCase) PASS: test_ensure_relative (distutils.tests.test_dir_util.DirUtilTestCase) PASS: test_mkpath_remove_tree_verbosity (distutils.tests.test_dir_util.DirUtilTestCase) PASS: test_mkpath_with_custom_mode (distutils.tests.test_dir_util.DirUtilTestCase) PASS: test_newer (distutils.tests.test_dep_util.DepUtilTestCase) PASS: test_newer_group (distutils.tests.test_dep_util.DepUtilTestCase) PASS: test_newer_pairwise (distutils.tests.test_dep_util.DepUtilTestCase) PASS: test_simple_run (distutils.tests.test_clean.cleanTestCase) PASS: test_finalize_options (distutils.tests.test_build.BuildTestCase) SKIP: test_no_compiler (distutils.tests.test_msvc9compiler.msvc9compilerTestCase) 'These tests are only for win32' SKIP: test_reg_class (distutils.tests.test_msvc9compiler.msvc9compilerTestCase) 'These tests are only for win32' SKIP: test_remove_entire_manifest (distutils.tests.test_msvc9compiler.msvc9compilerTestCase) 'These tests are only for win32' SKIP: test_remove_visual_c_ref (distutils.tests.test_msvc9compiler.msvc9compilerTestCase) 'These tests are only for win32' SKIP: test_osx_cc_overrides_ldshared (distutils.tests.test_unixccompiler.UnixCCompilerTestCase) 'test only relevant for OS X' SKIP: test_osx_explicit_ldshared (distutils.tests.test_unixccompiler.UnixCCompilerTestCase) 'test only relevant for OS X' PASS: test_runtime_libdir_option (distutils.tests.test_unixccompiler.UnixCCompilerTestCase) PASS: test_finalize_options (distutils.tests.test_upload.uploadTestCase) PASS: test_saved_password (distutils.tests.test_upload.uploadTestCase) PASS: test_upload (distutils.tests.test_upload.uploadTestCase) PASS: test_upload_correct_cr (distutils.tests.test_upload.uploadTestCase) PASS: test_upload_fails (distutils.tests.test_upload.uploadTestCase) PASS: test_wrong_exception_order (distutils.tests.test_upload.uploadTestCase) PASS: test_simple_run (distutils.tests.test_install_data.InstallDataTestCase) PASS: test_config_interpolation (distutils.tests.test_config.PyPIRCCommandTestCase) PASS: test_server_empty_registration (distutils.tests.test_config.PyPIRCCommandTestCase) PASS: test_server_registration (distutils.tests.test_config.PyPIRCCommandTestCase) SKIP: test_minimal (distutils.tests.test_bdist_msi.BDistMSITestCase) 'these tests require Windows' PASS: test_clean (distutils.tests.test_config_cmd.ConfigTestCase) PASS: test_dump_file (distutils.tests.test_config_cmd.ConfigTestCase) PASS: test_finalize_options (distutils.tests.test_config_cmd.ConfigTestCase) PASS: test_search_cpp (distutils.tests.test_config_cmd.ConfigTestCase) PASS: test_SO_deprecation (distutils.tests.test_sysconfig.SysconfigTestCase) PASS: test_SO_in_vars (distutils.tests.test_sysconfig.SysconfigTestCase) PASS: test_SO_value (distutils.tests.test_sysconfig.SysconfigTestCase) PASS: test_customize_compiler (distutils.tests.test_sysconfig.SysconfigTestCase) PASS: test_customize_compiler_before_get_config_vars (distutils.tests.test_sysconfig.SysconfigTestCase) PASS: test_get_config_h_filename (distutils.tests.test_sysconfig.SysconfigTestCase) PASS: test_get_config_vars (distutils.tests.test_sysconfig.SysconfigTestCase) PASS: test_get_python_lib (distutils.tests.test_sysconfig.SysconfigTestCase) PASS: test_parse_makefile_base (distutils.tests.test_sysconfig.SysconfigTestCase) PASS: test_parse_makefile_literal_dollar (distutils.tests.test_sysconfig.SysconfigTestCase) PASS: test_srcdir (distutils.tests.test_sysconfig.SysconfigTestCase) PASS: test_srcdir_independent_of_cwd (distutils.tests.test_sysconfig.SysconfigTestCase) PASS: test_sysconfig_compiler_vars (distutils.tests.test_sysconfig.SysconfigTestCase) PASS: test_sysconfig_module (distutils.tests.test_sysconfig.SysconfigTestCase) PASS: test_debug_print (distutils.tests.test_filelist.FileListTestCase) PASS: test_exclude_pattern (distutils.tests.test_filelist.FileListTestCase) PASS: test_glob_to_re (distutils.tests.test_filelist.FileListTestCase) PASS: test_include_pattern (distutils.tests.test_filelist.FileListTestCase) PASS: test_process_template (distutils.tests.test_filelist.FileListTestCase) PASS: test_process_template_line (distutils.tests.test_filelist.FileListTestCase) PASS: test_remove_duplicates (distutils.tests.test_filelist.FileListTestCase) PASS: test_set_allfiles (distutils.tests.test_filelist.FileListTestCase) PASS: test_translate_pattern (distutils.tests.test_filelist.FileListTestCase) test_basic_discovery (distutils.tests.test_filelist.FindAllTestCase) PASS: When findall is called with no parameters or with PASS: test_missing_symlink (distutils.tests.test_filelist.FindAllTestCase) test_non_local_discovery (distutils.tests.test_filelist.FindAllTestCase) PASS: When findall is called with another path, the full PASS: test_non_ascii (distutils.tests.test_log.TestLog) PASS: test_simple_run (distutils.tests.test_install_headers.InstallHeadersTestCase) PASS: test_cmp (distutils.tests.test_version.VersionTestCase) PASS: test_cmp_strict (distutils.tests.test_version.VersionTestCase) PASS: test_prerelease (distutils.tests.test_version.VersionTestCase) PASS: test_byte_compile (distutils.tests.test_build_py.BuildPyTestCase) PASS: test_byte_compile_optimized (distutils.tests.test_build_py.BuildPyTestCase) test_dir_in_package_data (distutils.tests.test_build_py.BuildPyTestCase) PASS: A directory in package_data should not be added to the filelist. PASS: test_dont_write_bytecode (distutils.tests.test_build_py.BuildPyTestCase) PASS: test_empty_package_dir (distutils.tests.test_build_py.BuildPyTestCase) PASS: test_package_data (distutils.tests.test_build_py.BuildPyTestCase) SKIP: test_no_optimize_flag (distutils.tests.test_bdist_rpm.BuildRpmTestCase) 'the rpm command is not found' SKIP: test_quiet (distutils.tests.test_bdist_rpm.BuildRpmTestCase) 'the rpm command is not found' PASS: test_copy_file_hard_link (distutils.tests.test_file_util.FileUtilTestCase) PASS: test_copy_file_hard_link_failure (distutils.tests.test_file_util.FileUtilTestCase) PASS: test_move_file_exception_unpacking_rename (distutils.tests.test_file_util.FileUtilTestCase) PASS: test_move_file_exception_unpacking_unlink (distutils.tests.test_file_util.FileUtilTestCase) PASS: test_move_file_verbosity (distutils.tests.test_file_util.FileUtilTestCase) PASS: test_byte_compile (distutils.tests.test_install_lib.InstallLibTestCase) PASS: test_dont_write_bytecode (distutils.tests.test_install_lib.InstallLibTestCase) PASS: test_finalize_options (distutils.tests.test_install_lib.InstallLibTestCase) PASS: test_get_inputs (distutils.tests.test_install_lib.InstallLibTestCase) PASS: test_get_outputs (distutils.tests.test_install_lib.InstallLibTestCase) PASS: test_check_config_h (distutils.tests.test_cygwinccompiler.CygwinCCompilerTestCase) PASS: test_get_msvcr (distutils.tests.test_cygwinccompiler.CygwinCCompilerTestCase) PASS: test_get_versions (distutils.tests.test_cygwinccompiler.CygwinCCompilerTestCase) PASS: test_check_archive_formats (distutils.tests.test_archive_util.ArchiveUtilTestCase) SKIP: test_compress_deprecated (distutils.tests.test_archive_util.ArchiveUtilTestCase) 'The compress program is required' PASS: test_make_archive (distutils.tests.test_archive_util.ArchiveUtilTestCase) PASS: test_make_archive_bztar (distutils.tests.test_archive_util.ArchiveUtilTestCase) PASS: test_make_archive_cwd (distutils.tests.test_archive_util.ArchiveUtilTestCase) PASS: test_make_archive_gztar (distutils.tests.test_archive_util.ArchiveUtilTestCase) PASS: test_make_archive_owner_group (distutils.tests.test_archive_util.ArchiveUtilTestCase) PASS: test_make_archive_tar (distutils.tests.test_archive_util.ArchiveUtilTestCase) PASS: test_make_archive_xztar (distutils.tests.test_archive_util.ArchiveUtilTestCase) PASS: test_make_tarball (distutils.tests.test_archive_util.ArchiveUtilTestCase) PASS: test_make_tarball_bzip2 (distutils.tests.test_archive_util.ArchiveUtilTestCase) test_make_tarball_extended (distutils.tests.test_archive_util.ArchiveUtilTestCase) PASS: Mirror test_make_tarball, except filename contains extended PASS: test_make_tarball_gzip (distutils.tests.test_archive_util.ArchiveUtilTestCase) test_make_tarball_latin1 (distutils.tests.test_archive_util.ArchiveUtilTestCase) PASS: Mirror test_make_tarball, except filename contains latin characters. PASS: test_make_tarball_xz (distutils.tests.test_archive_util.ArchiveUtilTestCase) PASS: test_make_zipfile (distutils.tests.test_archive_util.ArchiveUtilTestCase) PASS: test_make_zipfile_no_zlib (distutils.tests.test_archive_util.ArchiveUtilTestCase) PASS: test_tarfile_root_owner (distutils.tests.test_archive_util.ArchiveUtilTestCase) PASS: test_tarfile_vs_tar (distutils.tests.test_archive_util.ArchiveUtilTestCase) PASS: test_build_libraries (distutils.tests.test_build_clib.BuildCLibTestCase) PASS: test_check_library_dist (distutils.tests.test_build_clib.BuildCLibTestCase) PASS: test_finalize_options (distutils.tests.test_build_clib.BuildCLibTestCase) PASS: test_get_source_files (distutils.tests.test_build_clib.BuildCLibTestCase) PASS: test_run (distutils.tests.test_build_clib.BuildCLibTestCase) ---------------------------------------------------------------------- Ran 246 tests in 1.536s OK (skipped=27) 0:05:09 load avg: 0.43 [116/427] test_docxmlrpc test_annotations (test.test_docxmlrpc.DocXMLRPCHTTPGETServer) PASS: Test that annotations works as expected test_autolink_dotted_methods (test.test_docxmlrpc.DocXMLRPCHTTPGETServer) PASS: Test that selfdot values are made strong automatically in the test_autolinking (test.test_docxmlrpc.DocXMLRPCHTTPGETServer) PASS: Test that the server correctly automatically wraps references to PASS: test_invalid_get_response (test.test_docxmlrpc.DocXMLRPCHTTPGETServer) test_lambda (test.test_docxmlrpc.DocXMLRPCHTTPGETServer) PASS: Test that lambda functionality stays the same. The output produced PASS: test_server_title_escape (test.test_docxmlrpc.DocXMLRPCHTTPGETServer) test_system_methods (test.test_docxmlrpc.DocXMLRPCHTTPGETServer) PASS: Test the presence of three consecutive system.* methods. PASS: test_valid_get_response (test.test_docxmlrpc.DocXMLRPCHTTPGETServer) ---------------------------------------------------------------------- Ran 8 tests in 1.547s OK 0:05:11 load avg: 0.43 [117/427] test_dtrace skipped "dtrace(1) failed: [Errno 2] No such file or directory: 'dtrace'" skipped "dtrace(1) failed: [Errno 2] No such file or directory: 'dtrace'" skipped "stap(1) failed: [Errno 2] No such file or directory: 'stap'" skipped "stap(1) failed: [Errno 2] No such file or directory: 'stap'" ---------------------------------------------------------------------- Ran 0 tests in 0.003s OK (skipped=4) 0:05:11 load avg: 0.43 [118/427] test_dynamic PASS: test_cannot_change_globals_or_builtins_with_eval (test.test_dynamic.RebindBuiltinsTests) PASS: test_cannot_change_globals_or_builtins_with_exec (test.test_dynamic.RebindBuiltinsTests) PASS: test_cannot_replace_builtins_dict_between_calls (test.test_dynamic.RebindBuiltinsTests) PASS: test_cannot_replace_builtins_dict_while_active (test.test_dynamic.RebindBuiltinsTests) PASS: test_eval_gives_lambda_custom_globals (test.test_dynamic.RebindBuiltinsTests) PASS: test_globals_shadow_builtins (test.test_dynamic.RebindBuiltinsTests) PASS: test_modify_builtins (test.test_dynamic.RebindBuiltinsTests) PASS: test_modify_builtins_from_leaf_function (test.test_dynamic.RebindBuiltinsTests) PASS: test_modify_builtins_while_generator_active (test.test_dynamic.RebindBuiltinsTests) ---------------------------------------------------------------------- Ran 9 tests in 0.001s OK 0:05:11 load avg: 0.43 [119/427] test_dynamicclassattribute PASS: test_docstring_copy (test.test_dynamicclassattribute.PropertySubclassTests) PASS: test_property_new_getter_new_docstring (test.test_dynamicclassattribute.PropertySubclassTests) PASS: test_property_setter_copies_getter_docstring (test.test_dynamicclassattribute.PropertySubclassTests) SKIP: test_slots_docstring_copy_exception (test.test_dynamicclassattribute.PropertySubclassTests) '__doc__ is already present, __slots__ will have no effect' PASS: test_abstract_virtual (test.test_dynamicclassattribute.PropertyTests) PASS: test_property___isabstractmethod__descriptor (test.test_dynamicclassattribute.PropertyTests) PASS: test_property_decorator_baseclass (test.test_dynamicclassattribute.PropertyTests) PASS: test_property_decorator_baseclass_doc (test.test_dynamicclassattribute.PropertyTests) PASS: test_property_decorator_doc (test.test_dynamicclassattribute.PropertyTests) PASS: test_property_decorator_subclass (test.test_dynamicclassattribute.PropertyTests) PASS: test_property_decorator_subclass_doc (test.test_dynamicclassattribute.PropertyTests) PASS: test_property_getter_doc_override (test.test_dynamicclassattribute.PropertyTests) ---------------------------------------------------------------------- Ran 12 tests in 0.002s OK (skipped=1) 0:05:11 load avg: 0.47 [120/427] test_eintr test_all (test.test_eintr.EINTRTests) ... ===== script _test_eintr.py ====== test_flock (__main__.FNTLEINTRTest) ... ok test_lockf (__main__.FNTLEINTRTest) ... ok test_read (__main__.OSEINTRTest) ... ok test_wait (__main__.OSEINTRTest) ... ok test_wait3 (__main__.OSEINTRTest) ... ok test_wait4 (__main__.OSEINTRTest) ... ok test_waitpid (__main__.OSEINTRTest) ... ok test_write (__main__.OSEINTRTest) ... ok test_devpoll (__main__.SelectEINTRTest) ... skipped 'need select.devpoll' test_epoll (__main__.SelectEINTRTest) ... ok test_kqueue (__main__.SelectEINTRTest) ... skipped 'need select.kqueue' test_poll (__main__.SelectEINTRTest) ... ok test_select (__main__.SelectEINTRTest) ... ok test_sigtimedwait (__main__.SignalEINTRTest) ... ok test_sigwaitinfo (__main__.SignalEINTRTest) ... ok test_accept (__main__.SocketEINTRTest) ... ok test_open (__main__.SocketEINTRTest) ... ok test_os_open (__main__.SocketEINTRTest) ... ok test_recv (__main__.SocketEINTRTest) ... ok test_recvmsg (__main__.SocketEINTRTest) ... ok test_send (__main__.SocketEINTRTest) ... ok test_sendall (__main__.SocketEINTRTest) ... ok test_sendmsg (__main__.SocketEINTRTest) ... ok test_sleep (__main__.TimeEINTRTest) ... ok ---------------------------------------------------------------------- Ran 24 tests in 6.516s OK (skipped=2) ===== script _test_eintr.py completed: exit code 0 ====== ok ---------------------------------------------------------------------- Ran 1 test in 6.614s OK 0:05:18 load avg: 0.44 [121/427] test_email PASS: test_b_case_ignored (test.test_email.test__encoded_words.TestDecode) PASS: test_b_invalid_bytes_ignored_with_defect (test.test_email.test__encoded_words.TestDecode) PASS: test_b_invalid_bytes_incorrect_padding (test.test_email.test__encoded_words.TestDecode) PASS: test_b_padding_defect (test.test_email.test__encoded_words.TestDecode) PASS: test_b_undecodable_bytes_ignored_with_defect (test.test_email.test__encoded_words.TestDecode) PASS: test_invalid_character_in_charset (test.test_email.test__encoded_words.TestDecode) PASS: test_non_trivial_q (test.test_email.test__encoded_words.TestDecode) PASS: test_nonnull_lang (test.test_email.test__encoded_words.TestDecode) PASS: test_q_case_ignored (test.test_email.test__encoded_words.TestDecode) PASS: test_q_escaped_bytes_preserved (test.test_email.test__encoded_words.TestDecode) PASS: test_q_nonascii (test.test_email.test__encoded_words.TestDecode) PASS: test_simple_b (test.test_email.test__encoded_words.TestDecode) PASS: test_simple_q (test.test_email.test__encoded_words.TestDecode) PASS: test_unknown_8bit_charset (test.test_email.test__encoded_words.TestDecode) PASS: test_unknown_charset (test.test_email.test__encoded_words.TestDecode) PASS: test_wrong_format_input_raises (test.test_email.test__encoded_words.TestDecode) PASS: test_invalid_character (test.test_email.test__encoded_words.TestDecodeB) PASS: test_invalid_character_and_bad_padding (test.test_email.test__encoded_words.TestDecodeB) PASS: test_invalid_length (test.test_email.test__encoded_words.TestDecodeB) PASS: test_missing_padding (test.test_email.test__encoded_words.TestDecodeB) PASS: test_simple (test.test_email.test__encoded_words.TestDecodeB) PASS: test_no_encoded (test.test_email.test__encoded_words.TestDecodeQ) PASS: test_run_of_encoded (test.test_email.test__encoded_words.TestDecodeQ) PASS: test_spaces (test.test_email.test__encoded_words.TestDecodeQ) PASS: test_auto_b_if_enough_unsafe (test.test_email.test__encoded_words.TestEncode) PASS: test_auto_b_if_long_unsafe (test.test_email.test__encoded_words.TestEncode) PASS: test_auto_q (test.test_email.test__encoded_words.TestEncode) PASS: test_auto_q_if_long_mostly_safe (test.test_email.test__encoded_words.TestEncode) PASS: test_auto_q_if_short_mostly_safe (test.test_email.test__encoded_words.TestEncode) PASS: test_b (test.test_email.test__encoded_words.TestEncode) PASS: test_lang (test.test_email.test__encoded_words.TestEncode) PASS: test_q (test.test_email.test__encoded_words.TestEncode) PASS: test_unknown_8bit (test.test_email.test__encoded_words.TestEncode) PASS: test_utf8_default (test.test_email.test__encoded_words.TestEncode) PASS: test_padding (test.test_email.test__encoded_words.TestEncodeB) PASS: test_simple (test.test_email.test__encoded_words.TestEncodeB) PASS: test_all_safe (test.test_email.test__encoded_words.TestEncodeQ) PASS: test_run_of_encodables (test.test_email.test__encoded_words.TestEncodeQ) PASS: test_spaces (test.test_email.test__encoded_words.TestEncodeQ) PASS: test_address_list_folding_at_commas (test.test_email.test__header_value_parser.TestFolding) PASS: test_address_list_with_unicode_names (test.test_email.test__header_value_parser.TestFolding) PASS: test_address_list_with_unicode_names_in_quotes (test.test_email.test__header_value_parser.TestFolding) PASS: test_ews_combined_before_wrap (test.test_email.test__header_value_parser.TestFolding) PASS: test_long_filename_attachment (test.test_email.test__header_value_parser.TestFolding) PASS: test_one_ew_on_each_of_two_wrapped_lines (test.test_email.test__header_value_parser.TestFolding) PASS: test_overlong_encodeable_is_wrapped (test.test_email.test__header_value_parser.TestFolding) PASS: test_simple_address (test.test_email.test__header_value_parser.TestFolding) PASS: test_simple_unstructured_folded (test.test_email.test__header_value_parser.TestFolding) PASS: test_simple_unstructured_no_folds (test.test_email.test__header_value_parser.TestFolding) PASS: test_split_at_whitespace_after_header_before_long_token (test.test_email.test__header_value_parser.TestFolding) PASS: test_split_at_whitespace_before_long_token (test.test_email.test__header_value_parser.TestFolding) PASS: test_unstructured_with_unicode_no_folds (test.test_email.test__header_value_parser.TestFolding) PASS: test__wsp_splitter_one_word (test.test_email.test__header_value_parser.TestParser) PASS: test__wsp_splitter_two_words (test.test_email.test__header_value_parser.TestParser) PASS: test__wsp_splitter_ws_runs (test.test_email.test__header_value_parser.TestParser) PASS: test_encoded_word_inside_quotes (test.test_email.test__header_value_parser.TestParser) PASS: test_get_addr_spec_dot_atom (test.test_email.test__header_value_parser.TestParser) PASS: test_get_addr_spec_ends_at_special (test.test_email.test__header_value_parser.TestParser) PASS: test_get_addr_spec_multiple_domains (test.test_email.test__header_value_parser.TestParser) PASS: test_get_addr_spec_normal (test.test_email.test__header_value_parser.TestParser) PASS: test_get_addr_spec_quoted_strings_in_atom_list (test.test_email.test__header_value_parser.TestParser) PASS: test_get_addr_spec_with_cfws (test.test_email.test__header_value_parser.TestParser) PASS: test_get_addr_spec_with_doamin_literal (test.test_email.test__header_value_parser.TestParser) PASS: test_get_addr_spec_with_qouoted_string_and_cfws (test.test_email.test__header_value_parser.TestParser) PASS: test_get_address_complex (test.test_email.test__header_value_parser.TestParser) PASS: test_get_address_empty_group (test.test_email.test__header_value_parser.TestParser) PASS: test_get_address_ends_at_special (test.test_email.test__header_value_parser.TestParser) PASS: test_get_address_group (test.test_email.test__header_value_parser.TestParser) PASS: test_get_address_invalid_mailbox_invalid (test.test_email.test__header_value_parser.TestParser) PASS: test_get_address_list_CFWS (test.test_email.test__header_value_parser.TestParser) PASS: test_get_address_list_group_and_mailboxes (test.test_email.test__header_value_parser.TestParser) PASS: test_get_address_list_group_empty (test.test_email.test__header_value_parser.TestParser) PASS: test_get_address_list_group_simple (test.test_email.test__header_value_parser.TestParser) PASS: test_get_address_list_mailboxes_complex (test.test_email.test__header_value_parser.TestParser) PASS: test_get_address_list_mailboxes_invalid_addresses (test.test_email.test__header_value_parser.TestParser) PASS: test_get_address_list_mailboxes_simple (test.test_email.test__header_value_parser.TestParser) PASS: test_get_address_list_mailboxes_two_simple (test.test_email.test__header_value_parser.TestParser) PASS: test_get_address_quoted_local_part (test.test_email.test__header_value_parser.TestParser) PASS: test_get_address_quoted_strings_in_atom_list (test.test_email.test__header_value_parser.TestParser) PASS: test_get_address_rfc2047_display_name (test.test_email.test__header_value_parser.TestParser) PASS: test_get_address_simple (test.test_email.test__header_value_parser.TestParser) PASS: test_get_angle_addr_empty (test.test_email.test__header_value_parser.TestParser) PASS: test_get_angle_addr_ends_at_special (test.test_email.test__header_value_parser.TestParser) PASS: test_get_angle_addr_internal_cfws (test.test_email.test__header_value_parser.TestParser) PASS: test_get_angle_addr_missing_closing_angle (test.test_email.test__header_value_parser.TestParser) PASS: test_get_angle_addr_missing_closing_angle_with_cfws (test.test_email.test__header_value_parser.TestParser) PASS: test_get_angle_addr_no_angle_before_special_raises (test.test_email.test__header_value_parser.TestParser) PASS: test_get_angle_addr_no_angle_raise (test.test_email.test__header_value_parser.TestParser) PASS: test_get_angle_addr_no_angle_raises (test.test_email.test__header_value_parser.TestParser) PASS: test_get_angle_addr_obs_route (test.test_email.test__header_value_parser.TestParser) PASS: test_get_angle_addr_qs_and_domain_literal (test.test_email.test__header_value_parser.TestParser) PASS: test_get_angle_addr_qs_only_quotes (test.test_email.test__header_value_parser.TestParser) PASS: test_get_angle_addr_simple (test.test_email.test__header_value_parser.TestParser) PASS: test_get_angle_addr_special_after_angle_raises (test.test_email.test__header_value_parser.TestParser) PASS: test_get_angle_addr_with_cfws (test.test_email.test__header_value_parser.TestParser) PASS: test_get_atext_all_atext (test.test_email.test__header_value_parser.TestParser) PASS: test_get_atext_following_wsp_preserved (test.test_email.test__header_value_parser.TestParser) PASS: test_get_atext_non_printables (test.test_email.test__header_value_parser.TestParser) PASS: test_get_atext_only (test.test_email.test__header_value_parser.TestParser) PASS: test_get_atext_two_words_gets_first (test.test_email.test__header_value_parser.TestParser) PASS: test_get_atext_up_to_special (test.test_email.test__header_value_parser.TestParser) PASS: test_get_atom_atom_ends_at_noncfws (test.test_email.test__header_value_parser.TestParser) PASS: test_get_atom_atom_ends_at_special (test.test_email.test__header_value_parser.TestParser) PASS: test_get_atom_header_ends_in_comment (test.test_email.test__header_value_parser.TestParser) PASS: test_get_atom_no_atom (test.test_email.test__header_value_parser.TestParser) PASS: test_get_atom_no_atom_before_special (test.test_email.test__header_value_parser.TestParser) PASS: test_get_atom_non_printable_in_atext (test.test_email.test__header_value_parser.TestParser) PASS: test_get_atom_non_printable_in_comment (test.test_email.test__header_value_parser.TestParser) PASS: test_get_atom_only (test.test_email.test__header_value_parser.TestParser) PASS: test_get_atom_rfc2047_atom (test.test_email.test__header_value_parser.TestParser) PASS: test_get_atom_with_comments_and_wsp (test.test_email.test__header_value_parser.TestParser) PASS: test_get_atom_with_multiple_comments (test.test_email.test__header_value_parser.TestParser) PASS: test_get_atom_with_wsp (test.test_email.test__header_value_parser.TestParser) PASS: test_get_bare_quoted_string_empty_quotes (test.test_email.test__header_value_parser.TestParser) PASS: test_get_bare_quoted_string_end_dquote_mid_word (test.test_email.test__header_value_parser.TestParser) PASS: test_get_bare_quoted_string_following_wsp_preserved (test.test_email.test__header_value_parser.TestParser) PASS: test_get_bare_quoted_string_missing_endquotes (test.test_email.test__header_value_parser.TestParser) PASS: test_get_bare_quoted_string_multiple_words (test.test_email.test__header_value_parser.TestParser) PASS: test_get_bare_quoted_string_multiple_words_wsp_preserved (test.test_email.test__header_value_parser.TestParser) PASS: test_get_bare_quoted_string_must_start_with_dquote (test.test_email.test__header_value_parser.TestParser) PASS: test_get_bare_quoted_string_no_end_dquote (test.test_email.test__header_value_parser.TestParser) PASS: test_get_bare_quoted_string_non_printables (test.test_email.test__header_value_parser.TestParser) PASS: test_get_bare_quoted_string_only (test.test_email.test__header_value_parser.TestParser) PASS: test_get_bare_quoted_string_only_quotes (test.test_email.test__header_value_parser.TestParser) PASS: test_get_bare_quoted_string_quoted_dquote (test.test_email.test__header_value_parser.TestParser) PASS: test_get_cfws_ends_at_non_leader (test.test_email.test__header_value_parser.TestParser) PASS: test_get_cfws_ends_at_non_printable (test.test_email.test__header_value_parser.TestParser) PASS: test_get_cfws_header_ends_in_comment (test.test_email.test__header_value_parser.TestParser) PASS: test_get_cfws_multiple_nested_comments (test.test_email.test__header_value_parser.TestParser) PASS: test_get_cfws_non_printable_in_comment (test.test_email.test__header_value_parser.TestParser) PASS: test_get_cfws_only_comment (test.test_email.test__header_value_parser.TestParser) PASS: test_get_cfws_only_mixed (test.test_email.test__header_value_parser.TestParser) PASS: test_get_cfws_only_ws (test.test_email.test__header_value_parser.TestParser) PASS: test_get_comment_empty_comment (test.test_email.test__header_value_parser.TestParser) PASS: test_get_comment_end_paren_mid_word (test.test_email.test__header_value_parser.TestParser) PASS: test_get_comment_following_wsp_preserved (test.test_email.test__header_value_parser.TestParser) PASS: test_get_comment_missing_end_of_nesting (test.test_email.test__header_value_parser.TestParser) PASS: test_get_comment_multiple_nesting (test.test_email.test__header_value_parser.TestParser) PASS: test_get_comment_multiple_words (test.test_email.test__header_value_parser.TestParser) PASS: test_get_comment_multiple_words_wsp_preserved (test.test_email.test__header_value_parser.TestParser) PASS: test_get_comment_must_start_with_paren (test.test_email.test__header_value_parser.TestParser) PASS: test_get_comment_nested_comment (test.test_email.test__header_value_parser.TestParser) PASS: test_get_comment_nested_comment_wsp (test.test_email.test__header_value_parser.TestParser) PASS: test_get_comment_no_end_paren (test.test_email.test__header_value_parser.TestParser) PASS: test_get_comment_non_printable (test.test_email.test__header_value_parser.TestParser) PASS: test_get_comment_only (test.test_email.test__header_value_parser.TestParser) PASS: test_get_comment_qs_in_nested_comment (test.test_email.test__header_value_parser.TestParser) PASS: test_get_comment_quoted_parens (test.test_email.test__header_value_parser.TestParser) PASS: test_get_display_name_complex1 (test.test_email.test__header_value_parser.TestParser) PASS: test_get_display_name_complex2 (test.test_email.test__header_value_parser.TestParser) PASS: test_get_display_name_ending_with_obsolete (test.test_email.test__header_value_parser.TestParser) PASS: test_get_display_name_for_invalid_address_field (test.test_email.test__header_value_parser.TestParser) PASS: test_get_display_name_obsolete (test.test_email.test__header_value_parser.TestParser) PASS: test_get_display_name_pharse_must_start_with_word (test.test_email.test__header_value_parser.TestParser) PASS: test_get_display_name_simple (test.test_email.test__header_value_parser.TestParser) PASS: test_get_domain_domain_literal_only (test.test_email.test__header_value_parser.TestParser) PASS: test_get_domain_domain_literal_with_cfws (test.test_email.test__header_value_parser.TestParser) PASS: test_get_domain_domain_literal_with_cfws_ends_at_special (test.test_email.test__header_value_parser.TestParser) PASS: test_get_domain_domain_with_cfws_ends_at_special (test.test_email.test__header_value_parser.TestParser) PASS: test_get_domain_literal_bad_dtext_char_before_special_raises (test.test_email.test__header_value_parser.TestParser) PASS: test_get_domain_literal_no_start_char_before_special_raises (test.test_email.test__header_value_parser.TestParser) PASS: test_get_domain_literal_no_start_char_raises (test.test_email.test__header_value_parser.TestParser) PASS: test_get_domain_literal_only (test.test_email.test__header_value_parser.TestParser) PASS: test_get_domain_literal_with_internal_ws (test.test_email.test__header_value_parser.TestParser) PASS: test_get_domain_literal_with_surrounding_cfws (test.test_email.test__header_value_parser.TestParser) PASS: test_get_domain_no_atom_raises (test.test_email.test__header_value_parser.TestParser) PASS: test_get_domain_no_non_cfws_raises (test.test_email.test__header_value_parser.TestParser) PASS: test_get_domain_obsolete (test.test_email.test__header_value_parser.TestParser) PASS: test_get_domain_regular_domain_only (test.test_email.test__header_value_parser.TestParser) PASS: test_get_domain_with_cfws (test.test_email.test__header_value_parser.TestParser) PASS: test_get_dot_atom_leading_dot_raises (test.test_email.test__header_value_parser.TestParser) PASS: test_get_dot_atom_no_atom_raises (test.test_email.test__header_value_parser.TestParser) PASS: test_get_dot_atom_only (test.test_email.test__header_value_parser.TestParser) PASS: test_get_dot_atom_rfc2047_atom (test.test_email.test__header_value_parser.TestParser) PASS: test_get_dot_atom_space_ends_dot_atom (test.test_email.test__header_value_parser.TestParser) PASS: test_get_dot_atom_text (test.test_email.test__header_value_parser.TestParser) PASS: test_get_dot_atom_text_lone_atom_is_valid (test.test_email.test__header_value_parser.TestParser) PASS: test_get_dot_atom_text_raises_on_leading_dot (test.test_email.test__header_value_parser.TestParser) PASS: test_get_dot_atom_text_raises_on_leading_non_atext (test.test_email.test__header_value_parser.TestParser) PASS: test_get_dot_atom_text_raises_on_trailing_dot (test.test_email.test__header_value_parser.TestParser) PASS: test_get_dot_atom_text_trailing_text_preserved (test.test_email.test__header_value_parser.TestParser) PASS: test_get_dot_atom_text_trailing_ws_preserved (test.test_email.test__header_value_parser.TestParser) PASS: test_get_dot_atom_trailing_dot_raises (test.test_email.test__header_value_parser.TestParser) PASS: test_get_dot_atom_two_dots_raises (test.test_email.test__header_value_parser.TestParser) PASS: test_get_dot_atom_with_comments_and_wsp (test.test_email.test__header_value_parser.TestParser) PASS: test_get_dot_atom_with_wsp (test.test_email.test__header_value_parser.TestParser) PASS: test_get_dtext_all_dtext (test.test_email.test__header_value_parser.TestParser) PASS: test_get_dtext_close_bracket_mid_word (test.test_email.test__header_value_parser.TestParser) PASS: test_get_dtext_following_wsp_preserved (test.test_email.test__header_value_parser.TestParser) PASS: test_get_dtext_non_printables (test.test_email.test__header_value_parser.TestParser) PASS: test_get_dtext_only (test.test_email.test__header_value_parser.TestParser) PASS: test_get_dtext_open_bracket_mid_word (test.test_email.test__header_value_parser.TestParser) PASS: test_get_dtext_two_words_gets_first (test.test_email.test__header_value_parser.TestParser) PASS: test_get_dtext_up_to_close_bracket_only (test.test_email.test__header_value_parser.TestParser) PASS: test_get_dtext_up_to_open_bracket_only (test.test_email.test__header_value_parser.TestParser) PASS: test_get_dtext_with_qp (test.test_email.test__header_value_parser.TestParser) PASS: test_get_dtext_wsp_before_close_bracket_preserved (test.test_email.test__header_value_parser.TestParser) PASS: test_get_dtext_wsp_before_open_bracket_preserved (test.test_email.test__header_value_parser.TestParser) PASS: test_get_encoded_word_gets_first (test.test_email.test__header_value_parser.TestParser) PASS: test_get_encoded_word_gets_first_even_if_no_space (test.test_email.test__header_value_parser.TestParser) PASS: test_get_encoded_word_internal_spaces (test.test_email.test__header_value_parser.TestParser) PASS: test_get_encoded_word_invalid_cte (test.test_email.test__header_value_parser.TestParser) PASS: test_get_encoded_word_lang_default_is_blank (test.test_email.test__header_value_parser.TestParser) PASS: test_get_encoded_word_leading_internal_space (test.test_email.test__header_value_parser.TestParser) PASS: test_get_encoded_word_missing_end_raises (test.test_email.test__header_value_parser.TestParser) PASS: test_get_encoded_word_missing_middle_raises (test.test_email.test__header_value_parser.TestParser) PASS: test_get_encoded_word_missing_start_raises (test.test_email.test__header_value_parser.TestParser) PASS: test_get_encoded_word_non_printable_defect (test.test_email.test__header_value_parser.TestParser) PASS: test_get_encoded_word_quopri_utf_escape_follows_cte (test.test_email.test__header_value_parser.TestParser) PASS: test_get_encoded_word_sets_extra_attributes (test.test_email.test__header_value_parser.TestParser) PASS: test_get_encoded_word_valid_ew (test.test_email.test__header_value_parser.TestParser) PASS: test_get_fws_only (test.test_email.test__header_value_parser.TestParser) PASS: test_get_fws_space (test.test_email.test__header_value_parser.TestParser) PASS: test_get_fws_ws_run (test.test_email.test__header_value_parser.TestParser) PASS: test_get_group_cfws_only (test.test_email.test__header_value_parser.TestParser) PASS: test_get_group_empty (test.test_email.test__header_value_parser.TestParser) PASS: test_get_group_list_cfws_only (test.test_email.test__header_value_parser.TestParser) PASS: test_get_group_list_comment_only_invalid (test.test_email.test__header_value_parser.TestParser) PASS: test_get_group_list_mailbox_list (test.test_email.test__header_value_parser.TestParser) PASS: test_get_group_list_obs_group_list (test.test_email.test__header_value_parser.TestParser) PASS: test_get_group_missing_final_semicol (test.test_email.test__header_value_parser.TestParser) PASS: test_get_group_mixed_list (test.test_email.test__header_value_parser.TestParser) PASS: test_get_group_null_addr_spec (test.test_email.test__header_value_parser.TestParser) PASS: test_get_group_one_invalid (test.test_email.test__header_value_parser.TestParser) PASS: test_get_group_single_mailbox (test.test_email.test__header_value_parser.TestParser) PASS: test_get_local_part_complex_obsolete_1 (test.test_email.test__header_value_parser.TestParser) PASS: test_get_local_part_complex_obsolete_invalid (test.test_email.test__header_value_parser.TestParser) PASS: test_get_local_part_double_dot_raises (test.test_email.test__header_value_parser.TestParser) PASS: test_get_local_part_leading_dot (test.test_email.test__header_value_parser.TestParser) PASS: test_get_local_part_leading_dot_after_ws (test.test_email.test__header_value_parser.TestParser) PASS: test_get_local_part_no_part_raises (test.test_email.test__header_value_parser.TestParser) PASS: test_get_local_part_quoted_strings_in_atom_list (test.test_email.test__header_value_parser.TestParser) PASS: test_get_local_part_quoted_with_cfws (test.test_email.test__header_value_parser.TestParser) PASS: test_get_local_part_quoted_with_whitespace (test.test_email.test__header_value_parser.TestParser) PASS: test_get_local_part_simple (test.test_email.test__header_value_parser.TestParser) PASS: test_get_local_part_simple_obsolete (test.test_email.test__header_value_parser.TestParser) PASS: test_get_local_part_simple_quoted (test.test_email.test__header_value_parser.TestParser) PASS: test_get_local_part_special_instead_raises (test.test_email.test__header_value_parser.TestParser) PASS: test_get_local_part_trailing_dot (test.test_email.test__header_value_parser.TestParser) PASS: test_get_local_part_trailing_dot_with_ws (test.test_email.test__header_value_parser.TestParser) PASS: test_get_local_part_unicode_defect (test.test_email.test__header_value_parser.TestParser) PASS: test_get_local_part_valid_and_invalid_qp_in_atom_list (test.test_email.test__header_value_parser.TestParser) PASS: test_get_local_part_with_cfws (test.test_email.test__header_value_parser.TestParser) PASS: test_get_local_part_with_dot (test.test_email.test__header_value_parser.TestParser) PASS: test_get_local_part_with_quoted_dot (test.test_email.test__header_value_parser.TestParser) PASS: test_get_local_part_with_whitespace (test.test_email.test__header_value_parser.TestParser) PASS: test_get_mailbox_addr_spec_only (test.test_email.test__header_value_parser.TestParser) PASS: test_get_mailbox_angle_addr_only (test.test_email.test__header_value_parser.TestParser) PASS: test_get_mailbox_ends_at_special (test.test_email.test__header_value_parser.TestParser) PASS: test_get_mailbox_list_empty_list_element (test.test_email.test__header_value_parser.TestParser) PASS: test_get_mailbox_list_junk_after_valid_address (test.test_email.test__header_value_parser.TestParser) PASS: test_get_mailbox_list_only_empty_elements (test.test_email.test__header_value_parser.TestParser) PASS: test_get_mailbox_list_single_addr (test.test_email.test__header_value_parser.TestParser) PASS: test_get_mailbox_list_two_complex (test.test_email.test__header_value_parser.TestParser) PASS: test_get_mailbox_list_two_name_addr (test.test_email.test__header_value_parser.TestParser) PASS: test_get_mailbox_list_two_simple_addr (test.test_email.test__header_value_parser.TestParser) PASS: test_get_mailbox_list_unparseable_mailbox_null (test.test_email.test__header_value_parser.TestParser) PASS: test_get_mailbox_name_addr (test.test_email.test__header_value_parser.TestParser) PASS: test_get_mailbox_quoted_strings_in_atom_list (test.test_email.test__header_value_parser.TestParser) PASS: test_get_msg_id_empty (test.test_email.test__header_value_parser.TestParser) PASS: test_get_msg_id_invalid_expected_msg_id_not_found (test.test_email.test__header_value_parser.TestParser) PASS: test_get_msg_id_no_angle_end (test.test_email.test__header_value_parser.TestParser) PASS: test_get_msg_id_no_angle_start (test.test_email.test__header_value_parser.TestParser) PASS: test_get_msg_id_no_id_right_part (test.test_email.test__header_value_parser.TestParser) PASS: test_get_msg_id_non_folding_literal_domain (test.test_email.test__header_value_parser.TestParser) PASS: test_get_msg_id_obsolete_domain_part (test.test_email.test__header_value_parser.TestParser) PASS: test_get_msg_id_obsolete_local (test.test_email.test__header_value_parser.TestParser) PASS: test_get_msg_id_valid (test.test_email.test__header_value_parser.TestParser) PASS: test_get_name_addr_angle_addr_only (test.test_email.test__header_value_parser.TestParser) PASS: test_get_name_addr_atom_name (test.test_email.test__header_value_parser.TestParser) PASS: test_get_name_addr_atom_name_with_cfws (test.test_email.test__header_value_parser.TestParser) PASS: test_get_name_addr_ends_at_special (test.test_email.test__header_value_parser.TestParser) PASS: test_get_name_addr_name_with_cfws_and_dots (test.test_email.test__header_value_parser.TestParser) PASS: test_get_name_addr_no_angle_after_display_name_raises (test.test_email.test__header_value_parser.TestParser) PASS: test_get_name_addr_no_content_before_special_raises (test.test_email.test__header_value_parser.TestParser) PASS: test_get_name_addr_no_content_raises (test.test_email.test__header_value_parser.TestParser) PASS: test_get_name_addr_qs_name (test.test_email.test__header_value_parser.TestParser) PASS: test_get_name_addr_with_route (test.test_email.test__header_value_parser.TestParser) PASS: test_get_obs_route_complex (test.test_email.test__header_value_parser.TestParser) PASS: test_get_obs_route_no_route_before_end_raises (test.test_email.test__header_value_parser.TestParser) PASS: test_get_obs_route_no_route_before_special_raises (test.test_email.test__header_value_parser.TestParser) PASS: test_get_obs_route_no_route_before_special_raises2 (test.test_email.test__header_value_parser.TestParser) PASS: test_get_obs_route_simple (test.test_email.test__header_value_parser.TestParser) PASS: test_get_phrase_complex (test.test_email.test__header_value_parser.TestParser) PASS: test_get_phrase_ending_with_obsolete (test.test_email.test__header_value_parser.TestParser) PASS: test_get_phrase_obsolete (test.test_email.test__header_value_parser.TestParser) PASS: test_get_phrase_pharse_must_start_with_word (test.test_email.test__header_value_parser.TestParser) PASS: test_get_phrase_simple (test.test_email.test__header_value_parser.TestParser) PASS: test_get_qcontent_all_printables (test.test_email.test__header_value_parser.TestParser) PASS: test_get_qcontent_close_paren_mid_word (test.test_email.test__header_value_parser.TestParser) PASS: test_get_qcontent_following_wsp_preserved (test.test_email.test__header_value_parser.TestParser) PASS: test_get_qcontent_non_printables (test.test_email.test__header_value_parser.TestParser) PASS: test_get_qcontent_only (test.test_email.test__header_value_parser.TestParser) PASS: test_get_qcontent_two_words_gets_first (test.test_email.test__header_value_parser.TestParser) PASS: test_get_qcontent_up_to_dquote_only (test.test_email.test__header_value_parser.TestParser) PASS: test_get_qcontent_wsp_before_close_paren_preserved (test.test_email.test__header_value_parser.TestParser) PASS: test_get_qp_ctext_all_printables (test.test_email.test__header_value_parser.TestParser) PASS: test_get_qp_ctext_close_paren_mid_word (test.test_email.test__header_value_parser.TestParser) PASS: test_get_qp_ctext_following_wsp_preserved (test.test_email.test__header_value_parser.TestParser) PASS: test_get_qp_ctext_non_printables (test.test_email.test__header_value_parser.TestParser) PASS: test_get_qp_ctext_only (test.test_email.test__header_value_parser.TestParser) PASS: test_get_qp_ctext_open_paren_mid_word (test.test_email.test__header_value_parser.TestParser) PASS: test_get_qp_ctext_two_words_gets_first (test.test_email.test__header_value_parser.TestParser) PASS: test_get_qp_ctext_up_to_close_paren_only (test.test_email.test__header_value_parser.TestParser) PASS: test_get_qp_ctext_up_to_open_paren_only (test.test_email.test__header_value_parser.TestParser) PASS: test_get_qp_ctext_wsp_before_close_paren_preserved (test.test_email.test__header_value_parser.TestParser) PASS: test_get_qp_ctext_wsp_before_open_paren_preserved (test.test_email.test__header_value_parser.TestParser) PASS: test_get_quoted_string_header_ends_in_comment (test.test_email.test__header_value_parser.TestParser) PASS: test_get_quoted_string_header_ends_in_qcontent (test.test_email.test__header_value_parser.TestParser) PASS: test_get_quoted_string_internal_ws (test.test_email.test__header_value_parser.TestParser) PASS: test_get_quoted_string_no_quoted_string (test.test_email.test__header_value_parser.TestParser) PASS: test_get_quoted_string_non_printable_in_comment (test.test_email.test__header_value_parser.TestParser) PASS: test_get_quoted_string_non_printable_in_qcontent (test.test_email.test__header_value_parser.TestParser) PASS: test_get_quoted_string_only (test.test_email.test__header_value_parser.TestParser) PASS: test_get_quoted_string_qs_ends_at_noncfws (test.test_email.test__header_value_parser.TestParser) PASS: test_get_quoted_string_with_comments_and_wsp (test.test_email.test__header_value_parser.TestParser) PASS: test_get_quoted_string_with_multiple_comments (test.test_email.test__header_value_parser.TestParser) PASS: test_get_quoted_string_with_wsp (test.test_email.test__header_value_parser.TestParser) PASS: test_get_unstructured_ew_with_internal_leading_ws (test.test_email.test__header_value_parser.TestParser) PASS: test_get_unstructured_ew_with_internal_ws (test.test_email.test__header_value_parser.TestParser) PASS: test_get_unstructured_ew_without_leading_whitespace (test.test_email.test__header_value_parser.TestParser) PASS: test_get_unstructured_ew_without_trailing_whitespace (test.test_email.test__header_value_parser.TestParser) PASS: test_get_unstructured_invalid_base64_character (test.test_email.test__header_value_parser.TestParser) PASS: test_get_unstructured_invalid_base64_character_and_bad_padding (test.test_email.test__header_value_parser.TestParser) PASS: test_get_unstructured_invalid_base64_length (test.test_email.test__header_value_parser.TestParser) PASS: test_get_unstructured_invalid_ew (test.test_email.test__header_value_parser.TestParser) PASS: test_get_unstructured_invalid_ew2 (test.test_email.test__header_value_parser.TestParser) PASS: test_get_unstructured_invalid_ew_cte (test.test_email.test__header_value_parser.TestParser) PASS: test_get_unstructured_leading_and_trailing_whitespace (test.test_email.test__header_value_parser.TestParser) PASS: test_get_unstructured_leading_whitespace (test.test_email.test__header_value_parser.TestParser) PASS: test_get_unstructured_missing_base64_padding (test.test_email.test__header_value_parser.TestParser) PASS: test_get_unstructured_no_whitespace_between_ews (test.test_email.test__header_value_parser.TestParser) PASS: test_get_unstructured_normal_phrase (test.test_email.test__header_value_parser.TestParser) PASS: test_get_unstructured_normal_phrase_with_whitespace (test.test_email.test__header_value_parser.TestParser) PASS: test_get_unstructured_null (test.test_email.test__header_value_parser.TestParser) PASS: test_get_unstructured_one_ew_trailing_ws (test.test_email.test__header_value_parser.TestParser) PASS: test_get_unstructured_one_valid_ew_no_ws (test.test_email.test__header_value_parser.TestParser) PASS: test_get_unstructured_one_valid_ew_trailing_text (test.test_email.test__header_value_parser.TestParser) PASS: test_get_unstructured_one_word (test.test_email.test__header_value_parser.TestParser) PASS: test_get_unstructured_phrase_with_ew_in_middle_of_text (test.test_email.test__header_value_parser.TestParser) PASS: test_get_unstructured_phrase_with_ew_with_leading_ws (test.test_email.test__header_value_parser.TestParser) PASS: test_get_unstructured_phrase_with_two_ew (test.test_email.test__header_value_parser.TestParser) PASS: test_get_unstructured_phrase_with_two_ew_extra_ws (test.test_email.test__header_value_parser.TestParser) PASS: test_get_unstructured_phrase_with_two_ew_trailing_ws (test.test_email.test__header_value_parser.TestParser) PASS: test_get_unstructured_trailing_whitespace (test.test_email.test__header_value_parser.TestParser) PASS: test_get_unstructured_two_ew_extra_ws_trailing_text (test.test_email.test__header_value_parser.TestParser) PASS: test_get_unstructured_undecodable_bytes (test.test_email.test__header_value_parser.TestParser) PASS: test_get_unstructured_undecodable_bytes_in_EW (test.test_email.test__header_value_parser.TestParser) PASS: test_get_unstructured_without_trailing_whitespace_hang_case (test.test_email.test__header_value_parser.TestParser) PASS: test_get_word_all_CFWS (test.test_email.test__header_value_parser.TestParser) PASS: test_get_word_atom_yields_atom (test.test_email.test__header_value_parser.TestParser) PASS: test_get_word_ends_at_dot (test.test_email.test__header_value_parser.TestParser) PASS: test_get_word_qs_yields_qs (test.test_email.test__header_value_parser.TestParser) PASS: test_invalid_content_disposition (test.test_email.test__header_value_parser.TestParser) PASS: test_invalid_content_transfer_encoding (test.test_email.test__header_value_parser.TestParser) PASS: test_parse_invalid_message_id (test.test_email.test__header_value_parser.TestParser) PASS: test_parse_message_id_with_remaining (test.test_email.test__header_value_parser.TestParser) PASS: test_parse_valid_message_id (test.test_email.test__header_value_parser.TestParser) PASS: test_EWWhiteSpaceTerminal (test.test_email.test__header_value_parser.TestTokens) PASS: test_value_duplicate_and_missing_split_value (test.test_email.test__header_value_parser.Test_parse_mime_parameters) PASS: test_value_duplicate_in_split_value (test.test_email.test__header_value_parser.Test_parse_mime_parameters) PASS: test_value_duplicate_key (test.test_email.test__header_value_parser.Test_parse_mime_parameters) PASS: test_value_duplicate_key_with_split_value (test.test_email.test__header_value_parser.Test_parse_mime_parameters) PASS: test_value_duplicate_key_with_split_value_other_order (test.test_email.test__header_value_parser.Test_parse_mime_parameters) PASS: test_value_duplicate_with_broken_split_value (test.test_email.test__header_value_parser.Test_parse_mime_parameters) PASS: test_value_extra_dquote (test.test_email.test__header_value_parser.Test_parse_mime_parameters) PASS: test_value_missing_split_value (test.test_email.test__header_value_parser.Test_parse_mime_parameters) PASS: test_value_multiple_keys (test.test_email.test__header_value_parser.Test_parse_mime_parameters) PASS: test_value_simple (test.test_email.test__header_value_parser.Test_parse_mime_parameters) PASS: test_value_split_value (test.test_email.test__header_value_parser.Test_parse_mime_parameters) PASS: test_value_RFC_2045_2 (test.test_email.test__header_value_parser.Test_parse_mime_version) PASS: test_value_RFC_2045_3 (test.test_email.test__header_value_parser.Test_parse_mime_version) PASS: test_value_RFC_2045_4 (test.test_email.test__header_value_parser.Test_parse_mime_version) PASS: test_value_empty (test.test_email.test__header_value_parser.Test_parse_mime_version) PASS: test_value_rfc_2045_1 (test.test_email.test__header_value_parser.Test_parse_mime_version) PASS: test_japanese_codecs (test.test_email.test_asian_codecs.TestEmailAsianCodecs) PASS: test_payload_encoding (test.test_email.test_asian_codecs.TestEmailAsianCodecs) PASS: test_payload_encoding_utf8 (test.test_email.test_asian_codecs.TestEmailAsianCodecs) PASS: test_get_content_key_full_type (test.test_email.test_contentmanager.TestContentManager) PASS: test_get_content_key_maintype_only (test.test_email.test_contentmanager.TestContentManager) PASS: test_get_content_key_null_key (test.test_email.test_contentmanager.TestContentManager) PASS: test_get_content_key_order_full_type (test.test_email.test_contentmanager.TestContentManager) PASS: test_get_content_key_order_maintype_only (test.test_email.test_contentmanager.TestContentManager) PASS: test_get_content_key_order_null_key (test.test_email.test_contentmanager.TestContentManager) PASS: test_get_content_raises_if_unknown_mimetype_and_no_default (test.test_email.test_contentmanager.TestContentManager) PASS: test_set_content_calls_clear_content (test.test_email.test_contentmanager.TestContentManager) PASS: test_set_content_key_base_full_path (test.test_email.test_contentmanager.TestContentManager) PASS: test_set_content_key_base_name (test.test_email.test_contentmanager.TestContentManager) PASS: test_set_content_key_base_qualname (test.test_email.test_contentmanager.TestContentManager) PASS: test_set_content_key_base_type (test.test_email.test_contentmanager.TestContentManager) PASS: test_set_content_key_full_path (test.test_email.test_contentmanager.TestContentManager) PASS: test_set_content_key_name (test.test_email.test_contentmanager.TestContentManager) PASS: test_set_content_key_null_key (test.test_email.test_contentmanager.TestContentManager) PASS: test_set_content_key_order_base_full_path (test.test_email.test_contentmanager.TestContentManager) PASS: test_set_content_key_order_base_name (test.test_email.test_contentmanager.TestContentManager) PASS: test_set_content_key_order_base_qualname (test.test_email.test_contentmanager.TestContentManager) PASS: test_set_content_key_order_base_type (test.test_email.test_contentmanager.TestContentManager) PASS: test_set_content_key_order_full_path (test.test_email.test_contentmanager.TestContentManager) PASS: test_set_content_key_order_name (test.test_email.test_contentmanager.TestContentManager) PASS: test_set_content_key_order_null_key (test.test_email.test_contentmanager.TestContentManager) PASS: test_set_content_key_order_qualname (test.test_email.test_contentmanager.TestContentManager) PASS: test_set_content_key_order_str_full_path (test.test_email.test_contentmanager.TestContentManager) PASS: test_set_content_key_order_str_name (test.test_email.test_contentmanager.TestContentManager) PASS: test_set_content_key_order_str_type (test.test_email.test_contentmanager.TestContentManager) PASS: test_set_content_key_order_type (test.test_email.test_contentmanager.TestContentManager) PASS: test_set_content_key_qualname (test.test_email.test_contentmanager.TestContentManager) PASS: test_set_content_key_str_full_path (test.test_email.test_contentmanager.TestContentManager) PASS: test_set_content_key_str_name (test.test_email.test_contentmanager.TestContentManager) PASS: test_set_content_key_str_type (test.test_email.test_contentmanager.TestContentManager) PASS: test_set_content_key_type (test.test_email.test_contentmanager.TestContentManager) PASS: test_set_content_raises_if_called_on_multipart (test.test_email.test_contentmanager.TestContentManager) PASS: test_set_content_raises_if_unknown_type_and_no_default (test.test_email.test_contentmanager.TestContentManager) PASS: test_cid_receiver_application_octet_stream (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_cid_receiver_image_jpeg (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_cid_receiver_message_external_body (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_cid_receiver_message_rfc822 (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_cid_receiver_text_html (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_cid_receiver_text_plain (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_disposition_inline_receiver_application_octet_stream (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_disposition_inline_receiver_image_jpeg (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_disposition_inline_receiver_message_external_body (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_disposition_inline_receiver_message_rfc822 (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_disposition_inline_receiver_text_html (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_disposition_inline_receiver_text_plain (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_get_message_non_rfc822_or_external_body_yields_bytes (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_get_message_rfc822_and_external_body (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_get_non_text (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_get_non_text_invalid_keyword (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_get_raises_on_multipart (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_get_text_html (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_get_text_invalid_keyword (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_get_text_plain (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_get_text_plain_bad_utf8_quoted_printable (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_get_text_plain_bad_utf8_quoted_printable_ignore_errors (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_get_text_plain_latin1 (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_get_text_plain_latin1_quoted_printable (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_get_text_plain_utf8_base64 (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_get_text_plain_utf8_base64_recoverable_bad_CTE_data (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_header_receiver_application_octet_stream (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_header_receiver_image_jpeg (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_header_receiver_message_external_body (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_header_receiver_message_rfc822 (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_header_receiver_text_html (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_header_receiver_text_plain (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_non_ascii_filename_receiver_application_octet_stream (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_non_ascii_filename_receiver_image_jpeg (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_non_ascii_filename_receiver_message_external_body (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_non_ascii_filename_receiver_message_rfc822 (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_non_ascii_filename_receiver_text_html (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_non_ascii_filename_receiver_text_plain (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_params_receiver_application_octet_stream (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_params_receiver_image_jpeg (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_params_receiver_message_external_body (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_params_receiver_message_rfc822 (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_params_receiver_text_html (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_params_receiver_text_plain (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_application_octet_stream_with_8bit_cte (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_audio_aif_with_quoted_printable_cte (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_content_bytes_cte_7bit (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_disposition_attachment (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_disposition_foo (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_disposition_inline (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_filename (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_filename_and_disposition_inline (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_headers_from_header_objects (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_headers_from_strings (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_headers_with_defective_header_header_raises (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_headers_with_defective_string_header_raises (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_headers_with_invalid_duplicate_header_header_raises (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_headers_with_invalid_duplicate_string_header_raises (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_image_jpg (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_message (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_message_invalid_cte_raises (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_message_with_non_ascii_and_coercion_to_7bit (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_non_ascii_filename (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_text_11_lines_long_line_maximal_non_ascii_heuristics (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_text_11_lines_long_line_minimal_non_ascii_heuristics (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_text_11_lines_maximal_non_ascii_heuristics (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_text_charset_latin_1 (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_text_html (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_text_long_line_maximal_non_ascii_heuristics (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_text_long_line_minimal_non_ascii_heuristics (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_text_maximal_non_ascii_heuristics (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_text_non_ascii_with_charset_ascii_raises (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_text_non_ascii_with_cte_7bit_and_charset_ascii_raises (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_text_non_ascii_with_cte_7bit_raises (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_text_plain (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_text_plain_long_line_heuristics (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_text_plain_null (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_text_short_line_minimal_non_ascii_heuristics (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_video_mpeg_with_binary_cte (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_bad_padding_in_base64_payload (test.test_email.test_defect_handling.TestDefectCapture) PASS: test_first_line_is_continuation_header (test.test_email.test_defect_handling.TestDefectCapture) PASS: test_invalid_chars_in_base64_payload (test.test_email.test_defect_handling.TestDefectCapture) PASS: test_invalid_length_of_base64_payload (test.test_email.test_defect_handling.TestDefectCapture) PASS: test_lying_multipart (test.test_email.test_defect_handling.TestDefectCapture) PASS: test_missing_ending_boundary (test.test_email.test_defect_handling.TestDefectCapture) PASS: test_missing_header_body_separator (test.test_email.test_defect_handling.TestDefectCapture) PASS: test_missing_start_boundary (test.test_email.test_defect_handling.TestDefectCapture) PASS: test_multipart_invalid_cte (test.test_email.test_defect_handling.TestDefectCapture) PASS: test_multipart_no_boundary (test.test_email.test_defect_handling.TestDefectCapture) PASS: test_multipart_no_cte_no_defect (test.test_email.test_defect_handling.TestDefectCapture) PASS: test_multipart_valid_cte_no_defect (test.test_email.test_defect_handling.TestDefectCapture) PASS: test_same_boundary_inner_outer (test.test_email.test_defect_handling.TestDefectCapture) PASS: test_bad_padding_in_base64_payload (test.test_email.test_defect_handling.TestDefectDetection) PASS: test_first_line_is_continuation_header (test.test_email.test_defect_handling.TestDefectDetection) PASS: test_invalid_chars_in_base64_payload (test.test_email.test_defect_handling.TestDefectDetection) PASS: test_invalid_length_of_base64_payload (test.test_email.test_defect_handling.TestDefectDetection) PASS: test_lying_multipart (test.test_email.test_defect_handling.TestDefectDetection) PASS: test_missing_ending_boundary (test.test_email.test_defect_handling.TestDefectDetection) PASS: test_missing_header_body_separator (test.test_email.test_defect_handling.TestDefectDetection) PASS: test_missing_start_boundary (test.test_email.test_defect_handling.TestDefectDetection) PASS: test_multipart_invalid_cte (test.test_email.test_defect_handling.TestDefectDetection) PASS: test_multipart_no_boundary (test.test_email.test_defect_handling.TestDefectDetection) PASS: test_multipart_no_cte_no_defect (test.test_email.test_defect_handling.TestDefectDetection) PASS: test_multipart_valid_cte_no_defect (test.test_email.test_defect_handling.TestDefectDetection) PASS: test_same_boundary_inner_outer (test.test_email.test_defect_handling.TestDefectDetection) PASS: test_bad_padding_in_base64_payload (test.test_email.test_defect_handling.TestDefectRaising) PASS: test_first_line_is_continuation_header (test.test_email.test_defect_handling.TestDefectRaising) PASS: test_invalid_chars_in_base64_payload (test.test_email.test_defect_handling.TestDefectRaising) PASS: test_invalid_length_of_base64_payload (test.test_email.test_defect_handling.TestDefectRaising) PASS: test_lying_multipart (test.test_email.test_defect_handling.TestDefectRaising) PASS: test_missing_ending_boundary (test.test_email.test_defect_handling.TestDefectRaising) PASS: test_missing_header_body_separator (test.test_email.test_defect_handling.TestDefectRaising) PASS: test_missing_start_boundary (test.test_email.test_defect_handling.TestDefectRaising) PASS: test_multipart_invalid_cte (test.test_email.test_defect_handling.TestDefectRaising) PASS: test_multipart_no_boundary (test.test_email.test_defect_handling.TestDefectRaising) PASS: test_multipart_no_cte_no_defect (test.test_email.test_defect_handling.TestDefectRaising) PASS: test_multipart_valid_cte_no_defect (test.test_email.test_defect_handling.TestDefectRaising) PASS: test_same_boundary_inner_outer (test.test_email.test_defect_handling.TestDefectRaising) PASS: test_8bit_in_base64_body (test.test_email.test_email.Test8BitBytesHandling) PASS: test_8bit_in_quopri_body (test.test_email.test_email.Test8BitBytesHandling) PASS: test_8bit_in_uuencode_body (test.test_email.test_email.Test8BitBytesHandling) PASS: test_8bit_multipart (test.test_email.test_email.Test8BitBytesHandling) PASS: test_bytes_feedparser (test.test_email.test_email.Test8BitBytesHandling) PASS: test_bytes_generator (test.test_email.test_email.Test8BitBytesHandling) PASS: test_bytes_generator_b_encoding_linesep (test.test_email.test_email.Test8BitBytesHandling) PASS: test_bytes_generator_handles_None_body (test.test_email.test_email.Test8BitBytesHandling) PASS: test_bytes_generator_with_unix_from (test.test_email.test_email.Test8BitBytesHandling) PASS: test_crlf_flatten (test.test_email.test_email.Test8BitBytesHandling) PASS: test_decoded_generator_emits_unicode_body (test.test_email.test_email.Test8BitBytesHandling) PASS: test_del_rfc2231_params_with_8bit (test.test_email.test_email.Test8BitBytesHandling) PASS: test_generator_b_encoding_linesep (test.test_email.test_email.Test8BitBytesHandling) PASS: test_generator_handles_8bit (test.test_email.test_email.Test8BitBytesHandling) PASS: test_get_8bit_header (test.test_email.test_email.Test8BitBytesHandling) PASS: test_get_all_with_8bit_headers (test.test_email.test_email.Test8BitBytesHandling) PASS: test_get_content_type_with_8bit (test.test_email.test_email.Test8BitBytesHandling) PASS: test_get_params_with_8bit (test.test_email.test_email.Test8BitBytesHandling) PASS: test_get_payload_with_8bit_cte_header (test.test_email.test_email.Test8BitBytesHandling) PASS: test_get_rfc2231_params_with_8bit (test.test_email.test_email.Test8BitBytesHandling) PASS: test_invalid_8bit_in_non_8bit_cte_uses_replace (test.test_email.test_email.Test8BitBytesHandling) PASS: test_items_with_8bit_headers (test.test_email.test_email.Test8BitBytesHandling) PASS: test_known_8bit_CTE (test.test_email.test_email.Test8BitBytesHandling) PASS: test_message_from_binary_file (test.test_email.test_email.Test8BitBytesHandling) PASS: test_print_8bit_headers (test.test_email.test_email.Test8BitBytesHandling) PASS: test_set_rfc2231_params_with_8bit (test.test_email.test_email.Test8BitBytesHandling) PASS: test_str_generator_should_not_mutate_msg_when_handling_8bit (test.test_email.test_email.Test8BitBytesHandling) PASS: test_string_generator_reencodes_to_quopri_when_appropriate (test.test_email.test_email.Test8BitBytesHandling) PASS: test_unknown_8bit_CTE (test.test_email.test_email.Test8BitBytesHandling) PASS: test_values_with_8bit_headers (test.test_email.test_email.Test8BitBytesHandling) PASS: test_decode (test.test_email.test_email.TestBase64) PASS: test_encode (test.test_email.test_email.TestBase64) PASS: test_header_encode (test.test_email.test_email.TestBase64) PASS: test_len (test.test_email.test_email.TestBase64) PASS: test_MIME_digest (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF) PASS: test_MIME_digest_with_part_headers (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF) PASS: test_content_type (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF) PASS: test_dsn (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF) PASS: test_long_header (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF) PASS: test_message_delivery_status (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF) PASS: test_message_external_body_idempotent (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF) PASS: test_message_signed_idempotent (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF) PASS: test_mixed_with_image (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF) PASS: test_more_rfc2231_parameters (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF) PASS: test_multipart_no_parts (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF) PASS: test_multipart_one_part (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF) PASS: test_multipart_report (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF) PASS: test_nested_multipart_mixeds (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF) PASS: test_no_start_boundary (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF) PASS: test_parse_text_message (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF) PASS: test_parse_untyped_message (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF) PASS: test_parser (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF) PASS: test_preamble_epilogue (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF) PASS: test_rfc2231_charset (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF) PASS: test_simple_multipart (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF) PASS: test_text_plain_in_a_multipart_digest (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF) PASS: test_MIME_digest (test.test_email.test_email.TestBytesGeneratorIdempotentNL) PASS: test_MIME_digest_with_part_headers (test.test_email.test_email.TestBytesGeneratorIdempotentNL) PASS: test_content_type (test.test_email.test_email.TestBytesGeneratorIdempotentNL) PASS: test_dsn (test.test_email.test_email.TestBytesGeneratorIdempotentNL) PASS: test_long_header (test.test_email.test_email.TestBytesGeneratorIdempotentNL) PASS: test_message_delivery_status (test.test_email.test_email.TestBytesGeneratorIdempotentNL) PASS: test_message_external_body_idempotent (test.test_email.test_email.TestBytesGeneratorIdempotentNL) PASS: test_message_signed_idempotent (test.test_email.test_email.TestBytesGeneratorIdempotentNL) PASS: test_mixed_with_image (test.test_email.test_email.TestBytesGeneratorIdempotentNL) PASS: test_more_rfc2231_parameters (test.test_email.test_email.TestBytesGeneratorIdempotentNL) PASS: test_multipart_no_parts (test.test_email.test_email.TestBytesGeneratorIdempotentNL) PASS: test_multipart_one_part (test.test_email.test_email.TestBytesGeneratorIdempotentNL) PASS: test_multipart_report (test.test_email.test_email.TestBytesGeneratorIdempotentNL) PASS: test_nested_multipart_mixeds (test.test_email.test_email.TestBytesGeneratorIdempotentNL) PASS: test_no_start_boundary (test.test_email.test_email.TestBytesGeneratorIdempotentNL) PASS: test_parse_text_message (test.test_email.test_email.TestBytesGeneratorIdempotentNL) PASS: test_parse_untyped_message (test.test_email.test_email.TestBytesGeneratorIdempotentNL) PASS: test_parser (test.test_email.test_email.TestBytesGeneratorIdempotentNL) PASS: test_preamble_epilogue (test.test_email.test_email.TestBytesGeneratorIdempotentNL) PASS: test_rfc2231_charset (test.test_email.test_email.TestBytesGeneratorIdempotentNL) PASS: test_simple_multipart (test.test_email.test_email.TestBytesGeneratorIdempotentNL) PASS: test_text_plain_in_a_multipart_digest (test.test_email.test_email.TestBytesGeneratorIdempotentNL) PASS: test_body_encode (test.test_email.test_email.TestCharset) PASS: test_codec_encodeable (test.test_email.test_email.TestCharset) PASS: test_unicode_charset_name (test.test_email.test_email.TestCharset) PASS: test_EncodersEncode_base64 (test.test_email.test_email.TestEncoders) PASS: test_default_cte (test.test_email.test_email.TestEncoders) PASS: test_encode7or8bit (test.test_email.test_email.TestEncoders) PASS: test_encode_empty_payload (test.test_email.test_email.TestEncoders) PASS: test_qp_encode_latin1 (test.test_email.test_email.TestEncoders) PASS: test_qp_encode_non_latin1 (test.test_email.test_email.TestEncoders) PASS: test_empty_header_name_handled (test.test_email.test_email.TestFeedParsers) PASS: test_long_lines (test.test_email.test_email.TestFeedParsers) PASS: test_newlines (test.test_email.test_email.TestFeedParsers) PASS: test_dont_mangle_from (test.test_email.test_email.TestFromMangling) PASS: test_mangle_from_in_preamble_and_epilog (test.test_email.test_email.TestFromMangling) PASS: test_mangled_from (test.test_email.test_email.TestFromMangling) PASS: test_mangled_from_with_bad_bytes (test.test_email.test_email.TestFromMangling) PASS: test_multipart_with_bad_bytes_in_cte (test.test_email.test_email.TestFromMangling) PASS: test_bad_8bit_header (test.test_email.test_email.TestHeader) PASS: test_base64_splittable (test.test_email.test_email.TestHeader) PASS: test_broken_base64_header (test.test_email.test_email.TestHeader) PASS: test_empty_header_encode (test.test_email.test_email.TestHeader) PASS: test_encode_preserves_leading_ws_on_value (test.test_email.test_email.TestHeader) PASS: test_encoded_adjacent_nonencoded (test.test_email.test_email.TestHeader) PASS: test_escaped_8bit_header (test.test_email.test_email.TestHeader) PASS: test_explicit_maxlinelen (test.test_email.test_email.TestHeader) PASS: test_flatten_header_with_no_value (test.test_email.test_email.TestHeader) PASS: test_header_ctor_default_args (test.test_email.test_email.TestHeader) PASS: test_header_handles_binary_unknown8bit (test.test_email.test_email.TestHeader) PASS: test_header_needs_no_decoding (test.test_email.test_email.TestHeader) PASS: test_long (test.test_email.test_email.TestHeader) PASS: test_make_header_handles_binary_unknown8bit (test.test_email.test_email.TestHeader) PASS: test_modify_returned_list_does_not_change_header (test.test_email.test_email.TestHeader) PASS: test_multilingual (test.test_email.test_email.TestHeader) PASS: test_quopri_splittable (test.test_email.test_email.TestHeader) PASS: test_shift_jis_charset (test.test_email.test_email.TestHeader) PASS: test_simple (test.test_email.test_email.TestHeader) PASS: test_simple_surprise (test.test_email.test_email.TestHeader) PASS: test_string_charset (test.test_email.test_email.TestHeader) PASS: test_us_ascii_header (test.test_email.test_email.TestHeader) PASS: test_utf8_shortest (test.test_email.test_email.TestHeader) PASS: test_whitespace_header (test.test_email.test_email.TestHeader) PASS: test_whitespace_keeper (test.test_email.test_email.TestHeader) PASS: test_HeaderRegistry (test.test_email.test_email.TestHeaderRegistry) PASS: test_MIME_digest (test.test_email.test_email.TestIdempotent) PASS: test_MIME_digest_with_part_headers (test.test_email.test_email.TestIdempotent) PASS: test_content_type (test.test_email.test_email.TestIdempotent) PASS: test_dsn (test.test_email.test_email.TestIdempotent) PASS: test_long_header (test.test_email.test_email.TestIdempotent) PASS: test_message_delivery_status (test.test_email.test_email.TestIdempotent) PASS: test_message_external_body_idempotent (test.test_email.test_email.TestIdempotent) PASS: test_message_signed_idempotent (test.test_email.test_email.TestIdempotent) PASS: test_mixed_with_image (test.test_email.test_email.TestIdempotent) PASS: test_more_rfc2231_parameters (test.test_email.test_email.TestIdempotent) PASS: test_multipart_no_parts (test.test_email.test_email.TestIdempotent) PASS: test_multipart_one_part (test.test_email.test_email.TestIdempotent) PASS: test_multipart_report (test.test_email.test_email.TestIdempotent) PASS: test_nested_multipart_mixeds (test.test_email.test_email.TestIdempotent) PASS: test_no_start_boundary (test.test_email.test_email.TestIdempotent) PASS: test_parse_text_message (test.test_email.test_email.TestIdempotent) PASS: test_parse_untyped_message (test.test_email.test_email.TestIdempotent) PASS: test_parser (test.test_email.test_email.TestIdempotent) PASS: test_preamble_epilogue (test.test_email.test_email.TestIdempotent) PASS: test_rfc2231_charset (test.test_email.test_email.TestIdempotent) PASS: test_simple_multipart (test.test_email.test_email.TestIdempotent) PASS: test_text_plain_in_a_multipart_digest (test.test_email.test_email.TestIdempotent) PASS: test_body_line_iterator (test.test_email.test_email.TestIterators) test_pushCR_LF (test.test_email.test_email.TestIterators) PASS: FeedParser BufferedSubFile.push() assumed it received complete PASS: test_push_random (test.test_email.test_email.TestIterators) PASS: test_typed_subpart_iterator (test.test_email.test_email.TestIterators) PASS: test_typed_subpart_iterator_default_type (test.test_email.test_email.TestIterators) PASS: test_another_long_almost_unsplittable_header (test.test_email.test_email.TestLongHeaders) PASS: test_another_long_multiline_header (test.test_email.test_email.TestLongHeaders) PASS: test_header_encode_with_different_output_charset (test.test_email.test_email.TestLongHeaders) PASS: test_header_splitter (test.test_email.test_email.TestLongHeaders) PASS: test_last_split_chunk_does_not_fit (test.test_email.test_email.TestLongHeaders) PASS: test_leading_splittable_in_the_middle_just_before_overlong_last_part (test.test_email.test_email.TestLongHeaders) PASS: test_long_8bit_header (test.test_email.test_email.TestLongHeaders) PASS: test_long_8bit_header_no_charset (test.test_email.test_email.TestLongHeaders) PASS: test_long_field_name (test.test_email.test_email.TestLongHeaders) PASS: test_long_header_encode (test.test_email.test_email.TestLongHeaders) PASS: test_long_header_encode_with_different_output_charset (test.test_email.test_email.TestLongHeaders) PASS: test_long_header_encode_with_tab_continuation (test.test_email.test_email.TestLongHeaders) PASS: test_long_header_encode_with_tab_continuation_is_just_a_hint (test.test_email.test_email.TestLongHeaders) PASS: test_long_header_with_multiple_sequential_split_chars (test.test_email.test_email.TestLongHeaders) PASS: test_long_header_with_whitespace_runs (test.test_email.test_email.TestLongHeaders) PASS: test_long_line_after_append (test.test_email.test_email.TestLongHeaders) PASS: test_long_lines_with_different_header (test.test_email.test_email.TestLongHeaders) PASS: test_long_nonstring (test.test_email.test_email.TestLongHeaders) PASS: test_long_received_header (test.test_email.test_email.TestLongHeaders) PASS: test_long_rfc2047_header_with_embedded_fws (test.test_email.test_email.TestLongHeaders) PASS: test_long_run_with_semi_header_splitter (test.test_email.test_email.TestLongHeaders) PASS: test_long_to_header (test.test_email.test_email.TestLongHeaders) PASS: test_long_unbreakable_lines_with_continuation (test.test_email.test_email.TestLongHeaders) PASS: test_multiline_with_overlong_last_part_followed_by_split_point (test.test_email.test_email.TestLongHeaders) PASS: test_multiline_with_overlong_parts_separated_by_two_split_points (test.test_email.test_email.TestLongHeaders) PASS: test_multiple_splittable_leading_char_followed_by_overlong_unsplittable (test.test_email.test_email.TestLongHeaders) PASS: test_no_semis_header_splitter (test.test_email.test_email.TestLongHeaders) PASS: test_no_split_long_header (test.test_email.test_email.TestLongHeaders) PASS: test_overlong_last_part_followed_by_split_point (test.test_email.test_email.TestLongHeaders) PASS: test_shorter_line_with_append (test.test_email.test_email.TestLongHeaders) PASS: test_split_long_continuation (test.test_email.test_email.TestLongHeaders) PASS: test_splittable_leading_char_followed_by_overlong_unsplittable (test.test_email.test_email.TestLongHeaders) PASS: test_splitter_split_on_punctuation_only_if_fws (test.test_email.test_email.TestLongHeaders) PASS: test_splitter_split_on_punctuation_only_if_fws_with_header (test.test_email.test_email.TestLongHeaders) PASS: test_splitting_first_line_only_is_long (test.test_email.test_email.TestLongHeaders) PASS: test_splitting_multiple_long_lines (test.test_email.test_email.TestLongHeaders) PASS: test_string_headerinst_eq (test.test_email.test_email.TestLongHeaders) PASS: test_trailing_splittable_on_overlong_unsplittable (test.test_email.test_email.TestLongHeaders) PASS: test_trailing_splittable_on_overlong_unsplittable_with_leading_splittable (test.test_email.test_email.TestLongHeaders) PASS: test_binary_body_with_encode_7or8bit (test.test_email.test_email.TestMIMEApplication) PASS: test_binary_body_with_encode_base64 (test.test_email.test_email.TestMIMEApplication) PASS: test_binary_body_with_encode_noop (test.test_email.test_email.TestMIMEApplication) PASS: test_binary_body_with_encode_quopri (test.test_email.test_email.TestMIMEApplication) PASS: test_binary_body_with_unicode_linend_encode_noop (test.test_email.test_email.TestMIMEApplication) PASS: test_body (test.test_email.test_email.TestMIMEApplication) PASS: test_headers (test.test_email.test_email.TestMIMEApplication) PASS: test_add_header (test.test_email.test_email.TestMIMEAudio) PASS: test_checkSetMinor (test.test_email.test_email.TestMIMEAudio) PASS: test_encoding (test.test_email.test_email.TestMIMEAudio) PASS: test_guess_minor_type (test.test_email.test_email.TestMIMEAudio) PASS: test_add_header (test.test_email.test_email.TestMIMEImage) PASS: test_checkSetMinor (test.test_email.test_email.TestMIMEImage) PASS: test_encoding (test.test_email.test_email.TestMIMEImage) PASS: test_guess_minor_type (test.test_email.test_email.TestMIMEImage) PASS: test_bad_multipart (test.test_email.test_email.TestMIMEMessage) PASS: test_default_multipart_constructor (test.test_email.test_email.TestMIMEMessage) PASS: test_default_type (test.test_email.test_email.TestMIMEMessage) PASS: test_default_type_non_parsed (test.test_email.test_email.TestMIMEMessage) PASS: test_default_type_with_explicit_container_type (test.test_email.test_email.TestMIMEMessage) PASS: test_dsn (test.test_email.test_email.TestMIMEMessage) PASS: test_epilogue (test.test_email.test_email.TestMIMEMessage) PASS: test_generate (test.test_email.test_email.TestMIMEMessage) PASS: test_mime_attachments_in_constructor (test.test_email.test_email.TestMIMEMessage) PASS: test_multipart_custom_policy (test.test_email.test_email.TestMIMEMessage) PASS: test_multipart_default_policy (test.test_email.test_email.TestMIMEMessage) PASS: test_no_nl_preamble (test.test_email.test_email.TestMIMEMessage) PASS: test_parse_message_rfc822 (test.test_email.test_email.TestMIMEMessage) PASS: test_type_error (test.test_email.test_email.TestMIMEMessage) PASS: test_valid_argument (test.test_email.test_email.TestMIMEMessage) PASS: test_7bit_input (test.test_email.test_email.TestMIMEText) PASS: test_7bit_input_no_charset (test.test_email.test_email.TestMIMEText) PASS: test_charset (test.test_email.test_email.TestMIMEText) PASS: test_payload (test.test_email.test_email.TestMIMEText) PASS: test_types (test.test_email.test_email.TestMIMEText) PASS: test_utf8_input (test.test_email.test_email.TestMIMEText) SKIP: test_utf8_input_no_charset (test.test_email.test_email.TestMIMEText) "can't fix because of backward compat in email5, will fix in email6" PASS: test__contains__ (test.test_email.test_email.TestMessageAPI) PASS: test_add_header_with_name_only_param (test.test_email.test_email.TestMessageAPI) PASS: test_add_header_with_no_value (test.test_email.test_email.TestMessageAPI) PASS: test_as_bytes (test.test_email.test_email.TestMessageAPI) PASS: test_as_bytes_policy (test.test_email.test_email.TestMessageAPI) PASS: test_as_string (test.test_email.test_email.TestMessageAPI) PASS: test_as_string_policy (test.test_email.test_email.TestMessageAPI) PASS: test_ascii_add_header (test.test_email.test_email.TestMessageAPI) PASS: test_ascii_add_header_with_tspecial (test.test_email.test_email.TestMessageAPI) PASS: test_attach_when_payload_is_string (test.test_email.test_email.TestMessageAPI) PASS: test_bad_param (test.test_email.test_email.TestMessageAPI) PASS: test_binary_base64_payload (test.test_email.test_email.TestMessageAPI) PASS: test_binary_quopri_payload (test.test_email.test_email.TestMessageAPI) PASS: test_binary_uuencode_payload (test.test_email.test_email.TestMessageAPI) PASS: test_bogus_filename (test.test_email.test_email.TestMessageAPI) PASS: test_broken_base64_payload (test.test_email.test_email.TestMessageAPI) PASS: test_broken_unicode_payload (test.test_email.test_email.TestMessageAPI) PASS: test_byte_message_rfc822_only (test.test_email.test_email.TestMessageAPI) PASS: test_decoded_generator (test.test_email.test_email.TestMessageAPI) PASS: test_del_nonexistent_param (test.test_email.test_email.TestMessageAPI) PASS: test_del_param (test.test_email.test_email.TestMessageAPI) PASS: test_del_param_on_nonexistent_header (test.test_email.test_email.TestMessageAPI) PASS: test_del_param_on_other_header (test.test_email.test_email.TestMessageAPI) PASS: test_embedded_header_via_Header_rejected (test.test_email.test_email.TestMessageAPI) PASS: test_embedded_header_via_string_rejected (test.test_email.test_email.TestMessageAPI) PASS: test_field_containment (test.test_email.test_email.TestMessageAPI) PASS: test_get_all (test.test_email.test_email.TestMessageAPI) PASS: test_get_boundary (test.test_email.test_email.TestMessageAPI) PASS: test_get_charsets (test.test_email.test_email.TestMessageAPI) PASS: test_get_content_disposition (test.test_email.test_email.TestMessageAPI) PASS: test_get_content_maintype_error (test.test_email.test_email.TestMessageAPI) PASS: test_get_content_maintype_from_message_explicit (test.test_email.test_email.TestMessageAPI) PASS: test_get_content_maintype_from_message_implicit (test.test_email.test_email.TestMessageAPI) PASS: test_get_content_maintype_from_message_text_plain_explicit (test.test_email.test_email.TestMessageAPI) PASS: test_get_content_maintype_from_message_text_plain_implicit (test.test_email.test_email.TestMessageAPI) PASS: test_get_content_maintype_missing (test.test_email.test_email.TestMessageAPI) PASS: test_get_content_maintype_missing_with_default_type (test.test_email.test_email.TestMessageAPI) PASS: test_get_content_subtype_error (test.test_email.test_email.TestMessageAPI) PASS: test_get_content_subtype_from_message_explicit (test.test_email.test_email.TestMessageAPI) PASS: test_get_content_subtype_from_message_implicit (test.test_email.test_email.TestMessageAPI) PASS: test_get_content_subtype_from_message_text_plain_explicit (test.test_email.test_email.TestMessageAPI) PASS: test_get_content_subtype_from_message_text_plain_implicit (test.test_email.test_email.TestMessageAPI) PASS: test_get_content_subtype_missing (test.test_email.test_email.TestMessageAPI) PASS: test_get_content_subtype_missing_with_default_type (test.test_email.test_email.TestMessageAPI) PASS: test_get_content_type_from_message_explicit (test.test_email.test_email.TestMessageAPI) PASS: test_get_content_type_from_message_implicit (test.test_email.test_email.TestMessageAPI) PASS: test_get_content_type_from_message_text_plain_explicit (test.test_email.test_email.TestMessageAPI) PASS: test_get_content_type_from_message_text_plain_implicit (test.test_email.test_email.TestMessageAPI) PASS: test_get_content_type_missing (test.test_email.test_email.TestMessageAPI) PASS: test_get_content_type_missing_with_default_type (test.test_email.test_email.TestMessageAPI) PASS: test_get_decoded_payload (test.test_email.test_email.TestMessageAPI) PASS: test_get_decoded_uu_payload (test.test_email.test_email.TestMessageAPI) PASS: test_get_filename (test.test_email.test_email.TestMessageAPI) PASS: test_get_filename_with_name_parameter (test.test_email.test_email.TestMessageAPI) PASS: test_get_param (test.test_email.test_email.TestMessageAPI) PASS: test_get_param_funky_continuation_lines (test.test_email.test_email.TestMessageAPI) PASS: test_get_param_liberal (test.test_email.test_email.TestMessageAPI) PASS: test_get_param_with_quotes (test.test_email.test_email.TestMessageAPI) PASS: test_get_param_with_semis_in_quotes (test.test_email.test_email.TestMessageAPI) PASS: test_get_params (test.test_email.test_email.TestMessageAPI) PASS: test_get_payload_n_raises_on_non_multipart (test.test_email.test_email.TestMessageAPI) PASS: test_getset_charset (test.test_email.test_email.TestMessageAPI) PASS: test_make_boundary (test.test_email.test_email.TestMessageAPI) PASS: test_message_rfc822_only (test.test_email.test_email.TestMessageAPI) PASS: test_missing_boundary (test.test_email.test_email.TestMessageAPI) PASS: test_missing_filename (test.test_email.test_email.TestMessageAPI) PASS: test_noascii_add_header (test.test_email.test_email.TestMessageAPI) PASS: test_nonascii_add_header_via_triple (test.test_email.test_email.TestMessageAPI) PASS: test_nonascii_add_header_with_tspecial (test.test_email.test_email.TestMessageAPI) PASS: test_nonascii_as_string_without_content_type_and_cte (test.test_email.test_email.TestMessageAPI) PASS: test_nonascii_as_string_without_cte (test.test_email.test_email.TestMessageAPI) PASS: test_questionable_bytes_payload (test.test_email.test_email.TestMessageAPI) PASS: test_replace_header (test.test_email.test_email.TestMessageAPI) PASS: test_set_boundary (test.test_email.test_email.TestMessageAPI) PASS: test_set_charset_from_string (test.test_email.test_email.TestMessageAPI) PASS: test_set_param (test.test_email.test_email.TestMessageAPI) PASS: test_set_payload_to_list (test.test_email.test_email.TestMessageAPI) PASS: test_set_payload_with_8bit_data_and_charset (test.test_email.test_email.TestMessageAPI) PASS: test_set_payload_with_8bit_data_and_charset_body_encoding_none (test.test_email.test_email.TestMessageAPI) PASS: test_set_payload_with_charset (test.test_email.test_email.TestMessageAPI) PASS: test_set_payload_with_non_ascii_and_charset_body_encoding_none (test.test_email.test_email.TestMessageAPI) PASS: test_set_type (test.test_email.test_email.TestMessageAPI) PASS: test_set_type_on_other_header (test.test_email.test_email.TestMessageAPI) PASS: test_unicode_body_defaults_to_utf8_encoding (test.test_email.test_email.TestMessageAPI) PASS: test_unicode_header_defaults_to_utf8_encoding (test.test_email.test_email.TestMessageAPI) PASS: test_BytesGenerator_linend (test.test_email.test_email.TestMiscellaneous) PASS: test_BytesGenerator_linend_with_non_ascii (test.test_email.test_email.TestMiscellaneous) PASS: test_Generator_linend (test.test_email.test_email.TestMiscellaneous) PASS: test__all__ (test.test_email.test_email.TestMiscellaneous) PASS: test_accepts_any_charset_like_object (test.test_email.test_email.TestMiscellaneous) PASS: test_charset_richcomparisons (test.test_email.test_email.TestMiscellaneous) PASS: test_charsets_case_insensitive (test.test_email.test_email.TestMiscellaneous) PASS: test_custom_message_does_not_require_arguments (test.test_email.test_email.TestMiscellaneous) PASS: test_escape_backslashes (test.test_email.test_email.TestMiscellaneous) PASS: test_escape_dump (test.test_email.test_email.TestMiscellaneous) PASS: test_formataddr_does_not_quote_parens_in_quoted_string (test.test_email.test_email.TestMiscellaneous) PASS: test_formatdate (test.test_email.test_email.TestMiscellaneous) PASS: test_formatdate_localtime (test.test_email.test_email.TestMiscellaneous) PASS: test_formatdate_usegmt (test.test_email.test_email.TestMiscellaneous) PASS: test_get_body_encoding_with_bogus_charset (test.test_email.test_email.TestMiscellaneous) PASS: test_get_body_encoding_with_uppercase_charset (test.test_email.test_email.TestMiscellaneous) PASS: test_getaddresses (test.test_email.test_email.TestMiscellaneous) test_getaddresses_embedded_comment (test.test_email.test_email.TestMiscellaneous) PASS: Test proper handling of a nested comment test_getaddresses_header_obj (test.test_email.test_email.TestMiscellaneous) PASS: Test the handling of a Header object. PASS: test_getaddresses_nasty (test.test_email.test_email.TestMiscellaneous) PASS: test_invalid_charset_like_object_raises_error (test.test_email.test_email.TestMiscellaneous) PASS: test_make_msgid_collisions (test.test_email.test_email.TestMiscellaneous) PASS: test_make_msgid_default_domain (test.test_email.test_email.TestMiscellaneous) PASS: test_make_msgid_domain (test.test_email.test_email.TestMiscellaneous) PASS: test_make_msgid_idstring (test.test_email.test_email.TestMiscellaneous) PASS: test_message_from_file (test.test_email.test_email.TestMiscellaneous) PASS: test_message_from_file_with_class (test.test_email.test_email.TestMiscellaneous) PASS: test_message_from_string (test.test_email.test_email.TestMiscellaneous) PASS: test_message_from_string_with_class (test.test_email.test_email.TestMiscellaneous) PASS: test_mime_classes_policy_argument (test.test_email.test_email.TestMiscellaneous) PASS: test_mktime_tz (test.test_email.test_email.TestMiscellaneous) PASS: test_multiline_from_comment (test.test_email.test_email.TestMiscellaneous) PASS: test_name_with_dot (test.test_email.test_email.TestMiscellaneous) PASS: test_noquote_dump (test.test_email.test_email.TestMiscellaneous) PASS: test_parseaddr_empty (test.test_email.test_email.TestMiscellaneous) PASS: test_parseaddr_multiple_domains (test.test_email.test_email.TestMiscellaneous) PASS: test_parseaddr_preserves_quoted_pairs_in_addresses (test.test_email.test_email.TestMiscellaneous) PASS: test_parseaddr_preserves_spaces_in_local_part (test.test_email.test_email.TestMiscellaneous) PASS: test_parsedate_acceptable_to_time_functions (test.test_email.test_email.TestMiscellaneous) PASS: test_parsedate_accepts_time_with_dots (test.test_email.test_email.TestMiscellaneous) PASS: test_parsedate_compact (test.test_email.test_email.TestMiscellaneous) PASS: test_parsedate_dot_time_delimiter (test.test_email.test_email.TestMiscellaneous) PASS: test_parsedate_no_dayofweek (test.test_email.test_email.TestMiscellaneous) PASS: test_parsedate_no_seconds (test.test_email.test_email.TestMiscellaneous) PASS: test_parsedate_no_space_before_negative_offset (test.test_email.test_email.TestMiscellaneous) PASS: test_parsedate_no_space_before_positive_offset (test.test_email.test_email.TestMiscellaneous) PASS: test_parsedate_returns_None_for_invalid_strings (test.test_email.test_email.TestMiscellaneous) PASS: test_parsedate_rfc_850 (test.test_email.test_email.TestMiscellaneous) test_parsedate_y2k (test.test_email.test_email.TestMiscellaneous) PASS: Test for parsing a date with a two-digit year. PASS: test_partial_falls_inside_message_delivery_status (test.test_email.test_email.TestMiscellaneous) PASS: test_quote_dump (test.test_email.test_email.TestMiscellaneous) PASS: test_quotes_unicode_names (test.test_email.test_email.TestMiscellaneous) PASS: test_unicode_address_raises_error (test.test_email.test_email.TestMiscellaneous) PASS: test_utils_quote_unquote (test.test_email.test_email.TestMiscellaneous) PASS: test_boundary_in_non_multipart (test.test_email.test_email.TestMultipart) PASS: test_boundary_with_leading_space (test.test_email.test_email.TestMultipart) PASS: test_boundary_without_trailing_newline (test.test_email.test_email.TestMultipart) PASS: test_double_boundary (test.test_email.test_email.TestMultipart) PASS: test_empty_multipart_idempotent (test.test_email.test_email.TestMultipart) PASS: test_hierarchy (test.test_email.test_email.TestMultipart) PASS: test_message_external_body (test.test_email.test_email.TestMultipart) PASS: test_mimebase_custom_policy (test.test_email.test_email.TestMultipart) PASS: test_mimebase_default_policy (test.test_email.test_email.TestMultipart) PASS: test_nested_inner_contains_outer_boundary (test.test_email.test_email.TestMultipart) PASS: test_nested_with_same_boundary (test.test_email.test_email.TestMultipart) PASS: test_no_parts_in_a_multipart_with_empty_epilogue (test.test_email.test_email.TestMultipart) PASS: test_no_parts_in_a_multipart_with_none_epilogue (test.test_email.test_email.TestMultipart) PASS: test_one_part_in_a_multipart (test.test_email.test_email.TestMultipart) PASS: test_seq_parts_in_a_multipart_with_empty_epilogue (test.test_email.test_email.TestMultipart) PASS: test_seq_parts_in_a_multipart_with_empty_preamble (test.test_email.test_email.TestMultipart) PASS: test_seq_parts_in_a_multipart_with_nl_epilogue (test.test_email.test_email.TestMultipart) PASS: test_seq_parts_in_a_multipart_with_none_epilogue (test.test_email.test_email.TestMultipart) PASS: test_seq_parts_in_a_multipart_with_none_preamble (test.test_email.test_email.TestMultipart) PASS: test_first_line_is_continuation_header (test.test_email.test_email.TestNonConformant) PASS: test_invalid_content_type (test.test_email.test_email.TestNonConformant) PASS: test_lying_multipart (test.test_email.test_email.TestNonConformant) PASS: test_missing_header_body_separator (test.test_email.test_email.TestNonConformant) PASS: test_missing_start_boundary (test.test_email.test_email.TestNonConformant) PASS: test_multipart_invalid_cte (test.test_email.test_email.TestNonConformant) PASS: test_multipart_no_boundary (test.test_email.test_email.TestNonConformant) PASS: test_multipart_no_cte_no_defect (test.test_email.test_email.TestNonConformant) PASS: test_multipart_valid_cte_no_defect (test.test_email.test_email.TestNonConformant) PASS: test_no_separating_blank_line (test.test_email.test_email.TestNonConformant) PASS: test_no_start_boundary (test.test_email.test_email.TestNonConformant) PASS: test_parse_missing_minor_type (test.test_email.test_email.TestNonConformant) PASS: test_same_boundary_inner_outer (test.test_email.test_email.TestNonConformant) PASS: test_attach_raises_exception (test.test_email.test_email.TestNonMultipart) PASS: test_nonmultipart_is_not_multipart (test.test_email.test_email.TestNonMultipart) PASS: test_CRLFLF_at_end_of_part (test.test_email.test_email.TestParsers) PASS: test_bytes_header_parser (test.test_email.test_email.TestParsers) PASS: test_bytes_parser_does_not_close_file (test.test_email.test_email.TestParsers) PASS: test_bytes_parser_on_exception_does_not_close_file (test.test_email.test_email.TestParsers) PASS: test_crlf_flatten (test.test_email.test_email.TestParsers) PASS: test_crlf_separation (test.test_email.test_email.TestParsers) PASS: test_header_parser (test.test_email.test_email.TestParsers) PASS: test_multipart_digest_with_extra_mime_headers (test.test_email.test_email.TestParsers) PASS: test_parser_does_not_close_file (test.test_email.test_email.TestParsers) PASS: test_parser_on_exception_does_not_close_file (test.test_email.test_email.TestParsers) PASS: test_rfc2822_header_syntax (test.test_email.test_email.TestParsers) PASS: test_rfc2822_one_character_header (test.test_email.test_email.TestParsers) PASS: test_rfc2822_space_not_allowed_in_header (test.test_email.test_email.TestParsers) PASS: test_strip_line_feed_and_carriage_return_in_headers (test.test_email.test_email.TestParsers) PASS: test_three_lines (test.test_email.test_email.TestParsers) PASS: test_whitespace_continuation (test.test_email.test_email.TestParsers) PASS: test_whitespace_continuation_last_header (test.test_email.test_email.TestParsers) PASS: test_body_quopri_len (test.test_email.test_email.TestQuopri) PASS: test_decode_false_quoting (test.test_email.test_email.TestQuopri) PASS: test_decode_lowercase_quoting (test.test_email.test_email.TestQuopri) PASS: test_decode_multiple_spaces (test.test_email.test_email.TestQuopri) PASS: test_decode_null_line_null_word (test.test_email.test_email.TestQuopri) PASS: test_decode_null_word (test.test_email.test_email.TestQuopri) PASS: test_decode_one_line (test.test_email.test_email.TestQuopri) PASS: test_decode_one_line_cr (test.test_email.test_email.TestQuopri) PASS: test_decode_one_line_crnl (test.test_email.test_email.TestQuopri) PASS: test_decode_one_line_lf (test.test_email.test_email.TestQuopri) PASS: test_decode_one_line_nl (test.test_email.test_email.TestQuopri) PASS: test_decode_one_line_one_word (test.test_email.test_email.TestQuopri) PASS: test_decode_one_line_one_word_eol (test.test_email.test_email.TestQuopri) PASS: test_decode_one_line_trailing_spaces (test.test_email.test_email.TestQuopri) PASS: test_decode_one_long_line (test.test_email.test_email.TestQuopri) PASS: test_decode_one_space (test.test_email.test_email.TestQuopri) PASS: test_decode_one_word (test.test_email.test_email.TestQuopri) PASS: test_decode_one_word_eol (test.test_email.test_email.TestQuopri) PASS: test_decode_quoted_word (test.test_email.test_email.TestQuopri) PASS: test_decode_soft_line_break (test.test_email.test_email.TestQuopri) PASS: test_decode_two_lines (test.test_email.test_email.TestQuopri) PASS: test_decode_two_lines_eol (test.test_email.test_email.TestQuopri) PASS: test_decode_two_lines_trailing_spaces (test.test_email.test_email.TestQuopri) PASS: test_decode_uppercase_quoting (test.test_email.test_email.TestQuopri) PASS: test_encode (test.test_email.test_email.TestQuopri) PASS: test_encode_maxlinelen_too_small (test.test_email.test_email.TestQuopri) PASS: test_encode_null (test.test_email.test_email.TestQuopri) PASS: test_encode_null_lines (test.test_email.test_email.TestQuopri) PASS: test_encode_one_line (test.test_email.test_email.TestQuopri) PASS: test_encode_one_line_crlf (test.test_email.test_email.TestQuopri) PASS: test_encode_one_line_eol (test.test_email.test_email.TestQuopri) PASS: test_encode_one_line_eol_after_non_ascii (test.test_email.test_email.TestQuopri) PASS: test_encode_one_line_one_space (test.test_email.test_email.TestQuopri) PASS: test_encode_one_line_trailing_spaces (test.test_email.test_email.TestQuopri) PASS: test_encode_one_line_trailing_tab (test.test_email.test_email.TestQuopri) PASS: test_encode_one_long_line (test.test_email.test_email.TestQuopri) PASS: test_encode_one_long_string (test.test_email.test_email.TestQuopri) PASS: test_encode_one_space (test.test_email.test_email.TestQuopri) PASS: test_encode_one_very_long_line (test.test_email.test_email.TestQuopri) PASS: test_encode_one_word_trailing_spaces (test.test_email.test_email.TestQuopri) PASS: test_encode_one_word_trailing_tab (test.test_email.test_email.TestQuopri) PASS: test_encode_quoted_equals (test.test_email.test_email.TestQuopri) PASS: test_encode_shortest_maxlinelen (test.test_email.test_email.TestQuopri) PASS: test_encode_trailing_space_at_maxlinelen (test.test_email.test_email.TestQuopri) PASS: test_encode_trailing_space_before_maxlinelen (test.test_email.test_email.TestQuopri) PASS: test_encode_trailing_space_beyond_maxlinelen (test.test_email.test_email.TestQuopri) PASS: test_encode_two_lines_one_space (test.test_email.test_email.TestQuopri) PASS: test_encode_whitespace_lines (test.test_email.test_email.TestQuopri) PASS: test_header_decode_non_ascii (test.test_email.test_email.TestQuopri) PASS: test_header_decode_null (test.test_email.test_email.TestQuopri) PASS: test_header_decode_one_word (test.test_email.test_email.TestQuopri) PASS: test_header_decode_re_bug_18380 (test.test_email.test_email.TestQuopri) PASS: test_header_decode_two_lines (test.test_email.test_email.TestQuopri) PASS: test_header_encode_alt_charset (test.test_email.test_email.TestQuopri) PASS: test_header_encode_non_ascii (test.test_email.test_email.TestQuopri) PASS: test_header_encode_null (test.test_email.test_email.TestQuopri) PASS: test_header_encode_one_word (test.test_email.test_email.TestQuopri) PASS: test_header_encode_two_lines (test.test_email.test_email.TestQuopri) PASS: test_header_quopri_len (test.test_email.test_email.TestQuopri) PASS: test_quopri_body_check (test.test_email.test_email.TestQuopri) PASS: test_quopri_header_check (test.test_email.test_email.TestQuopri) PASS: test_quote_unquote_idempotent (test.test_email.test_email.TestQuopri) PASS: test_multiline_header (test.test_email.test_email.TestRFC2047) PASS: test_rfc2047_B_bad_padding (test.test_email.test_email.TestRFC2047) PASS: test_rfc2047_Q_invalid_digits (test.test_email.test_email.TestRFC2047) PASS: test_rfc2047_missing_whitespace (test.test_email.test_email.TestRFC2047) PASS: test_rfc2047_multiline (test.test_email.test_email.TestRFC2047) PASS: test_rfc2047_rfc2047_1 (test.test_email.test_email.TestRFC2047) PASS: test_rfc2047_rfc2047_2 (test.test_email.test_email.TestRFC2047) PASS: test_rfc2047_rfc2047_3 (test.test_email.test_email.TestRFC2047) PASS: test_rfc2047_rfc2047_4 (test.test_email.test_email.TestRFC2047) PASS: test_rfc2047_rfc2047_5a (test.test_email.test_email.TestRFC2047) PASS: test_rfc2047_rfc2047_5b (test.test_email.test_email.TestRFC2047) PASS: test_rfc2047_rfc2047_6 (test.test_email.test_email.TestRFC2047) PASS: test_rfc2047_rfc2047_7 (test.test_email.test_email.TestRFC2047) PASS: test_rfc2047_with_whitespace (test.test_email.test_email.TestRFC2047) PASS: test_whitespace_keeper_unicode (test.test_email.test_email.TestRFC2047) PASS: test_whitespace_keeper_unicode_2 (test.test_email.test_email.TestRFC2047) PASS: test_del_param (test.test_email.test_email.TestRFC2231) PASS: test_get_param (test.test_email.test_email.TestRFC2231) PASS: test_rfc2231_bad_character_in_charset (test.test_email.test_email.TestRFC2231) PASS: test_rfc2231_bad_character_in_encoding (test.test_email.test_email.TestRFC2231) PASS: test_rfc2231_bad_character_in_filename (test.test_email.test_email.TestRFC2231) PASS: test_rfc2231_bad_encoding_in_charset (test.test_email.test_email.TestRFC2231) PASS: test_rfc2231_bad_encoding_in_filename (test.test_email.test_email.TestRFC2231) PASS: test_rfc2231_encoded_then_unencoded_segments (test.test_email.test_email.TestRFC2231) PASS: test_rfc2231_get_content_charset (test.test_email.test_email.TestRFC2231) PASS: test_rfc2231_missing_tick (test.test_email.test_email.TestRFC2231) PASS: test_rfc2231_missing_tick_with_encoded_non_ascii (test.test_email.test_email.TestRFC2231) PASS: test_rfc2231_no_extended_values (test.test_email.test_email.TestRFC2231) PASS: test_rfc2231_no_language_or_charset (test.test_email.test_email.TestRFC2231) PASS: test_rfc2231_no_language_or_charset_in_boundary (test.test_email.test_email.TestRFC2231) PASS: test_rfc2231_no_language_or_charset_in_charset (test.test_email.test_email.TestRFC2231) PASS: test_rfc2231_no_language_or_charset_in_filename (test.test_email.test_email.TestRFC2231) PASS: test_rfc2231_no_language_or_charset_in_filename_encoded (test.test_email.test_email.TestRFC2231) PASS: test_rfc2231_parse_extra_quoting (test.test_email.test_email.TestRFC2231) PASS: test_rfc2231_parse_rfc_quoting (test.test_email.test_email.TestRFC2231) PASS: test_rfc2231_partly_encoded (test.test_email.test_email.TestRFC2231) PASS: test_rfc2231_partly_nonencoded (test.test_email.test_email.TestRFC2231) PASS: test_rfc2231_single_tick_in_filename (test.test_email.test_email.TestRFC2231) PASS: test_rfc2231_single_tick_in_filename_extended (test.test_email.test_email.TestRFC2231) PASS: test_rfc2231_tick_attack (test.test_email.test_email.TestRFC2231) PASS: test_rfc2231_tick_attack_extended (test.test_email.test_email.TestRFC2231) PASS: test_rfc2231_unencoded_then_encoded_segments (test.test_email.test_email.TestRFC2231) PASS: test_rfc2231_unknown_encoding (test.test_email.test_email.TestRFC2231) PASS: test_set_param (test.test_email.test_email.TestRFC2231) PASS: test_set_param_requote (test.test_email.test_email.TestRFC2231) PASS: test_should_not_hang_on_invalid_ew_messages (test.test_email.test_email.TestRFC2231) PASS: test_long_headers_as_string (test.test_email.test_email.TestSigned) PASS: test_long_headers_as_string_maxheaderlen (test.test_email.test_email.TestSigned) PASS: test_long_headers_flatten (test.test_email.test_email.TestSigned) PASS: test_compat32_max_line_length_does_not_fold_when_none (test.test_email.test_generator.TestBytesGenerator) PASS: test_crlf_control_via_policy (test.test_email.test_generator.TestBytesGenerator) PASS: test_cte_type_7bit_handles_unknown_8bit (test.test_email.test_generator.TestBytesGenerator) PASS: test_cte_type_7bit_transforms_8bit_cte (test.test_email.test_generator.TestBytesGenerator) PASS: test_flatten_linesep_overrides_policy (test.test_email.test_generator.TestBytesGenerator) PASS: test_max_line_length_policy_0 (test.test_email.test_generator.TestBytesGenerator) PASS: test_max_line_length_policy_100 (test.test_email.test_generator.TestBytesGenerator) PASS: test_max_line_length_policy_20 (test.test_email.test_generator.TestBytesGenerator) PASS: test_max_line_length_policy_40 (test.test_email.test_generator.TestBytesGenerator) PASS: test_max_line_length_with_refold_all_folds_0 (test.test_email.test_generator.TestBytesGenerator) PASS: test_max_line_length_with_refold_all_folds_100 (test.test_email.test_generator.TestBytesGenerator) PASS: test_max_line_length_with_refold_all_folds_20 (test.test_email.test_generator.TestBytesGenerator) PASS: test_max_line_length_with_refold_all_folds_40 (test.test_email.test_generator.TestBytesGenerator) PASS: test_max_line_length_with_refold_none_does_not_fold_0 (test.test_email.test_generator.TestBytesGenerator) PASS: test_max_line_length_with_refold_none_does_not_fold_100 (test.test_email.test_generator.TestBytesGenerator) PASS: test_max_line_length_with_refold_none_does_not_fold_20 (test.test_email.test_generator.TestBytesGenerator) PASS: test_max_line_length_with_refold_none_does_not_fold_40 (test.test_email.test_generator.TestBytesGenerator) PASS: test_maxheaderlen_parameter_0 (test.test_email.test_generator.TestBytesGenerator) PASS: test_maxheaderlen_parameter_100 (test.test_email.test_generator.TestBytesGenerator) PASS: test_maxheaderlen_parameter_20 (test.test_email.test_generator.TestBytesGenerator) PASS: test_maxheaderlen_parameter_40 (test.test_email.test_generator.TestBytesGenerator) PASS: test_maxheaderlen_parm_overrides_policy_0 (test.test_email.test_generator.TestBytesGenerator) PASS: test_maxheaderlen_parm_overrides_policy_100 (test.test_email.test_generator.TestBytesGenerator) PASS: test_maxheaderlen_parm_overrides_policy_20 (test.test_email.test_generator.TestBytesGenerator) PASS: test_maxheaderlen_parm_overrides_policy_40 (test.test_email.test_generator.TestBytesGenerator) PASS: test_rfc2231_wrapping (test.test_email.test_generator.TestBytesGenerator) PASS: test_rfc2231_wrapping_switches_to_default_len_if_too_narrow (test.test_email.test_generator.TestBytesGenerator) PASS: test_set_mangle_from_via_policy (test.test_email.test_generator.TestBytesGenerator) PASS: test_smtp_policy (test.test_email.test_generator.TestBytesGenerator) PASS: test_smtputf8_policy (test.test_email.test_generator.TestBytesGenerator) PASS: test_compat32_max_line_length_does_not_fold_when_none (test.test_email.test_generator.TestGenerator) PASS: test_crlf_control_via_policy (test.test_email.test_generator.TestGenerator) PASS: test_flatten_linesep_overrides_policy (test.test_email.test_generator.TestGenerator) PASS: test_max_line_length_policy_0 (test.test_email.test_generator.TestGenerator) PASS: test_max_line_length_policy_100 (test.test_email.test_generator.TestGenerator) PASS: test_max_line_length_policy_20 (test.test_email.test_generator.TestGenerator) PASS: test_max_line_length_policy_40 (test.test_email.test_generator.TestGenerator) PASS: test_max_line_length_with_refold_all_folds_0 (test.test_email.test_generator.TestGenerator) PASS: test_max_line_length_with_refold_all_folds_100 (test.test_email.test_generator.TestGenerator) PASS: test_max_line_length_with_refold_all_folds_20 (test.test_email.test_generator.TestGenerator) PASS: test_max_line_length_with_refold_all_folds_40 (test.test_email.test_generator.TestGenerator) PASS: test_max_line_length_with_refold_none_does_not_fold_0 (test.test_email.test_generator.TestGenerator) PASS: test_max_line_length_with_refold_none_does_not_fold_100 (test.test_email.test_generator.TestGenerator) PASS: test_max_line_length_with_refold_none_does_not_fold_20 (test.test_email.test_generator.TestGenerator) PASS: test_max_line_length_with_refold_none_does_not_fold_40 (test.test_email.test_generator.TestGenerator) PASS: test_maxheaderlen_parameter_0 (test.test_email.test_generator.TestGenerator) PASS: test_maxheaderlen_parameter_100 (test.test_email.test_generator.TestGenerator) PASS: test_maxheaderlen_parameter_20 (test.test_email.test_generator.TestGenerator) PASS: test_maxheaderlen_parameter_40 (test.test_email.test_generator.TestGenerator) PASS: test_maxheaderlen_parm_overrides_policy_0 (test.test_email.test_generator.TestGenerator) PASS: test_maxheaderlen_parm_overrides_policy_100 (test.test_email.test_generator.TestGenerator) PASS: test_maxheaderlen_parm_overrides_policy_20 (test.test_email.test_generator.TestGenerator) PASS: test_maxheaderlen_parm_overrides_policy_40 (test.test_email.test_generator.TestGenerator) PASS: test_rfc2231_wrapping (test.test_email.test_generator.TestGenerator) PASS: test_rfc2231_wrapping_switches_to_default_len_if_too_narrow (test.test_email.test_generator.TestGenerator) PASS: test_set_mangle_from_via_policy (test.test_email.test_generator.TestGenerator) PASS: test_address_addr_spec_and_domain_raises (test.test_email.test_headerregistry.TestAddressAndGroup) PASS: test_address_addr_spec_and_username_and_domain_raises (test.test_email.test_headerregistry.TestAddressAndGroup) PASS: test_address_addr_spec_and_username_raises (test.test_email.test_headerregistry.TestAddressAndGroup) PASS: test_address_comparison (test.test_email.test_headerregistry.TestAddressAndGroup) PASS: test_address_display_name_ro (test.test_email.test_headerregistry.TestAddressAndGroup) PASS: test_address_domain_ro (test.test_email.test_headerregistry.TestAddressAndGroup) PASS: test_address_from_addr_spec (test.test_email.test_headerregistry.TestAddressAndGroup) PASS: test_address_from_username_domain (test.test_email.test_headerregistry.TestAddressAndGroup) PASS: test_address_username_ro (test.test_email.test_headerregistry.TestAddressAndGroup) PASS: test_address_with_no_display_name (test.test_email.test_headerregistry.TestAddressAndGroup) PASS: test_bad_addr_sepc_raises (test.test_email.test_headerregistry.TestAddressAndGroup) PASS: test_crlf_in_constructor_args_raises (test.test_email.test_headerregistry.TestAddressAndGroup) PASS: test_display_name_blanks_not_quoted (test.test_email.test_headerregistry.TestAddressAndGroup) PASS: test_display_name_only (test.test_email.test_headerregistry.TestAddressAndGroup) PASS: test_display_name_quoting (test.test_email.test_headerregistry.TestAddressAndGroup) PASS: test_domain_only (test.test_email.test_headerregistry.TestAddressAndGroup) PASS: test_empty_group (test.test_email.test_headerregistry.TestAddressAndGroup) PASS: test_empty_group_list (test.test_email.test_headerregistry.TestAddressAndGroup) PASS: test_group_addresses_ro (test.test_email.test_headerregistry.TestAddressAndGroup) PASS: test_group_comparison (test.test_email.test_headerregistry.TestAddressAndGroup) PASS: test_group_display_name_ro (test.test_email.test_headerregistry.TestAddressAndGroup) PASS: test_group_with_addresses (test.test_email.test_headerregistry.TestAddressAndGroup) PASS: test_group_with_addresses_no_display_name (test.test_email.test_headerregistry.TestAddressAndGroup) PASS: test_group_with_one_address_no_display_name (test.test_email.test_headerregistry.TestAddressAndGroup) PASS: test_il8n (test.test_email.test_headerregistry.TestAddressAndGroup) PASS: test_non_ascii_username_in_addr_spec_raises (test.test_email.test_headerregistry.TestAddressAndGroup) PASS: test_null_address (test.test_email.test_headerregistry.TestAddressAndGroup) PASS: test_null_group (test.test_email.test_headerregistry.TestAddressAndGroup) PASS: test_quoting (test.test_email.test_headerregistry.TestAddressAndGroup) PASS: test_set_message_header_from_address (test.test_email.test_headerregistry.TestAddressAndGroup) PASS: test_set_message_header_from_group (test.test_email.test_headerregistry.TestAddressAndGroup) PASS: test_space_in_addr_spec_username_raises (test.test_email.test_headerregistry.TestAddressAndGroup) PASS: test_username_only (test.test_email.test_headerregistry.TestAddressAndGroup) PASS: test_address_address_only (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_address_empty (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_address_escaped_escapes_in_local_part (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_address_escaped_quoted_strings_in_local_part (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_address_name_and_address (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_address_name_with_dot (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_address_quoted_backslashes_in_name (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_address_quoted_local_part (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_address_quoted_parens_in_name (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_address_quoted_strings_in_local_part (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_address_read_only (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_address_rfc2047_atom_in_phrase_is_decoded (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_address_rfc2047_atom_in_quoted_string_is_decoded (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_address_rfc2047_atom_is_decoded (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_address_spaces_around_dots_in_local_part_removed (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_address_spaces_in_unquoted_local_part_collapsed (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_addresses_read_only (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_addresses_types (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_complex_address_list (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_group_address_only (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_group_empty (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_group_escaped_escapes_in_local_part (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_group_escaped_quoted_strings_in_local_part (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_group_name_and_address (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_group_name_with_dot (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_group_quoted_backslashes_in_name (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_group_quoted_local_part (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_group_quoted_parens_in_name (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_group_quoted_strings_in_local_part (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_group_rfc2047_atom_in_phrase_is_decoded (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_group_rfc2047_atom_in_quoted_string_is_decoded (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_group_rfc2047_atom_is_decoded (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_group_spaces_around_dots_in_local_part_removed (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_group_spaces_in_unquoted_local_part_collapsed (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_groups_read_only (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_groups_types (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_set_from_Address (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_set_from_Address_and_Group_list (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_set_from_Address_list (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_set_from_Group_list (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_simple_address_list (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_defects_is_tuple (test.test_email.test_headerregistry.TestBaseHeaderFeatures) PASS: test_defects_read_only (test.test_email.test_headerregistry.TestBaseHeaderFeatures) PASS: test_has_name (test.test_email.test_headerregistry.TestBaseHeaderFeatures) PASS: test_name_read_only (test.test_email.test_headerregistry.TestBaseHeaderFeatures) PASS: test_str (test.test_email.test_headerregistry.TestBaseHeaderFeatures) PASS: test_substr (test.test_email.test_headerregistry.TestBaseHeaderFeatures) PASS: test_value_RFC_2183_1 (test.test_email.test_headerregistry.TestContentDisposition) PASS: test_value_RFC_2183_2 (test.test_email.test_headerregistry.TestContentDisposition) PASS: test_value_invalid_parameter_value_with_fws_between_ew (test.test_email.test_headerregistry.TestContentDisposition) PASS: test_value_invalid_value (test.test_email.test_headerregistry.TestContentDisposition) PASS: test_value_invalid_value_with_params (test.test_email.test_headerregistry.TestContentDisposition) PASS: test_value_no_value (test.test_email.test_headerregistry.TestContentDisposition) PASS: test_value_parameter_value_with_fws_between_tokens (test.test_email.test_headerregistry.TestContentDisposition) PASS: test_value_RFC_2183_1 (test.test_email.test_headerregistry.TestContentTransferEncoding) PASS: test_value_junk_after_cte (test.test_email.test_headerregistry.TestContentTransferEncoding) PASS: test_value_no_value (test.test_email.test_headerregistry.TestContentTransferEncoding) PASS: test_value_RFC_2045_1 (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_RFC_2045_2 (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_RFC_2045_3 (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_bad_params (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_capitalized_charset (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_capitalized_charset_param_name_and_comment (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_cfws_in_content_type (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_charset_param (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_double_quotes_inside_quotes (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_junk_text_in_content_type (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_lots_of_mime_params (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_mixed_case_content_type (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_no_slash_in_content_type (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_no_subtype_in_content_type (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_non_ascii_in_params (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_non_ascii_rfc2231_value (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_param_value_with_tspecials (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_param_with_extra_quoted_whitespace (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_quotes_inside_rfc2231_value (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_rfc2231_bad_character_in_charset_parameter_value (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_rfc2231_encoded_charset (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_rfc2231_encoded_no_charset (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_rfc2231_encoded_no_double_quotes (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_rfc2231_encoded_then_unencoded_segments (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_rfc2231_encoded_with_double_quotes (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_rfc2231_folded_segments_correctly_formatted (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_rfc2231_no_language_or_charset (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_rfc2231_nonascii_in_charset_of_charset_parameter_value (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_rfc2231_partly_encoded (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_rfc2231_partly_encoded_2 (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_rfc2231_quoted_unencoded_then_encoded_segments (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_rfc2231_segmented_normal_values (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_rfc2231_single_quote_in_non_encoded_value (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_rfc2231_single_quote_in_value_with_charset_and_lang (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_rfc2231_single_quote_inside_double_quotes (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_rfc2231_unencoded_then_encoded_segments (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_rfc2231_unknown_charset_treated_as_ascii (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_rfc2231_utf8_in_supposedly_ascii_charset_parameter_value (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_semis_inside_quotes (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_single_quotes_inside_quotes (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_spaces_around_param_equals (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_spaces_around_semis (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_spaces_in_content_type (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_too_many_slashes_in_content_type (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_unknown_charset (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_unknown_content_type (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_unquoted_param_value (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_date_header_properties (test.test_email.test_headerregistry.TestDateHeader) PASS: test_datetime_read_only (test.test_email.test_headerregistry.TestDateHeader) PASS: test_invalid_date_format (test.test_email.test_headerregistry.TestDateHeader) PASS: test_invalid_date_value (test.test_email.test_headerregistry.TestDateHeader) PASS: test_no_value_is_defect (test.test_email.test_headerregistry.TestDateHeader) PASS: test_parse_date (test.test_email.test_headerregistry.TestDateHeader) PASS: test_resent_date_header_properties (test.test_email.test_headerregistry.TestDateHeader) PASS: test_set_date_header_from_datetime (test.test_email.test_headerregistry.TestDateHeader) PASS: test_set_from_datetime (test.test_email.test_headerregistry.TestDateHeader) test_address_display_names (test.test_email.test_headerregistry.TestFolding) PASS: Test the folding and encoding of address headers. PASS: test_fold_address_list (test.test_email.test_headerregistry.TestFolding) PASS: test_fold_date_header (test.test_email.test_headerregistry.TestFolding) PASS: test_fold_overlong_words_using_RFC2047 (test.test_email.test_headerregistry.TestFolding) PASS: test_fold_unstructured_short (test.test_email.test_headerregistry.TestFolding) PASS: test_fold_unstructured_single_word (test.test_email.test_headerregistry.TestFolding) PASS: test_fold_unstructured_with_commas (test.test_email.test_headerregistry.TestFolding) PASS: test_fold_unstructured_with_overlong_word (test.test_email.test_headerregistry.TestFolding) PASS: test_fold_unstructured_with_slightly_long_word (test.test_email.test_headerregistry.TestFolding) PASS: test_fold_unstructured_with_two_overlong_words (test.test_email.test_headerregistry.TestFolding) PASS: test_long_unstructured (test.test_email.test_headerregistry.TestFolding) PASS: test_message_id_header_is_not_folded (test.test_email.test_headerregistry.TestFolding) PASS: test_short_unstructured (test.test_email.test_headerregistry.TestFolding) PASS: test_unstructured_short_max_line_length (test.test_email.test_headerregistry.TestFolding) PASS: test_arbitrary_name_unstructured (test.test_email.test_headerregistry.TestHeaderRegistry) PASS: test_dont_use_default_map (test.test_email.test_headerregistry.TestHeaderRegistry) PASS: test_map_to_type (test.test_email.test_headerregistry.TestHeaderRegistry) PASS: test_name_case_ignored (test.test_email.test_headerregistry.TestHeaderRegistry) PASS: test_override_default_base_class (test.test_email.test_headerregistry.TestHeaderRegistry) PASS: test_override_default_class (test.test_email.test_headerregistry.TestHeaderRegistry) PASS: test_override_default_class_only_overrides_default (test.test_email.test_headerregistry.TestHeaderRegistry) PASS: test_MIME_Version_1_1 (test.test_email.test_headerregistry.TestMIMEVersionHeader) PASS: test_MIME_Version_2_1 (test.test_email.test_headerregistry.TestMIMEVersionHeader) PASS: test_MIME_Version_2_x (test.test_email.test_headerregistry.TestMIMEVersionHeader) PASS: test_MIME_Version_RFC_2045_1 (test.test_email.test_headerregistry.TestMIMEVersionHeader) PASS: test_MIME_Version_RFC_2045_2 (test.test_email.test_headerregistry.TestMIMEVersionHeader) PASS: test_MIME_Version_RFC_2045_3 (test.test_email.test_headerregistry.TestMIMEVersionHeader) PASS: test_MIME_Version_RFC_2045_4 (test.test_email.test_headerregistry.TestMIMEVersionHeader) PASS: test_MIME_Version_foo (test.test_email.test_headerregistry.TestMIMEVersionHeader) PASS: test_MIME_Version_leading_trailing_whitespace_ignored (test.test_email.test_headerregistry.TestMIMEVersionHeader) PASS: test_MIME_Version_missing (test.test_email.test_headerregistry.TestMIMEVersionHeader) PASS: test_MIME_Version_non_comment_garbage_after (test.test_email.test_headerregistry.TestMIMEVersionHeader) PASS: test_MIME_Version_non_comment_garbage_before (test.test_email.test_headerregistry.TestMIMEVersionHeader) PASS: test_MIME_Version_non_comment_garbage_inside (test.test_email.test_headerregistry.TestMIMEVersionHeader) PASS: test_MIME_Version_two_periods (test.test_email.test_headerregistry.TestMIMEVersionHeader) PASS: test_MIME_Version_whitespace (test.test_email.test_headerregistry.TestMIMEVersionHeader) PASS: test_value_rfc2047_gb2312_base64 (test.test_email.test_headerregistry.TestUnstructuredHeader) PASS: test_value_rfc2047_quopri_with_regular_text (test.test_email.test_headerregistry.TestUnstructuredHeader) PASS: test_value_rfc2047_simple_nonascii_quopri (test.test_email.test_headerregistry.TestUnstructuredHeader) PASS: test_value_rfc2047_simple_quopri (test.test_email.test_headerregistry.TestUnstructuredHeader) PASS: test_body_base64_text (test.test_email.test_inversion.TestInversion) PASS: test_body_plain_text (test.test_email.test_inversion.TestInversion) PASS: test_body_qp_text (test.test_email.test_inversion.TestInversion) PASS: test_input_header_with_invalid_date (test.test_email.test_inversion.TestInversion) PASS: test_input_header_with_one_space_body (test.test_email.test_inversion.TestInversion) PASS: test_error_on_setitem_if_max_count_exceeded (test.test_email.test_message.Test) PASS: test_rfc2043_auto_decoded_and_emailmessage_used (test.test_email.test_message.Test) PASS: test_add_alternative_alternative_ (test.test_email.test_message.TestEmailMessage) PASS: test_add_alternative_mixed_raises (test.test_email.test_message.TestEmailMessage) PASS: test_add_alternative_no_content_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_add_alternative_none_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_add_alternative_plain_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_add_alternative_related_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_add_mixed_alternative_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_add_mixed_mixed_ (test.test_email.test_message.TestEmailMessage) PASS: test_add_mixed_no_content_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_add_mixed_none_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_add_mixed_plain_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_add_mixed_related_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_add_related_alternative_raises (test.test_email.test_message.TestEmailMessage) PASS: test_add_related_mixed_raises (test.test_email.test_message.TestEmailMessage) PASS: test_add_related_no_content_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_add_related_none_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_add_related_plain_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_add_related_related_ (test.test_email.test_message.TestEmailMessage) PASS: test_as_string_allows_maxheaderlen (test.test_email.test_message.TestEmailMessage) PASS: test_as_string_unixform (test.test_email.test_message.TestEmailMessage) PASS: test_as_string_uses_max_header_length_by_default (test.test_email.test_message.TestEmailMessage) PASS: test_clear_content_empty_message (test.test_email.test_message.TestEmailMessage) PASS: test_clear_content_html_text_attachment_inline_mixed (test.test_email.test_message.TestEmailMessage) PASS: test_clear_content_html_text_attachment_mixed (test.test_email.test_message.TestEmailMessage) PASS: test_clear_content_message_rfc822 (test.test_email.test_message.TestEmailMessage) PASS: test_clear_content_mime_non_text (test.test_email.test_message.TestEmailMessage) PASS: test_clear_content_mixed_alternative_plain_related (test.test_email.test_message.TestEmailMessage) PASS: test_clear_content_mixed_related_alternative_plain_html (test.test_email.test_message.TestEmailMessage) PASS: test_clear_content_mixed_related_alternative_plain_html_wrong_order (test.test_email.test_message.TestEmailMessage) PASS: test_clear_content_mixed_text_message_rfc822 (test.test_email.test_message.TestEmailMessage) PASS: test_clear_content_non_mime_plain (test.test_email.test_message.TestEmailMessage) PASS: test_clear_content_plain_html_alternative (test.test_email.test_message.TestEmailMessage) PASS: test_clear_content_plain_html_attachment_mixed (test.test_email.test_message.TestEmailMessage) PASS: test_clear_content_plain_html_mixed (test.test_email.test_message.TestEmailMessage) PASS: test_clear_content_related (test.test_email.test_message.TestEmailMessage) PASS: test_clear_content_related_with_start (test.test_email.test_message.TestEmailMessage) PASS: test_clear_empty_message (test.test_email.test_message.TestEmailMessage) PASS: test_clear_html_text_attachment_inline_mixed (test.test_email.test_message.TestEmailMessage) PASS: test_clear_html_text_attachment_mixed (test.test_email.test_message.TestEmailMessage) PASS: test_clear_message_rfc822 (test.test_email.test_message.TestEmailMessage) PASS: test_clear_mime_non_text (test.test_email.test_message.TestEmailMessage) PASS: test_clear_mixed_alternative_plain_related (test.test_email.test_message.TestEmailMessage) PASS: test_clear_mixed_related_alternative_plain_html (test.test_email.test_message.TestEmailMessage) PASS: test_clear_mixed_related_alternative_plain_html_wrong_order (test.test_email.test_message.TestEmailMessage) PASS: test_clear_mixed_text_message_rfc822 (test.test_email.test_message.TestEmailMessage) PASS: test_clear_non_mime_plain (test.test_email.test_message.TestEmailMessage) PASS: test_clear_plain_html_alternative (test.test_email.test_message.TestEmailMessage) PASS: test_clear_plain_html_attachment_mixed (test.test_email.test_message.TestEmailMessage) PASS: test_clear_plain_html_mixed (test.test_email.test_message.TestEmailMessage) PASS: test_clear_related (test.test_email.test_message.TestEmailMessage) PASS: test_clear_related_with_start (test.test_email.test_message.TestEmailMessage) PASS: test_default_content_manager_for_add_comes_from_policy (test.test_email.test_message.TestEmailMessage) PASS: test_folding_with_utf8_encoding_1 (test.test_email.test_message.TestEmailMessage) PASS: test_folding_with_utf8_encoding_2 (test.test_email.test_message.TestEmailMessage) PASS: test_folding_with_utf8_encoding_3 (test.test_email.test_message.TestEmailMessage) PASS: test_folding_with_utf8_encoding_4 (test.test_email.test_message.TestEmailMessage) PASS: test_folding_with_utf8_encoding_5 (test.test_email.test_message.TestEmailMessage) PASS: test_folding_with_utf8_encoding_6 (test.test_email.test_message.TestEmailMessage) PASS: test_folding_with_utf8_encoding_7 (test.test_email.test_message.TestEmailMessage) PASS: test_folding_with_utf8_encoding_8 (test.test_email.test_message.TestEmailMessage) PASS: test_get_body_empty_message (test.test_email.test_message.TestEmailMessage) PASS: test_get_body_html_text_attachment_inline_mixed (test.test_email.test_message.TestEmailMessage) PASS: test_get_body_html_text_attachment_mixed (test.test_email.test_message.TestEmailMessage) test_get_body_malformed (test.test_email.test_message.TestEmailMessage) PASS: test for bpo-42892 PASS: test_get_body_message_rfc822 (test.test_email.test_message.TestEmailMessage) PASS: test_get_body_mime_non_text (test.test_email.test_message.TestEmailMessage) PASS: test_get_body_mixed_alternative_plain_related (test.test_email.test_message.TestEmailMessage) PASS: test_get_body_mixed_related_alternative_plain_html (test.test_email.test_message.TestEmailMessage) PASS: test_get_body_mixed_related_alternative_plain_html_wrong_order (test.test_email.test_message.TestEmailMessage) PASS: test_get_body_mixed_text_message_rfc822 (test.test_email.test_message.TestEmailMessage) PASS: test_get_body_non_mime_plain (test.test_email.test_message.TestEmailMessage) PASS: test_get_body_plain_html_alternative (test.test_email.test_message.TestEmailMessage) PASS: test_get_body_plain_html_attachment_mixed (test.test_email.test_message.TestEmailMessage) PASS: test_get_body_plain_html_mixed (test.test_email.test_message.TestEmailMessage) PASS: test_get_body_related (test.test_email.test_message.TestEmailMessage) PASS: test_get_body_related_with_start (test.test_email.test_message.TestEmailMessage) PASS: test_get_content_default_cm_comes_from_policy (test.test_email.test_message.TestEmailMessage) PASS: test_get_content_with_cm (test.test_email.test_message.TestEmailMessage) PASS: test_is_attachment (test.test_email.test_message.TestEmailMessage) PASS: test_iter_attachment_empty_message (test.test_email.test_message.TestEmailMessage) PASS: test_iter_attachment_html_text_attachment_inline_mixed (test.test_email.test_message.TestEmailMessage) PASS: test_iter_attachment_html_text_attachment_mixed (test.test_email.test_message.TestEmailMessage) PASS: test_iter_attachment_message_rfc822 (test.test_email.test_message.TestEmailMessage) PASS: test_iter_attachment_mime_non_text (test.test_email.test_message.TestEmailMessage) PASS: test_iter_attachment_mixed_alternative_plain_related (test.test_email.test_message.TestEmailMessage) PASS: test_iter_attachment_mixed_related_alternative_plain_html (test.test_email.test_message.TestEmailMessage) PASS: test_iter_attachment_mixed_related_alternative_plain_html_wrong_order (test.test_email.test_message.TestEmailMessage) PASS: test_iter_attachment_mixed_text_message_rfc822 (test.test_email.test_message.TestEmailMessage) PASS: test_iter_attachment_non_mime_plain (test.test_email.test_message.TestEmailMessage) PASS: test_iter_attachment_plain_html_alternative (test.test_email.test_message.TestEmailMessage) PASS: test_iter_attachment_plain_html_attachment_mixed (test.test_email.test_message.TestEmailMessage) PASS: test_iter_attachment_plain_html_mixed (test.test_email.test_message.TestEmailMessage) PASS: test_iter_attachment_related (test.test_email.test_message.TestEmailMessage) PASS: test_iter_attachment_related_with_start (test.test_email.test_message.TestEmailMessage) PASS: test_iter_attachments_mutation (test.test_email.test_message.TestEmailMessage) PASS: test_iter_parts_empty_message (test.test_email.test_message.TestEmailMessage) PASS: test_iter_parts_html_text_attachment_inline_mixed (test.test_email.test_message.TestEmailMessage) PASS: test_iter_parts_html_text_attachment_mixed (test.test_email.test_message.TestEmailMessage) PASS: test_iter_parts_message_rfc822 (test.test_email.test_message.TestEmailMessage) PASS: test_iter_parts_mime_non_text (test.test_email.test_message.TestEmailMessage) PASS: test_iter_parts_mixed_alternative_plain_related (test.test_email.test_message.TestEmailMessage) PASS: test_iter_parts_mixed_related_alternative_plain_html (test.test_email.test_message.TestEmailMessage) PASS: test_iter_parts_mixed_related_alternative_plain_html_wrong_order (test.test_email.test_message.TestEmailMessage) PASS: test_iter_parts_mixed_text_message_rfc822 (test.test_email.test_message.TestEmailMessage) PASS: test_iter_parts_non_mime_plain (test.test_email.test_message.TestEmailMessage) PASS: test_iter_parts_plain_html_alternative (test.test_email.test_message.TestEmailMessage) PASS: test_iter_parts_plain_html_attachment_mixed (test.test_email.test_message.TestEmailMessage) PASS: test_iter_parts_plain_html_mixed (test.test_email.test_message.TestEmailMessage) PASS: test_iter_parts_related (test.test_email.test_message.TestEmailMessage) PASS: test_iter_parts_related_with_start (test.test_email.test_message.TestEmailMessage) PASS: test_make_alternative_alternative_ (test.test_email.test_message.TestEmailMessage) PASS: test_make_alternative_mixed_raises (test.test_email.test_message.TestEmailMessage) PASS: test_make_alternative_no_content_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_make_alternative_none_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_make_alternative_plain_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_make_alternative_related_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_make_mixed_alternative_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_make_mixed_mixed_ (test.test_email.test_message.TestEmailMessage) PASS: test_make_mixed_no_content_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_make_mixed_none_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_make_mixed_plain_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_make_mixed_related_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_make_related_alternative_raises (test.test_email.test_message.TestEmailMessage) PASS: test_make_related_mixed_raises (test.test_email.test_message.TestEmailMessage) PASS: test_make_related_no_content_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_make_related_none_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_make_related_plain_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_make_related_related_ (test.test_email.test_message.TestEmailMessage) PASS: test_make_with_boundary_alternative_alternative_ (test.test_email.test_message.TestEmailMessage) PASS: test_make_with_boundary_alternative_mixed_raises (test.test_email.test_message.TestEmailMessage) PASS: test_make_with_boundary_alternative_no_content_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_make_with_boundary_alternative_none_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_make_with_boundary_alternative_plain_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_make_with_boundary_alternative_related_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_make_with_boundary_mixed_alternative_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_make_with_boundary_mixed_mixed_ (test.test_email.test_message.TestEmailMessage) PASS: test_make_with_boundary_mixed_no_content_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_make_with_boundary_mixed_none_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_make_with_boundary_mixed_plain_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_make_with_boundary_mixed_related_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_make_with_boundary_related_alternative_raises (test.test_email.test_message.TestEmailMessage) PASS: test_make_with_boundary_related_mixed_raises (test.test_email.test_message.TestEmailMessage) PASS: test_make_with_boundary_related_no_content_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_make_with_boundary_related_none_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_make_with_boundary_related_plain_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_make_with_boundary_related_related_ (test.test_email.test_message.TestEmailMessage) PASS: test_policy_on_part_made_by_make_comes_from_message (test.test_email.test_message.TestEmailMessage) PASS: test_set_content_adds_MIME_Version (test.test_email.test_message.TestEmailMessage) PASS: test_set_content_default_cm_comes_from_policy (test.test_email.test_message.TestEmailMessage) PASS: test_set_content_does_not_duplicate_MIME_Version (test.test_email.test_message.TestEmailMessage) PASS: test_set_content_with_cm (test.test_email.test_message.TestEmailMessage) PASS: test_str_defaults_to_policy_max_line_length (test.test_email.test_message.TestEmailMessage) PASS: test_str_defaults_to_utf8 (test.test_email.test_message.TestEmailMessage) PASS: test_add_alternative_alternative_ (test.test_email.test_message.TestMIMEPart) PASS: test_add_alternative_mixed_raises (test.test_email.test_message.TestMIMEPart) PASS: test_add_alternative_no_content_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_add_alternative_none_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_add_alternative_plain_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_add_alternative_related_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_add_mixed_alternative_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_add_mixed_mixed_ (test.test_email.test_message.TestMIMEPart) PASS: test_add_mixed_no_content_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_add_mixed_none_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_add_mixed_plain_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_add_mixed_related_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_add_related_alternative_raises (test.test_email.test_message.TestMIMEPart) PASS: test_add_related_mixed_raises (test.test_email.test_message.TestMIMEPart) PASS: test_add_related_no_content_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_add_related_none_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_add_related_plain_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_add_related_related_ (test.test_email.test_message.TestMIMEPart) PASS: test_clear_content_empty_message (test.test_email.test_message.TestMIMEPart) PASS: test_clear_content_html_text_attachment_inline_mixed (test.test_email.test_message.TestMIMEPart) PASS: test_clear_content_html_text_attachment_mixed (test.test_email.test_message.TestMIMEPart) PASS: test_clear_content_message_rfc822 (test.test_email.test_message.TestMIMEPart) PASS: test_clear_content_mime_non_text (test.test_email.test_message.TestMIMEPart) PASS: test_clear_content_mixed_alternative_plain_related (test.test_email.test_message.TestMIMEPart) PASS: test_clear_content_mixed_related_alternative_plain_html (test.test_email.test_message.TestMIMEPart) PASS: test_clear_content_mixed_related_alternative_plain_html_wrong_order (test.test_email.test_message.TestMIMEPart) PASS: test_clear_content_mixed_text_message_rfc822 (test.test_email.test_message.TestMIMEPart) PASS: test_clear_content_non_mime_plain (test.test_email.test_message.TestMIMEPart) PASS: test_clear_content_plain_html_alternative (test.test_email.test_message.TestMIMEPart) PASS: test_clear_content_plain_html_attachment_mixed (test.test_email.test_message.TestMIMEPart) PASS: test_clear_content_plain_html_mixed (test.test_email.test_message.TestMIMEPart) PASS: test_clear_content_related (test.test_email.test_message.TestMIMEPart) PASS: test_clear_content_related_with_start (test.test_email.test_message.TestMIMEPart) PASS: test_clear_empty_message (test.test_email.test_message.TestMIMEPart) PASS: test_clear_html_text_attachment_inline_mixed (test.test_email.test_message.TestMIMEPart) PASS: test_clear_html_text_attachment_mixed (test.test_email.test_message.TestMIMEPart) PASS: test_clear_message_rfc822 (test.test_email.test_message.TestMIMEPart) PASS: test_clear_mime_non_text (test.test_email.test_message.TestMIMEPart) PASS: test_clear_mixed_alternative_plain_related (test.test_email.test_message.TestMIMEPart) PASS: test_clear_mixed_related_alternative_plain_html (test.test_email.test_message.TestMIMEPart) PASS: test_clear_mixed_related_alternative_plain_html_wrong_order (test.test_email.test_message.TestMIMEPart) PASS: test_clear_mixed_text_message_rfc822 (test.test_email.test_message.TestMIMEPart) PASS: test_clear_non_mime_plain (test.test_email.test_message.TestMIMEPart) PASS: test_clear_plain_html_alternative (test.test_email.test_message.TestMIMEPart) PASS: test_clear_plain_html_attachment_mixed (test.test_email.test_message.TestMIMEPart) PASS: test_clear_plain_html_mixed (test.test_email.test_message.TestMIMEPart) PASS: test_clear_related (test.test_email.test_message.TestMIMEPart) PASS: test_clear_related_with_start (test.test_email.test_message.TestMIMEPart) PASS: test_default_content_manager_for_add_comes_from_policy (test.test_email.test_message.TestMIMEPart) PASS: test_get_body_empty_message (test.test_email.test_message.TestMIMEPart) PASS: test_get_body_html_text_attachment_inline_mixed (test.test_email.test_message.TestMIMEPart) PASS: test_get_body_html_text_attachment_mixed (test.test_email.test_message.TestMIMEPart) PASS: test_get_body_message_rfc822 (test.test_email.test_message.TestMIMEPart) PASS: test_get_body_mime_non_text (test.test_email.test_message.TestMIMEPart) PASS: test_get_body_mixed_alternative_plain_related (test.test_email.test_message.TestMIMEPart) PASS: test_get_body_mixed_related_alternative_plain_html (test.test_email.test_message.TestMIMEPart) PASS: test_get_body_mixed_related_alternative_plain_html_wrong_order (test.test_email.test_message.TestMIMEPart) PASS: test_get_body_mixed_text_message_rfc822 (test.test_email.test_message.TestMIMEPart) PASS: test_get_body_non_mime_plain (test.test_email.test_message.TestMIMEPart) PASS: test_get_body_plain_html_alternative (test.test_email.test_message.TestMIMEPart) PASS: test_get_body_plain_html_attachment_mixed (test.test_email.test_message.TestMIMEPart) PASS: test_get_body_plain_html_mixed (test.test_email.test_message.TestMIMEPart) PASS: test_get_body_related (test.test_email.test_message.TestMIMEPart) PASS: test_get_body_related_with_start (test.test_email.test_message.TestMIMEPart) PASS: test_get_content_default_cm_comes_from_policy (test.test_email.test_message.TestMIMEPart) PASS: test_get_content_with_cm (test.test_email.test_message.TestMIMEPart) PASS: test_is_attachment (test.test_email.test_message.TestMIMEPart) PASS: test_iter_attachment_empty_message (test.test_email.test_message.TestMIMEPart) PASS: test_iter_attachment_html_text_attachment_inline_mixed (test.test_email.test_message.TestMIMEPart) PASS: test_iter_attachment_html_text_attachment_mixed (test.test_email.test_message.TestMIMEPart) PASS: test_iter_attachment_message_rfc822 (test.test_email.test_message.TestMIMEPart) PASS: test_iter_attachment_mime_non_text (test.test_email.test_message.TestMIMEPart) PASS: test_iter_attachment_mixed_alternative_plain_related (test.test_email.test_message.TestMIMEPart) PASS: test_iter_attachment_mixed_related_alternative_plain_html (test.test_email.test_message.TestMIMEPart) PASS: test_iter_attachment_mixed_related_alternative_plain_html_wrong_order (test.test_email.test_message.TestMIMEPart) PASS: test_iter_attachment_mixed_text_message_rfc822 (test.test_email.test_message.TestMIMEPart) PASS: test_iter_attachment_non_mime_plain (test.test_email.test_message.TestMIMEPart) PASS: test_iter_attachment_plain_html_alternative (test.test_email.test_message.TestMIMEPart) PASS: test_iter_attachment_plain_html_attachment_mixed (test.test_email.test_message.TestMIMEPart) PASS: test_iter_attachment_plain_html_mixed (test.test_email.test_message.TestMIMEPart) PASS: test_iter_attachment_related (test.test_email.test_message.TestMIMEPart) PASS: test_iter_attachment_related_with_start (test.test_email.test_message.TestMIMEPart) PASS: test_iter_attachments_mutation (test.test_email.test_message.TestMIMEPart) PASS: test_iter_parts_empty_message (test.test_email.test_message.TestMIMEPart) PASS: test_iter_parts_html_text_attachment_inline_mixed (test.test_email.test_message.TestMIMEPart) PASS: test_iter_parts_html_text_attachment_mixed (test.test_email.test_message.TestMIMEPart) PASS: test_iter_parts_message_rfc822 (test.test_email.test_message.TestMIMEPart) PASS: test_iter_parts_mime_non_text (test.test_email.test_message.TestMIMEPart) PASS: test_iter_parts_mixed_alternative_plain_related (test.test_email.test_message.TestMIMEPart) PASS: test_iter_parts_mixed_related_alternative_plain_html (test.test_email.test_message.TestMIMEPart) PASS: test_iter_parts_mixed_related_alternative_plain_html_wrong_order (test.test_email.test_message.TestMIMEPart) PASS: test_iter_parts_mixed_text_message_rfc822 (test.test_email.test_message.TestMIMEPart) PASS: test_iter_parts_non_mime_plain (test.test_email.test_message.TestMIMEPart) PASS: test_iter_parts_plain_html_alternative (test.test_email.test_message.TestMIMEPart) PASS: test_iter_parts_plain_html_attachment_mixed (test.test_email.test_message.TestMIMEPart) PASS: test_iter_parts_plain_html_mixed (test.test_email.test_message.TestMIMEPart) PASS: test_iter_parts_related (test.test_email.test_message.TestMIMEPart) PASS: test_iter_parts_related_with_start (test.test_email.test_message.TestMIMEPart) PASS: test_make_alternative_alternative_ (test.test_email.test_message.TestMIMEPart) PASS: test_make_alternative_mixed_raises (test.test_email.test_message.TestMIMEPart) PASS: test_make_alternative_no_content_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_make_alternative_none_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_make_alternative_plain_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_make_alternative_related_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_make_mixed_alternative_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_make_mixed_mixed_ (test.test_email.test_message.TestMIMEPart) PASS: test_make_mixed_no_content_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_make_mixed_none_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_make_mixed_plain_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_make_mixed_related_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_make_related_alternative_raises (test.test_email.test_message.TestMIMEPart) PASS: test_make_related_mixed_raises (test.test_email.test_message.TestMIMEPart) PASS: test_make_related_no_content_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_make_related_none_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_make_related_plain_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_make_related_related_ (test.test_email.test_message.TestMIMEPart) PASS: test_make_with_boundary_alternative_alternative_ (test.test_email.test_message.TestMIMEPart) PASS: test_make_with_boundary_alternative_mixed_raises (test.test_email.test_message.TestMIMEPart) PASS: test_make_with_boundary_alternative_no_content_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_make_with_boundary_alternative_none_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_make_with_boundary_alternative_plain_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_make_with_boundary_alternative_related_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_make_with_boundary_mixed_alternative_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_make_with_boundary_mixed_mixed_ (test.test_email.test_message.TestMIMEPart) PASS: test_make_with_boundary_mixed_no_content_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_make_with_boundary_mixed_none_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_make_with_boundary_mixed_plain_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_make_with_boundary_mixed_related_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_make_with_boundary_related_alternative_raises (test.test_email.test_message.TestMIMEPart) PASS: test_make_with_boundary_related_mixed_raises (test.test_email.test_message.TestMIMEPart) PASS: test_make_with_boundary_related_no_content_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_make_with_boundary_related_none_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_make_with_boundary_related_plain_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_make_with_boundary_related_related_ (test.test_email.test_message.TestMIMEPart) PASS: test_policy_on_part_made_by_make_comes_from_message (test.test_email.test_message.TestMIMEPart) PASS: test_set_content_default_cm_comes_from_policy (test.test_email.test_message.TestMIMEPart) PASS: test_set_content_does_not_add_MIME_Version (test.test_email.test_message.TestMIMEPart) PASS: test_set_content_with_cm (test.test_email.test_message.TestMIMEPart) PASS: test_string_payload_with_multipart_content_type (test.test_email.test_message.TestMIMEPart) PASS: test_custom_message_factory_on_policy (test.test_email.test_parser.TestBytesParser) PASS: test_factory_arg_overrides_policy (test.test_email.test_parser.TestBytesParser) PASS: test_only_split_on_cr_lf (test.test_email.test_parser.TestBytesParser) PASS: test_custom_message_gets_policy_if_possible_from_file (test.test_email.test_parser.TestCustomMessage) PASS: test_custom_message_gets_policy_if_possible_from_string (test.test_email.test_parser.TestCustomMessage) PASS: test_custom_message_factory_on_policy (test.test_email.test_parser.TestParser) PASS: test_factory_arg_overrides_policy (test.test_email.test_parser.TestParser) PASS: test_only_split_on_cr_lf (test.test_email.test_parser.TestParser) PASS: test_deepcopy_date (test.test_email.test_pickleable.TestPickleCopyHeader) PASS: test_deepcopy_from (test.test_email.test_pickleable.TestPickleCopyHeader) PASS: test_deepcopy_subject (test.test_email.test_pickleable.TestPickleCopyHeader) PASS: test_deepcopy_to (test.test_email.test_pickleable.TestPickleCopyHeader) PASS: test_pickle_date (test.test_email.test_pickleable.TestPickleCopyHeader) PASS: test_pickle_from (test.test_email.test_pickleable.TestPickleCopyHeader) PASS: test_pickle_subject (test.test_email.test_pickleable.TestPickleCopyHeader) PASS: test_pickle_to (test.test_email.test_pickleable.TestPickleCopyHeader) PASS: test_deepcopy_created (test.test_email.test_pickleable.TestPickleCopyMessage) PASS: test_deepcopy_parsed (test.test_email.test_pickleable.TestPickleCopyMessage) PASS: test_pickle_created (test.test_email.test_pickleable.TestPickleCopyMessage) PASS: test_pickle_parsed (test.test_email.test_pickleable.TestPickleCopyMessage) PASS: test_abc (test.test_email.test_policy.PolicyAPITests) PASS: test_adding_default_policies_preserves_default_factory (test.test_email.test_policy.PolicyAPITests) PASS: test_all_attributes_covered (test.test_email.test_policy.PolicyAPITests) PASS: test_clone_copies_factory (test.test_email.test_policy.PolicyAPITests) PASS: test_default_header_factory (test.test_email.test_policy.PolicyAPITests) PASS: test_defaults (test.test_email.test_policy.PolicyAPITests) PASS: test_each_Policy_gets_unique_factory (test.test_email.test_policy.PolicyAPITests) PASS: test_fold_zero_max_line_length (test.test_email.test_policy.PolicyAPITests) PASS: test_handle_defect_raises_on_strict (test.test_email.test_policy.PolicyAPITests) PASS: test_handle_defect_registers_defect (test.test_email.test_policy.PolicyAPITests) PASS: test_new_factory_overrides_default (test.test_email.test_policy.PolicyAPITests) PASS: test_non_ascii_chars_do_not_cause_inf_loop (test.test_email.test_policy.PolicyAPITests) PASS: test_overridden_register_defect_still_raises (test.test_email.test_policy.PolicyAPITests) PASS: test_overridden_register_defect_works (test.test_email.test_policy.PolicyAPITests) PASS: test_policy_addition (test.test_email.test_policy.PolicyAPITests) PASS: test_policy_is_immutable (test.test_email.test_policy.PolicyAPITests) PASS: test_register_defect (test.test_email.test_policy.PolicyAPITests) PASS: test_reject_non_policy_keyword_when_called (test.test_email.test_policy.PolicyAPITests) PASS: test_set_policy_attrs_when_cloned (test.test_email.test_policy.PolicyAPITests) PASS: test_short_maxlen_error (test.test_email.test_policy.PolicyAPITests) PASS: test_header_store_parse_rejects_newlines (test.test_email.test_policy.TestConcretePolicies) PASS: test_bytes_parser (test.test_email.test_policy.TestPolicyPropagation) PASS: test_message_from_binary_file (test.test_email.test_policy.TestPolicyPropagation) PASS: test_message_from_bytes (test.test_email.test_policy.TestPolicyPropagation) PASS: test_message_from_file (test.test_email.test_policy.TestPolicyPropagation) PASS: test_message_from_string (test.test_email.test_policy.TestPolicyPropagation) PASS: test_message_policy_propagates_to_generator (test.test_email.test_policy.TestPolicyPropagation) PASS: test_message_policy_used_by_as_string (test.test_email.test_policy.TestPolicyPropagation) PASS: test_parser (test.test_email.test_policy.TestPolicyPropagation) PASS: test_parser_propagates_policy_to_message (test.test_email.test_policy.TestPolicyPropagation) PASS: test_parser_propagates_policy_to_sub_messages (test.test_email.test_policy.TestPolicyPropagation) PASS: test_aware_datetime (test.test_email.test_utils.DateTimeTests) PASS: test_naive_datetime (test.test_email.test_utils.DateTimeTests) PASS: test_parsedate_to_datetime (test.test_email.test_utils.DateTimeTests) PASS: test_parsedate_to_datetime_naive (test.test_email.test_utils.DateTimeTests) PASS: test_parsedate_to_datetime_with_invalid_raises_valueerror (test.test_email.test_utils.DateTimeTests) PASS: test_usegmt (test.test_email.test_utils.DateTimeTests) PASS: test_usegmt_with_naive_datetime_raises (test.test_email.test_utils.DateTimeTests) PASS: test_usegmt_with_non_utc_datetime_raises (test.test_email.test_utils.DateTimeTests) PASS: test_localtime_daylight_false_dst_false (test.test_email.test_utils.LocaltimeTests) PASS: test_localtime_daylight_false_dst_true (test.test_email.test_utils.LocaltimeTests) PASS: test_localtime_daylight_true_dst_false (test.test_email.test_utils.LocaltimeTests) PASS: test_localtime_daylight_true_dst_true (test.test_email.test_utils.LocaltimeTests) PASS: test_localtime_epoch_notz_daylight_false (test.test_email.test_utils.LocaltimeTests) PASS: test_localtime_epoch_notz_daylight_true (test.test_email.test_utils.LocaltimeTests) PASS: test_localtime_epoch_utc_daylight_false (test.test_email.test_utils.LocaltimeTests) PASS: test_localtime_epoch_utc_daylight_true (test.test_email.test_utils.LocaltimeTests) PASS: test_localtime_is_tz_aware_daylight_false (test.test_email.test_utils.LocaltimeTests) PASS: test_localtime_is_tz_aware_daylight_true (test.test_email.test_utils.LocaltimeTests) PASS: test_variable_tzname (test.test_email.test_utils.LocaltimeTests) ---------------------------------------------------------------------- Ran 1666 tests in 5.444s OK (skipped=1) 0:05:24 load avg: 0.48 [122/427] test_embed SKIP: test_audit (test.test_embed.AuditingTests) "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_audit_run_command (test.test_embed.AuditingTests) "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_audit_run_file (test.test_embed.AuditingTests) "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_audit_run_interactivehook (test.test_embed.AuditingTests) "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_audit_run_startup (test.test_embed.AuditingTests) "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_audit_run_stdin (test.test_embed.AuditingTests) "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_audit_subinterpreter (test.test_embed.AuditingTests) "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_open_code_hook (test.test_embed.AuditingTests) "'/usr/lib/Programs/_testembed' doesn't exist" test_bpo20891 (test.test_embed.EmbeddingTests) SKIP: bpo-20891: Calling PyGILState_Ensure in a non-Python thread must not "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_forced_io_encoding (test.test_embed.EmbeddingTests) "'/usr/lib/Programs/_testembed' doesn't exist" test_initialize_pymain (test.test_embed.EmbeddingTests) SKIP: bpo-34008: Calling Py_Main() after Py_Initialize() must not fail. "'/usr/lib/Programs/_testembed' doesn't exist" test_initialize_twice (test.test_embed.EmbeddingTests) SKIP: bpo-33932: Calling Py_Initialize() twice should do nothing (and not "'/usr/lib/Programs/_testembed' doesn't exist" test_pre_initialization_api (test.test_embed.EmbeddingTests) SKIP: Checks some key parts of the C-API that need to work before the runtime "'/usr/lib/Programs/_testembed' doesn't exist" test_pre_initialization_sys_options (test.test_embed.EmbeddingTests) SKIP: Checks that sys.warnoptions and sys._xoptions can be set before the "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_repeated_init_and_inittab (test.test_embed.EmbeddingTests) "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_run_main (test.test_embed.EmbeddingTests) "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_run_main_loop (test.test_embed.EmbeddingTests) "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_subinterps_different_ids (test.test_embed.EmbeddingTests) "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_subinterps_distinct_state (test.test_embed.EmbeddingTests) "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_subinterps_main (test.test_embed.EmbeddingTests) "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_get_argc_argv (test.test_embed.InitConfigTests) "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_global_pathconfig (test.test_embed.InitConfigTests) "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_init_compat_config (test.test_embed.InitConfigTests) "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_init_compat_env (test.test_embed.InitConfigTests) "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_init_default_config (test.test_embed.InitConfigTests) "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_init_dev_mode (test.test_embed.InitConfigTests) "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_init_dont_configure_locale (test.test_embed.InitConfigTests) "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_init_dont_parse_argv (test.test_embed.InitConfigTests) "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_init_env_dev_mode (test.test_embed.InitConfigTests) "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_init_env_dev_mode_alloc (test.test_embed.InitConfigTests) "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_init_from_config (test.test_embed.InitConfigTests) "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_init_global_config (test.test_embed.InitConfigTests) "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_init_isolated_config (test.test_embed.InitConfigTests) "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_init_isolated_flag (test.test_embed.InitConfigTests) "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_init_main (test.test_embed.InitConfigTests) "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_init_parse_argv (test.test_embed.InitConfigTests) "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_init_pybuilddir (test.test_embed.InitConfigTests) "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_init_python_config (test.test_embed.InitConfigTests) "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_init_python_env (test.test_embed.InitConfigTests) "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_init_pyvenv_cfg (test.test_embed.InitConfigTests) "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_init_read_set (test.test_embed.InitConfigTests) "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_init_run_main (test.test_embed.InitConfigTests) "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_init_set_config (test.test_embed.InitConfigTests) "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_init_setpath (test.test_embed.InitConfigTests) "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_init_setpath_config (test.test_embed.InitConfigTests) "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_init_setpythonhome (test.test_embed.InitConfigTests) "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_init_sys_add (test.test_embed.InitConfigTests) "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_init_warnoptions (test.test_embed.InitConfigTests) "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_preinit_compat_config (test.test_embed.InitConfigTests) "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_preinit_dont_parse_argv (test.test_embed.InitConfigTests) "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_preinit_isolated1 (test.test_embed.InitConfigTests) "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_preinit_isolated2 (test.test_embed.InitConfigTests) "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_preinit_isolated_config (test.test_embed.InitConfigTests) "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_preinit_parse_argv (test.test_embed.InitConfigTests) "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_preinit_python_config (test.test_embed.InitConfigTests) "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_unicode_id_init (test.test_embed.MiscTests) "'/usr/lib/Programs/_testembed' doesn't exist" PASS: test_set_config (test.test_embed.SetConfigTests) SKIP: test_disallow_instantiation (test.test_embed.StdPrinterTests) "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_methods (test.test_embed.StdPrinterTests) "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_write (test.test_embed.StdPrinterTests) "'/usr/lib/Programs/_testembed' doesn't exist" ---------------------------------------------------------------------- Ran 60 tests in 0.076s OK (skipped=59) 0:05:25 load avg: 0.48 [123/427] test_ensurepip PASS: test_altinstall_default_pip_conflict (test.test_ensurepip.TestBootstrap) PASS: test_basic_bootstrapping (test.test_ensurepip.TestBootstrap) PASS: test_bootstrapping_with_alt_install (test.test_ensurepip.TestBootstrap) PASS: test_bootstrapping_with_default_pip (test.test_ensurepip.TestBootstrap) PASS: test_bootstrapping_with_regular_install (test.test_ensurepip.TestBootstrap) PASS: test_bootstrapping_with_root (test.test_ensurepip.TestBootstrap) PASS: test_bootstrapping_with_upgrade (test.test_ensurepip.TestBootstrap) PASS: test_bootstrapping_with_user (test.test_ensurepip.TestBootstrap) PASS: test_bootstrapping_with_verbosity_1 (test.test_ensurepip.TestBootstrap) PASS: test_bootstrapping_with_verbosity_2 (test.test_ensurepip.TestBootstrap) PASS: test_bootstrapping_with_verbosity_3 (test.test_ensurepip.TestBootstrap) PASS: test_pip_config_file_disabled (test.test_ensurepip.TestBootstrap) PASS: test_pip_environment_variables_removed (test.test_ensurepip.TestBootstrap) PASS: test_basic_bootstrapping (test.test_ensurepip.TestBootstrappingMainFunction) PASS: test_bootstrap_version (test.test_ensurepip.TestBootstrappingMainFunction) PASS: test_bootstrapping_error_code (test.test_ensurepip.TestBootstrappingMainFunction) PASS: test_get_packages_no_dir (test.test_ensurepip.TestPackages) PASS: test_get_packages_with_dir (test.test_ensurepip.TestPackages) PASS: test_version (test.test_ensurepip.TestPackages) PASS: test_pip_config_file_disabled (test.test_ensurepip.TestUninstall) PASS: test_pip_environment_variables_removed (test.test_ensurepip.TestUninstall) PASS: test_uninstall (test.test_ensurepip.TestUninstall) PASS: test_uninstall_skipped_when_not_installed (test.test_ensurepip.TestUninstall) PASS: test_uninstall_skipped_with_warning_for_wrong_version (test.test_ensurepip.TestUninstall) PASS: test_uninstall_with_verbosity_1 (test.test_ensurepip.TestUninstall) PASS: test_uninstall_with_verbosity_2 (test.test_ensurepip.TestUninstall) PASS: test_uninstall_with_verbosity_3 (test.test_ensurepip.TestUninstall) PASS: test_basic_uninstall (test.test_ensurepip.TestUninstallationMainFunction) PASS: test_uninstall_error_code (test.test_ensurepip.TestUninstallationMainFunction) PASS: test_uninstall_version (test.test_ensurepip.TestUninstallationMainFunction) ---------------------------------------------------------------------- Ran 30 tests in 0.061s OK 0:05:25 load avg: 0.48 [124/427] test_enum PASS: test__all__ (test.test_enum.MiscTestCase) PASS: test_empty_string (test.test_enum.TestEmptyAndNonLatinStrings) PASS: test_non_latin_character_string (test.test_enum.TestEmptyAndNonLatinStrings) PASS: test_non_latin_number_string (test.test_enum.TestEmptyAndNonLatinStrings) PASS: test_attribute_deletion (test.test_enum.TestEnum) PASS: test_auto_garbage (test.test_enum.TestEnum) PASS: test_auto_garbage_corrected (test.test_enum.TestEnum) PASS: test_auto_name (test.test_enum.TestEnum) PASS: test_auto_name_inherit (test.test_enum.TestEnum) PASS: test_auto_number (test.test_enum.TestEnum) PASS: test_auto_order (test.test_enum.TestEnum) PASS: test_auto_order_wierd (test.test_enum.TestEnum) PASS: test_bool (test.test_enum.TestEnum) PASS: test_bool_of_class (test.test_enum.TestEnum) PASS: test_bool_of_member (test.test_enum.TestEnum) PASS: test_changing_member (test.test_enum.TestEnum) PASS: test_class_nested_enum_and_pickle_protocol_four (test.test_enum.TestEnum) PASS: test_comparisons (test.test_enum.TestEnum) PASS: test_conflicting_types_resolved_in_new (test.test_enum.TestEnum) PASS: test_contains_er (test.test_enum.TestEnum) SKIP: test_contains_tf (test.test_enum.TestEnum) '__contains__ only works with enum memmbers before 3.12' PASS: test_default_missing (test.test_enum.TestEnum) PASS: test_dir_on_class (test.test_enum.TestEnum) PASS: test_dir_on_item (test.test_enum.TestEnum) PASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestEnum) PASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestEnum) PASS: test_dir_with_added_behavior (test.test_enum.TestEnum) PASS: test_duplicate_auto (test.test_enum.TestEnum) PASS: test_duplicate_name (test.test_enum.TestEnum) PASS: test_duplicate_values_give_unique_enum_items (test.test_enum.TestEnum) PASS: test_empty_globals (test.test_enum.TestEnum) PASS: test_enum (test.test_enum.TestEnum) PASS: test_enum_duplicates (test.test_enum.TestEnum) PASS: test_enum_function_with_qualname (test.test_enum.TestEnum) PASS: test_enum_in_enum_out (test.test_enum.TestEnum) PASS: test_enum_str_override (test.test_enum.TestEnum) PASS: test_enum_value (test.test_enum.TestEnum) PASS: test_enum_with_value_name (test.test_enum.TestEnum) PASS: test_equality (test.test_enum.TestEnum) PASS: test_exclude_methods (test.test_enum.TestEnum) PASS: test_exploding_pickle (test.test_enum.TestEnum) PASS: test_extending (test.test_enum.TestEnum) PASS: test_extending2 (test.test_enum.TestEnum) PASS: test_extending3 (test.test_enum.TestEnum) PASS: test_floatenum_from_scratch (test.test_enum.TestEnum) PASS: test_floatenum_fromhex (test.test_enum.TestEnum) PASS: test_floatenum_inherited (test.test_enum.TestEnum) PASS: test_flufl_enum (test.test_enum.TestEnum) PASS: test_format_enum (test.test_enum.TestEnum) PASS: test_format_enum_date (test.test_enum.TestEnum) PASS: test_format_enum_float (test.test_enum.TestEnum) PASS: test_format_enum_int (test.test_enum.TestEnum) PASS: test_format_enum_str (test.test_enum.TestEnum) PASS: test_format_override_enum (test.test_enum.TestEnum) PASS: test_format_override_mixin (test.test_enum.TestEnum) PASS: test_getattr_dunder (test.test_enum.TestEnum) PASS: test_getattr_getitem (test.test_enum.TestEnum) PASS: test_hash (test.test_enum.TestEnum) PASS: test_ignore (test.test_enum.TestEnum) PASS: test_inherited_data_type (test.test_enum.TestEnum) PASS: test_inherited_new_from_enhanced_enum (test.test_enum.TestEnum) PASS: test_inherited_new_from_mixed_enum (test.test_enum.TestEnum) PASS: test_inherited_repr (test.test_enum.TestEnum) PASS: test_init (test.test_enum.TestEnum) PASS: test_intenum (test.test_enum.TestEnum) PASS: test_intenum_duplicates (test.test_enum.TestEnum) PASS: test_intenum_from_bytes (test.test_enum.TestEnum) PASS: test_intenum_from_scratch (test.test_enum.TestEnum) PASS: test_intenum_inherited (test.test_enum.TestEnum) PASS: test_intenum_transitivity (test.test_enum.TestEnum) PASS: test_intenum_value (test.test_enum.TestEnum) PASS: test_introspection (test.test_enum.TestEnum) PASS: test_invalid_names (test.test_enum.TestEnum) PASS: test_iteration_order (test.test_enum.TestEnum) PASS: test_missing (test.test_enum.TestEnum) PASS: test_missing_exceptions_reset (test.test_enum.TestEnum) PASS: test_mixed_enum_in_call_1 (test.test_enum.TestEnum) PASS: test_mixed_enum_in_call_2 (test.test_enum.TestEnum) PASS: test_multiple_inherited_mixin (test.test_enum.TestEnum) PASS: test_multiple_mixin (test.test_enum.TestEnum) PASS: test_multiple_mixin_inherited (test.test_enum.TestEnum) PASS: test_multiple_mixin_mro (test.test_enum.TestEnum) PASS: test_new_repr (test.test_enum.TestEnum) PASS: test_no_duplicates (test.test_enum.TestEnum) PASS: test_no_such_enum_member (test.test_enum.TestEnum) PASS: test_nonhash_value (test.test_enum.TestEnum) PASS: test_object_str_override (test.test_enum.TestEnum) PASS: test_ordered_mixin (test.test_enum.TestEnum) PASS: test_pickle_by_name (test.test_enum.TestEnum) PASS: test_pickle_enum (test.test_enum.TestEnum) PASS: test_pickle_enum_function (test.test_enum.TestEnum) PASS: test_pickle_enum_function_with_module (test.test_enum.TestEnum) PASS: test_pickle_float (test.test_enum.TestEnum) PASS: test_pickle_int (test.test_enum.TestEnum) PASS: test_programmatic_function_from_dict (test.test_enum.TestEnum) PASS: test_programmatic_function_iterable (test.test_enum.TestEnum) PASS: test_programmatic_function_string (test.test_enum.TestEnum) PASS: test_programmatic_function_string_list (test.test_enum.TestEnum) PASS: test_programmatic_function_string_list_with_start (test.test_enum.TestEnum) PASS: test_programmatic_function_string_with_start (test.test_enum.TestEnum) PASS: test_programmatic_function_type (test.test_enum.TestEnum) PASS: test_programmatic_function_type_from_subclass (test.test_enum.TestEnum) PASS: test_programmatic_function_type_from_subclass_with_start (test.test_enum.TestEnum) PASS: test_programmatic_function_type_with_start (test.test_enum.TestEnum) PASS: test_reversed_iteration_order (test.test_enum.TestEnum) PASS: test_str_and_format_override_enum (test.test_enum.TestEnum) PASS: test_str_and_format_override_mixin (test.test_enum.TestEnum) PASS: test_str_override_enum (test.test_enum.TestEnum) PASS: test_str_override_mixin (test.test_enum.TestEnum) PASS: test_strenum_from_scratch (test.test_enum.TestEnum) PASS: test_strenum_inherited (test.test_enum.TestEnum) PASS: test_string_enum (test.test_enum.TestEnum) PASS: test_subclass_duplicate_name (test.test_enum.TestEnum) PASS: test_subclass_duplicate_name_dynamic (test.test_enum.TestEnum) PASS: test_subclasses_with_getnewargs (test.test_enum.TestEnum) PASS: test_subclasses_with_getnewargs_ex (test.test_enum.TestEnum) PASS: test_subclasses_with_reduce (test.test_enum.TestEnum) PASS: test_subclasses_with_reduce_ex (test.test_enum.TestEnum) PASS: test_subclasses_without_direct_pickle_support (test.test_enum.TestEnum) PASS: test_subclasses_without_direct_pickle_support_using_name (test.test_enum.TestEnum) PASS: test_subclassing (test.test_enum.TestEnum) PASS: test_too_many_data_types (test.test_enum.TestEnum) PASS: test_tuple_subclass (test.test_enum.TestEnum) PASS: test_value_name (test.test_enum.TestEnum) SKIP: test_warning_for_private_variables (test.test_enum.TestEnum) 'private variables are now normal attributes' PASS: test_wrong_enum_in_call (test.test_enum.TestEnum) PASS: test_wrong_enum_in_mixed_call (test.test_enum.TestEnum) PASS: test_wrong_inheritance_order (test.test_enum.TestEnum) PASS: test_and (test.test_enum.TestFlag) PASS: test_auto_number (test.test_enum.TestFlag) PASS: test_auto_number_garbage (test.test_enum.TestFlag) PASS: test_bizarre (test.test_enum.TestFlag) PASS: test_bool (test.test_enum.TestFlag) PASS: test_cascading_failure (test.test_enum.TestFlag) PASS: test_contains_er (test.test_enum.TestFlag) SKIP: test_contains_tf (test.test_enum.TestFlag) '__contains__ only works with enum memmbers before 3.12' PASS: test_duplicate_auto (test.test_enum.TestFlag) PASS: test_format (test.test_enum.TestFlag) PASS: test_init_subclass (test.test_enum.TestFlag) PASS: test_invert (test.test_enum.TestFlag) PASS: test_member_contains (test.test_enum.TestFlag) PASS: test_multiple_mixin (test.test_enum.TestFlag) PASS: test_or (test.test_enum.TestFlag) PASS: test_pickle (test.test_enum.TestFlag) PASS: test_programatic_function_from_dict (test.test_enum.TestFlag) PASS: test_programatic_function_iterable (test.test_enum.TestFlag) PASS: test_programatic_function_string (test.test_enum.TestFlag) PASS: test_programatic_function_string_list (test.test_enum.TestFlag) PASS: test_programatic_function_string_with_start (test.test_enum.TestFlag) PASS: test_repr (test.test_enum.TestFlag) PASS: test_str (test.test_enum.TestFlag) PASS: test_unique_composite (test.test_enum.TestFlag) PASS: test_xor (test.test_enum.TestFlag) PASS: test_dunder (test.test_enum.TestHelpers) PASS: test_is_private (test.test_enum.TestHelpers) PASS: test_sunder (test.test_enum.TestHelpers) PASS: test_convert (test.test_enum.TestIntEnumConvert) PASS: test_convert_raise (test.test_enum.TestIntEnumConvert) PASS: test_convert_value_lookup_priority (test.test_enum.TestIntEnumConvert) SKIP: test_convert_warn (test.test_enum.TestIntEnumConvert) '_convert was deprecated in 3.8' PASS: test_and (test.test_enum.TestIntFlag) PASS: test_bool (test.test_enum.TestIntFlag) PASS: test_contains_er (test.test_enum.TestIntFlag) SKIP: test_contains_tf (test.test_enum.TestIntFlag) '__contains__ only works with enum memmbers before 3.12' PASS: test_format (test.test_enum.TestIntFlag) PASS: test_invert (test.test_enum.TestIntFlag) PASS: test_member_contains (test.test_enum.TestIntFlag) PASS: test_multiple_mixin (test.test_enum.TestIntFlag) PASS: test_or (test.test_enum.TestIntFlag) PASS: test_programatic_function_from_dict (test.test_enum.TestIntFlag) PASS: test_programatic_function_from_empty_list (test.test_enum.TestIntFlag) PASS: test_programatic_function_from_empty_tuple (test.test_enum.TestIntFlag) PASS: test_programatic_function_iterable (test.test_enum.TestIntFlag) PASS: test_programatic_function_string (test.test_enum.TestIntFlag) PASS: test_programatic_function_string_list (test.test_enum.TestIntFlag) PASS: test_programatic_function_string_with_start (test.test_enum.TestIntFlag) PASS: test_repr (test.test_enum.TestIntFlag) PASS: test_str (test.test_enum.TestIntFlag) PASS: test_type (test.test_enum.TestIntFlag) PASS: test_unique_composite (test.test_enum.TestIntFlag) PASS: test_xor (test.test_enum.TestIntFlag) PASS: test_enum_has_extra_members (test.test_enum.TestOrder) PASS: test_enum_has_extra_members_with_aliases (test.test_enum.TestOrder) PASS: test_order_has_extra_members (test.test_enum.TestOrder) PASS: test_order_has_extra_members_with_aliases (test.test_enum.TestOrder) PASS: test_same_members (test.test_enum.TestOrder) PASS: test_same_members_with_aliases (test.test_enum.TestOrder) PASS: test_same_members_wrong_order (test.test_enum.TestOrder) PASS: test_inspect_classify_class_attrs (test.test_enum.TestStdLib) PASS: test_inspect_getmembers (test.test_enum.TestStdLib) PASS: test_pydoc (test.test_enum.TestStdLib) PASS: test_unique_clean (test.test_enum.TestUnique) PASS: test_unique_dirty (test.test_enum.TestUnique) PASS: test_unique_with_name (test.test_enum.TestUnique) ---------------------------------------------------------------------- Ran 194 tests in 0.186s OK (skipped=5) 0:05:25 load avg: 0.48 [125/427] test_enumerate PASS: test_argumentcheck (test.test_enumerate.EnumerateStartTestCase) PASS: test_basicfunction (test.test_enumerate.EnumerateStartTestCase) PASS: test_enumerate_result_gc (test.test_enumerate.EnumerateStartTestCase) PASS: test_exception_propagation (test.test_enumerate.EnumerateStartTestCase) PASS: test_getitemseqn (test.test_enumerate.EnumerateStartTestCase) PASS: test_illformediterable (test.test_enumerate.EnumerateStartTestCase) PASS: test_iteratorgenerator (test.test_enumerate.EnumerateStartTestCase) PASS: test_iteratorseqn (test.test_enumerate.EnumerateStartTestCase) PASS: test_noniterable (test.test_enumerate.EnumerateStartTestCase) PASS: test_pickle (test.test_enumerate.EnumerateStartTestCase) PASS: test_tuple_reuse (test.test_enumerate.EnumerateStartTestCase) PASS: test_argumentcheck (test.test_enumerate.EnumerateTestCase) PASS: test_basicfunction (test.test_enumerate.EnumerateTestCase) PASS: test_enumerate_result_gc (test.test_enumerate.EnumerateTestCase) PASS: test_exception_propagation (test.test_enumerate.EnumerateTestCase) PASS: test_getitemseqn (test.test_enumerate.EnumerateTestCase) PASS: test_illformediterable (test.test_enumerate.EnumerateTestCase) PASS: test_iteratorgenerator (test.test_enumerate.EnumerateTestCase) PASS: test_iteratorseqn (test.test_enumerate.EnumerateTestCase) PASS: test_noniterable (test.test_enumerate.EnumerateTestCase) PASS: test_pickle (test.test_enumerate.EnumerateTestCase) PASS: test_tuple_reuse (test.test_enumerate.EnumerateTestCase) PASS: test_argumentcheck (test.test_enumerate.SubclassTestCase) PASS: test_basicfunction (test.test_enumerate.SubclassTestCase) PASS: test_enumerate_result_gc (test.test_enumerate.SubclassTestCase) PASS: test_exception_propagation (test.test_enumerate.SubclassTestCase) PASS: test_getitemseqn (test.test_enumerate.SubclassTestCase) PASS: test_illformediterable (test.test_enumerate.SubclassTestCase) PASS: test_iteratorgenerator (test.test_enumerate.SubclassTestCase) PASS: test_iteratorseqn (test.test_enumerate.SubclassTestCase) PASS: test_noniterable (test.test_enumerate.SubclassTestCase) PASS: test_pickle (test.test_enumerate.SubclassTestCase) PASS: test_tuple_reuse (test.test_enumerate.SubclassTestCase) PASS: test_argumentcheck (test.test_enumerate.TestBig) PASS: test_basicfunction (test.test_enumerate.TestBig) PASS: test_enumerate_result_gc (test.test_enumerate.TestBig) PASS: test_exception_propagation (test.test_enumerate.TestBig) PASS: test_getitemseqn (test.test_enumerate.TestBig) PASS: test_illformediterable (test.test_enumerate.TestBig) PASS: test_iteratorgenerator (test.test_enumerate.TestBig) PASS: test_iteratorseqn (test.test_enumerate.TestBig) PASS: test_noniterable (test.test_enumerate.TestBig) PASS: test_pickle (test.test_enumerate.TestBig) PASS: test_tuple_reuse (test.test_enumerate.TestBig) PASS: test_argumentcheck (test.test_enumerate.TestEmpty) PASS: test_basicfunction (test.test_enumerate.TestEmpty) PASS: test_enumerate_result_gc (test.test_enumerate.TestEmpty) PASS: test_exception_propagation (test.test_enumerate.TestEmpty) PASS: test_getitemseqn (test.test_enumerate.TestEmpty) PASS: test_illformediterable (test.test_enumerate.TestEmpty) PASS: test_iteratorgenerator (test.test_enumerate.TestEmpty) PASS: test_iteratorseqn (test.test_enumerate.TestEmpty) PASS: test_noniterable (test.test_enumerate.TestEmpty) PASS: test_pickle (test.test_enumerate.TestEmpty) PASS: test_tuple_reuse (test.test_enumerate.TestEmpty) PASS: test_argumentcheck (test.test_enumerate.TestLongStart) PASS: test_basicfunction (test.test_enumerate.TestLongStart) PASS: test_enumerate_result_gc (test.test_enumerate.TestLongStart) PASS: test_exception_propagation (test.test_enumerate.TestLongStart) PASS: test_getitemseqn (test.test_enumerate.TestLongStart) PASS: test_illformediterable (test.test_enumerate.TestLongStart) PASS: test_iteratorgenerator (test.test_enumerate.TestLongStart) PASS: test_iteratorseqn (test.test_enumerate.TestLongStart) PASS: test_noniterable (test.test_enumerate.TestLongStart) PASS: test_pickle (test.test_enumerate.TestLongStart) PASS: test_tuple_reuse (test.test_enumerate.TestLongStart) PASS: test_args (test.test_enumerate.TestReversed) PASS: test_bug1229429 (test.test_enumerate.TestReversed) PASS: test_gc (test.test_enumerate.TestReversed) PASS: test_len (test.test_enumerate.TestReversed) PASS: test_objmethods (test.test_enumerate.TestReversed) PASS: test_pickle (test.test_enumerate.TestReversed) PASS: test_range_optimization (test.test_enumerate.TestReversed) PASS: test_simple (test.test_enumerate.TestReversed) PASS: test_argumentcheck (test.test_enumerate.TestStart) PASS: test_basicfunction (test.test_enumerate.TestStart) PASS: test_enumerate_result_gc (test.test_enumerate.TestStart) PASS: test_exception_propagation (test.test_enumerate.TestStart) PASS: test_getitemseqn (test.test_enumerate.TestStart) PASS: test_illformediterable (test.test_enumerate.TestStart) PASS: test_iteratorgenerator (test.test_enumerate.TestStart) PASS: test_iteratorseqn (test.test_enumerate.TestStart) PASS: test_noniterable (test.test_enumerate.TestStart) PASS: test_pickle (test.test_enumerate.TestStart) PASS: test_tuple_reuse (test.test_enumerate.TestStart) ---------------------------------------------------------------------- Ran 85 tests in 0.204s OK 0:05:26 load avg: 0.48 [126/427] test_eof PASS: test_EOFS (test.test_eof.EOFTestCase) PASS: test_EOFS_with_file (test.test_eof.EOFTestCase) PASS: test_EOF_single_quote (test.test_eof.EOFTestCase) PASS: test_eof_with_line_continuation (test.test_eof.EOFTestCase) test_line_continuation_EOF (test.test_eof.EOFTestCase) PASS: A continuation at the end of input must be an error; bpo2180. test_line_continuation_EOF_from_file_bpo2180 (test.test_eof.EOFTestCase) PASS: Ensure tok_nextc() does not add too many ending newlines. ---------------------------------------------------------------------- Ran 6 tests in 0.066s OK 0:05:26 load avg: 0.52 [127/427] test_epoll PASS: test_add (test.test_epoll.TestEPoll) PASS: test_badcreate (test.test_epoll.TestEPoll) PASS: test_close (test.test_epoll.TestEPoll) PASS: test_context_manager (test.test_epoll.TestEPoll) PASS: test_control_and_wait (test.test_epoll.TestEPoll) PASS: test_create (test.test_epoll.TestEPoll) PASS: test_errors (test.test_epoll.TestEPoll) PASS: test_fd_non_inheritable (test.test_epoll.TestEPoll) PASS: test_fromfd (test.test_epoll.TestEPoll) PASS: test_unregister_closed (test.test_epoll.TestEPoll) ---------------------------------------------------------------------- Ran 10 tests in 0.104s OK 0:05:27 load avg: 0.52 [128/427] test_errno PASS: test_for_improper_attributes (test.test_errno.ErrnoAttributeTests) PASS: test_using_errorcode (test.test_errno.ErrnoAttributeTests) PASS: test_attributes_in_errorcode (test.test_errno.ErrorcodeTests) ---------------------------------------------------------------------- Ran 3 tests in 0.001s OK 0:05:27 load avg: 0.52 [129/427] test_exception_hierarchy PASS: test_blockingioerror (test.test_exception_hierarchy.AttributesTest) SKIP: test_errno_translation (test.test_exception_hierarchy.AttributesTest) 'Windows-specific test' PASS: test_posix_error (test.test_exception_hierarchy.AttributesTest) PASS: test_windows_error (test.test_exception_hierarchy.AttributesTest) PASS: test_errno_mapping (test.test_exception_hierarchy.ExplicitSubclassingTest) PASS: test_init_kwdargs (test.test_exception_hierarchy.ExplicitSubclassingTest) PASS: test_init_new_overridden (test.test_exception_hierarchy.ExplicitSubclassingTest) PASS: test_init_overridden (test.test_exception_hierarchy.ExplicitSubclassingTest) PASS: test_init_standalone (test.test_exception_hierarchy.ExplicitSubclassingTest) PASS: test_new_kwdargs (test.test_exception_hierarchy.ExplicitSubclassingTest) PASS: test_new_overridden (test.test_exception_hierarchy.ExplicitSubclassingTest) PASS: test_builtin_errors (test.test_exception_hierarchy.HierarchyTest) PASS: test_errno_mapping (test.test_exception_hierarchy.HierarchyTest) PASS: test_select_error (test.test_exception_hierarchy.HierarchyTest) PASS: test_socket_errors (test.test_exception_hierarchy.HierarchyTest) PASS: test_try_except (test.test_exception_hierarchy.HierarchyTest) ---------------------------------------------------------------------- Ran 16 tests in 0.002s OK (skipped=1) 0:05:27 load avg: 0.52 [130/427] test_exception_variations PASS: test_nested (test.test_exception_variations.ExceptionTestCase) PASS: test_nested_else (test.test_exception_variations.ExceptionTestCase) PASS: test_try_except (test.test_exception_variations.ExceptionTestCase) PASS: test_try_except_else (test.test_exception_variations.ExceptionTestCase) PASS: test_try_except_else_finally (test.test_exception_variations.ExceptionTestCase) PASS: test_try_except_else_finally_no_exception (test.test_exception_variations.ExceptionTestCase) PASS: test_try_except_else_no_exception (test.test_exception_variations.ExceptionTestCase) PASS: test_try_except_finally (test.test_exception_variations.ExceptionTestCase) PASS: test_try_except_finally_no_exception (test.test_exception_variations.ExceptionTestCase) PASS: test_try_except_no_exception (test.test_exception_variations.ExceptionTestCase) PASS: test_try_finally_no_exception (test.test_exception_variations.ExceptionTestCase) ---------------------------------------------------------------------- Ran 11 tests in 0.001s OK 0:05:28 load avg: 0.52 [131/427] test_extcall Trying: from collections import UserList Expecting nothing ok Trying: from collections import UserDict Expecting nothing ok Trying: def e(a,b): print(a, b) Expecting nothing ok Trying: def f(*a, **k): print(a, support.sortdict(k)) Expecting nothing ok Trying: def g(x, *y, **z): print(x, y, support.sortdict(z)) Expecting nothing ok Trying: def h(j=1, a=2, h=3): print(j, a, h) Expecting nothing ok Trying: f() Expecting: () {} ok Trying: f(1) Expecting: (1,) {} ok Trying: f(1, 2) Expecting: (1, 2) {} ok Trying: f(1, 2, 3) Expecting: (1, 2, 3) {} ok Trying: f(1, 2, 3, *(4, 5)) Expecting: (1, 2, 3, 4, 5) {} ok Trying: f(1, 2, 3, *[4, 5]) Expecting: (1, 2, 3, 4, 5) {} ok Trying: f(*[1, 2, 3], 4, 5) Expecting: (1, 2, 3, 4, 5) {} ok Trying: f(1, 2, 3, *UserList([4, 5])) Expecting: (1, 2, 3, 4, 5) {} ok Trying: f(1, 2, 3, *[4, 5], *[6, 7]) Expecting: (1, 2, 3, 4, 5, 6, 7) {} ok Trying: f(1, *[2, 3], 4, *[5, 6], 7) Expecting: (1, 2, 3, 4, 5, 6, 7) {} ok Trying: f(*UserList([1, 2]), *UserList([3, 4]), 5, *UserList([6, 7])) Expecting: (1, 2, 3, 4, 5, 6, 7) {} ok Trying: f(1, 2, 3, **{'a':4, 'b':5}) Expecting: (1, 2, 3) {'a': 4, 'b': 5} ok Trying: f(1, 2, **{'a': -1, 'b': 5}, **{'a': 4, 'c': 6}) Expecting: Traceback (most recent call last): ... TypeError: test.test_extcall.f() got multiple values for keyword argument 'a' ok Trying: f(1, 2, **{'a': -1, 'b': 5}, a=4, c=6) Expecting: Traceback (most recent call last): ... TypeError: test.test_extcall.f() got multiple values for keyword argument 'a' ok Trying: f(1, 2, a=3, **{'a': 4}, **{'a': 5}) Expecting: Traceback (most recent call last): ... TypeError: test.test_extcall.f() got multiple values for keyword argument 'a' ok Trying: f(1, 2, 3, *[4, 5], **{'a':6, 'b':7}) Expecting: (1, 2, 3, 4, 5) {'a': 6, 'b': 7} ok Trying: f(1, 2, 3, x=4, y=5, *(6, 7), **{'a':8, 'b': 9}) Expecting: (1, 2, 3, 6, 7) {'a': 8, 'b': 9, 'x': 4, 'y': 5} ok Trying: f(1, 2, 3, *[4, 5], **{'c': 8}, **{'a':6, 'b':7}) Expecting: (1, 2, 3, 4, 5) {'a': 6, 'b': 7, 'c': 8} ok Trying: f(1, 2, 3, *(4, 5), x=6, y=7, **{'a':8, 'b': 9}) Expecting: (1, 2, 3, 4, 5) {'a': 8, 'b': 9, 'x': 6, 'y': 7} ok Trying: f(1, 2, 3, **UserDict(a=4, b=5)) Expecting: (1, 2, 3) {'a': 4, 'b': 5} ok Trying: f(1, 2, 3, *(4, 5), **UserDict(a=6, b=7)) Expecting: (1, 2, 3, 4, 5) {'a': 6, 'b': 7} ok Trying: f(1, 2, 3, x=4, y=5, *(6, 7), **UserDict(a=8, b=9)) Expecting: (1, 2, 3, 6, 7) {'a': 8, 'b': 9, 'x': 4, 'y': 5} ok Trying: f(1, 2, 3, *(4, 5), x=6, y=7, **UserDict(a=8, b=9)) Expecting: (1, 2, 3, 4, 5) {'a': 8, 'b': 9, 'x': 6, 'y': 7} ok Trying: d1 = {'a':1} Expecting nothing ok Trying: d2 = {'c':3} Expecting nothing ok Trying: f(b=2, **d1, **d2) Expecting: () {'a': 1, 'b': 2, 'c': 3} ok Trying: f(**d1, b=2, **d2) Expecting: () {'a': 1, 'b': 2, 'c': 3} ok Trying: f(**d1, **d2, b=2) Expecting: () {'a': 1, 'b': 2, 'c': 3} ok Trying: f(**d1, b=2, **d2, d=4) Expecting: () {'a': 1, 'b': 2, 'c': 3, 'd': 4} ok Trying: e(c=4) Expecting: Traceback (most recent call last): ... TypeError: e() got an unexpected keyword argument 'c' ok Trying: g() Expecting: Traceback (most recent call last): ... TypeError: g() missing 1 required positional argument: 'x' ok Trying: g(*()) Expecting: Traceback (most recent call last): ... TypeError: g() missing 1 required positional argument: 'x' ok Trying: g(*(), **{}) Expecting: Traceback (most recent call last): ... TypeError: g() missing 1 required positional argument: 'x' ok Trying: g(1) Expecting: 1 () {} ok Trying: g(1, 2) Expecting: 1 (2,) {} ok Trying: g(1, 2, 3) Expecting: 1 (2, 3) {} ok Trying: g(1, 2, 3, *(4, 5)) Expecting: 1 (2, 3, 4, 5) {} ok Trying: class Nothing: pass Expecting nothing ok Trying: g(*Nothing()) Expecting: Traceback (most recent call last): ... TypeError: test.test_extcall.g() argument after * must be an iterable, not Nothing ok Trying: class Nothing: def __len__(self): return 5 Expecting nothing ok Trying: g(*Nothing()) Expecting: Traceback (most recent call last): ... TypeError: test.test_extcall.g() argument after * must be an iterable, not Nothing ok Trying: class Nothing(): def __len__(self): return 5 def __getitem__(self, i): if i<3: return i else: raise IndexError(i) Expecting nothing ok Trying: g(*Nothing()) Expecting: 0 (1, 2) {} ok Trying: class Nothing: def __init__(self): self.c = 0 def __iter__(self): return self def __next__(self): if self.c == 4: raise StopIteration c = self.c self.c += 1 return c Expecting nothing ok Trying: g(*Nothing()) Expecting: 0 (1, 2, 3) {} ok Trying: def broken(): raise TypeError("myerror") Expecting nothing ok Trying: g(*(broken() for i in range(1))) Expecting: Traceback (most recent call last): ... TypeError: myerror ok Trying: g(*range(1), *(broken() for i in range(1))) Expecting: Traceback (most recent call last): ... TypeError: myerror ok Trying: class BrokenIterable1: def __iter__(self): raise TypeError('myerror') Expecting nothing ok Trying: g(*BrokenIterable1()) Expecting: Traceback (most recent call last): ... TypeError: myerror ok Trying: g(*range(1), *BrokenIterable1()) Expecting: Traceback (most recent call last): ... TypeError: myerror ok Trying: class BrokenIterable2: def __iter__(self): yield 0 raise TypeError('myerror') Expecting nothing ok Trying: g(*BrokenIterable2()) Expecting: Traceback (most recent call last): ... TypeError: myerror ok Trying: g(*range(1), *BrokenIterable2()) Expecting: Traceback (most recent call last): ... TypeError: myerror ok Trying: class BrokenSequence: def __getitem__(self, idx): raise TypeError('myerror') Expecting nothing ok Trying: g(*BrokenSequence()) Expecting: Traceback (most recent call last): ... TypeError: myerror ok Trying: g(*range(1), *BrokenSequence()) Expecting: Traceback (most recent call last): ... TypeError: myerror ok Trying: d = {'a': 1, 'b': 2, 'c': 3} Expecting nothing ok Trying: d2 = d.copy() Expecting nothing ok Trying: g(1, d=4, **d) Expecting: 1 () {'a': 1, 'b': 2, 'c': 3, 'd': 4} ok Trying: d == d2 Expecting: True ok Trying: def saboteur(**kw): kw['x'] = 'm' return kw Expecting nothing ok Trying: d = {} Expecting nothing ok Trying: kw = saboteur(a=1, **d) Expecting nothing ok Trying: d Expecting: {} ok Trying: g(1, 2, 3, **{'x': 4, 'y': 5}) Expecting: Traceback (most recent call last): ... TypeError: g() got multiple values for argument 'x' ok Trying: f(**{1:2}) Expecting: Traceback (most recent call last): ... TypeError: keywords must be strings ok Trying: h(**{'e': 2}) Expecting: Traceback (most recent call last): ... TypeError: h() got an unexpected keyword argument 'e' ok Trying: h(*h) Expecting: Traceback (most recent call last): ... TypeError: test.test_extcall.h() argument after * must be an iterable, not function ok Trying: h(1, *h) Expecting: Traceback (most recent call last): ... TypeError: Value after * must be an iterable, not function ok Trying: h(*[1], *h) Expecting: Traceback (most recent call last): ... TypeError: Value after * must be an iterable, not function ok Trying: dir(*h) Expecting: Traceback (most recent call last): ... TypeError: dir() argument after * must be an iterable, not function ok Trying: nothing = None Expecting nothing ok Trying: nothing(*h) Expecting: Traceback (most recent call last): ... TypeError: None argument after * must be an iterable, not function ok Trying: h(**h) Expecting: Traceback (most recent call last): ... TypeError: test.test_extcall.h() argument after ** must be a mapping, not function ok Trying: h(**[]) Expecting: Traceback (most recent call last): ... TypeError: test.test_extcall.h() argument after ** must be a mapping, not list ok Trying: h(a=1, **h) Expecting: Traceback (most recent call last): ... TypeError: test.test_extcall.h() argument after ** must be a mapping, not function ok Trying: h(a=1, **[]) Expecting: Traceback (most recent call last): ... TypeError: test.test_extcall.h() argument after ** must be a mapping, not list ok Trying: h(**{'a': 1}, **h) Expecting: Traceback (most recent call last): ... TypeError: test.test_extcall.h() argument after ** must be a mapping, not function ok Trying: h(**{'a': 1}, **[]) Expecting: Traceback (most recent call last): ... TypeError: test.test_extcall.h() argument after ** must be a mapping, not list ok Trying: dir(**h) Expecting: Traceback (most recent call last): ... TypeError: dir() argument after ** must be a mapping, not function ok Trying: nothing(**h) Expecting: Traceback (most recent call last): ... TypeError: None argument after ** must be a mapping, not function ok Trying: dir(b=1, **{'b': 1}) Expecting: Traceback (most recent call last): ... TypeError: dir() got multiple values for keyword argument 'b' ok Trying: from collections.abc import Mapping Expecting nothing ok Trying: class MultiDict(Mapping): def __init__(self, items): self._items = items def __iter__(self): return (k for k, v in self._items) def __getitem__(self, key): for k, v in self._items: if k == key: return v raise KeyError(key) def __len__(self): return len(self._items) def keys(self): return [k for k, v in self._items] def values(self): return [v for k, v in self._items] def items(self): return [(k, v) for k, v in self._items] Expecting nothing ok Trying: g(**MultiDict([('x', 1), ('y', 2)])) Expecting: 1 () {'y': 2} ok Trying: g(**MultiDict([('x', 1), ('x', 2)])) Expecting: Traceback (most recent call last): ... TypeError: test.test_extcall.g() got multiple values for keyword argument 'x' ok Trying: g(a=3, **MultiDict([('x', 1), ('x', 2)])) Expecting: Traceback (most recent call last): ... TypeError: test.test_extcall.g() got multiple values for keyword argument 'x' ok Trying: g(**MultiDict([('a', 3)]), **MultiDict([('x', 1), ('x', 2)])) Expecting: Traceback (most recent call last): ... TypeError: test.test_extcall.g() got multiple values for keyword argument 'x' ok Trying: def f2(*a, **b): return a, b Expecting nothing ok Trying: d = {} Expecting nothing ok Trying: for i in range(512): key = 'k%d' % i d[key] = i Expecting nothing ok Trying: a, b = f2(1, *(2,3), **d) Expecting nothing ok Trying: len(a), len(b), b == d Expecting: (3, 512, True) ok Trying: class Foo: def method(self, arg1, arg2): return arg1+arg2 Expecting nothing ok Trying: x = Foo() Expecting nothing ok Trying: Foo.method(*(x, 1, 2)) Expecting: 3 ok Trying: Foo.method(x, *(1, 2)) Expecting: 3 ok Trying: Foo.method(*(1, 2, 3)) Expecting: 5 ok Trying: Foo.method(1, *[2, 3]) Expecting: 5 ok Trying: try: silence = id(1, *{}) True except: False Expecting: True ok Trying: id(1, **{'foo': 1}) Expecting: Traceback (most recent call last): ... TypeError: id() takes no keyword arguments ok Trying: class Name(str): def __eq__(self, other): try: del x[self] except KeyError: pass return str.__eq__(self, other) def __hash__(self): return str.__hash__(self) Expecting nothing ok Trying: x = {Name("a"):1, Name("b"):2} Expecting nothing ok Trying: def f(a, b): print(a,b) Expecting nothing ok Trying: f(**x) Expecting: 1 2 ok Trying: def f(): pass Expecting nothing ok Trying: f(1) Expecting: Traceback (most recent call last): ... TypeError: f() takes 0 positional arguments but 1 was given ok Trying: def f(a): pass Expecting nothing ok Trying: f(1, 2) Expecting: Traceback (most recent call last): ... TypeError: f() takes 1 positional argument but 2 were given ok Trying: def f(a, b=1): pass Expecting nothing ok Trying: f(1, 2, 3) Expecting: Traceback (most recent call last): ... TypeError: f() takes from 1 to 2 positional arguments but 3 were given ok Trying: def f(*, kw): pass Expecting nothing ok Trying: f(1, kw=3) Expecting: Traceback (most recent call last): ... TypeError: f() takes 0 positional arguments but 1 positional argument (and 1 keyword-only argument) were given ok Trying: def f(*, kw, b): pass Expecting nothing ok Trying: f(1, 2, 3, b=3, kw=3) Expecting: Traceback (most recent call last): ... TypeError: f() takes 0 positional arguments but 3 positional arguments (and 2 keyword-only arguments) were given ok Trying: def f(a, b=2, *, kw): pass Expecting nothing ok Trying: f(2, 3, 4, kw=4) Expecting: Traceback (most recent call last): ... TypeError: f() takes from 1 to 2 positional arguments but 3 positional arguments (and 1 keyword-only argument) were given ok Trying: def f(a): pass Expecting nothing ok Trying: f() Expecting: Traceback (most recent call last): ... TypeError: f() missing 1 required positional argument: 'a' ok Trying: def f(a, b): pass Expecting nothing ok Trying: f() Expecting: Traceback (most recent call last): ... TypeError: f() missing 2 required positional arguments: 'a' and 'b' ok Trying: def f(a, b, c): pass Expecting nothing ok Trying: f() Expecting: Traceback (most recent call last): ... TypeError: f() missing 3 required positional arguments: 'a', 'b', and 'c' ok Trying: def f(a, b, c, d, e): pass Expecting nothing ok Trying: f() Expecting: Traceback (most recent call last): ... TypeError: f() missing 5 required positional arguments: 'a', 'b', 'c', 'd', and 'e' ok Trying: def f(a, b=4, c=5, d=5): pass Expecting nothing ok Trying: f(c=12, b=9) Expecting: Traceback (most recent call last): ... TypeError: f() missing 1 required positional argument: 'a' ok Trying: def f(*, w): pass Expecting nothing ok Trying: f() Expecting: Traceback (most recent call last): ... TypeError: f() missing 1 required keyword-only argument: 'w' ok Trying: def f(*, a, b, c, d, e): pass Expecting nothing ok Trying: f() Expecting: Traceback (most recent call last): ... TypeError: f() missing 5 required keyword-only arguments: 'a', 'b', 'c', 'd', and 'e' ok 1 items had no tests: test.test_extcall.test_main 1 items passed all tests: 138 tests in test.test_extcall 138 tests in 2 items. 138 passed and 0 failed. Test passed. doctest (test.test_extcall) ... 138 tests with zero failures 0:05:28 load avg: 0.52 [132/427] test_faulthandler PASS: test_cancel_later_without_dump_traceback_later (test.test_faulthandler.FaultHandlerTests) PASS: test_disable (test.test_faulthandler.FaultHandlerTests) SKIP: test_disable_windows_exc_handler (test.test_faulthandler.FaultHandlerTests) 'specific to Windows' PASS: test_disabled_by_default (test.test_faulthandler.FaultHandlerTests) PASS: test_dump_ext_modules (test.test_faulthandler.FaultHandlerTests) PASS: test_dump_traceback (test.test_faulthandler.FaultHandlerTests) PASS: test_dump_traceback_fd (test.test_faulthandler.FaultHandlerTests) PASS: test_dump_traceback_file (test.test_faulthandler.FaultHandlerTests) PASS: test_dump_traceback_later (test.test_faulthandler.FaultHandlerTests) PASS: test_dump_traceback_later_cancel (test.test_faulthandler.FaultHandlerTests) PASS: test_dump_traceback_later_fd (test.test_faulthandler.FaultHandlerTests) PASS: test_dump_traceback_later_file (test.test_faulthandler.FaultHandlerTests) PASS: test_dump_traceback_later_repeat (test.test_faulthandler.FaultHandlerTests) PASS: test_dump_traceback_later_twice (test.test_faulthandler.FaultHandlerTests) PASS: test_dump_traceback_threads (test.test_faulthandler.FaultHandlerTests) PASS: test_dump_traceback_threads_file (test.test_faulthandler.FaultHandlerTests) PASS: test_enable_fd (test.test_faulthandler.FaultHandlerTests) PASS: test_enable_file (test.test_faulthandler.FaultHandlerTests) PASS: test_enable_single_thread (test.test_faulthandler.FaultHandlerTests) PASS: test_env_var (test.test_faulthandler.FaultHandlerTests) PASS: test_fatal_error (test.test_faulthandler.FaultHandlerTests) PASS: test_fatal_error_c_thread (test.test_faulthandler.FaultHandlerTests) PASS: test_fatal_error_without_gil (test.test_faulthandler.FaultHandlerTests) PASS: test_gc (test.test_faulthandler.FaultHandlerTests) PASS: test_gil_released (test.test_faulthandler.FaultHandlerTests) SKIP: test_ignore_exception (test.test_faulthandler.FaultHandlerTests) 'specific to Windows' PASS: test_is_enabled (test.test_faulthandler.FaultHandlerTests) SKIP: test_raise_exception (test.test_faulthandler.FaultHandlerTests) 'specific to Windows' SKIP: test_raise_nonfatal_exception (test.test_faulthandler.FaultHandlerTests) 'specific to Windows' PASS: test_read_null (test.test_faulthandler.FaultHandlerTests) PASS: test_register (test.test_faulthandler.FaultHandlerTests) PASS: test_register_chain (test.test_faulthandler.FaultHandlerTests) PASS: test_register_fd (test.test_faulthandler.FaultHandlerTests) PASS: test_register_file (test.test_faulthandler.FaultHandlerTests) PASS: test_register_threads (test.test_faulthandler.FaultHandlerTests) PASS: test_sigabrt (test.test_faulthandler.FaultHandlerTests) PASS: test_sigbus (test.test_faulthandler.FaultHandlerTests) PASS: test_sigfpe (test.test_faulthandler.FaultHandlerTests) PASS: test_sigill (test.test_faulthandler.FaultHandlerTests) PASS: test_sigsegv (test.test_faulthandler.FaultHandlerTests) PASS: test_stack_overflow (test.test_faulthandler.FaultHandlerTests) PASS: test_stderr_None (test.test_faulthandler.FaultHandlerTests) PASS: test_sys_xoptions (test.test_faulthandler.FaultHandlerTests) PASS: test_truncate (test.test_faulthandler.FaultHandlerTests) PASS: test_unregister (test.test_faulthandler.FaultHandlerTests) ---------------------------------------------------------------------- Ran 45 tests in 18.348s OK (skipped=4) 0:05:47 load avg: 0.45 [133/427] 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' PASS: test_fcntl_64_bit (test.test_fcntl.TestFcntl) PASS: test_fcntl_bad_file (test.test_fcntl.TestFcntl) PASS: test_fcntl_bad_file_overflow (test.test_fcntl.TestFcntl) SKIP: test_fcntl_f_getpath (test.test_fcntl.TestFcntl) 'F_GETPATH is only available on macos' PASS: test_fcntl_f_pipesize (test.test_fcntl.TestFcntl) test_fcntl_file_descriptor (test.test_fcntl.TestFcntl) ... 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) ... 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 PASS: test_flock (test.test_fcntl.TestFcntl) PASS: test_flock_overflow (test.test_fcntl.TestFcntl) PASS: test_lockf_exclusive (test.test_fcntl.TestFcntl) PASS: test_lockf_share (test.test_fcntl.TestFcntl) ---------------------------------------------------------------------- Ran 11 tests in 0.038s OK (skipped=1) 0:05:47 load avg: 0.45 [134/427] test_file PASS: testAttributes (test.test_file.CAutoFileTests) PASS: testErrors (test.test_file.CAutoFileTests) PASS: testMethods (test.test_file.CAutoFileTests) PASS: testReadWhenWriting (test.test_file.CAutoFileTests) PASS: testReadinto (test.test_file.CAutoFileTests) PASS: testReadinto_text (test.test_file.CAutoFileTests) PASS: testWeakRefs (test.test_file.CAutoFileTests) PASS: testWritelinesIntegers (test.test_file.CAutoFileTests) PASS: testWritelinesIntegersUserList (test.test_file.CAutoFileTests) PASS: testWritelinesNonString (test.test_file.CAutoFileTests) PASS: testWritelinesUserList (test.test_file.CAutoFileTests) PASS: testBadModeArgument (test.test_file.COtherFileTests) PASS: testIteration (test.test_file.COtherFileTests) PASS: testModeStrings (test.test_file.COtherFileTests) PASS: testSetBufferSize (test.test_file.COtherFileTests) PASS: testStdin (test.test_file.COtherFileTests) PASS: testTruncateOnWindows (test.test_file.COtherFileTests) PASS: testAttributes (test.test_file.PyAutoFileTests) PASS: testErrors (test.test_file.PyAutoFileTests) PASS: testMethods (test.test_file.PyAutoFileTests) PASS: testReadWhenWriting (test.test_file.PyAutoFileTests) PASS: testReadinto (test.test_file.PyAutoFileTests) PASS: testReadinto_text (test.test_file.PyAutoFileTests) PASS: testWeakRefs (test.test_file.PyAutoFileTests) PASS: testWritelinesIntegers (test.test_file.PyAutoFileTests) PASS: testWritelinesIntegersUserList (test.test_file.PyAutoFileTests) PASS: testWritelinesNonString (test.test_file.PyAutoFileTests) PASS: testWritelinesUserList (test.test_file.PyAutoFileTests) PASS: testBadModeArgument (test.test_file.PyOtherFileTests) PASS: testIteration (test.test_file.PyOtherFileTests) PASS: testModeStrings (test.test_file.PyOtherFileTests) PASS: testSetBufferSize (test.test_file.PyOtherFileTests) PASS: testStdin (test.test_file.PyOtherFileTests) PASS: testTruncateOnWindows (test.test_file.PyOtherFileTests) ---------------------------------------------------------------------- Ran 34 tests in 0.191s OK 0:05:48 load avg: 0.45 [135/427] test_file_eintr test_readall (test.test_file_eintr.CTestBufferedIOSignalInterrupt) PASS: BufferedReader.read() must handle signals and not lose data. test_readline (test.test_file_eintr.CTestBufferedIOSignalInterrupt) PASS: readline() must handle signals and not lose data. test_readlines (test.test_file_eintr.CTestBufferedIOSignalInterrupt) PASS: readlines() must handle signals and not lose data. test_readall (test.test_file_eintr.CTestFileIOSignalInterrupt) PASS: readall() must handle signals and not lose data. test_readline (test.test_file_eintr.CTestFileIOSignalInterrupt) PASS: readline() must handle signals and not lose data. test_readlines (test.test_file_eintr.CTestFileIOSignalInterrupt) PASS: readlines() must handle signals and not lose data. test_readall (test.test_file_eintr.CTestTextIOSignalInterrupt) PASS: read() must handle signals and not lose data. test_readline (test.test_file_eintr.CTestTextIOSignalInterrupt) PASS: readline() must handle signals and not lose data. test_readlines (test.test_file_eintr.CTestTextIOSignalInterrupt) PASS: readlines() must handle signals and not lose data. test_readall (test.test_file_eintr.PyTestBufferedIOSignalInterrupt) PASS: BufferedReader.read() must handle signals and not lose data. test_readline (test.test_file_eintr.PyTestBufferedIOSignalInterrupt) PASS: readline() must handle signals and not lose data. test_readlines (test.test_file_eintr.PyTestBufferedIOSignalInterrupt) PASS: readlines() must handle signals and not lose data. test_readall (test.test_file_eintr.PyTestFileIOSignalInterrupt) PASS: readall() must handle signals and not lose data. test_readline (test.test_file_eintr.PyTestFileIOSignalInterrupt) PASS: readline() must handle signals and not lose data. test_readlines (test.test_file_eintr.PyTestFileIOSignalInterrupt) PASS: readlines() must handle signals and not lose data. test_readall (test.test_file_eintr.PyTestTextIOSignalInterrupt) PASS: read() must handle signals and not lose data. test_readline (test.test_file_eintr.PyTestTextIOSignalInterrupt) PASS: readline() must handle signals and not lose data. test_readlines (test.test_file_eintr.PyTestTextIOSignalInterrupt) PASS: readlines() must handle signals and not lose data. ---------------------------------------------------------------------- Ran 18 tests in 1.545s OK 0:05:49 load avg: 0.45 [136/427] test_filecmp PASS: test_cmpfiles (test.test_filecmp.DirCompareTestCase) PASS: test_default_ignores (test.test_filecmp.DirCompareTestCase) PASS: test_dircmp (test.test_filecmp.DirCompareTestCase) test_dircmp_subdirs_type (test.test_filecmp.DirCompareTestCase) PASS: Check that dircmp.subdirs respects subclassing. PASS: test_report_full_closure (test.test_filecmp.DirCompareTestCase) PASS: test_report_partial_closure (test.test_filecmp.DirCompareTestCase) PASS: test_cache_clear (test.test_filecmp.FileCompareTestCase) PASS: test_different (test.test_filecmp.FileCompareTestCase) PASS: test_matching (test.test_filecmp.FileCompareTestCase) ---------------------------------------------------------------------- Ran 9 tests in 0.009s OK 0:05:50 load avg: 0.45 [137/427] test_fileinput test_buffer_sizes (test.test_fileinput.BufferSizesTests) ... 1. Simple iteration 2. Status variables 3. Nextfile 4. Stdin 5. Boundary conditions 6. Inplace ok test__getitem__ (test.test_fileinput.FileInputTests) PASS: Tests invoking FileInput.__getitem__() with the current PASS: test__getitem___deprecation (test.test_fileinput.FileInputTests) test__getitem__eof (test.test_fileinput.FileInputTests) PASS: Tests invoking FileInput.__getitem__() with the line number but at test__getitem__invalid_key (test.test_fileinput.FileInputTests) PASS: Tests invoking FileInput.__getitem__() with an index unequal to PASS: test_close_on_exception (test.test_fileinput.FileInputTests) PASS: test_context_manager (test.test_fileinput.FileInputTests) PASS: test_detached_stdin_binary_mode (test.test_fileinput.FileInputTests) PASS: test_empty_files_list_specified_to_constructor (test.test_fileinput.FileInputTests) PASS: test_file_hook_backward_compatibility (test.test_fileinput.FileInputTests) PASS: test_file_opening_hook (test.test_fileinput.FileInputTests) PASS: test_fileno (test.test_fileinput.FileInputTests) PASS: test_fileno_when_ValueError_raised (test.test_fileinput.FileInputTests) PASS: test_files_that_dont_end_with_newline (test.test_fileinput.FileInputTests) PASS: test_inplace_binary_write_mode (test.test_fileinput.FileInputTests) PASS: test_inplace_encoding_errors (test.test_fileinput.FileInputTests) PASS: test_iteration_buffering (test.test_fileinput.FileInputTests) test_nextfile_oserror_deleting_backup (test.test_fileinput.FileInputTests) PASS: Tests invoking FileInput.nextfile() when the attempt to delete PASS: test_opening_mode (test.test_fileinput.FileInputTests) PASS: test_pathlib_file (test.test_fileinput.FileInputTests) PASS: test_pathlib_file_inplace (test.test_fileinput.FileInputTests) PASS: test_readline (test.test_fileinput.FileInputTests) PASS: test_readline_binary_mode (test.test_fileinput.FileInputTests) PASS: test_readline_buffering (test.test_fileinput.FileInputTests) test_readline_os_chmod_raises_OSError (test.test_fileinput.FileInputTests) PASS: Tests invoking FileInput.readline() when os.chmod() raises OSError. test_readline_os_fstat_raises_OSError (test.test_fileinput.FileInputTests) PASS: Tests invoking FileInput.readline() when os.fstat() raises OSError. PASS: test_stdin_binary_mode (test.test_fileinput.FileInputTests) PASS: test_zero_byte_files (test.test_fileinput.FileInputTests) PASS: test_all (test.test_fileinput.MiscTest) test_state_is_None (test.test_fileinput.Test_fileinput_close) PASS: Tests that fileinput.close() does nothing if fileinput._state test_state_is_not_None (test.test_fileinput.Test_fileinput_close) PASS: Tests that fileinput.close() invokes close() on fileinput._state test_state_is_None (test.test_fileinput.Test_fileinput_filelineno) PASS: Tests fileinput.filelineno() when fileinput._state is None. test_state_is_not_None (test.test_fileinput.Test_fileinput_filelineno) PASS: Tests fileinput.filelineno() when fileinput._state is not None. test_state_is_None (test.test_fileinput.Test_fileinput_filename) PASS: Tests fileinput.filename() when fileinput._state is None. test_state_is_not_None (test.test_fileinput.Test_fileinput_filename) PASS: Tests fileinput.filename() when fileinput._state is not None. test_state_is_None (test.test_fileinput.Test_fileinput_fileno) PASS: Tests fileinput.fileno() when fileinput._state is None. test_state_is_not_None (test.test_fileinput.Test_fileinput_fileno) PASS: Tests fileinput.fileno() when fileinput._state is not None. test_state_is_None (test.test_fileinput.Test_fileinput_input) PASS: Tests invoking fileinput.input() when fileinput._state is None test_state_is_not_None_and_state_file_is_None (test.test_fileinput.Test_fileinput_input) PASS: Tests invoking fileinput.input() when fileinput._state is not None test_state_is_not_None_and_state_file_is_not_None (test.test_fileinput.Test_fileinput_input) PASS: Tests invoking fileinput.input() when fileinput._state is not None test_state_is_None (test.test_fileinput.Test_fileinput_isfirstline) PASS: Tests fileinput.isfirstline() when fileinput._state is None. test_state_is_not_None (test.test_fileinput.Test_fileinput_isfirstline) PASS: Tests fileinput.isfirstline() when fileinput._state is not None. test_state_is_None (test.test_fileinput.Test_fileinput_isstdin) PASS: Tests fileinput.isstdin() when fileinput._state is None. test_state_is_not_None (test.test_fileinput.Test_fileinput_isstdin) PASS: Tests fileinput.isstdin() when fileinput._state is not None. test_state_is_None (test.test_fileinput.Test_fileinput_lineno) PASS: Tests fileinput.lineno() when fileinput._state is None. test_state_is_not_None (test.test_fileinput.Test_fileinput_lineno) PASS: Tests fileinput.lineno() when fileinput._state is not None. test_state_is_None (test.test_fileinput.Test_fileinput_nextfile) PASS: Tests fileinput.nextfile() when fileinput._state is None. test_state_is_not_None (test.test_fileinput.Test_fileinput_nextfile) PASS: Tests fileinput.nextfile() when fileinput._state is not None. PASS: test_blah_ext (test.test_fileinput.Test_hook_compressed) PASS: test_bz2_ext_builtin (test.test_fileinput.Test_hook_compressed) PASS: test_bz2_ext_fake (test.test_fileinput.Test_hook_compressed) PASS: test_empty_string (test.test_fileinput.Test_hook_compressed) PASS: test_gz_ext_builtin (test.test_fileinput.Test_hook_compressed) PASS: test_gz_ext_fake (test.test_fileinput.Test_hook_compressed) PASS: test_gz_with_encoding_fake (test.test_fileinput.Test_hook_compressed) PASS: test_no_ext (test.test_fileinput.Test_hook_compressed) PASS: test (test.test_fileinput.Test_hook_encoded) PASS: test_errors (test.test_fileinput.Test_hook_encoded) PASS: test_modes (test.test_fileinput.Test_hook_encoded) ---------------------------------------------------------------------- Ran 59 tests in 0.020s OK 0:05:50 load avg: 0.45 [138/427] test_fileio PASS: testAttributes (test.test_fileio.CAutoFileTests) PASS: testBlksize (test.test_fileio.CAutoFileTests) PASS: testErrnoOnClose (test.test_fileio.CAutoFileTests) PASS: testErrnoOnClosedFileno (test.test_fileio.CAutoFileTests) PASS: testErrnoOnClosedIsatty (test.test_fileio.CAutoFileTests) PASS: testErrnoOnClosedRead (test.test_fileio.CAutoFileTests) PASS: testErrnoOnClosedReadable (test.test_fileio.CAutoFileTests) PASS: testErrnoOnClosedReadall (test.test_fileio.CAutoFileTests) PASS: testErrnoOnClosedReadinto (test.test_fileio.CAutoFileTests) PASS: testErrnoOnClosedSeek (test.test_fileio.CAutoFileTests) PASS: testErrnoOnClosedSeekable (test.test_fileio.CAutoFileTests) PASS: testErrnoOnClosedTell (test.test_fileio.CAutoFileTests) PASS: testErrnoOnClosedTruncate (test.test_fileio.CAutoFileTests) PASS: testErrnoOnClosedWritable (test.test_fileio.CAutoFileTests) PASS: testErrnoOnClosedWrite (test.test_fileio.CAutoFileTests) PASS: testErrors (test.test_fileio.CAutoFileTests) PASS: testMethods (test.test_fileio.CAutoFileTests) PASS: testOpenDirFD (test.test_fileio.CAutoFileTests) PASS: testOpendir (test.test_fileio.CAutoFileTests) PASS: testReadintoByteArray (test.test_fileio.CAutoFileTests) PASS: testRecursiveRepr (test.test_fileio.CAutoFileTests) PASS: testRepr (test.test_fileio.CAutoFileTests) PASS: testReprNoCloseFD (test.test_fileio.CAutoFileTests) PASS: testSeekTell (test.test_fileio.CAutoFileTests) PASS: testWeakRefs (test.test_fileio.CAutoFileTests) PASS: testWritelinesError (test.test_fileio.CAutoFileTests) PASS: testWritelinesList (test.test_fileio.CAutoFileTests) PASS: testWritelinesUserList (test.test_fileio.CAutoFileTests) PASS: test_none_args (test.test_fileio.CAutoFileTests) PASS: test_reject (test.test_fileio.CAutoFileTests) PASS: testAbles (test.test_fileio.COtherFileTests) PASS: testAppend (test.test_fileio.COtherFileTests) PASS: testBadModeArgument (test.test_fileio.COtherFileTests) SKIP: testBytesOpen (test.test_fileio.COtherFileTests) "could not encode '@test_3248_tmpæ' to ascii" PASS: testConstructorHandlesNULChars (test.test_fileio.COtherFileTests) PASS: testInvalidFd (test.test_fileio.COtherFileTests) PASS: testInvalidFd_overflow (test.test_fileio.COtherFileTests) PASS: testInvalidInit (test.test_fileio.COtherFileTests) PASS: testInvalidModeStrings (test.test_fileio.COtherFileTests) PASS: testModeStrings (test.test_fileio.COtherFileTests) PASS: testTruncate (test.test_fileio.COtherFileTests) PASS: testTruncateOnWindows (test.test_fileio.COtherFileTests) PASS: testUnclosedFDOnException (test.test_fileio.COtherFileTests) PASS: testUnicodeOpen (test.test_fileio.COtherFileTests) PASS: testUtf8BytesOpen (test.test_fileio.COtherFileTests) PASS: testWarnings (test.test_fileio.COtherFileTests) PASS: test_open_code (test.test_fileio.COtherFileTests) PASS: testAttributes (test.test_fileio.PyAutoFileTests) PASS: testBlksize (test.test_fileio.PyAutoFileTests) PASS: testErrnoOnClose (test.test_fileio.PyAutoFileTests) PASS: testErrnoOnClosedFileno (test.test_fileio.PyAutoFileTests) PASS: testErrnoOnClosedIsatty (test.test_fileio.PyAutoFileTests) PASS: testErrnoOnClosedRead (test.test_fileio.PyAutoFileTests) PASS: testErrnoOnClosedReadable (test.test_fileio.PyAutoFileTests) PASS: testErrnoOnClosedReadall (test.test_fileio.PyAutoFileTests) PASS: testErrnoOnClosedReadinto (test.test_fileio.PyAutoFileTests) PASS: testErrnoOnClosedSeek (test.test_fileio.PyAutoFileTests) PASS: testErrnoOnClosedSeekable (test.test_fileio.PyAutoFileTests) PASS: testErrnoOnClosedTell (test.test_fileio.PyAutoFileTests) PASS: testErrnoOnClosedTruncate (test.test_fileio.PyAutoFileTests) PASS: testErrnoOnClosedWritable (test.test_fileio.PyAutoFileTests) PASS: testErrnoOnClosedWrite (test.test_fileio.PyAutoFileTests) PASS: testErrors (test.test_fileio.PyAutoFileTests) PASS: testMethods (test.test_fileio.PyAutoFileTests) PASS: testOpenDirFD (test.test_fileio.PyAutoFileTests) PASS: testOpendir (test.test_fileio.PyAutoFileTests) PASS: testReadintoByteArray (test.test_fileio.PyAutoFileTests) PASS: testRecursiveRepr (test.test_fileio.PyAutoFileTests) PASS: testRepr (test.test_fileio.PyAutoFileTests) PASS: testReprNoCloseFD (test.test_fileio.PyAutoFileTests) PASS: testSeekTell (test.test_fileio.PyAutoFileTests) PASS: testWeakRefs (test.test_fileio.PyAutoFileTests) PASS: testWritelinesError (test.test_fileio.PyAutoFileTests) PASS: testWritelinesList (test.test_fileio.PyAutoFileTests) PASS: testWritelinesUserList (test.test_fileio.PyAutoFileTests) PASS: test_none_args (test.test_fileio.PyAutoFileTests) PASS: test_reject (test.test_fileio.PyAutoFileTests) PASS: testAbles (test.test_fileio.PyOtherFileTests) PASS: testAppend (test.test_fileio.PyOtherFileTests) PASS: testBadModeArgument (test.test_fileio.PyOtherFileTests) SKIP: testBytesOpen (test.test_fileio.PyOtherFileTests) "could not encode '@test_3248_tmpæ' to ascii" PASS: testConstructorHandlesNULChars (test.test_fileio.PyOtherFileTests) PASS: testInvalidFd (test.test_fileio.PyOtherFileTests) PASS: testInvalidInit (test.test_fileio.PyOtherFileTests) PASS: testInvalidModeStrings (test.test_fileio.PyOtherFileTests) PASS: testModeStrings (test.test_fileio.PyOtherFileTests) PASS: testTruncate (test.test_fileio.PyOtherFileTests) PASS: testTruncateOnWindows (test.test_fileio.PyOtherFileTests) PASS: testUnclosedFDOnException (test.test_fileio.PyOtherFileTests) PASS: testUnicodeOpen (test.test_fileio.PyOtherFileTests) PASS: testUtf8BytesOpen (test.test_fileio.PyOtherFileTests) PASS: testWarnings (test.test_fileio.PyOtherFileTests) PASS: test_open_code (test.test_fileio.PyOtherFileTests) ---------------------------------------------------------------------- Ran 93 tests in 0.141s OK (skipped=2) 0:05:51 load avg: 0.45 [139/427] test_finalization PASS: test_heterogenous_resurrect_one (test.test_finalization.CycleChainFinalizationTest) PASS: test_heterogenous_resurrect_three (test.test_finalization.CycleChainFinalizationTest) PASS: test_heterogenous_resurrect_two (test.test_finalization.CycleChainFinalizationTest) PASS: test_heterogenous_suicidal_one (test.test_finalization.CycleChainFinalizationTest) PASS: test_heterogenous_suicidal_two (test.test_finalization.CycleChainFinalizationTest) PASS: test_homogenous (test.test_finalization.CycleChainFinalizationTest) PASS: test_homogenous_resurrect (test.test_finalization.CycleChainFinalizationTest) PASS: test_homogenous_suicidal (test.test_finalization.CycleChainFinalizationTest) PASS: test_legacy (test.test_finalization.LegacyFinalizationTest) PASS: test_legacy_resurrect (test.test_finalization.LegacyFinalizationTest) PASS: test_legacy_self_cycle (test.test_finalization.LegacyFinalizationTest) PASS: test_simple (test.test_finalization.SelfCycleFinalizationTest) PASS: test_simple_resurrect (test.test_finalization.SelfCycleFinalizationTest) PASS: test_simple_suicide (test.test_finalization.SelfCycleFinalizationTest) PASS: test_non_gc (test.test_finalization.SimpleFinalizationTest) PASS: test_non_gc_resurrect (test.test_finalization.SimpleFinalizationTest) PASS: test_simple (test.test_finalization.SimpleFinalizationTest) PASS: test_simple_resurrect (test.test_finalization.SimpleFinalizationTest) ---------------------------------------------------------------------- Ran 18 tests in 1.488s OK 0:05:52 load avg: 0.50 [140/427] test_float PASS: test_getformat (test.test_float.FormatFunctionsTestCase) PASS: test_setformat (test.test_float.FormatFunctionsTestCase) PASS: test_format (test.test_float.FormatTestCase) PASS: test_format_testfile (test.test_float.FormatTestCase) PASS: test_issue35560 (test.test_float.FormatTestCase) PASS: test_issue5864 (test.test_float.FormatTestCase) PASS: test_error_message (test.test_float.GeneralFloatCases) PASS: test_float (test.test_float.GeneralFloatCases) PASS: test_float_ceil (test.test_float.GeneralFloatCases) PASS: test_float_containment (test.test_float.GeneralFloatCases) PASS: test_float_floor (test.test_float.GeneralFloatCases) PASS: test_float_memoryview (test.test_float.GeneralFloatCases) PASS: test_float_mod (test.test_float.GeneralFloatCases) PASS: test_float_pow (test.test_float.GeneralFloatCases) PASS: test_float_with_comma (test.test_float.GeneralFloatCases) PASS: test_floatasratio (test.test_float.GeneralFloatCases) PASS: test_floatconversion (test.test_float.GeneralFloatCases) PASS: test_hash (test.test_float.GeneralFloatCases) PASS: test_hash_nan (test.test_float.GeneralFloatCases) PASS: test_is_integer (test.test_float.GeneralFloatCases) PASS: test_keyword_args (test.test_float.GeneralFloatCases) PASS: test_noargs (test.test_float.GeneralFloatCases) PASS: test_non_numeric_input_types (test.test_float.GeneralFloatCases) PASS: test_underscores (test.test_float.GeneralFloatCases) PASS: test_ends (test.test_float.HexFloatTestCase) PASS: test_from_hex (test.test_float.HexFloatTestCase) PASS: test_invalid_inputs (test.test_float.HexFloatTestCase) PASS: test_roundtrip (test.test_float.HexFloatTestCase) PASS: test_subclass (test.test_float.HexFloatTestCase) PASS: test_whitespace (test.test_float.HexFloatTestCase) PASS: test_double_specials_do_unpack (test.test_float.IEEEFormatTestCase) PASS: test_float_specials_do_unpack (test.test_float.IEEEFormatTestCase) PASS: test_serialized_float_rounding (test.test_float.IEEEFormatTestCase) PASS: test_inf_as_str (test.test_float.InfNanTest) PASS: test_inf_from_str (test.test_float.InfNanTest) PASS: test_inf_signs (test.test_float.InfNanTest) PASS: test_nan_as_str (test.test_float.InfNanTest) PASS: test_nan_from_str (test.test_float.InfNanTest) PASS: test_nan_signs (test.test_float.InfNanTest) PASS: test_repr (test.test_float.ReprTestCase) PASS: test_short_repr (test.test_float.ReprTestCase) PASS: test_None_ndigits (test.test_float.RoundTestCase) PASS: test_format_specials (test.test_float.RoundTestCase) PASS: test_inf_nan (test.test_float.RoundTestCase) PASS: test_large_n (test.test_float.RoundTestCase) PASS: test_matches_float_format (test.test_float.RoundTestCase) PASS: test_overflow (test.test_float.RoundTestCase) PASS: test_previous_round_bugs (test.test_float.RoundTestCase) PASS: test_small_n (test.test_float.RoundTestCase) PASS: test_double_specials_dont_unpack (test.test_float.UnknownFormatTestCase) PASS: test_float_specials_dont_unpack (test.test_float.UnknownFormatTestCase) ---------------------------------------------------------------------- Ran 51 tests in 0.101s OK 0:05:53 load avg: 0.50 [141/427] test_flufl PASS: test_barry_as_bdfl (test.test_flufl.FLUFLTests) PASS: test_guido_as_bdfl (test.test_flufl.FLUFLTests) ---------------------------------------------------------------------- Ran 2 tests in 0.001s OK 0:05:53 load avg: 0.50 [142/427] test_fnmatch PASS: test_case (test.test_fnmatch.FilterTestCase) PASS: test_filter (test.test_fnmatch.FilterTestCase) PASS: test_mix_bytes_str (test.test_fnmatch.FilterTestCase) PASS: test_sep (test.test_fnmatch.FilterTestCase) PASS: test_bytes (test.test_fnmatch.FnmatchTestCase) PASS: test_case (test.test_fnmatch.FnmatchTestCase) PASS: test_char_set (test.test_fnmatch.FnmatchTestCase) PASS: test_fnmatch (test.test_fnmatch.FnmatchTestCase) PASS: test_fnmatchcase (test.test_fnmatch.FnmatchTestCase) PASS: test_mix_bytes_str (test.test_fnmatch.FnmatchTestCase) PASS: test_range (test.test_fnmatch.FnmatchTestCase) PASS: test_sep (test.test_fnmatch.FnmatchTestCase) PASS: test_sep_in_char_set (test.test_fnmatch.FnmatchTestCase) PASS: test_sep_in_range (test.test_fnmatch.FnmatchTestCase) PASS: test_slow_fnmatch (test.test_fnmatch.FnmatchTestCase) PASS: test_warnings (test.test_fnmatch.FnmatchTestCase) PASS: test_translate (test.test_fnmatch.TranslateTestCase) ---------------------------------------------------------------------- Ran 17 tests in 0.015s OK 0:05:53 load avg: 0.50 [143/427] test_fork1 test_nested_import_lock_fork (test.test_fork1.ForkTest) PASS: Check fork() in main thread works while the main thread is doing an import test_threaded_import_lock_fork (test.test_fork1.ForkTest) PASS: Check fork() in main thread works while a subthread is doing an import PASS: test_wait (test.test_fork1.ForkTest) PASS: test_wait (test.fork_wait.ForkWait) ---------------------------------------------------------------------- Ran 4 tests in 5.117s OK 0:05:59 load avg: 0.46 [144/427] test_format test_bytes_and_bytearray_format (test.test_format.FormatTest) ... 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 0x7f2a9a4ae590>,) =? b'123' ... yes bytearray(b'%b') % (.FakeBytes object at 0x7f2a9a4ae590>,) =? 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 0x7f2a9a4ae590>,) =? b'123' ... yes bytearray(b'%s') % (.FakeBytes object at 0x7f2a9a4ae590>,) =? 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) ... '%%' % () =? '%' ... 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 PASS: test_g_format_has_no_trailing_zeros (test.test_format.FormatTest) PASS: test_locale (test.test_format.FormatTest) test_non_ascii (test.test_format.FormatTest) ... '\u20ac=%f' % (1.0,) =? '\u20ac=1.000000' ... yes ok test_nul (test.test_format.FormatTest) ... 'a\x00b' % () =? 'a\x00b' ... yes b'a\x00b' % () =? b'a\x00b' ... yes bytearray(b'a\x00b') % () =? bytearray(b'a\x00b') ... yes 'a%cb' % (0,) =? 'a\x00b' ... yes b'a%cb' % (0,) =? b'a\x00b' ... yes bytearray(b'a%cb') % (0,) =? bytearray(b'a\x00b') ... yes 'a%sb' % ('c\x00d',) =? 'ac\x00db' ... yes b'a%sb' % (b'c\x00d',) =? b'ac\x00db' ... yes bytearray(b'a%sb') % (b'c\x00d',) =? bytearray(b'ac\x00db') ... yes ok PASS: test_optimisations (test.test_format.FormatTest) PASS: test_precision (test.test_format.FormatTest) PASS: test_precision_c_limits (test.test_format.FormatTest) test_str_format (test.test_format.FormatTest) ... '%r' % '\u0378' =? "'\\u0378'" ... yes '%a' % '\u0378' =? "'\\u0378'" ... yes '%r' % '\u0374' =? "'\u0374'" ... yes '%a' % '\u0374' =? "'\\u0374'" ... yes Testing exceptions 'abc %b' % 1 works? ... yes '%g' % '1' works? ... yes 'no format' % '1' works? ... yes '%c' % -1 works? ... yes '%c' % 1114112 works? ... yes '%c' % 3.14 works? ... yes '%c' % 'ab' works? ... yes '%c' % b'x' works? ... yes ok PASS: test_with_a_commas_and_an_underscore_in_format_specifier (test.test_format.FormatTest) PASS: test_with_an_underscore_and_a_comma_in_format_specifier (test.test_format.FormatTest) PASS: test_with_two_commas_in_format_specifier (test.test_format.FormatTest) PASS: test_with_two_underscore_in_format_specifier (test.test_format.FormatTest) ---------------------------------------------------------------------- Ran 14 tests in 0.005s OK 0:05:59 load avg: 0.46 [145/427] test_fractions PASS: testApproximateCos1 (test.test_fractions.FractionTest) PASS: testApproximatePi (test.test_fractions.FractionTest) PASS: testArithmetic (test.test_fractions.FractionTest) PASS: testBigComplexComparisons (test.test_fractions.FractionTest) PASS: testBigFloatComparisons (test.test_fractions.FractionTest) PASS: testBoolGuarateesBoolReturn (test.test_fractions.FractionTest) PASS: testComparisons (test.test_fractions.FractionTest) PASS: testComparisonsDummyFloat (test.test_fractions.FractionTest) PASS: testComparisonsDummyRational (test.test_fractions.FractionTest) PASS: testConversions (test.test_fractions.FractionTest) PASS: testFromDecimal (test.test_fractions.FractionTest) PASS: testFromFloat (test.test_fractions.FractionTest) PASS: testFromString (test.test_fractions.FractionTest) PASS: testHash (test.test_fractions.FractionTest) PASS: testImmutable (test.test_fractions.FractionTest) PASS: testInit (test.test_fractions.FractionTest) PASS: testInitFromDecimal (test.test_fractions.FractionTest) PASS: testInitFromFloat (test.test_fractions.FractionTest) PASS: testLargeArithmetic (test.test_fractions.FractionTest) PASS: testLimitDenominator (test.test_fractions.FractionTest) PASS: testMixedArithmetic (test.test_fractions.FractionTest) PASS: testMixedEqual (test.test_fractions.FractionTest) PASS: testMixedLess (test.test_fractions.FractionTest) PASS: testMixedLessEqual (test.test_fractions.FractionTest) PASS: testMixingWithDecimal (test.test_fractions.FractionTest) PASS: testRound (test.test_fractions.FractionTest) PASS: testStringification (test.test_fractions.FractionTest) PASS: test_as_integer_ratio (test.test_fractions.FractionTest) PASS: test_copy_deepcopy_pickle (test.test_fractions.FractionTest) PASS: test_int_subclass (test.test_fractions.FractionTest) PASS: test_slots (test.test_fractions.FractionTest) ---------------------------------------------------------------------- Ran 31 tests in 0.007s OK 0:06:00 load avg: 0.46 [146/427] test_frame PASS: test_clear_executing (test.test_frame.ClearTest) PASS: test_clear_executing_generator (test.test_frame.ClearTest) PASS: test_clear_generator (test.test_frame.ClearTest) PASS: test_clear_locals (test.test_frame.ClearTest) PASS: test_clear_refcycles (test.test_frame.ClearTest) PASS: test_lineno_with_tracing (test.test_frame.ClearTest) PASS: test_clear_locals (test.test_frame.FrameAttrsTest) PASS: test_f_lineno_del_segfault (test.test_frame.FrameAttrsTest) PASS: test_locals (test.test_frame.FrameAttrsTest) PASS: test_locals_clear_locals (test.test_frame.FrameAttrsTest) PASS: test_repr (test.test_frame.ReprTest) ---------------------------------------------------------------------- Ran 11 tests in 0.127s OK 0:06:00 load avg: 0.46 [147/427] test_frozen PASS: test_frozen (test.test_frozen.TestFrozen) ---------------------------------------------------------------------- Ran 1 test in 0.000s OK 0:06:00 load avg: 0.46 [148/427] test_fstring PASS: test__format__lookup (test.test_fstring.TestCase) PASS: test_arguments (test.test_fstring.TestCase) PASS: test_assignment (test.test_fstring.TestCase) PASS: test_ast (test.test_fstring.TestCase) PASS: test_ast_compile_time_concat (test.test_fstring.TestCase) PASS: test_ast_line_numbers (test.test_fstring.TestCase) PASS: test_ast_line_numbers_duplicate_expression (test.test_fstring.TestCase) PASS: test_ast_line_numbers_multiline_fstring (test.test_fstring.TestCase) PASS: test_ast_line_numbers_multiple_formattedvalues (test.test_fstring.TestCase) PASS: test_ast_line_numbers_nested (test.test_fstring.TestCase) PASS: test_ast_line_numbers_with_parentheses (test.test_fstring.TestCase) PASS: test_ast_numbers_fstring_with_formatting (test.test_fstring.TestCase) PASS: test_backslash_char (test.test_fstring.TestCase) PASS: test_backslashes_in_string_part (test.test_fstring.TestCase) PASS: test_call (test.test_fstring.TestCase) PASS: test_closure (test.test_fstring.TestCase) PASS: test_comments (test.test_fstring.TestCase) PASS: test_compile_time_concat (test.test_fstring.TestCase) PASS: test_compile_time_concat_errors (test.test_fstring.TestCase) PASS: test_conversions (test.test_fstring.TestCase) PASS: test_debug_conversion (test.test_fstring.TestCase) PASS: test_del (test.test_fstring.TestCase) PASS: test_dict (test.test_fstring.TestCase) PASS: test_docstring (test.test_fstring.TestCase) PASS: test_double_braces (test.test_fstring.TestCase) PASS: test_empty_format_specifier (test.test_fstring.TestCase) PASS: test_equal_equal (test.test_fstring.TestCase) PASS: test_errors (test.test_fstring.TestCase) PASS: test_expressions_with_triple_quoted_strings (test.test_fstring.TestCase) PASS: test_filename_in_syntaxerror (test.test_fstring.TestCase) PASS: test_format_specifier_expressions (test.test_fstring.TestCase) PASS: test_global (test.test_fstring.TestCase) PASS: test_if_conditional (test.test_fstring.TestCase) PASS: test_invalid_string_prefixes (test.test_fstring.TestCase) PASS: test_invalid_syntax_error_message (test.test_fstring.TestCase) PASS: test_lambda (test.test_fstring.TestCase) PASS: test_leading_trailing_spaces (test.test_fstring.TestCase) PASS: test_literal (test.test_fstring.TestCase) PASS: test_literal_eval (test.test_fstring.TestCase) PASS: test_locals (test.test_fstring.TestCase) PASS: test_loop (test.test_fstring.TestCase) PASS: test_many_expressions (test.test_fstring.TestCase) PASS: test_misformed_unicode_character_name (test.test_fstring.TestCase) PASS: test_mismatched_braces (test.test_fstring.TestCase) PASS: test_mismatched_parens (test.test_fstring.TestCase) PASS: test_missing_expression (test.test_fstring.TestCase) PASS: test_missing_format_spec (test.test_fstring.TestCase) PASS: test_missing_variable (test.test_fstring.TestCase) PASS: test_multiple_vars (test.test_fstring.TestCase) PASS: test_nested_fstrings (test.test_fstring.TestCase) PASS: test_newlines_before_syntax_error (test.test_fstring.TestCase) PASS: test_newlines_in_expressions (test.test_fstring.TestCase) PASS: test_no_backslashes_in_expression_part (test.test_fstring.TestCase) test_no_escapes_for_braces (test.test_fstring.TestCase) PASS: Only literal curly braces begin an expression. PASS: test_not_equal (test.test_fstring.TestCase) PASS: test_parens_in_expressions (test.test_fstring.TestCase) PASS: test_shadowed_global (test.test_fstring.TestCase) PASS: test_side_effect_order (test.test_fstring.TestCase) PASS: test_str_format_differences (test.test_fstring.TestCase) PASS: test_syntax_error_for_starred_expressions (test.test_fstring.TestCase) PASS: test_unterminated_string (test.test_fstring.TestCase) PASS: test_walrus (test.test_fstring.TestCase) PASS: test_with_a_commas_and_an_underscore_in_format_specifier (test.test_fstring.TestCase) PASS: test_with_an_underscore_and_a_comma_in_format_specifier (test.test_fstring.TestCase) PASS: test_with_two_commas_in_format_specifier (test.test_fstring.TestCase) PASS: test_with_two_underscore_in_format_specifier (test.test_fstring.TestCase) PASS: test_yield (test.test_fstring.TestCase) PASS: test_yield_send (test.test_fstring.TestCase) ---------------------------------------------------------------------- Ran 68 tests in 0.460s OK 0:06:01 load avg: 0.46 [149/427] test_ftplib PASS: test__all__ (test.test_ftplib.MiscTestCase) PASS: test_abort (test.test_ftplib.TestFTPClass) PASS: test_acct (test.test_ftplib.TestFTPClass) PASS: test_all_errors (test.test_ftplib.TestFTPClass) PASS: test_cwd (test.test_ftplib.TestFTPClass) PASS: test_delete (test.test_ftplib.TestFTPClass) PASS: test_dir (test.test_ftplib.TestFTPClass) PASS: test_encoding_param (test.test_ftplib.TestFTPClass) PASS: test_exceptions (test.test_ftplib.TestFTPClass) PASS: test_getwelcome (test.test_ftplib.TestFTPClass) PASS: test_line_too_long (test.test_ftplib.TestFTPClass) PASS: test_login (test.test_ftplib.TestFTPClass) PASS: test_makepasv (test.test_ftplib.TestFTPClass) test_makepasv_issue43285_security_disabled (test.test_ftplib.TestFTPClass) PASS: Test the opt-in to the old vulnerable behavior. PASS: test_makepasv_issue43285_security_enabled_default (test.test_ftplib.TestFTPClass) PASS: test_makeport (test.test_ftplib.TestFTPClass) PASS: test_mkd (test.test_ftplib.TestFTPClass) PASS: test_mlsd (test.test_ftplib.TestFTPClass) PASS: test_nlst (test.test_ftplib.TestFTPClass) PASS: test_parse257 (test.test_ftplib.TestFTPClass) PASS: test_pwd (test.test_ftplib.TestFTPClass) PASS: test_quit (test.test_ftplib.TestFTPClass) PASS: test_rename (test.test_ftplib.TestFTPClass) PASS: test_retrbinary (test.test_ftplib.TestFTPClass) PASS: test_retrbinary_rest (test.test_ftplib.TestFTPClass) PASS: test_retrlines (test.test_ftplib.TestFTPClass) PASS: test_retrlines_too_long (test.test_ftplib.TestFTPClass) PASS: test_rmd (test.test_ftplib.TestFTPClass) PASS: test_sanitize (test.test_ftplib.TestFTPClass) PASS: test_set_pasv (test.test_ftplib.TestFTPClass) PASS: test_size (test.test_ftplib.TestFTPClass) PASS: test_source_address (test.test_ftplib.TestFTPClass) PASS: test_source_address_passive_connection (test.test_ftplib.TestFTPClass) PASS: test_storbinary (test.test_ftplib.TestFTPClass) PASS: test_storbinary_rest (test.test_ftplib.TestFTPClass) PASS: test_storlines (test.test_ftplib.TestFTPClass) PASS: test_storlines_too_long (test.test_ftplib.TestFTPClass) PASS: test_voidcmd (test.test_ftplib.TestFTPClass) PASS: test_with_statement (test.test_ftplib.TestFTPClass) PASS: test_af (test.test_ftplib.TestIPv6Environment) PASS: test_makepasv (test.test_ftplib.TestIPv6Environment) PASS: test_makeport (test.test_ftplib.TestIPv6Environment) PASS: test_transfer (test.test_ftplib.TestIPv6Environment) PASS: test_auth_issued_twice (test.test_ftplib.TestTLS_FTPClass) PASS: test_ccc (test.test_ftplib.TestTLS_FTPClass) SKIP: test_check_hostname (test.test_ftplib.TestTLS_FTPClass) 'FIXME: bpo-32706' PASS: test_context (test.test_ftplib.TestTLS_FTPClass) PASS: test_control_connection (test.test_ftplib.TestTLS_FTPClass) PASS: test_data_connection (test.test_ftplib.TestTLS_FTPClass) PASS: test_login (test.test_ftplib.TestTLS_FTPClass) PASS: test_abort (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_acct (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_all_errors (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_cwd (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_delete (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_dir (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_encoding_param (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_exceptions (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_getwelcome (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_line_too_long (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_login (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_makepasv (test.test_ftplib.TestTLS_FTPClassMixin) test_makepasv_issue43285_security_disabled (test.test_ftplib.TestTLS_FTPClassMixin) PASS: Test the opt-in to the old vulnerable behavior. PASS: test_makepasv_issue43285_security_enabled_default (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_makeport (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_mkd (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_mlsd (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_nlst (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_parse257 (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_pwd (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_quit (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_rename (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_retrbinary (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_retrbinary_rest (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_retrlines (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_retrlines_too_long (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_rmd (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_sanitize (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_set_pasv (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_size (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_source_address (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_source_address_passive_connection (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_storbinary (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_storbinary_rest (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_storlines (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_storlines_too_long (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_voidcmd (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_with_statement (test.test_ftplib.TestTLS_FTPClassMixin) PASS: testTimeoutConnect (test.test_ftplib.TestTimeouts) PASS: testTimeoutDefault (test.test_ftplib.TestTimeouts) PASS: testTimeoutDifferentOrder (test.test_ftplib.TestTimeouts) PASS: testTimeoutDirectAccess (test.test_ftplib.TestTimeouts) PASS: testTimeoutNone (test.test_ftplib.TestTimeouts) PASS: testTimeoutValue (test.test_ftplib.TestTimeouts) ---------------------------------------------------------------------- Ran 94 tests in 7.601s OK (skipped=1) 0:06:09 load avg: 0.54 [150/427] test_funcattrs PASS: test_delete_unknown_attr (test.test_funcattrs.ArbitraryFunctionAttrTest) PASS: test_set_attr (test.test_funcattrs.ArbitraryFunctionAttrTest) PASS: test_unset_attr (test.test_funcattrs.ArbitraryFunctionAttrTest) PASS: test_builtin__qualname__ (test.test_funcattrs.BuiltinFunctionPropertiesTest) PASS: test_comparison (test.test_funcattrs.CellTest) PASS: test_delete___dict__ (test.test_funcattrs.FunctionDictsTest) PASS: test_func_as_dict_key (test.test_funcattrs.FunctionDictsTest) PASS: test_setting_dict_to_invalid (test.test_funcattrs.FunctionDictsTest) PASS: test_setting_dict_to_valid (test.test_funcattrs.FunctionDictsTest) PASS: test_unassigned_dict (test.test_funcattrs.FunctionDictsTest) PASS: test_delete_docstring (test.test_funcattrs.FunctionDocstringTest) PASS: test_set_docstring_attr (test.test_funcattrs.FunctionDocstringTest) PASS: test___builtins__ (test.test_funcattrs.FunctionPropertiesTest) PASS: test___closure__ (test.test_funcattrs.FunctionPropertiesTest) PASS: test___code__ (test.test_funcattrs.FunctionPropertiesTest) PASS: test___globals__ (test.test_funcattrs.FunctionPropertiesTest) PASS: test___name__ (test.test_funcattrs.FunctionPropertiesTest) PASS: test___qualname__ (test.test_funcattrs.FunctionPropertiesTest) PASS: test_blank_func_defaults (test.test_funcattrs.FunctionPropertiesTest) PASS: test_cell_new (test.test_funcattrs.FunctionPropertiesTest) PASS: test_copying___code__ (test.test_funcattrs.FunctionPropertiesTest) PASS: test_dir_includes_correct_attrs (test.test_funcattrs.FunctionPropertiesTest) PASS: test_duplicate_function_equality (test.test_funcattrs.FunctionPropertiesTest) PASS: test_empty_cell (test.test_funcattrs.FunctionPropertiesTest) PASS: test_func_default_args (test.test_funcattrs.FunctionPropertiesTest) PASS: test_module (test.test_funcattrs.FunctionPropertiesTest) PASS: test_set_cell (test.test_funcattrs.FunctionPropertiesTest) PASS: test___class__ (test.test_funcattrs.InstancemethodAttrTest) PASS: test___func__ (test.test_funcattrs.InstancemethodAttrTest) PASS: test___func___non_method (test.test_funcattrs.InstancemethodAttrTest) PASS: test___self__ (test.test_funcattrs.InstancemethodAttrTest) PASS: test_func_attribute (test.test_funcattrs.StaticMethodAttrsTest) ---------------------------------------------------------------------- Ran 32 tests in 0.004s OK 0:06:09 load avg: 0.54 [151/427] test_functools PASS: test_access_from_class (test.test_functools.TestCachedProperty) PASS: test_cached (test.test_functools.TestCachedProperty) PASS: test_cached_attribute_name_differs_from_func_name (test.test_functools.TestCachedProperty) PASS: test_doc (test.test_functools.TestCachedProperty) PASS: test_immutable_dict (test.test_functools.TestCachedProperty) PASS: test_object_with_slots (test.test_functools.TestCachedProperty) test_reuse_different_names (test.test_functools.TestCachedProperty) PASS: Disallow this case because decorated function a would not be cached. test_reuse_same_name (test.test_functools.TestCachedProperty) PASS: Reusing a cached_property on different classes under the same name is OK. PASS: test_set_name_not_called (test.test_functools.TestCachedProperty) PASS: test_threaded (test.test_functools.TestCachedProperty) PASS: test_bad_cmp (test.test_functools.TestCmpToKeyC) PASS: test_cmp_to_key (test.test_functools.TestCmpToKeyC) PASS: test_cmp_to_key_arguments (test.test_functools.TestCmpToKeyC) PASS: test_disallow_instantiation (test.test_functools.TestCmpToKeyC) PASS: test_hash (test.test_functools.TestCmpToKeyC) PASS: test_obj_field (test.test_functools.TestCmpToKeyC) PASS: test_sort_int (test.test_functools.TestCmpToKeyC) PASS: test_sort_int_str (test.test_functools.TestCmpToKeyC) PASS: test_bad_cmp (test.test_functools.TestCmpToKeyPy) PASS: test_cmp_to_key (test.test_functools.TestCmpToKeyPy) PASS: test_cmp_to_key_arguments (test.test_functools.TestCmpToKeyPy) PASS: test_hash (test.test_functools.TestCmpToKeyPy) PASS: test_obj_field (test.test_functools.TestCmpToKeyPy) PASS: test_sort_int (test.test_functools.TestCmpToKeyPy) PASS: test_sort_int_str (test.test_functools.TestCmpToKeyPy) PASS: test_copy (test.test_functools.TestLRUC) PASS: test_deepcopy (test.test_functools.TestLRUC) PASS: test_kwargs_order (test.test_functools.TestLRUC) PASS: test_lru (test.test_functools.TestLRUC) PASS: test_lru_bug_35780 (test.test_functools.TestLRUC) PASS: test_lru_bug_36650 (test.test_functools.TestLRUC) PASS: test_lru_cache_decoration (test.test_functools.TestLRUC) PASS: test_lru_cache_parameters (test.test_functools.TestLRUC) PASS: test_lru_cache_threaded (test.test_functools.TestLRUC) PASS: test_lru_cache_threaded2 (test.test_functools.TestLRUC) PASS: test_lru_cache_threaded3 (test.test_functools.TestLRUC) PASS: test_lru_cache_weakrefable (test.test_functools.TestLRUC) PASS: test_lru_hash_only_once (test.test_functools.TestLRUC) PASS: test_lru_method (test.test_functools.TestLRUC) PASS: test_lru_no_args (test.test_functools.TestLRUC) PASS: test_lru_reentrancy_with_len (test.test_functools.TestLRUC) PASS: test_lru_star_arg_handling (test.test_functools.TestLRUC) PASS: test_lru_type_error (test.test_functools.TestLRUC) PASS: test_lru_with_exceptions (test.test_functools.TestLRUC) PASS: test_lru_with_keyword_args (test.test_functools.TestLRUC) PASS: test_lru_with_keyword_args_maxsize_none (test.test_functools.TestLRUC) PASS: test_lru_with_maxsize_negative (test.test_functools.TestLRUC) PASS: test_lru_with_maxsize_none (test.test_functools.TestLRUC) PASS: test_lru_with_types (test.test_functools.TestLRUC) PASS: test_need_for_rlock (test.test_functools.TestLRUC) PASS: test_pickle (test.test_functools.TestLRUC) PASS: test_copy (test.test_functools.TestLRUPy) PASS: test_deepcopy (test.test_functools.TestLRUPy) PASS: test_kwargs_order (test.test_functools.TestLRUPy) PASS: test_lru (test.test_functools.TestLRUPy) PASS: test_lru_bug_35780 (test.test_functools.TestLRUPy) PASS: test_lru_bug_36650 (test.test_functools.TestLRUPy) PASS: test_lru_cache_decoration (test.test_functools.TestLRUPy) PASS: test_lru_cache_parameters (test.test_functools.TestLRUPy) PASS: test_lru_cache_threaded (test.test_functools.TestLRUPy) PASS: test_lru_cache_threaded2 (test.test_functools.TestLRUPy) PASS: test_lru_cache_threaded3 (test.test_functools.TestLRUPy) PASS: test_lru_cache_weakrefable (test.test_functools.TestLRUPy) PASS: test_lru_hash_only_once (test.test_functools.TestLRUPy) PASS: test_lru_method (test.test_functools.TestLRUPy) PASS: test_lru_no_args (test.test_functools.TestLRUPy) PASS: test_lru_reentrancy_with_len (test.test_functools.TestLRUPy) PASS: test_lru_star_arg_handling (test.test_functools.TestLRUPy) PASS: test_lru_type_error (test.test_functools.TestLRUPy) PASS: test_lru_with_exceptions (test.test_functools.TestLRUPy) PASS: test_lru_with_keyword_args (test.test_functools.TestLRUPy) PASS: test_lru_with_keyword_args_maxsize_none (test.test_functools.TestLRUPy) PASS: test_lru_with_maxsize_negative (test.test_functools.TestLRUPy) PASS: test_lru_with_maxsize_none (test.test_functools.TestLRUPy) PASS: test_lru_with_types (test.test_functools.TestLRUPy) PASS: test_need_for_rlock (test.test_functools.TestLRUPy) PASS: test_pickle (test.test_functools.TestLRUPy) PASS: test_arg_combinations (test.test_functools.TestPartialC) PASS: test_argument_checking (test.test_functools.TestPartialC) PASS: test_attributes (test.test_functools.TestPartialC) PASS: test_attributes_unwritable (test.test_functools.TestPartialC) PASS: test_basic_examples (test.test_functools.TestPartialC) PASS: test_copy (test.test_functools.TestPartialC) PASS: test_deepcopy (test.test_functools.TestPartialC) PASS: test_error_propagation (test.test_functools.TestPartialC) PASS: test_keystr_replaces_value (test.test_functools.TestPartialC) PASS: test_keyword (test.test_functools.TestPartialC) PASS: test_kw_combinations (test.test_functools.TestPartialC) PASS: test_kwargs_copy (test.test_functools.TestPartialC) PASS: test_manually_adding_non_string_keyword (test.test_functools.TestPartialC) PASS: test_nested_optimization (test.test_functools.TestPartialC) PASS: test_nested_partial_with_attribute (test.test_functools.TestPartialC) PASS: test_no_side_effects (test.test_functools.TestPartialC) PASS: test_pickle (test.test_functools.TestPartialC) PASS: test_positional (test.test_functools.TestPartialC) PASS: test_protection_of_callers_dict_argument (test.test_functools.TestPartialC) PASS: test_recursive_pickle (test.test_functools.TestPartialC) PASS: test_recursive_repr (test.test_functools.TestPartialC) PASS: test_repr (test.test_functools.TestPartialC) PASS: test_setstate (test.test_functools.TestPartialC) PASS: test_setstate_errors (test.test_functools.TestPartialC) PASS: test_setstate_refcount (test.test_functools.TestPartialC) PASS: test_setstate_subclasses (test.test_functools.TestPartialC) PASS: test_weakref (test.test_functools.TestPartialC) PASS: test_with_bound_and_unbound_methods (test.test_functools.TestPartialC) PASS: test_arg_combinations (test.test_functools.TestPartialCSubclass) PASS: test_argument_checking (test.test_functools.TestPartialCSubclass) PASS: test_attributes (test.test_functools.TestPartialCSubclass) PASS: test_attributes_unwritable (test.test_functools.TestPartialCSubclass) PASS: test_basic_examples (test.test_functools.TestPartialCSubclass) PASS: test_copy (test.test_functools.TestPartialCSubclass) PASS: test_deepcopy (test.test_functools.TestPartialCSubclass) PASS: test_error_propagation (test.test_functools.TestPartialCSubclass) PASS: test_keystr_replaces_value (test.test_functools.TestPartialCSubclass) PASS: test_keyword (test.test_functools.TestPartialCSubclass) PASS: test_kw_combinations (test.test_functools.TestPartialCSubclass) PASS: test_kwargs_copy (test.test_functools.TestPartialCSubclass) PASS: test_manually_adding_non_string_keyword (test.test_functools.TestPartialCSubclass) PASS: test_nested_partial_with_attribute (test.test_functools.TestPartialCSubclass) PASS: test_no_side_effects (test.test_functools.TestPartialCSubclass) PASS: test_pickle (test.test_functools.TestPartialCSubclass) PASS: test_positional (test.test_functools.TestPartialCSubclass) PASS: test_protection_of_callers_dict_argument (test.test_functools.TestPartialCSubclass) PASS: test_recursive_pickle (test.test_functools.TestPartialCSubclass) PASS: test_recursive_repr (test.test_functools.TestPartialCSubclass) PASS: test_repr (test.test_functools.TestPartialCSubclass) PASS: test_setstate (test.test_functools.TestPartialCSubclass) PASS: test_setstate_errors (test.test_functools.TestPartialCSubclass) PASS: test_setstate_refcount (test.test_functools.TestPartialCSubclass) PASS: test_setstate_subclasses (test.test_functools.TestPartialCSubclass) PASS: test_weakref (test.test_functools.TestPartialCSubclass) PASS: test_with_bound_and_unbound_methods (test.test_functools.TestPartialCSubclass) PASS: test_abstract (test.test_functools.TestPartialMethod) PASS: test_arg_combinations (test.test_functools.TestPartialMethod) PASS: test_bound_method_introspection (test.test_functools.TestPartialMethod) PASS: test_descriptors (test.test_functools.TestPartialMethod) PASS: test_invalid_args (test.test_functools.TestPartialMethod) PASS: test_nested (test.test_functools.TestPartialMethod) PASS: test_over_partial (test.test_functools.TestPartialMethod) PASS: test_overriding_keywords (test.test_functools.TestPartialMethod) PASS: test_positional_only (test.test_functools.TestPartialMethod) PASS: test_repr (test.test_functools.TestPartialMethod) PASS: test_unbound_method_retrieval (test.test_functools.TestPartialMethod) PASS: test_arg_combinations (test.test_functools.TestPartialPy) PASS: test_argument_checking (test.test_functools.TestPartialPy) PASS: test_attributes (test.test_functools.TestPartialPy) PASS: test_basic_examples (test.test_functools.TestPartialPy) PASS: test_copy (test.test_functools.TestPartialPy) PASS: test_deepcopy (test.test_functools.TestPartialPy) PASS: test_error_propagation (test.test_functools.TestPartialPy) PASS: test_keyword (test.test_functools.TestPartialPy) PASS: test_kw_combinations (test.test_functools.TestPartialPy) PASS: test_kwargs_copy (test.test_functools.TestPartialPy) PASS: test_nested_optimization (test.test_functools.TestPartialPy) PASS: test_nested_partial_with_attribute (test.test_functools.TestPartialPy) PASS: test_no_side_effects (test.test_functools.TestPartialPy) PASS: test_pickle (test.test_functools.TestPartialPy) PASS: test_positional (test.test_functools.TestPartialPy) PASS: test_protection_of_callers_dict_argument (test.test_functools.TestPartialPy) PASS: test_recursive_pickle (test.test_functools.TestPartialPy) PASS: test_recursive_repr (test.test_functools.TestPartialPy) PASS: test_repr (test.test_functools.TestPartialPy) PASS: test_setstate (test.test_functools.TestPartialPy) PASS: test_setstate_errors (test.test_functools.TestPartialPy) PASS: test_setstate_refcount (test.test_functools.TestPartialPy) PASS: test_setstate_subclasses (test.test_functools.TestPartialPy) PASS: test_weakref (test.test_functools.TestPartialPy) PASS: test_with_bound_and_unbound_methods (test.test_functools.TestPartialPy) PASS: test_arg_combinations (test.test_functools.TestPartialPySubclass) PASS: test_argument_checking (test.test_functools.TestPartialPySubclass) PASS: test_attributes (test.test_functools.TestPartialPySubclass) PASS: test_basic_examples (test.test_functools.TestPartialPySubclass) PASS: test_copy (test.test_functools.TestPartialPySubclass) PASS: test_deepcopy (test.test_functools.TestPartialPySubclass) PASS: test_error_propagation (test.test_functools.TestPartialPySubclass) PASS: test_keyword (test.test_functools.TestPartialPySubclass) PASS: test_kw_combinations (test.test_functools.TestPartialPySubclass) PASS: test_kwargs_copy (test.test_functools.TestPartialPySubclass) PASS: test_nested_optimization (test.test_functools.TestPartialPySubclass) PASS: test_nested_partial_with_attribute (test.test_functools.TestPartialPySubclass) PASS: test_no_side_effects (test.test_functools.TestPartialPySubclass) PASS: test_pickle (test.test_functools.TestPartialPySubclass) PASS: test_positional (test.test_functools.TestPartialPySubclass) PASS: test_protection_of_callers_dict_argument (test.test_functools.TestPartialPySubclass) PASS: test_recursive_pickle (test.test_functools.TestPartialPySubclass) PASS: test_recursive_repr (test.test_functools.TestPartialPySubclass) PASS: test_repr (test.test_functools.TestPartialPySubclass) PASS: test_setstate (test.test_functools.TestPartialPySubclass) PASS: test_setstate_errors (test.test_functools.TestPartialPySubclass) PASS: test_setstate_refcount (test.test_functools.TestPartialPySubclass) PASS: test_setstate_subclasses (test.test_functools.TestPartialPySubclass) PASS: test_weakref (test.test_functools.TestPartialPySubclass) PASS: test_with_bound_and_unbound_methods (test.test_functools.TestPartialPySubclass) PASS: test_iterator_usage (test.test_functools.TestReduceC) PASS: test_reduce (test.test_functools.TestReduceC) PASS: test_iterator_usage (test.test_functools.TestReducePy) PASS: test_reduce (test.test_functools.TestReducePy) PASS: test_abstractmethod_register (test.test_functools.TestSingleDispatch) PASS: test_annotations (test.test_functools.TestSingleDispatch) PASS: test_c3_abc (test.test_functools.TestSingleDispatch) PASS: test_c_classes (test.test_functools.TestSingleDispatch) PASS: test_cache_invalidation (test.test_functools.TestSingleDispatch) PASS: test_callable_register (test.test_functools.TestSingleDispatch) PASS: test_classmethod_register (test.test_functools.TestSingleDispatch) PASS: test_classmethod_type_ann_register (test.test_functools.TestSingleDispatch) PASS: test_compose_mro (test.test_functools.TestSingleDispatch) PASS: test_double_wrapped_methods (test.test_functools.TestSingleDispatch) PASS: test_false_meta (test.test_functools.TestSingleDispatch) PASS: test_invalid_positional_argument (test.test_functools.TestSingleDispatch) PASS: test_invalid_registrations (test.test_functools.TestSingleDispatch) PASS: test_method_register (test.test_functools.TestSingleDispatch) PASS: test_method_wrapping_attributes (test.test_functools.TestSingleDispatch) PASS: test_mro (test.test_functools.TestSingleDispatch) PASS: test_mro_conflicts (test.test_functools.TestSingleDispatch) PASS: test_register_abc (test.test_functools.TestSingleDispatch) PASS: test_register_decorator (test.test_functools.TestSingleDispatch) PASS: test_register_genericalias (test.test_functools.TestSingleDispatch) PASS: test_register_genericalias_annotation (test.test_functools.TestSingleDispatch) PASS: test_register_genericalias_decorator (test.test_functools.TestSingleDispatch) PASS: test_simple_overloads (test.test_functools.TestSingleDispatch) PASS: test_staticmethod_register (test.test_functools.TestSingleDispatch) PASS: test_staticmethod_type_ann_register (test.test_functools.TestSingleDispatch) PASS: test_type_ann_register (test.test_functools.TestSingleDispatch) PASS: test_wrapping_attributes (test.test_functools.TestSingleDispatch) PASS: test_no_operations_defined (test.test_functools.TestTotalOrdering) PASS: test_pickle (test.test_functools.TestTotalOrdering) PASS: test_total_ordering_for_metaclasses_issue_44605 (test.test_functools.TestTotalOrdering) PASS: test_total_ordering_ge (test.test_functools.TestTotalOrdering) PASS: test_total_ordering_gt (test.test_functools.TestTotalOrdering) PASS: test_total_ordering_le (test.test_functools.TestTotalOrdering) PASS: test_total_ordering_lt (test.test_functools.TestTotalOrdering) PASS: test_total_ordering_no_overwrite (test.test_functools.TestTotalOrdering) PASS: test_type_error_when_not_implemented (test.test_functools.TestTotalOrdering) PASS: test_builtin_update (test.test_functools.TestUpdateWrapper) PASS: test_default_update (test.test_functools.TestUpdateWrapper) PASS: test_default_update_doc (test.test_functools.TestUpdateWrapper) PASS: test_missing_attributes (test.test_functools.TestUpdateWrapper) PASS: test_no_update (test.test_functools.TestUpdateWrapper) PASS: test_selective_update (test.test_functools.TestUpdateWrapper) PASS: test_builtin_update (test.test_functools.TestWraps) PASS: test_default_update (test.test_functools.TestWraps) PASS: test_default_update_doc (test.test_functools.TestWraps) PASS: test_missing_attributes (test.test_functools.TestWraps) PASS: test_no_update (test.test_functools.TestWraps) PASS: test_selective_update (test.test_functools.TestWraps) ---------------------------------------------------------------------- Ran 245 tests in 0.435s OK 0:06:10 load avg: 0.54 [152/427] test_future PASS: test_annotation_with_complex_target (test.test_future.AnnotationsFutureTestCase) PASS: test_annotations (test.test_future.AnnotationsFutureTestCase) PASS: test_annotations_forbidden (test.test_future.AnnotationsFutureTestCase) PASS: test_annotations_symbol_table_pass (test.test_future.AnnotationsFutureTestCase) PASS: test_fstring_debug_annotations (test.test_future.AnnotationsFutureTestCase) PASS: test_infinity_numbers (test.test_future.AnnotationsFutureTestCase) PASS: test_badfuture10 (test.test_future.FutureTest) PASS: test_badfuture3 (test.test_future.FutureTest) PASS: test_badfuture4 (test.test_future.FutureTest) PASS: test_badfuture5 (test.test_future.FutureTest) PASS: test_badfuture6 (test.test_future.FutureTest) PASS: test_badfuture7 (test.test_future.FutureTest) PASS: test_badfuture8 (test.test_future.FutureTest) PASS: test_badfuture9 (test.test_future.FutureTest) PASS: test_ensure_flags_dont_clash (test.test_future.FutureTest) PASS: test_future1 (test.test_future.FutureTest) PASS: test_future2 (test.test_future.FutureTest) PASS: test_future3 (test.test_future.FutureTest) PASS: test_multiple_features (test.test_future.FutureTest) PASS: test_parserhack (test.test_future.FutureTest) PASS: test_unicode_literals_exec (test.test_future.FutureTest) ---------------------------------------------------------------------- Ran 21 tests in 0.044s OK 0:06:10 load avg: 0.54 [153/427] test_future3 PASS: test_floor_div_operator (test.test_future3.TestFuture) PASS: test_nested_scopes (test.test_future3.TestFuture) PASS: test_true_div_as_default (test.test_future3.TestFuture) ---------------------------------------------------------------------- Ran 3 tests in 0.000s OK 0:06:11 load avg: 0.54 [154/427] test_future4 PASS: test_unicode_literals (test.test_future4.Tests) ---------------------------------------------------------------------- Ran 1 test in 0.000s OK 0:06:11 load avg: 0.54 [155/427] test_future5 PASS: test_print_function (test.test_future5.TestMultipleFeatures) PASS: test_unicode_literals (test.test_future5.TestMultipleFeatures) ---------------------------------------------------------------------- Ran 2 tests in 0.000s OK 0:06:11 load avg: 0.58 [156/427] test_gc PASS: test_collect (test.test_gc.GCCallbackTests) PASS: test_collect_garbage (test.test_gc.GCCallbackTests) PASS: test_collect_generation (test.test_gc.GCCallbackTests) SKIP: test_refcount_errors (test.test_gc.GCCallbackTests) 'built with -NDEBUG' PASS: test_boom (test.test_gc.GCTests) PASS: test_boom2 (test.test_gc.GCTests) PASS: test_boom2_new (test.test_gc.GCTests) PASS: test_boom_new (test.test_gc.GCTests) PASS: test_bug1055820b (test.test_gc.GCTests) PASS: test_bug21435 (test.test_gc.GCTests) PASS: test_class (test.test_gc.GCTests) PASS: test_collect_generations (test.test_gc.GCTests) PASS: test_del (test.test_gc.GCTests) PASS: test_del_newclass (test.test_gc.GCTests) PASS: test_dict (test.test_gc.GCTests) PASS: test_frame (test.test_gc.GCTests) PASS: test_freeze (test.test_gc.GCTests) PASS: test_function (test.test_gc.GCTests) PASS: test_garbage_at_shutdown (test.test_gc.GCTests) PASS: test_gc_main_module_at_shutdown (test.test_gc.GCTests) PASS: test_gc_ordinary_module_at_shutdown (test.test_gc.GCTests) PASS: test_get_count (test.test_gc.GCTests) PASS: test_get_objects (test.test_gc.GCTests) PASS: test_get_objects_arguments (test.test_gc.GCTests) PASS: test_get_referents (test.test_gc.GCTests) PASS: test_get_stats (test.test_gc.GCTests) PASS: test_global_del_SystemExit (test.test_gc.GCTests) PASS: test_instance (test.test_gc.GCTests) PASS: test_is_finalized (test.test_gc.GCTests) PASS: test_is_tracked (test.test_gc.GCTests) PASS: test_legacy_finalizer (test.test_gc.GCTests) PASS: test_legacy_finalizer_newclass (test.test_gc.GCTests) PASS: test_list (test.test_gc.GCTests) PASS: test_method (test.test_gc.GCTests) PASS: test_newinstance (test.test_gc.GCTests) PASS: test_newstyleclass (test.test_gc.GCTests) PASS: test_resurrection_does_not_block_cleanup_of_other_objects (test.test_gc.GCTests) PASS: test_resurrection_is_transitive (test.test_gc.GCTests) PASS: test_resurrection_only_happens_once_per_object (test.test_gc.GCTests) PASS: test_saveall (test.test_gc.GCTests) PASS: test_trash_weakref_clear (test.test_gc.GCTests) PASS: test_trashcan (test.test_gc.GCTests) PASS: test_trashcan_threads (test.test_gc.GCTests) PASS: test_tuple (test.test_gc.GCTests) PASS: test_bug1055820c (test.test_gc.GCTogglingTests) PASS: test_bug1055820d (test.test_gc.GCTogglingTests) PASS: test_ast_fini (test.test_gc.PythonFinalizationTests) restoring automatic collection ---------------------------------------------------------------------- Ran 47 tests in 4.367s OK (skipped=1) 0:06:16 load avg: 0.58 [157/427] test_gdb test_gdb skipped -- test_gdb only works on source builds at the moment. 0:06:16 load avg: 0.58 [158/427] test_generator_stop -- test_gdb skipped PASS: test_stopiteration_wrapping (test.test_generator_stop.TestPEP479) PASS: test_stopiteration_wrapping_context (test.test_generator_stop.TestPEP479) ---------------------------------------------------------------------- Ran 2 tests in 0.001s OK 0:06:17 load avg: 0.61 [159/427] test_generators PASS: test_except_gen_except (test.test_generators.ExceptionTest) PASS: test_except_next (test.test_generators.ExceptionTest) PASS: test_except_throw (test.test_generators.ExceptionTest) PASS: test_except_throw_bad_exception (test.test_generators.ExceptionTest) PASS: test_except_throw_exception_context (test.test_generators.ExceptionTest) PASS: test_return_stopiteration (test.test_generators.ExceptionTest) PASS: test_return_tuple (test.test_generators.ExceptionTest) PASS: test_stopiteration_error (test.test_generators.ExceptionTest) PASS: test_tutorial_stopiteration (test.test_generators.ExceptionTest) PASS: test_frame_resurrect (test.test_generators.FinalizationTest) PASS: test_lambda_generator (test.test_generators.FinalizationTest) PASS: test_refcycle (test.test_generators.FinalizationTest) PASS: test_send_with_yield_from (test.test_generators.GeneratorStackTraceTest) PASS: test_throw_with_yield_from (test.test_generators.GeneratorStackTraceTest) PASS: test_copy (test.test_generators.GeneratorTest) PASS: test_name (test.test_generators.GeneratorTest) PASS: test_pickle (test.test_generators.GeneratorTest) PASS: test_send_non_none_to_new_gen (test.test_generators.GeneratorTest) PASS: test_exception_context_with_yield (test.test_generators.GeneratorThrowTest) PASS: test_exception_context_with_yield_from (test.test_generators.GeneratorThrowTest) PASS: test_exception_context_with_yield_from_with_context_cycle (test.test_generators.GeneratorThrowTest) PASS: test_exception_context_with_yield_inside_generator (test.test_generators.GeneratorThrowTest) PASS: test_throw_after_none_exc_type (test.test_generators.GeneratorThrowTest) PASS: test_raise_and_yield_from (test.test_generators.SignalAndYieldFromTest) PASS: test_generator_gi_yieldfrom (test.test_generators.YieldFromTests) ---------------------------------------------------------------------- Ran 25 tests in 0.213s OK Trying: for c in conjoin([lambda: iter((0, 1))] * 3): print(c) Expecting: [0, 0, 0] [0, 0, 1] [0, 1, 0] [0, 1, 1] [1, 0, 0] [1, 0, 1] [1, 1, 0] [1, 1, 1] ok Trying: def gencopy(iterator): for x in iterator: yield x[:] Expecting nothing ok Trying: for n in range(10): all = list(gencopy(conjoin([lambda: iter((0, 1))] * n))) print(n, len(all), all[0] == [0] * n, all[-1] == [1] * n) Expecting: 0 1 True True 1 2 True True 2 4 True True 3 8 True True 4 16 True True 5 32 True True 6 64 True True 7 128 True True 8 256 True True 9 512 True True ok Trying: q = Queens(8) Expecting nothing ok Trying: LIMIT = 2 Expecting nothing ok Trying: count = 0 Expecting nothing ok Trying: for row2col in q.solve(): count += 1 if count <= LIMIT: print("Solution", count) q.printsolution(row2col) Expecting: Solution 1 +-+-+-+-+-+-+-+-+ |Q| | | | | | | | +-+-+-+-+-+-+-+-+ | | | | |Q| | | | +-+-+-+-+-+-+-+-+ | | | | | | | |Q| +-+-+-+-+-+-+-+-+ | | | | | |Q| | | +-+-+-+-+-+-+-+-+ | | |Q| | | | | | +-+-+-+-+-+-+-+-+ | | | | | | |Q| | +-+-+-+-+-+-+-+-+ | |Q| | | | | | | +-+-+-+-+-+-+-+-+ | | | |Q| | | | | +-+-+-+-+-+-+-+-+ Solution 2 +-+-+-+-+-+-+-+-+ |Q| | | | | | | | +-+-+-+-+-+-+-+-+ | | | | | |Q| | | +-+-+-+-+-+-+-+-+ | | | | | | | |Q| +-+-+-+-+-+-+-+-+ | | |Q| | | | | | +-+-+-+-+-+-+-+-+ | | | | | | |Q| | +-+-+-+-+-+-+-+-+ | | | |Q| | | | | +-+-+-+-+-+-+-+-+ | |Q| | | | | | | +-+-+-+-+-+-+-+-+ | | | | |Q| | | | +-+-+-+-+-+-+-+-+ ok Trying: print(count, "solutions in all.") Expecting: 92 solutions in all. ok Trying: k = Knights(10, 10) Expecting nothing ok Trying: LIMIT = 2 Expecting nothing ok Trying: count = 0 Expecting nothing ok Trying: for x in k.solve(): count += 1 if count <= LIMIT: print("Solution", count) k.printsolution(x) else: break Expecting: Solution 1 +---+---+---+---+---+---+---+---+---+---+ | 1| 58| 27| 34| 3| 40| 29| 10| 5| 8| +---+---+---+---+---+---+---+---+---+---+ | 26| 35| 2| 57| 28| 33| 4| 7| 30| 11| +---+---+---+---+---+---+---+---+---+---+ | 59|100| 73| 36| 41| 56| 39| 32| 9| 6| +---+---+---+---+---+---+---+---+---+---+ | 74| 25| 60| 55| 72| 37| 42| 49| 12| 31| +---+---+---+---+---+---+---+---+---+---+ | 61| 86| 99| 76| 63| 52| 47| 38| 43| 50| +---+---+---+---+---+---+---+---+---+---+ | 24| 75| 62| 85| 54| 71| 64| 51| 48| 13| +---+---+---+---+---+---+---+---+---+---+ | 87| 98| 91| 80| 77| 84| 53| 46| 65| 44| +---+---+---+---+---+---+---+---+---+---+ | 90| 23| 88| 95| 70| 79| 68| 83| 14| 17| +---+---+---+---+---+---+---+---+---+---+ | 97| 92| 21| 78| 81| 94| 19| 16| 45| 66| +---+---+---+---+---+---+---+---+---+---+ | 22| 89| 96| 93| 20| 69| 82| 67| 18| 15| +---+---+---+---+---+---+---+---+---+---+ Solution 2 +---+---+---+---+---+---+---+---+---+---+ | 1| 58| 27| 34| 3| 40| 29| 10| 5| 8| +---+---+---+---+---+---+---+---+---+---+ | 26| 35| 2| 57| 28| 33| 4| 7| 30| 11| +---+---+---+---+---+---+---+---+---+---+ | 59|100| 73| 36| 41| 56| 39| 32| 9| 6| +---+---+---+---+---+---+---+---+---+---+ | 74| 25| 60| 55| 72| 37| 42| 49| 12| 31| +---+---+---+---+---+---+---+---+---+---+ | 61| 86| 99| 76| 63| 52| 47| 38| 43| 50| +---+---+---+---+---+---+---+---+---+---+ | 24| 75| 62| 85| 54| 71| 64| 51| 48| 13| +---+---+---+---+---+---+---+---+---+---+ | 87| 98| 89| 80| 77| 84| 53| 46| 65| 44| +---+---+---+---+---+---+---+---+---+---+ | 90| 23| 92| 95| 70| 79| 68| 83| 14| 17| +---+---+---+---+---+---+---+---+---+---+ | 97| 88| 21| 78| 81| 94| 19| 16| 45| 66| +---+---+---+---+---+---+---+---+---+---+ | 22| 91| 96| 93| 20| 69| 82| 67| 18| 15| +---+---+---+---+---+---+---+---+---+---+ ok Trying: from test.support import gc_collect Expecting nothing ok Trying: def f(): print((yield 1)) yield 2 Expecting nothing ok Trying: g = f() Expecting nothing ok Trying: next(g) Expecting: 1 ok Trying: g.send(42) Expecting: 42 2 ok Trying: f().send("foo") Expecting: Traceback (most recent call last): ... TypeError: can't send non-None value to a just-started generator ok Trying: def f(): yield Expecting nothing ok Trying: list(f()) Expecting: [None] ok Trying: def f(): list(i for i in [(yield 26)]) Expecting nothing ok Trying: type(f()) Expecting: ok Trying: def coroutine(seq): count = 0 while count < 200: count += yield seq.append(count) Expecting nothing ok Trying: seq = [] Expecting nothing ok Trying: c = coroutine(seq) Expecting nothing ok Trying: next(c) Expecting nothing ok Trying: print(seq) Expecting: [] ok Trying: c.send(10) Expecting nothing ok Trying: print(seq) Expecting: [10] ok Trying: c.send(10) Expecting nothing ok Trying: print(seq) Expecting: [10, 20] ok Trying: c.send(10) Expecting nothing ok Trying: print(seq) Expecting: [10, 20, 30] ok Trying: f=lambda: (yield 1),(yield 2) Expecting: Traceback (most recent call last): ... SyntaxError: 'yield' outside function ok Trying: def f(): (yield bar) = y Expecting: Traceback (most recent call last): ... SyntaxError: cannot assign to yield expression here. Maybe you meant '==' instead of '='? ok Trying: def f(): (yield bar) += y Expecting: Traceback (most recent call last): ... SyntaxError: 'yield expression' is an illegal expression for augmented assignment ok Trying: def f(): while True: try: print((yield)) except ValueError as v: print("caught ValueError (%s)" % (v)) Expecting nothing ok Trying: import sys Expecting nothing ok Trying: g = f() Expecting nothing ok Trying: next(g) Expecting nothing ok Trying: g.throw(ValueError) # type only Expecting: caught ValueError () ok Trying: g.throw(ValueError("xyz")) # value only Expecting: caught ValueError (xyz) ok Trying: g.throw(ValueError, ValueError(1)) # value+matching type Expecting: caught ValueError (1) ok Trying: g.throw(ValueError, TypeError(1)) # mismatched type, rewrapped Expecting: caught ValueError (1) ok Trying: g.throw(ValueError, ValueError(1), None) # explicit None traceback Expecting: caught ValueError (1) ok Trying: g.throw(ValueError(1), "foo") # bad args Expecting: Traceback (most recent call last): ... TypeError: instance exception may not have a separate value ok Trying: g.throw(ValueError, "foo", 23) # bad args Expecting: Traceback (most recent call last): ... TypeError: throw() third argument must be a traceback object ok Trying: g.throw("abc") Expecting: Traceback (most recent call last): ... TypeError: exceptions must be classes or instances deriving from BaseException, not str ok Trying: g.throw(0) Expecting: Traceback (most recent call last): ... TypeError: exceptions must be classes or instances deriving from BaseException, not int ok Trying: g.throw(list) Expecting: Traceback (most recent call last): ... TypeError: exceptions must be classes or instances deriving from BaseException, not type ok Trying: def throw(g,exc): try: raise exc except: g.throw(*sys.exc_info()) Expecting nothing ok Trying: throw(g,ValueError) # do it with traceback included Expecting: caught ValueError () ok Trying: g.send(1) Expecting: 1 ok Trying: throw(g,TypeError) # terminate the generator Expecting: Traceback (most recent call last): ... TypeError ok Trying: print(g.gi_frame) Expecting: None ok Trying: g.send(2) Expecting: Traceback (most recent call last): ... StopIteration ok Trying: g.throw(ValueError,6) # throw on closed generator Expecting: Traceback (most recent call last): ... ValueError: 6 ok Trying: f().throw(ValueError,7) # throw on just-opened generator Expecting: Traceback (most recent call last): ... ValueError: 7 ok Trying: def f(): try: yield except: raise Expecting nothing ok Trying: g = f() Expecting nothing ok Trying: try: 1/0 except ZeroDivisionError as v: try: g.throw(v) except Exception as w: tb = w.__traceback__ Expecting nothing ok Trying: levels = 0 Expecting nothing ok Trying: while tb: levels += 1 tb = tb.tb_next Expecting nothing ok Trying: levels Expecting: 3 ok Trying: def f(): try: yield except GeneratorExit: print("exiting") Expecting nothing ok Trying: g = f() Expecting nothing ok Trying: next(g) Expecting nothing ok Trying: g.close() Expecting: exiting ok Trying: g.close() # should be no-op now Expecting nothing ok Trying: f().close() # close on just-opened generator should be fine Expecting nothing ok Trying: def f(): yield # an even simpler generator Expecting nothing ok Trying: f().close() # close before opening Expecting nothing ok Trying: g = f() Expecting nothing ok Trying: next(g) Expecting nothing ok Trying: g.close() # close normally Expecting nothing ok Trying: def f(): try: yield finally: print("exiting") Expecting nothing ok Trying: g = f() Expecting nothing ok Trying: next(g) Expecting nothing ok Trying: del g; gc_collect() # For PyPy or other GCs. Expecting: exiting ok Trying: def f(): try: yield except Exception: print('except') finally: print('finally') Expecting nothing ok Trying: g = f() Expecting nothing ok Trying: next(g) Expecting nothing ok Trying: del g; gc_collect() # For PyPy or other GCs. Expecting: finally ok Trying: def f(): try: yield except GeneratorExit: yield "foo!" Expecting nothing ok Trying: g = f() Expecting nothing ok Trying: next(g) Expecting nothing ok Trying: g.close() Expecting: Traceback (most recent call last): ... RuntimeError: generator ignored GeneratorExit ok Trying: g.close() Expecting nothing ok Trying: with support.catch_unraisable_exception() as cm: g = f() next(g) del g cm.unraisable.exc_type == RuntimeError "generator ignored GeneratorExit" in str(cm.unraisable.exc_value) cm.unraisable.exc_traceback is not None Expecting: True True True ok Trying: def f(): try: yield except GeneratorExit: raise TypeError("fie!") Expecting nothing ok Trying: g = f() Expecting nothing ok Trying: next(g) Expecting nothing ok Trying: g.close() Expecting: Traceback (most recent call last): ... TypeError: fie! ok Trying: def f(): x += yield Expecting nothing ok Trying: type(f()) Expecting: ok Trying: def f(): x = yield Expecting nothing ok Trying: type(f()) Expecting: ok Trying: def f(): lambda x=(yield): 1 Expecting nothing ok Trying: type(f()) Expecting: ok Trying: def f(d): d[(yield "a")] = d[(yield "b")] = 27 Expecting nothing ok Trying: data = [1,2] Expecting nothing ok Trying: g = f(data) Expecting nothing ok Trying: type(g) Expecting: ok Trying: g.send(None) Expecting: 'a' ok Trying: data Expecting: [1, 2] ok Trying: g.send(0) Expecting: 'b' ok Trying: data Expecting: [27, 2] ok Trying: try: g.send(1) except StopIteration: pass Expecting nothing ok Trying: data Expecting: [27, 27] ok Trying: def g(): for i in range(3): yield None yield None return Expecting nothing ok Trying: list(g()) Expecting: [None, None, None, None] ok Trying: def g(): yield 1 try: raise StopIteration except: yield 2 yield 3 Expecting nothing ok Trying: list(g()) Expecting: [1, 2, 3] ok Trying: def gcomb(x, k): "Generate all combinations of k elements from list x." if k > len(x): return if k == 0: yield [] else: first, rest = x[0], x[1:] # A combination does or doesn't contain first. # If it does, the remainder is a k-1 comb of rest. for c in gcomb(rest, k-1): c.insert(0, first) yield c # If it doesn't contain first, it's a k comb of rest. for c in gcomb(rest, k): yield c Expecting nothing ok Trying: seq = list(range(1, 5)) Expecting nothing ok Trying: for k in range(len(seq) + 2): print("%d-combs of %s:" % (k, seq)) for c in gcomb(seq, k): print(" ", c) Expecting: 0-combs of [1, 2, 3, 4]: [] 1-combs of [1, 2, 3, 4]: [1] [2] [3] [4] 2-combs of [1, 2, 3, 4]: [1, 2] [1, 3] [1, 4] [2, 3] [2, 4] [3, 4] 3-combs of [1, 2, 3, 4]: [1, 2, 3] [1, 2, 4] [1, 3, 4] [2, 3, 4] 4-combs of [1, 2, 3, 4]: [1, 2, 3, 4] 5-combs of [1, 2, 3, 4]: ok Trying: def g(): yield 1 Expecting nothing ok Trying: type(g) Expecting: ok Trying: i = g() Expecting nothing ok Trying: type(i) Expecting: ok Trying: [s for s in dir(i) if not s.startswith('_')] Expecting: ['close', 'gi_code', 'gi_frame', 'gi_running', 'gi_yieldfrom', 'send', 'throw'] ok Trying: from test.support import HAVE_DOCSTRINGS Expecting nothing ok Trying: print(i.__next__.__doc__ if HAVE_DOCSTRINGS else 'Implement next(self).') Expecting: Implement next(self). ok Trying: iter(i) is i Expecting: True ok Trying: import types Expecting nothing ok Trying: isinstance(i, types.GeneratorType) Expecting: True ok Trying: i.gi_running Expecting: 0 ok Trying: type(i.gi_frame) Expecting: ok Trying: i.gi_running = 42 Expecting: Traceback (most recent call last): ... AttributeError: attribute 'gi_running' of 'generator' objects is not writable ok Trying: def g(): yield me.gi_running Expecting nothing ok Trying: me = g() Expecting nothing ok Trying: me.gi_running Expecting: 0 ok Trying: next(me) Expecting: 1 ok Trying: me.gi_running Expecting: 0 ok Trying: class disjointSet: def __init__(self, name): self.name = name self.parent = None self.generator = self.generate() def generate(self): while not self.parent: yield self for x in self.parent.generator: yield x def find(self): return next(self.generator) def union(self, parent): if self.parent: raise ValueError("Sorry, I'm not a root!") self.parent = parent def __str__(self): return self.name Expecting nothing ok Trying: names = "ABCDEFGHIJKLM" Expecting nothing ok Trying: sets = [disjointSet(name) for name in names] Expecting nothing ok Trying: roots = sets[:] Expecting nothing ok Trying: import random Expecting nothing ok Trying: gen = random.Random(42) Expecting nothing ok Trying: while 1: for s in sets: print(" %s->%s" % (s, s.find()), end='') print() if len(roots) > 1: s1 = gen.choice(roots) roots.remove(s1) s2 = gen.choice(roots) s1.union(s2) print("merged", s1, "into", s2) else: break Expecting: A->A B->B C->C D->D E->E F->F G->G H->H I->I J->J K->K L->L M->M merged K into B A->A B->B C->C D->D E->E F->F G->G H->H I->I J->J K->B L->L M->M merged A into F A->F B->B C->C D->D E->E F->F G->G H->H I->I J->J K->B L->L M->M merged E into F A->F B->B C->C D->D E->F F->F G->G H->H I->I J->J K->B L->L M->M merged D into C A->F B->B C->C D->C E->F F->F G->G H->H I->I J->J K->B L->L M->M merged M into C A->F B->B C->C D->C E->F F->F G->G H->H I->I J->J K->B L->L M->C merged J into B A->F B->B C->C D->C E->F F->F G->G H->H I->I J->B K->B L->L M->C merged B into C A->F B->C C->C D->C E->F F->F G->G H->H I->I J->C K->C L->L M->C merged F into G A->G B->C C->C D->C E->G F->G G->G H->H I->I J->C K->C L->L M->C merged L into C A->G B->C C->C D->C E->G F->G G->G H->H I->I J->C K->C L->C M->C merged G into I A->I B->C C->C D->C E->I F->I G->I H->H I->I J->C K->C L->C M->C merged I into H A->H B->C C->C D->C E->H F->H G->H H->H I->H J->C K->C L->C M->C merged C into H A->H B->H C->H D->H E->H F->H G->H H->H I->H J->H K->H L->H M->H ok Trying: def firstn(g, n): return [next(g) for i in range(n)] Expecting nothing ok Trying: def intsfrom(i): while 1: yield i i += 1 Expecting nothing ok Trying: firstn(intsfrom(5), 7) Expecting: [5, 6, 7, 8, 9, 10, 11] ok Trying: def exclude_multiples(n, ints): for i in ints: if i % n: yield i Expecting nothing ok Trying: firstn(exclude_multiples(3, intsfrom(1)), 6) Expecting: [1, 2, 4, 5, 7, 8] ok Trying: def sieve(ints): prime = next(ints) yield prime not_divisible_by_prime = exclude_multiples(prime, ints) for p in sieve(not_divisible_by_prime): yield p Expecting nothing ok Trying: primes = sieve(intsfrom(2)) Expecting nothing ok Trying: firstn(primes, 20) Expecting: [2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71] ok Trying: def times(n, g): for i in g: yield n * i Expecting nothing ok Trying: firstn(times(10, intsfrom(1)), 10) Expecting: [10, 20, 30, 40, 50, 60, 70, 80, 90, 100] ok Trying: def merge(g, h): ng = next(g) nh = next(h) while 1: if ng < nh: yield ng ng = next(g) elif ng > nh: yield nh nh = next(h) else: yield ng ng = next(g) nh = next(h) Expecting nothing ok Trying: def m235(): yield 1 me_times2 = times(2, m235()) me_times3 = times(3, m235()) me_times5 = times(5, m235()) for i in merge(merge(me_times2, me_times3), me_times5): yield i Expecting nothing ok Trying: result = m235() Expecting nothing ok Trying: for i in range(3): print(firstn(result, 15)) Expecting: [1, 2, 3, 4, 5, 6, 8, 9, 10, 12, 15, 16, 18, 20, 24] [25, 27, 30, 32, 36, 40, 45, 48, 50, 54, 60, 64, 72, 75, 80] [81, 90, 96, 100, 108, 120, 125, 128, 135, 144, 150, 160, 162, 180, 192] ok Trying: class LazyList: def __init__(self, g): self.sofar = [] self.fetch = g.__next__ def __getitem__(self, i): sofar, fetch = self.sofar, self.fetch while i >= len(sofar): sofar.append(fetch()) return sofar[i] Expecting nothing ok Trying: def m235(): yield 1 # Gack: m235 below actually refers to a LazyList. me_times2 = times(2, m235) me_times3 = times(3, m235) me_times5 = times(5, m235) for i in merge(merge(me_times2, me_times3), me_times5): yield i Expecting nothing ok Trying: m235 = LazyList(m235()) Expecting nothing ok Trying: for i in range(5): print([m235[j] for j in range(15*i, 15*(i+1))]) Expecting: [1, 2, 3, 4, 5, 6, 8, 9, 10, 12, 15, 16, 18, 20, 24] [25, 27, 30, 32, 36, 40, 45, 48, 50, 54, 60, 64, 72, 75, 80] [81, 90, 96, 100, 108, 120, 125, 128, 135, 144, 150, 160, 162, 180, 192] [200, 216, 225, 240, 243, 250, 256, 270, 288, 300, 320, 324, 360, 375, 384] [400, 405, 432, 450, 480, 486, 500, 512, 540, 576, 600, 625, 640, 648, 675] ok Trying: def fibgen(a, b): def sum(g, h): while 1: yield next(g) + next(h) def tail(g): next(g) # throw first away for x in g: yield x yield a yield b for s in sum(iter(fib), tail(iter(fib))): yield s Expecting nothing ok Trying: fib = LazyList(fibgen(1, 2)) Expecting nothing ok Trying: firstn(iter(fib), 17) Expecting: [1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, 1597, 2584] ok Trying: from itertools import tee Expecting nothing ok Trying: def m235(): def _m235(): yield 1 for n in merge(times(2, m2), merge(times(3, m3), times(5, m5))): yield n m1 = _m235() m2, m3, m5, mRes = tee(m1, 4) return mRes Expecting nothing ok Trying: it = m235() Expecting nothing ok Trying: for i in range(5): print(firstn(it, 15)) Expecting: [1, 2, 3, 4, 5, 6, 8, 9, 10, 12, 15, 16, 18, 20, 24] [25, 27, 30, 32, 36, 40, 45, 48, 50, 54, 60, 64, 72, 75, 80] [81, 90, 96, 100, 108, 120, 125, 128, 135, 144, 150, 160, 162, 180, 192] [200, 216, 225, 240, 243, 250, 256, 270, 288, 300, 320, 324, 360, 375, 384] [400, 405, 432, 450, 480, 486, 500, 512, 540, 576, 600, 625, 640, 648, 675] ok Trying: def fib(): def _isum(g, h): while 1: yield next(g) + next(h) def _fib(): yield 1 yield 2 next(fibTail) # throw first away for res in _isum(fibHead, fibTail): yield res realfib = _fib() fibHead, fibTail, fibRes = tee(realfib, 3) return fibRes Expecting nothing ok Trying: firstn(fib(), 17) Expecting: [1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, 1597, 2584] ok Trying: def g(): i = next(me) yield i Expecting nothing ok Trying: me = g() Expecting nothing ok Trying: next(me) Expecting: Traceback (most recent call last): ... File "", line 2, in g ValueError: generator already executing ok Trying: def f1(): try: return except: yield 1 Expecting nothing ok Trying: print(list(f1())) Expecting: [] ok Trying: def f2(): try: raise StopIteration except: yield 42 Expecting nothing ok Trying: print(list(f2())) Expecting: [42] ok Trying: def f(): return 1//0 Expecting nothing ok Trying: def g(): yield f() # the zero division exception propagates yield 42 # and we'll never get here Expecting nothing ok Trying: k = g() Expecting nothing ok Trying: next(k) Expecting: Traceback (most recent call last): File "", line 1, in ? File "", line 2, in g File "", line 2, in f ZeroDivisionError: integer division or modulo by zero ok Trying: next(k) # and the generator cannot be resumed Expecting: Traceback (most recent call last): File "", line 1, in ? StopIteration ok Trying: def f(): try: yield 1 try: yield 2 1//0 yield 3 # never get here except ZeroDivisionError: yield 4 yield 5 raise except: yield 6 yield 7 # the "raise" above stops this except: yield 8 yield 9 try: x = 12 finally: yield 10 yield 11 Expecting nothing ok Trying: print(list(f())) Expecting: [1, 2, 4, 5, 8, 9, 10, 11] ok Trying: class Tree: def __init__(self, label, left=None, right=None): self.label = label self.left = left self.right = right def __repr__(self, level=0, indent=" "): s = level*indent + repr(self.label) if self.left: s = s + "\n" + self.left.__repr__(level+1, indent) if self.right: s = s + "\n" + self.right.__repr__(level+1, indent) return s def __iter__(self): return inorder(self) Expecting nothing ok Trying: def tree(list): n = len(list) if n == 0: return [] i = n // 2 return Tree(list[i], tree(list[:i]), tree(list[i+1:])) Expecting nothing ok Trying: t = tree("ABCDEFGHIJKLMNOPQRSTUVWXYZ") Expecting nothing ok Trying: def inorder(t): if t: for x in inorder(t.left): yield x yield t.label for x in inorder(t.right): yield x Expecting nothing ok Trying: t = tree("ABCDEFGHIJKLMNOPQRSTUVWXYZ") Expecting nothing ok Trying: for x in t: print(' '+x, end='') Expecting: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ok Trying: def inorder(node): stack = [] while node: while node.left: stack.append(node) node = node.left yield node.label while not node.right: try: node = stack.pop() except IndexError: return yield node.label node = node.right Expecting nothing ok Trying: for x in t: print(' '+x, end='') Expecting: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ok Trying: import itertools Expecting nothing ok Trying: def leak(): class gen: def __iter__(self): return self def __next__(self): return self.item g = gen() head, tail = itertools.tee(g) g.item = head return head Expecting nothing ok Trying: it = leak() Expecting nothing ok Trying: item = next(it) Expecting nothing ok Trying: def leak(): def gen(): while True: yield g g = gen() Expecting nothing ok Trying: leak() Expecting nothing ok Trying: from test import support Expecting nothing ok Trying: class Leaker: def __del__(self): def invoke(message): raise RuntimeError(message) invoke("del failed") Expecting nothing ok Trying: with support.catch_unraisable_exception() as cm: l = Leaker() del l cm.unraisable.object == Leaker.__del__ cm.unraisable.exc_type == RuntimeError str(cm.unraisable.exc_value) == "del failed" cm.unraisable.exc_traceback is not None Expecting: True True True True ok Trying: def f(): yield 1 return Expecting nothing ok Trying: def f(): try: yield 1 finally: pass Expecting nothing ok Trying: def f(): try: try: 1//0 except ZeroDivisionError: yield 666 except: pass finally: pass Expecting nothing ok Trying: def f(): try: try: yield 12 1//0 except ZeroDivisionError: yield 666 except: try: x = 12 finally: yield 12 except: return Expecting nothing ok Trying: list(f()) Expecting: [12, 666] ok Trying: def f(): yield Expecting nothing ok Trying: type(f()) Expecting: ok Trying: def f(): if 0: yield Expecting nothing ok Trying: type(f()) Expecting: ok Trying: def f(): if 0: yield 1 Expecting nothing ok Trying: type(f()) Expecting: ok Trying: def f(): if "": yield None Expecting nothing ok Trying: type(f()) Expecting: ok Trying: def f(): return try: if x==4: pass elif 0: try: 1//0 except SyntaxError: pass else: if 0: while 12: x += 1 yield 2 # don't blink f(a, b, c, d, e) else: pass except: x = 1 return Expecting nothing ok Trying: type(f()) Expecting: ok Trying: def f(): if 0: def g(): yield 1 Expecting nothing ok Trying: type(f()) Expecting: ok Trying: def f(): if 0: class C: def __init__(self): yield 1 def f(self): yield 2 Expecting nothing ok Trying: type(f()) Expecting: ok Trying: def f(): if 0: return if 0: yield 2 Expecting nothing ok Trying: type(f()) Expecting: ok Trying: def f(): for i in range(3): try: continue finally: yield i Expecting nothing ok Trying: g = f() Expecting nothing ok Trying: print(next(g)) Expecting: 0 ok Trying: print(next(g)) Expecting: 1 ok Trying: print(next(g)) Expecting: 2 ok Trying: print(next(g)) Expecting: Traceback (most recent call last): StopIteration ok Trying: def f(): yield 5 Expecting nothing ok Trying: g = f() Expecting nothing ok Trying: g.gi_code is f.__code__ Expecting: True ok Trying: next(g) Expecting: 5 ok Trying: next(g) Expecting: Traceback (most recent call last): StopIteration ok Trying: g.gi_code is f.__code__ Expecting: True ok Trying: def f(): yield 5 Expecting nothing ok Trying: g = f() Expecting nothing ok Trying: g.__name__ Expecting: 'f' ok Trying: repr(g) # doctest: +ELLIPSIS Expecting: '' ok Trying: x = lambda: (yield 1) Expecting nothing ok Trying: list(x()) Expecting: [1] ok Trying: x = lambda: ((yield 1), (yield 2)) Expecting nothing ok Trying: list(x()) Expecting: [1, 2] ok Trying: def f(): yield 1 yield 2 Expecting nothing ok Trying: for i in f(): print(i) Expecting: 1 2 ok Trying: g = f() Expecting nothing ok Trying: next(g) Expecting: 1 ok Trying: next(g) Expecting: 2 ok Trying: next(g) Expecting: Traceback (most recent call last): File "", line 1, in ? File "", line 2, in g StopIteration ok Trying: def f(): yield 1 return yield 2 # never reached Expecting nothing ok Trying: g = f() Expecting nothing ok Trying: next(g) Expecting: 1 ok Trying: next(g) Expecting: Traceback (most recent call last): File "", line 1, in ? File "", line 3, in f StopIteration ok Trying: next(g) # once stopped, can't be resumed Expecting: Traceback (most recent call last): File "", line 1, in ? StopIteration ok Trying: def g1(): try: return except: yield 1 Expecting nothing ok Trying: list(g1()) Expecting: [] ok Trying: def g2(): try: raise StopIteration except: yield 42 Expecting nothing ok Trying: print(list(g2())) Expecting: [42] ok Trying: def g3(): try: return finally: yield 1 Expecting nothing ok Trying: list(g3()) Expecting: [1] ok Trying: def yrange(n): for i in range(n): yield i Expecting nothing ok Trying: list(yrange(5)) Expecting: [0, 1, 2, 3, 4] ok Trying: def creator(): r = yrange(5) print("creator", next(r)) return r Expecting nothing ok Trying: def caller(): r = creator() for i in r: print("caller", i) Expecting nothing ok Trying: caller() Expecting: creator 0 caller 1 caller 2 caller 3 caller 4 ok Trying: def zrange(n): for i in yrange(n): yield i Expecting nothing ok Trying: list(zrange(5)) Expecting: [0, 1, 2, 3, 4] ok Trying: import weakref Expecting nothing ok Trying: def gen(): yield 'foo!' Expecting nothing ok Trying: wr = weakref.ref(gen) Expecting nothing ok Trying: wr() is gen Expecting: True ok Trying: p = weakref.proxy(gen) Expecting nothing ok Trying: gi = gen() Expecting nothing ok Trying: wr = weakref.ref(gi) Expecting nothing ok Trying: wr() is gi Expecting: True ok Trying: p = weakref.proxy(gi) Expecting nothing ok Trying: list(p) Expecting: ['foo!'] ok 52 items had no tests: test.test_generators test.test_generators.ExceptionTest test.test_generators.ExceptionTest.test_except_gen_except test.test_generators.ExceptionTest.test_except_next test.test_generators.ExceptionTest.test_except_throw test.test_generators.ExceptionTest.test_except_throw_bad_exception test.test_generators.ExceptionTest.test_except_throw_exception_context test.test_generators.ExceptionTest.test_return_stopiteration test.test_generators.ExceptionTest.test_return_tuple test.test_generators.ExceptionTest.test_stopiteration_error test.test_generators.ExceptionTest.test_tutorial_stopiteration test.test_generators.FinalizationTest test.test_generators.FinalizationTest.test_frame_resurrect test.test_generators.FinalizationTest.test_lambda_generator test.test_generators.FinalizationTest.test_refcycle test.test_generators.GeneratorStackTraceTest test.test_generators.GeneratorStackTraceTest.check_stack_names test.test_generators.GeneratorStackTraceTest.check_yield_from_example test.test_generators.GeneratorStackTraceTest.test_send_with_yield_from test.test_generators.GeneratorStackTraceTest.test_throw_with_yield_from test.test_generators.GeneratorTest test.test_generators.GeneratorTest.test_copy test.test_generators.GeneratorTest.test_name test.test_generators.GeneratorTest.test_pickle test.test_generators.GeneratorTest.test_send_non_none_to_new_gen test.test_generators.GeneratorThrowTest test.test_generators.GeneratorThrowTest.test_exception_context_with_yield test.test_generators.GeneratorThrowTest.test_exception_context_with_yield_from test.test_generators.GeneratorThrowTest.test_exception_context_with_yield_from_with_context_cycle test.test_generators.GeneratorThrowTest.test_exception_context_with_yield_inside_generator test.test_generators.GeneratorThrowTest.test_throw_after_none_exc_type test.test_generators.Knights test.test_generators.Knights.__init__ test.test_generators.Knights._init_board test.test_generators.Knights.coords2index test.test_generators.Knights.index2coords test.test_generators.Knights.printsolution test.test_generators.Knights.solve test.test_generators.Queens test.test_generators.Queens.__init__ test.test_generators.Queens.printsolution test.test_generators.Queens.solve test.test_generators.SignalAndYieldFromTest test.test_generators.SignalAndYieldFromTest.generator1 test.test_generators.SignalAndYieldFromTest.generator2 test.test_generators.SignalAndYieldFromTest.test_raise_and_yield_from test.test_generators.YieldFromTests test.test_generators.YieldFromTests.test_generator_gi_yieldfrom test.test_generators.conjoin test.test_generators.flat_conjoin test.test_generators.simple_conjoin test.test_generators.test_main 9 items passed all tests: 12 tests in test.test_generators.__test__.conjoin 97 tests in test.test_generators.__test__.coroutine 32 tests in test.test_generators.__test__.email 27 tests in test.test_generators.__test__.fun 22 tests in test.test_generators.__test__.pep 9 tests in test.test_generators.__test__.refleaks 41 tests in test.test_generators.__test__.syntax 24 tests in test.test_generators.__test__.tut 10 tests in test.test_generators.__test__.weakref 274 tests in 61 items. 274 passed and 0 failed. Test passed. doctest (test.test_generators) ... 274 tests with zero failures 0:06:17 load avg: 0.61 [160/427] test_genericalias PASS: test_class_methods (test.test_genericalias.BaseTest) PASS: test_copy (test.test_genericalias.BaseTest) PASS: test_dir (test.test_genericalias.BaseTest) PASS: test_equality (test.test_genericalias.BaseTest) PASS: test_exposed_type (test.test_genericalias.BaseTest) PASS: test_generic_subclass (test.test_genericalias.BaseTest) PASS: test_instantiate (test.test_genericalias.BaseTest) PASS: test_isinstance (test.test_genericalias.BaseTest) PASS: test_issubclass (test.test_genericalias.BaseTest) PASS: test_no_chaining (test.test_genericalias.BaseTest) PASS: test_no_kwargs (test.test_genericalias.BaseTest) PASS: test_parameter_chaining (test.test_genericalias.BaseTest) PASS: test_parameters (test.test_genericalias.BaseTest) PASS: test_pickle (test.test_genericalias.BaseTest) PASS: test_repr (test.test_genericalias.BaseTest) PASS: test_subclassing (test.test_genericalias.BaseTest) PASS: test_subclassing_types_genericalias (test.test_genericalias.BaseTest) PASS: test_subscriptable (test.test_genericalias.BaseTest) PASS: test_type_generic (test.test_genericalias.BaseTest) PASS: test_type_subclass_generic (test.test_genericalias.BaseTest) PASS: test_unbound_methods (test.test_genericalias.BaseTest) PASS: test_union (test.test_genericalias.BaseTest) PASS: test_union_generic (test.test_genericalias.BaseTest) PASS: test_unsubscriptable (test.test_genericalias.BaseTest) PASS: test_weakref (test.test_genericalias.BaseTest) ---------------------------------------------------------------------- Ran 25 tests in 0.006s OK 0:06:18 load avg: 0.61 [161/427] test_genericclass PASS: test_c_class (test.test_genericclass.CAPITest) PASS: test_class_getitem (test.test_genericclass.TestClassGetitem) PASS: test_class_getitem_classmethod (test.test_genericclass.TestClassGetitem) PASS: test_class_getitem_errors (test.test_genericclass.TestClassGetitem) PASS: test_class_getitem_errors_2 (test.test_genericclass.TestClassGetitem) PASS: test_class_getitem_format (test.test_genericclass.TestClassGetitem) PASS: test_class_getitem_inheritance (test.test_genericclass.TestClassGetitem) PASS: test_class_getitem_inheritance_2 (test.test_genericclass.TestClassGetitem) PASS: test_class_getitem_metaclass (test.test_genericclass.TestClassGetitem) PASS: test_class_getitem_metaclass_first (test.test_genericclass.TestClassGetitem) PASS: test_class_getitem_patched (test.test_genericclass.TestClassGetitem) PASS: test_class_getitem_with_builtins (test.test_genericclass.TestClassGetitem) PASS: test_class_getitem_with_metaclass (test.test_genericclass.TestClassGetitem) PASS: test_mro_entry (test.test_genericclass.TestMROEntry) PASS: test_mro_entry_errors (test.test_genericclass.TestMROEntry) PASS: test_mro_entry_errors_2 (test.test_genericclass.TestMROEntry) PASS: test_mro_entry_metaclass (test.test_genericclass.TestMROEntry) PASS: test_mro_entry_none (test.test_genericclass.TestMROEntry) PASS: test_mro_entry_signature (test.test_genericclass.TestMROEntry) PASS: test_mro_entry_type_call (test.test_genericclass.TestMROEntry) PASS: test_mro_entry_with_builtins (test.test_genericclass.TestMROEntry) PASS: test_mro_entry_with_builtins_2 (test.test_genericclass.TestMROEntry) ---------------------------------------------------------------------- Ran 22 tests in 0.003s OK 0:06:18 load avg: 0.61 [162/427] test_genericpath PASS: test_path_commonprefix (test.test_genericpath.PathLikeTests) PASS: test_path_exists (test.test_genericpath.PathLikeTests) PASS: test_path_getctime (test.test_genericpath.PathLikeTests) PASS: test_path_getmtime (test.test_genericpath.PathLikeTests) PASS: test_path_getsize (test.test_genericpath.PathLikeTests) PASS: test_path_isdir (test.test_genericpath.PathLikeTests) PASS: test_path_isfile (test.test_genericpath.PathLikeTests) PASS: test_path_samefile (test.test_genericpath.PathLikeTests) PASS: test_commonprefix (test.test_genericpath.TestGenericTest) PASS: test_exists (test.test_genericpath.TestGenericTest) PASS: test_exists_fd (test.test_genericpath.TestGenericTest) PASS: test_filetime (test.test_genericpath.TestGenericTest) PASS: test_getsize (test.test_genericpath.TestGenericTest) PASS: test_invalid_paths (test.test_genericpath.TestGenericTest) PASS: test_isdir (test.test_genericpath.TestGenericTest) PASS: test_isfile (test.test_genericpath.TestGenericTest) PASS: test_no_argument (test.test_genericpath.TestGenericTest) PASS: test_samefile (test.test_genericpath.TestGenericTest) PASS: test_samefile_on_link (test.test_genericpath.TestGenericTest) PASS: test_samefile_on_symlink (test.test_genericpath.TestGenericTest) PASS: test_sameopenfile (test.test_genericpath.TestGenericTest) PASS: test_samestat (test.test_genericpath.TestGenericTest) PASS: test_samestat_on_link (test.test_genericpath.TestGenericTest) PASS: test_samestat_on_symlink (test.test_genericpath.TestGenericTest) ---------------------------------------------------------------------- Ran 24 tests in 0.006s OK 0:06:18 load avg: 0.61 [163/427] test_genexps Trying: sum(i*i for i in range(100) if i&1 == 1) Expecting: 166650 ok Trying: list((i,j) for i in range(3) for j in range(4) ) Expecting: [(0, 0), (0, 1), (0, 2), (0, 3), (1, 0), (1, 1), (1, 2), (1, 3), (2, 0), (2, 1), (2, 2), (2, 3)] ok Trying: list((i,j) for i in range(4) for j in range(i) ) Expecting: [(1, 0), (2, 0), (2, 1), (3, 0), (3, 1), (3, 2)] ok Trying: list((j*j for i in range(4) for j in [i+1])) Expecting: [1, 4, 9, 16] ok Trying: list((j*k for i in range(4) for j in [i+1] for k in [j+1])) Expecting: [2, 6, 12, 20] ok Trying: list((j*k for i in range(4) for j, k in [(i+1, i+2)])) Expecting: [2, 6, 12, 20] ok Trying: list((i*i for i in [*range(4)])) Expecting: [0, 1, 4, 9] ok Trying: list((i*i for i in (*range(4),))) Expecting: [0, 1, 4, 9] ok Trying: i = 20 Expecting nothing ok Trying: sum(i*i for i in range(100)) Expecting: 328350 ok Trying: i Expecting: 20 ok Trying: g = (i*i for i in range(4)) Expecting nothing ok Trying: type(g) Expecting: ok Trying: list(g) Expecting: [0, 1, 4, 9] ok Trying: g = (i*i for i in range(3)) Expecting nothing ok Trying: next(g) Expecting: 0 ok Trying: next(g) Expecting: 1 ok Trying: next(g) Expecting: 4 ok Trying: next(g) Expecting: Traceback (most recent call last): File "", line 1, in -toplevel- next(g) StopIteration ok Trying: next(g) Expecting: Traceback (most recent call last): File "", line 1, in -toplevel- next(g) StopIteration ok Trying: list(g) Expecting: [] ok Trying: def f(n): return (i*i for i in range(n)) Expecting nothing ok Trying: list(f(10)) Expecting: [0, 1, 4, 9, 16, 25, 36, 49, 64, 81] ok Trying: def f(n): return ((i,j) for i in range(3) for j in range(n)) Expecting nothing ok Trying: list(f(4)) Expecting: [(0, 0), (0, 1), (0, 2), (0, 3), (1, 0), (1, 1), (1, 2), (1, 3), (2, 0), (2, 1), (2, 2), (2, 3)] ok Trying: def f(n): return ((i,j) for i in range(3) for j in range(4) if j in range(n)) Expecting nothing ok Trying: list(f(4)) Expecting: [(0, 0), (0, 1), (0, 2), (0, 3), (1, 0), (1, 1), (1, 2), (1, 3), (2, 0), (2, 1), (2, 2), (2, 3)] ok Trying: list(f(2)) Expecting: [(0, 0), (0, 1), (1, 0), (1, 1), (2, 0), (2, 1)] ok Trying: def f(n): return i*i for i in range(n) Expecting: Traceback (most recent call last): ... SyntaxError: invalid syntax ok Trying: dict(a = i for i in range(10)) Expecting: Traceback (most recent call last): ... SyntaxError: invalid syntax. Maybe you meant '==' or ':=' instead of '='? ok Trying: dict(a = (i for i in range(10))) #doctest: +ELLIPSIS Expecting: {'a': at ...>} ok Trying: x=10 Expecting nothing ok Trying: g = (i*i for i in range(x)) Expecting nothing ok Trying: x = 5 Expecting nothing ok Trying: list(g) Expecting: [0, 1, 4, 9, 16, 25, 36, 49, 64, 81] ok Trying: (i for i in 6) Expecting: Traceback (most recent call last): File "", line 1, in -toplevel- (i for i in 6) TypeError: 'int' object is not iterable ok Trying: include = (2,4,6,8) Expecting nothing ok Trying: g = (i*i for i in range(10) if i in include) Expecting nothing ok Trying: include = (1,3,5,7,9) Expecting nothing ok Trying: list(g) Expecting: [1, 9, 25, 49, 81] ok Trying: g = ((i,j) for i in range(3) for j in range(x)) Expecting nothing ok Trying: x = 4 Expecting nothing ok Trying: list(g) Expecting: [(0, 0), (0, 1), (0, 2), (0, 3), (1, 0), (1, 1), (1, 2), (1, 3), (2, 0), (2, 1), (2, 2), (2, 3)] ok Trying: tupleids = list(map(id, ((i,i) for i in range(10)))) Expecting nothing ok Trying: int(max(tupleids) - min(tupleids)) Expecting: 0 ok Trying: (y for y in (1,2)) = 10 Expecting: Traceback (most recent call last): ... SyntaxError: cannot assign to generator expression ok Trying: (y for y in (1,2)) += 10 Expecting: Traceback (most recent call last): ... SyntaxError: 'generator expression' is an illegal expression for augmented assignment ok Trying: yrange = lambda n: (i for i in range(n)) Expecting nothing ok Trying: list(yrange(10)) Expecting: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] ok Trying: def creator(): r = yrange(5) print("creator", next(r)) return r Expecting nothing ok Trying: def caller(): r = creator() for i in r: print("caller", i) Expecting nothing ok Trying: caller() Expecting: creator 0 caller 1 caller 2 caller 3 caller 4 ok Trying: def zrange(n): for i in yrange(n): yield i Expecting nothing ok Trying: list(zrange(5)) Expecting: [0, 1, 2, 3, 4] ok Trying: g = (next(me) for i in range(10)) Expecting nothing ok Trying: me = g Expecting nothing ok Trying: next(me) Expecting: Traceback (most recent call last): File "", line 1, in -toplevel- next(me) File "", line 1, in g = (next(me) for i in range(10)) ValueError: generator already executing ok Trying: g = (10 // i for i in (5, 0, 2)) Expecting nothing ok Trying: next(g) Expecting: 2 ok Trying: next(g) Expecting: Traceback (most recent call last): File "", line 1, in -toplevel- next(g) File "", line 1, in g = (10 // i for i in (5, 0, 2)) ZeroDivisionError: integer division or modulo by zero ok Trying: next(g) Expecting: Traceback (most recent call last): File "", line 1, in -toplevel- next(g) StopIteration ok Trying: list(None for i in range(10)) Expecting: [None, None, None, None, None, None, None, None, None, None] ok Trying: g = (i*i for i in range(3)) Expecting nothing ok Trying: expected = set(['gi_frame', 'gi_running']) Expecting nothing ok Trying: set(attr for attr in dir(g) if not attr.startswith('__')) >= expected Expecting: True ok Trying: from test.support import HAVE_DOCSTRINGS Expecting nothing ok Trying: print(g.__next__.__doc__ if HAVE_DOCSTRINGS else 'Implement next(self).') Expecting: Implement next(self). ok Trying: import types Expecting nothing ok Trying: isinstance(g, types.GeneratorType) Expecting: True ok Trying: iter(g) is g Expecting: True ok Trying: g = (me.gi_running for i in (0,1)) Expecting nothing ok Trying: me = g Expecting nothing ok Trying: me.gi_running Expecting: 0 ok Trying: next(me) Expecting: 1 ok Trying: me.gi_running Expecting: 0 ok Trying: import weakref Expecting nothing ok Trying: g = (i*i for i in range(4)) Expecting nothing ok Trying: wr = weakref.ref(g) Expecting nothing ok Trying: wr() is g Expecting: True ok Trying: p = weakref.proxy(g) Expecting nothing ok Trying: list(p) Expecting: [0, 1, 4, 9] ok 2 items had no tests: test.test_genexps test.test_genexps.test_main 1 items passed all tests: 81 tests in test.test_genexps.__test__.doctests 81 tests in 3 items. 81 passed and 0 failed. Test passed. doctest (test.test_genexps) ... 81 tests with zero failures 0:06:19 load avg: 0.61 [164/427] test_getargs2 PASS: test_p (test.test_getargs2.Boolean_TestCase) PASS: test_c (test.test_getargs2.Bytes_TestCase) PASS: test_w_star (test.test_getargs2.Bytes_TestCase) PASS: test_y (test.test_getargs2.Bytes_TestCase) PASS: test_y_hash (test.test_getargs2.Bytes_TestCase) PASS: test_y_star (test.test_getargs2.Bytes_TestCase) PASS: test_D (test.test_getargs2.Float_TestCase) PASS: test_d (test.test_getargs2.Float_TestCase) PASS: test_f (test.test_getargs2.Float_TestCase) PASS: test_f_rounding (test.test_getargs2.Float_TestCase) PASS: test_invalid_keyword (test.test_getargs2.KeywordOnly_TestCase) PASS: test_keyword_args (test.test_getargs2.KeywordOnly_TestCase) PASS: test_mixed_args (test.test_getargs2.KeywordOnly_TestCase) PASS: test_optional_args (test.test_getargs2.KeywordOnly_TestCase) PASS: test_positional_args (test.test_getargs2.KeywordOnly_TestCase) PASS: test_required_args (test.test_getargs2.KeywordOnly_TestCase) PASS: test_surrogate_keyword (test.test_getargs2.KeywordOnly_TestCase) PASS: test_too_many_args (test.test_getargs2.KeywordOnly_TestCase) PASS: test_weird_str_subclass (test.test_getargs2.KeywordOnly_TestCase) PASS: test_weird_str_subclass2 (test.test_getargs2.KeywordOnly_TestCase) PASS: test_invalid_keyword (test.test_getargs2.Keywords_TestCase) PASS: test_keyword_args (test.test_getargs2.Keywords_TestCase) PASS: test_kwargs (test.test_getargs2.Keywords_TestCase) PASS: test_mixed_args (test.test_getargs2.Keywords_TestCase) PASS: test_optional_args (test.test_getargs2.Keywords_TestCase) PASS: test_positional_args (test.test_getargs2.Keywords_TestCase) PASS: test_required_args (test.test_getargs2.Keywords_TestCase) PASS: test_surrogate_keyword (test.test_getargs2.Keywords_TestCase) PASS: test_too_many_args (test.test_getargs2.Keywords_TestCase) PASS: test_K (test.test_getargs2.LongLong_TestCase) PASS: test_L (test.test_getargs2.LongLong_TestCase) PASS: test_S (test.test_getargs2.Object_TestCase) PASS: test_U (test.test_getargs2.Object_TestCase) PASS: test_Y (test.test_getargs2.Object_TestCase) PASS: test_bad_use (test.test_getargs2.ParseTupleAndKeywords_Test) PASS: test_parse_tuple_and_keywords (test.test_getargs2.ParseTupleAndKeywords_Test) PASS: test_positional_only (test.test_getargs2.ParseTupleAndKeywords_Test) PASS: test_empty_keyword (test.test_getargs2.PositionalOnlyAndKeywords_TestCase) PASS: test_mixed_args (test.test_getargs2.PositionalOnlyAndKeywords_TestCase) PASS: test_optional_args (test.test_getargs2.PositionalOnlyAndKeywords_TestCase) PASS: test_positional_args (test.test_getargs2.PositionalOnlyAndKeywords_TestCase) PASS: test_required_args (test.test_getargs2.PositionalOnlyAndKeywords_TestCase) PASS: test_h (test.test_getargs2.Signed_TestCase) PASS: test_i (test.test_getargs2.Signed_TestCase) PASS: test_l (test.test_getargs2.Signed_TestCase) PASS: test_n (test.test_getargs2.Signed_TestCase) test_skipitem (test.test_getargs2.SkipitemTest) PASS: If this test failed, you probably added a new "format unit" PASS: test_skipitem_with_suffix (test.test_getargs2.SkipitemTest) PASS: test_C (test.test_getargs2.String_TestCase) PASS: test_Z (test.test_getargs2.String_TestCase) PASS: test_Z_hash (test.test_getargs2.String_TestCase) PASS: test_es (test.test_getargs2.String_TestCase) PASS: test_es_hash (test.test_getargs2.String_TestCase) PASS: test_et (test.test_getargs2.String_TestCase) PASS: test_et_hash (test.test_getargs2.String_TestCase) PASS: test_s (test.test_getargs2.String_TestCase) PASS: test_s_hash (test.test_getargs2.String_TestCase) PASS: test_s_hash_int (test.test_getargs2.String_TestCase) PASS: test_s_star (test.test_getargs2.String_TestCase) PASS: test_u (test.test_getargs2.String_TestCase) PASS: test_u_hash (test.test_getargs2.String_TestCase) PASS: test_z (test.test_getargs2.String_TestCase) PASS: test_z_hash (test.test_getargs2.String_TestCase) PASS: test_z_star (test.test_getargs2.String_TestCase) PASS: test (test.test_getargs2.Test6012) PASS: test_L_code (test.test_getargs2.Test_testcapi) PASS: test_Z_code (test.test_getargs2.Test_testcapi) PASS: test_k_code (test.test_getargs2.Test_testcapi) PASS: test_s_code (test.test_getargs2.Test_testcapi) PASS: test_u_code (test.test_getargs2.Test_testcapi) PASS: test_args (test.test_getargs2.Tuple_TestCase) PASS: test_tuple (test.test_getargs2.Tuple_TestCase) PASS: test_B (test.test_getargs2.Unsigned_TestCase) PASS: test_H (test.test_getargs2.Unsigned_TestCase) PASS: test_I (test.test_getargs2.Unsigned_TestCase) PASS: test_b (test.test_getargs2.Unsigned_TestCase) PASS: test_k (test.test_getargs2.Unsigned_TestCase) ---------------------------------------------------------------------- Ran 77 tests in 0.049s OK 0:06:19 load avg: 0.61 [165/427] test_getopt PASS: test_do_longs (test.test_getopt.GetoptTests) PASS: test_do_shorts (test.test_getopt.GetoptTests) PASS: test_getopt (test.test_getopt.GetoptTests) PASS: test_gnu_getopt (test.test_getopt.GetoptTests) PASS: test_issue4629 (test.test_getopt.GetoptTests) test_libref_examples (test.test_getopt.GetoptTests) ... 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 PASS: test_long_has_args (test.test_getopt.GetoptTests) PASS: test_short_has_arg (test.test_getopt.GetoptTests) ---------------------------------------------------------------------- Ran 8 tests in 0.003s OK 0:06:19 load avg: 0.61 [166/427] test_getpass PASS: test_username_falls_back_to_pwd (test.test_getpass.GetpassGetuserTest) PASS: test_username_priorities_of_env_values (test.test_getpass.GetpassGetuserTest) PASS: test_username_takes_username_from_env (test.test_getpass.GetpassGetuserTest) PASS: test_flushes_stream_after_prompt (test.test_getpass.GetpassRawinputTest) PASS: test_raises_on_empty_input (test.test_getpass.GetpassRawinputTest) PASS: test_trims_trailing_newline (test.test_getpass.GetpassRawinputTest) PASS: test_uses_stderr_as_default (test.test_getpass.GetpassRawinputTest) PASS: test_uses_stdin_as_default_input (test.test_getpass.GetpassRawinputTest) PASS: test_uses_stdin_as_different_locale (test.test_getpass.GetpassRawinputTest) PASS: test_falls_back_to_fallback_if_termios_raises (test.test_getpass.UnixGetpassTest) PASS: test_falls_back_to_stdin (test.test_getpass.UnixGetpassTest) PASS: test_flushes_stream_after_input (test.test_getpass.UnixGetpassTest) PASS: test_resets_termios (test.test_getpass.UnixGetpassTest) PASS: test_uses_tty_directly (test.test_getpass.UnixGetpassTest) ---------------------------------------------------------------------- Ran 14 tests in 0.039s OK 0:06:20 load avg: 0.61 [167/427] test_gettext test_ignore_comments_in_headers_issue36239 (test.test_gettext.GNUTranslationParsingTest) PASS: Checks that comments like: PASS: test_plural_form_error_issue17898 (test.test_gettext.GNUTranslationParsingTest) PASS: test_cache (test.test_gettext.GettextCacheTestCase) PASS: test_double_quotes (test.test_gettext.GettextTestCase1) PASS: test_multiline_strings (test.test_gettext.GettextTestCase1) PASS: test_some_translations (test.test_gettext.GettextTestCase1) PASS: test_some_translations_with_context (test.test_gettext.GettextTestCase1) PASS: test_the_alternative_interface (test.test_gettext.GettextTestCase1) PASS: test_triple_double_quotes (test.test_gettext.GettextTestCase1) PASS: test_triple_single_quotes (test.test_gettext.GettextTestCase1) PASS: test_bad_major_version (test.test_gettext.GettextTestCase2) PASS: test_bad_minor_version (test.test_gettext.GettextTestCase2) PASS: test_bindtextdomain (test.test_gettext.GettextTestCase2) PASS: test_double_quotes (test.test_gettext.GettextTestCase2) PASS: test_multiline_strings (test.test_gettext.GettextTestCase2) PASS: test_some_translations (test.test_gettext.GettextTestCase2) PASS: test_some_translations_with_context (test.test_gettext.GettextTestCase2) PASS: test_some_translations_with_context_and_domain (test.test_gettext.GettextTestCase2) PASS: test_textdomain (test.test_gettext.GettextTestCase2) PASS: test_triple_double_quotes (test.test_gettext.GettextTestCase2) PASS: test_triple_single_quotes (test.test_gettext.GettextTestCase2) PASS: test_lgettext (test.test_gettext.LGettextTestCase) PASS: test_lgettext_2 (test.test_gettext.LGettextTestCase) PASS: test_lgettext_bind_textdomain_codeset (test.test_gettext.LGettextTestCase) PASS: test_lgettext_output_encoding (test.test_gettext.LGettextTestCase) PASS: test_lngettext (test.test_gettext.LGettextTestCase) PASS: test_lngettext_2 (test.test_gettext.LGettextTestCase) PASS: test_lngettext_bind_textdomain_codeset (test.test_gettext.LGettextTestCase) PASS: test_lngettext_output_encoding (test.test_gettext.LGettextTestCase) PASS: test_output_encoding (test.test_gettext.LGettextTestCase) PASS: test__all__ (test.test_gettext.MiscTestCase) PASS: test_ar (test.test_gettext.PluralFormsTestCase) PASS: test_chained_comparison (test.test_gettext.PluralFormsTestCase) PASS: test_cs (test.test_gettext.PluralFormsTestCase) PASS: test_de (test.test_gettext.PluralFormsTestCase) PASS: test_decimal_number (test.test_gettext.PluralFormsTestCase) PASS: test_division (test.test_gettext.PluralFormsTestCase) PASS: test_fr (test.test_gettext.PluralFormsTestCase) PASS: test_gd (test.test_gettext.PluralFormsTestCase) PASS: test_gd2 (test.test_gettext.PluralFormsTestCase) PASS: test_invalid_syntax (test.test_gettext.PluralFormsTestCase) PASS: test_ja (test.test_gettext.PluralFormsTestCase) PASS: test_lt (test.test_gettext.PluralFormsTestCase) PASS: test_lv (test.test_gettext.PluralFormsTestCase) PASS: test_nested_condition_operator (test.test_gettext.PluralFormsTestCase) PASS: test_pl (test.test_gettext.PluralFormsTestCase) PASS: test_plural_context_forms1 (test.test_gettext.PluralFormsTestCase) PASS: test_plural_context_forms2 (test.test_gettext.PluralFormsTestCase) PASS: test_plural_forms1 (test.test_gettext.PluralFormsTestCase) PASS: test_plural_forms2 (test.test_gettext.PluralFormsTestCase) PASS: test_plural_number (test.test_gettext.PluralFormsTestCase) PASS: test_ro (test.test_gettext.PluralFormsTestCase) PASS: test_ru (test.test_gettext.PluralFormsTestCase) PASS: test_security (test.test_gettext.PluralFormsTestCase) PASS: test_sl (test.test_gettext.PluralFormsTestCase) PASS: test_unicode_context_msgid (test.test_gettext.UnicodeTranslationsPluralTest) PASS: test_unicode_msgid (test.test_gettext.UnicodeTranslationsPluralTest) PASS: test_unicode_msgstr (test.test_gettext.UnicodeTranslationsPluralTest) PASS: test_unicode_msgstr_with_context (test.test_gettext.UnicodeTranslationsPluralTest) PASS: test_unicode_context_msgstr (test.test_gettext.UnicodeTranslationsTest) PASS: test_unicode_msgid (test.test_gettext.UnicodeTranslationsTest) PASS: test_unicode_msgstr (test.test_gettext.UnicodeTranslationsTest) PASS: test_weird_metadata (test.test_gettext.WeirdMetadataTest) ---------------------------------------------------------------------- Ran 63 tests in 0.111s OK 0:06:20 load avg: 0.61 [168/427] test_glob PASS: test_escape (test.test_glob.GlobTests) SKIP: test_escape_windows (test.test_glob.GlobTests) 'Win32 specific test' PASS: test_glob_broken_symlinks (test.test_glob.GlobTests) PASS: test_glob_bytes_directory_with_trailing_slash (test.test_glob.GlobTests) PASS: test_glob_directory_names (test.test_glob.GlobTests) PASS: test_glob_directory_with_trailing_slash (test.test_glob.GlobTests) PASS: test_glob_empty_pattern (test.test_glob.GlobTests) PASS: test_glob_literal (test.test_glob.GlobTests) SKIP: test_glob_magic_in_drive (test.test_glob.GlobTests) 'Win32 specific test' PASS: test_glob_many_open_files (test.test_glob.GlobTests) PASS: test_glob_nested_directory (test.test_glob.GlobTests) PASS: test_glob_one_directory (test.test_glob.GlobTests) PASS: test_glob_symlinks (test.test_glob.GlobTests) PASS: test_recursive_glob (test.test_glob.GlobTests) PASS: test_selflink (test.test_glob.SymlinkLoopGlobTests) ---------------------------------------------------------------------- Ran 15 tests in 0.465s OK (skipped=2) 0:06:21 load avg: 0.61 [169/427] test_global PASS: test1 (test.test_global.GlobalTests) PASS: test2 (test.test_global.GlobalTests) PASS: test3 (test.test_global.GlobalTests) PASS: test4 (test.test_global.GlobalTests) ---------------------------------------------------------------------- Ran 4 tests in 0.001s OK 0:06:21 load avg: 0.61 [170/427] test_graphlib PASS: test_add_dependencies_for_same_node_incrementally (test.test_graphlib.TestTopologicalSort) PASS: test_calls_before_prepare (test.test_graphlib.TestTopologicalSort) PASS: test_cycle (test.test_graphlib.TestTopologicalSort) PASS: test_done (test.test_graphlib.TestTopologicalSort) PASS: test_empty (test.test_graphlib.TestTopologicalSort) PASS: test_graph_with_iterables (test.test_graphlib.TestTopologicalSort) PASS: test_invalid_nodes_in_done (test.test_graphlib.TestTopologicalSort) PASS: test_is_active (test.test_graphlib.TestTopologicalSort) PASS: test_no_dependencies (test.test_graphlib.TestTopologicalSort) PASS: test_not_hashable_nodes (test.test_graphlib.TestTopologicalSort) PASS: test_order_of_insertion_does_not_matter_between_groups (test.test_graphlib.TestTopologicalSort) PASS: test_prepare_multiple_times (test.test_graphlib.TestTopologicalSort) PASS: test_simple_cases (test.test_graphlib.TestTopologicalSort) PASS: test_static_order_does_not_change_with_the_hash_seed (test.test_graphlib.TestTopologicalSort) PASS: test_the_node_multiple_times (test.test_graphlib.TestTopologicalSort) ---------------------------------------------------------------------- Ran 15 tests in 0.049s OK 0:06:22 load avg: 0.64 [171/427] test_grp PASS: test_errors (test.test_grp.GroupDatabaseTestCase) PASS: test_noninteger_gid (test.test_grp.GroupDatabaseTestCase) PASS: test_values (test.test_grp.GroupDatabaseTestCase) PASS: test_values_extended (test.test_grp.GroupDatabaseTestCase) ---------------------------------------------------------------------- Ran 4 tests in 0.004s OK 0:06:22 load avg: 0.64 [172/427] test_gzip PASS: test_compress_fast_best_are_exclusive (test.test_gzip.TestCommandLine) PASS: test_compress_infile_outfile (test.test_gzip.TestCommandLine) PASS: test_compress_infile_outfile_default (test.test_gzip.TestCommandLine) PASS: test_compress_stdin_outfile (test.test_gzip.TestCommandLine) PASS: test_decompress_cannot_have_flags_compression (test.test_gzip.TestCommandLine) PASS: test_decompress_infile_outfile (test.test_gzip.TestCommandLine) PASS: test_decompress_infile_outfile_error (test.test_gzip.TestCommandLine) PASS: test_decompress_stdin_stdout (test.test_gzip.TestCommandLine) PASS: test_1647484 (test.test_gzip.TestGzip) PASS: test_append (test.test_gzip.TestGzip) PASS: test_bad_gzip_file (test.test_gzip.TestGzip) PASS: test_buffered_reader (test.test_gzip.TestGzip) SKIP: test_bytes_filename (test.test_gzip.TestGzip) 'Temporary file name needs to be ASCII' PASS: test_compress (test.test_gzip.TestGzip) PASS: test_compress_mtime (test.test_gzip.TestGzip) PASS: test_compresslevel_metadata (test.test_gzip.TestGzip) PASS: test_decompress (test.test_gzip.TestGzip) test_decompress_limited (test.test_gzip.TestGzip) PASS: Decompressed data buffering should be limited PASS: test_exclusive_write (test.test_gzip.TestGzip) PASS: test_fileobj_from_fdopen (test.test_gzip.TestGzip) PASS: test_fileobj_mode (test.test_gzip.TestGzip) PASS: test_gzip_BadGzipFile_exception (test.test_gzip.TestGzip) PASS: test_io_on_closed_object (test.test_gzip.TestGzip) PASS: test_issue44439 (test.test_gzip.TestGzip) PASS: test_many_append (test.test_gzip.TestGzip) PASS: test_metadata (test.test_gzip.TestGzip) PASS: test_metadata_ascii_name (test.test_gzip.TestGzip) PASS: test_mode (test.test_gzip.TestGzip) PASS: test_mtime (test.test_gzip.TestGzip) PASS: test_non_seekable_file (test.test_gzip.TestGzip) PASS: test_paddedfile_getattr (test.test_gzip.TestGzip) PASS: test_peek (test.test_gzip.TestGzip) PASS: test_prepend_error (test.test_gzip.TestGzip) PASS: test_read (test.test_gzip.TestGzip) PASS: test_read1 (test.test_gzip.TestGzip) PASS: test_read_large (test.test_gzip.TestGzip) PASS: test_read_truncated (test.test_gzip.TestGzip) PASS: test_read_with_extra (test.test_gzip.TestGzip) PASS: test_readline (test.test_gzip.TestGzip) PASS: test_readlines (test.test_gzip.TestGzip) PASS: test_seek_read (test.test_gzip.TestGzip) PASS: test_seek_whence (test.test_gzip.TestGzip) PASS: test_seek_write (test.test_gzip.TestGzip) PASS: test_textio_readlines (test.test_gzip.TestGzip) PASS: test_with_open (test.test_gzip.TestGzip) PASS: test_write (test.test_gzip.TestGzip) PASS: test_write_array (test.test_gzip.TestGzip) PASS: test_write_bytearray (test.test_gzip.TestGzip) PASS: test_write_incompatible_type (test.test_gzip.TestGzip) PASS: test_write_memoryview (test.test_gzip.TestGzip) PASS: test_write_read_with_pathlike_file (test.test_gzip.TestGzip) PASS: test_zero_padded_file (test.test_gzip.TestGzip) PASS: test_bad_params (test.test_gzip.TestOpen) PASS: test_binary_modes (test.test_gzip.TestOpen) PASS: test_encoding (test.test_gzip.TestOpen) PASS: test_encoding_error_handler (test.test_gzip.TestOpen) PASS: test_fileobj (test.test_gzip.TestOpen) PASS: test_implicit_binary_modes (test.test_gzip.TestOpen) PASS: test_newline (test.test_gzip.TestOpen) PASS: test_pathlike_file (test.test_gzip.TestOpen) PASS: test_text_modes (test.test_gzip.TestOpen) ---------------------------------------------------------------------- Ran 61 tests in 0.465s OK (skipped=1) 0:06:23 load avg: 0.64 [173/427] test_hash PASS: test_empty_string (test.test_hash.BytesHashRandomizationTests) PASS: test_fixed_hash (test.test_hash.BytesHashRandomizationTests) PASS: test_long_fixed_hash (test.test_hash.BytesHashRandomizationTests) PASS: test_null_hash (test.test_hash.BytesHashRandomizationTests) PASS: test_randomized_hash (test.test_hash.BytesHashRandomizationTests) PASS: test_randomized_hash (test.test_hash.DatetimeDateTests) PASS: test_randomized_hash (test.test_hash.DatetimeDatetimeTests) PASS: test_randomized_hash (test.test_hash.DatetimeTimeTests) PASS: test_hashes (test.test_hash.HashBuiltinsTestCase) PASS: test_hash_distribution (test.test_hash.HashDistributionTestCase) PASS: test_coerced_floats (test.test_hash.HashEqualityTestCase) PASS: test_coerced_integers (test.test_hash.HashEqualityTestCase) PASS: test_numeric_literals (test.test_hash.HashEqualityTestCase) PASS: test_unaligned_buffers (test.test_hash.HashEqualityTestCase) PASS: test_default_hash (test.test_hash.HashInheritanceTestCase) PASS: test_error_hash (test.test_hash.HashInheritanceTestCase) PASS: test_fixed_hash (test.test_hash.HashInheritanceTestCase) PASS: test_hashable (test.test_hash.HashInheritanceTestCase) PASS: test_not_hashable (test.test_hash.HashInheritanceTestCase) PASS: test_empty_string (test.test_hash.MemoryviewHashRandomizationTests) PASS: test_fixed_hash (test.test_hash.MemoryviewHashRandomizationTests) PASS: test_long_fixed_hash (test.test_hash.MemoryviewHashRandomizationTests) PASS: test_null_hash (test.test_hash.MemoryviewHashRandomizationTests) PASS: test_randomized_hash (test.test_hash.MemoryviewHashRandomizationTests) PASS: test_empty_string (test.test_hash.StrHashRandomizationTests) PASS: test_fixed_hash (test.test_hash.StrHashRandomizationTests) PASS: test_long_fixed_hash (test.test_hash.StrHashRandomizationTests) PASS: test_null_hash (test.test_hash.StrHashRandomizationTests) PASS: test_randomized_hash (test.test_hash.StrHashRandomizationTests) PASS: test_ucs2_string (test.test_hash.StrHashRandomizationTests) ---------------------------------------------------------------------- Ran 30 tests in 0.535s OK 0:06:24 load avg: 0.64 [174/427] test_hashlib PASS: test_algorithms_available (test.test_hashlib.HashLibTestCase) PASS: test_algorithms_guaranteed (test.test_hashlib.HashLibTestCase) PASS: test_blake2b (test.test_hashlib.HashLibTestCase) SKIP: test_blake2b_vectors (test.test_hashlib.HashLibTestCase) "Use of the 'urlfetch' resource not enabled" PASS: test_blake2s (test.test_hashlib.HashLibTestCase) SKIP: test_blake2s_vectors (test.test_hashlib.HashLibTestCase) "Use of the 'urlfetch' resource not enabled" PASS: test_blocksize_name (test.test_hashlib.HashLibTestCase) PASS: test_blocksize_name_blake2 (test.test_hashlib.HashLibTestCase) PASS: test_blocksize_name_sha3 (test.test_hashlib.HashLibTestCase) PASS: test_case_blake2b_0 (test.test_hashlib.HashLibTestCase) PASS: test_case_blake2b_1 (test.test_hashlib.HashLibTestCase) PASS: test_case_blake2b_all_parameters (test.test_hashlib.HashLibTestCase) PASS: test_case_blake2s_0 (test.test_hashlib.HashLibTestCase) PASS: test_case_blake2s_1 (test.test_hashlib.HashLibTestCase) PASS: test_case_blake2s_all_parameters (test.test_hashlib.HashLibTestCase) PASS: test_case_md5_0 (test.test_hashlib.HashLibTestCase) PASS: test_case_md5_1 (test.test_hashlib.HashLibTestCase) PASS: test_case_md5_2 (test.test_hashlib.HashLibTestCase) SKIP: test_case_md5_huge (test.test_hashlib.HashLibTestCase) 'not enough memory: 4.0G minimum needed' SKIP: test_case_md5_uintmax (test.test_hashlib.HashLibTestCase) 'not enough memory: 4.0G minimum needed' PASS: test_case_sha1_0 (test.test_hashlib.HashLibTestCase) PASS: test_case_sha1_1 (test.test_hashlib.HashLibTestCase) PASS: test_case_sha1_2 (test.test_hashlib.HashLibTestCase) PASS: test_case_sha1_3 (test.test_hashlib.HashLibTestCase) PASS: test_case_sha224_0 (test.test_hashlib.HashLibTestCase) PASS: test_case_sha224_1 (test.test_hashlib.HashLibTestCase) PASS: test_case_sha224_2 (test.test_hashlib.HashLibTestCase) PASS: test_case_sha224_3 (test.test_hashlib.HashLibTestCase) PASS: test_case_sha256_0 (test.test_hashlib.HashLibTestCase) PASS: test_case_sha256_1 (test.test_hashlib.HashLibTestCase) PASS: test_case_sha256_2 (test.test_hashlib.HashLibTestCase) PASS: test_case_sha256_3 (test.test_hashlib.HashLibTestCase) PASS: test_case_sha384_0 (test.test_hashlib.HashLibTestCase) PASS: test_case_sha384_1 (test.test_hashlib.HashLibTestCase) PASS: test_case_sha384_2 (test.test_hashlib.HashLibTestCase) PASS: test_case_sha384_3 (test.test_hashlib.HashLibTestCase) PASS: test_case_sha3_224_0 (test.test_hashlib.HashLibTestCase) SKIP: test_case_sha3_224_vector (test.test_hashlib.HashLibTestCase) "Use of the 'urlfetch' resource not enabled" PASS: test_case_sha3_256_0 (test.test_hashlib.HashLibTestCase) SKIP: test_case_sha3_256_vector (test.test_hashlib.HashLibTestCase) "Use of the 'urlfetch' resource not enabled" PASS: test_case_sha3_384_0 (test.test_hashlib.HashLibTestCase) SKIP: test_case_sha3_384_vector (test.test_hashlib.HashLibTestCase) "Use of the 'urlfetch' resource not enabled" PASS: test_case_sha3_512_0 (test.test_hashlib.HashLibTestCase) SKIP: test_case_sha3_512_vector (test.test_hashlib.HashLibTestCase) "Use of the 'urlfetch' resource not enabled" PASS: test_case_sha512_0 (test.test_hashlib.HashLibTestCase) PASS: test_case_sha512_1 (test.test_hashlib.HashLibTestCase) PASS: test_case_sha512_2 (test.test_hashlib.HashLibTestCase) PASS: test_case_sha512_3 (test.test_hashlib.HashLibTestCase) SKIP: test_case_shake128_vector (test.test_hashlib.HashLibTestCase) "Use of the 'urlfetch' resource not enabled" SKIP: test_case_shake256_vector (test.test_hashlib.HashLibTestCase) "Use of the 'urlfetch' resource not enabled" PASS: test_case_shake_128_0 (test.test_hashlib.HashLibTestCase) PASS: test_case_shake_256_0 (test.test_hashlib.HashLibTestCase) PASS: test_digest_length_overflow (test.test_hashlib.HashLibTestCase) PASS: test_disallow_instantiation (test.test_hashlib.HashLibTestCase) PASS: test_extra_sha3 (test.test_hashlib.HashLibTestCase) PASS: test_get_builtin_constructor (test.test_hashlib.HashLibTestCase) PASS: test_get_fips_mode (test.test_hashlib.HashLibTestCase) PASS: test_gil (test.test_hashlib.HashLibTestCase) PASS: test_hash_array (test.test_hashlib.HashLibTestCase) PASS: test_hash_disallow_instantiation (test.test_hashlib.HashLibTestCase) PASS: test_hexdigest (test.test_hashlib.HashLibTestCase) PASS: test_large_update (test.test_hashlib.HashLibTestCase) PASS: test_name_attribute (test.test_hashlib.HashLibTestCase) PASS: test_new_upper_to_lower (test.test_hashlib.HashLibTestCase) PASS: test_no_unicode (test.test_hashlib.HashLibTestCase) PASS: test_no_unicode_blake2 (test.test_hashlib.HashLibTestCase) PASS: test_no_unicode_sha3 (test.test_hashlib.HashLibTestCase) PASS: test_readonly_types (test.test_hashlib.HashLibTestCase) PASS: test_threaded_hashing (test.test_hashlib.HashLibTestCase) PASS: test_unknown_hash (test.test_hashlib.HashLibTestCase) PASS: test_usedforsecurity_false (test.test_hashlib.HashLibTestCase) PASS: test_usedforsecurity_true (test.test_hashlib.HashLibTestCase) PASS: test_normalized_name (test.test_hashlib.KDFTests) PASS: test_pbkdf2_hmac_c (test.test_hashlib.KDFTests) PASS: test_pbkdf2_hmac_py (test.test_hashlib.KDFTests) PASS: test_scrypt (test.test_hashlib.KDFTests) ---------------------------------------------------------------------- Ran 76 tests in 0.479s OK (skipped=10) 0:06:25 load avg: 0.64 [175/427] test_heapq PASS: test_arg_parsing (test.test_heapq.TestErrorHandlingC) PASS: test_cmp_err (test.test_heapq.TestErrorHandlingC) PASS: test_comparison_operator_modifiying_heap (test.test_heapq.TestErrorHandlingC) PASS: test_comparison_operator_modifiying_heap_two_heaps (test.test_heapq.TestErrorHandlingC) PASS: test_heappop_mutating_heap (test.test_heapq.TestErrorHandlingC) PASS: test_heappush_mutating_heap (test.test_heapq.TestErrorHandlingC) PASS: test_iterable_args (test.test_heapq.TestErrorHandlingC) PASS: test_len_only (test.test_heapq.TestErrorHandlingC) PASS: test_non_sequence (test.test_heapq.TestErrorHandlingC) PASS: test_arg_parsing (test.test_heapq.TestErrorHandlingPython) PASS: test_cmp_err (test.test_heapq.TestErrorHandlingPython) PASS: test_comparison_operator_modifiying_heap (test.test_heapq.TestErrorHandlingPython) PASS: test_comparison_operator_modifiying_heap_two_heaps (test.test_heapq.TestErrorHandlingPython) PASS: test_heappop_mutating_heap (test.test_heapq.TestErrorHandlingPython) PASS: test_heappush_mutating_heap (test.test_heapq.TestErrorHandlingPython) PASS: test_iterable_args (test.test_heapq.TestErrorHandlingPython) PASS: test_len_only (test.test_heapq.TestErrorHandlingPython) PASS: test_non_sequence (test.test_heapq.TestErrorHandlingPython) PASS: test_comparison_operator (test.test_heapq.TestHeapC) PASS: test_empty_merges (test.test_heapq.TestHeapC) PASS: test_heapify (test.test_heapq.TestHeapC) PASS: test_heappop_max (test.test_heapq.TestHeapC) PASS: test_heappushpop (test.test_heapq.TestHeapC) PASS: test_heapsort (test.test_heapq.TestHeapC) PASS: test_merge (test.test_heapq.TestHeapC) PASS: test_merge_does_not_suppress_index_error (test.test_heapq.TestHeapC) PASS: test_merge_stability (test.test_heapq.TestHeapC) PASS: test_naive_nbest (test.test_heapq.TestHeapC) PASS: test_nbest (test.test_heapq.TestHeapC) PASS: test_nbest_with_pushpop (test.test_heapq.TestHeapC) PASS: test_nlargest (test.test_heapq.TestHeapC) PASS: test_nsmallest (test.test_heapq.TestHeapC) PASS: test_push_pop (test.test_heapq.TestHeapC) PASS: test_comparison_operator (test.test_heapq.TestHeapPython) PASS: test_empty_merges (test.test_heapq.TestHeapPython) PASS: test_heapify (test.test_heapq.TestHeapPython) PASS: test_heappop_max (test.test_heapq.TestHeapPython) PASS: test_heappushpop (test.test_heapq.TestHeapPython) PASS: test_heapsort (test.test_heapq.TestHeapPython) PASS: test_merge (test.test_heapq.TestHeapPython) PASS: test_merge_does_not_suppress_index_error (test.test_heapq.TestHeapPython) PASS: test_merge_stability (test.test_heapq.TestHeapPython) PASS: test_naive_nbest (test.test_heapq.TestHeapPython) PASS: test_nbest (test.test_heapq.TestHeapPython) PASS: test_nbest_with_pushpop (test.test_heapq.TestHeapPython) PASS: test_nlargest (test.test_heapq.TestHeapPython) PASS: test_nsmallest (test.test_heapq.TestHeapPython) PASS: test_push_pop (test.test_heapq.TestHeapPython) PASS: test_c_functions (test.test_heapq.TestModules) PASS: test_py_functions (test.test_heapq.TestModules) merge () PASS: Doctest: merge ---------------------------------------------------------------------- Ran 51 tests in 0.385s OK 0:06:25 load avg: 0.64 [176/427] test_hmac PASS: test_hmac_compare_digest (test.test_hmac.CompareDigestTestCase) PASS: test_openssl_compare_digest (test.test_hmac.CompareDigestTestCase) PASS: test_operator_compare_digest (test.test_hmac.CompareDigestTestCase) PASS: test_dot_new_with_str_key (test.test_hmac.ConstructorTestCase) PASS: test_internal_types (test.test_hmac.ConstructorTestCase) PASS: test_normal (test.test_hmac.ConstructorTestCase) PASS: test_with_bytearray (test.test_hmac.ConstructorTestCase) PASS: test_with_memoryview_msg (test.test_hmac.ConstructorTestCase) PASS: test_with_sha256_module (test.test_hmac.ConstructorTestCase) PASS: test_with_str_key (test.test_hmac.ConstructorTestCase) PASS: test_withmodule (test.test_hmac.ConstructorTestCase) PASS: test_withtext (test.test_hmac.ConstructorTestCase) PASS: test_attributes_old (test.test_hmac.CopyTestCase) PASS: test_equality (test.test_hmac.CopyTestCase) PASS: test_equality_new (test.test_hmac.CopyTestCase) PASS: test_realcopy_hmac (test.test_hmac.CopyTestCase) PASS: test_realcopy_old (test.test_hmac.CopyTestCase) PASS: test_exercise_all_methods (test.test_hmac.SanityTestCase) PASS: test_legacy_block_size_warnings (test.test_hmac.TestVectorsTestCase) PASS: test_md5_vectors (test.test_hmac.TestVectorsTestCase) PASS: test_sha224_rfc4231 (test.test_hmac.TestVectorsTestCase) PASS: test_sha256_rfc4231 (test.test_hmac.TestVectorsTestCase) PASS: test_sha384_rfc4231 (test.test_hmac.TestVectorsTestCase) PASS: test_sha512_rfc4231 (test.test_hmac.TestVectorsTestCase) PASS: test_sha_vectors (test.test_hmac.TestVectorsTestCase) test_with_digestmod_no_default (test.test_hmac.TestVectorsTestCase) PASS: The digestmod parameter is required as of Python 3.8. ---------------------------------------------------------------------- Ran 26 tests in 0.008s OK 0:06:26 load avg: 0.64 [177/427] test_html PASS: test_escape (test.test_html.HtmlTests) PASS: test_unescape (test.test_html.HtmlTests) ---------------------------------------------------------------------- Ran 2 tests in 0.003s OK 0:06:26 load avg: 0.64 [178/427] test_htmlparser PASS: test_adjacent_attributes (test.test_htmlparser.AttributesTestCase) PASS: test_attr_entity_replacement (test.test_htmlparser.AttributesTestCase) PASS: test_attr_funky_names (test.test_htmlparser.AttributesTestCase) PASS: test_attr_funky_names2 (test.test_htmlparser.AttributesTestCase) PASS: test_attr_nonascii (test.test_htmlparser.AttributesTestCase) PASS: test_attr_syntax (test.test_htmlparser.AttributesTestCase) PASS: test_attr_values (test.test_htmlparser.AttributesTestCase) PASS: test_comma_between_attributes (test.test_htmlparser.AttributesTestCase) PASS: test_end_tag_in_attribute_value (test.test_htmlparser.AttributesTestCase) PASS: test_entities_in_attribute_value (test.test_htmlparser.AttributesTestCase) PASS: test_entityrefs_in_attributes (test.test_htmlparser.AttributesTestCase) PASS: test_javascript_attribute_value (test.test_htmlparser.AttributesTestCase) PASS: test_malformed_adjacent_attributes (test.test_htmlparser.AttributesTestCase) PASS: test_malformed_attributes (test.test_htmlparser.AttributesTestCase) PASS: test_missing_attribute_value (test.test_htmlparser.AttributesTestCase) PASS: test_weird_chars_in_unquoted_attribute_values (test.test_htmlparser.AttributesTestCase) PASS: test_with_unquoted_attributes (test.test_htmlparser.AttributesTestCase) PASS: test_EOF_in_charref (test.test_htmlparser.HTMLParserTestCase) PASS: test_bad_nesting (test.test_htmlparser.HTMLParserTestCase) PASS: test_bare_ampersands (test.test_htmlparser.HTMLParserTestCase) PASS: test_bare_pointy_brackets (test.test_htmlparser.HTMLParserTestCase) PASS: test_broken_comments (test.test_htmlparser.HTMLParserTestCase) PASS: test_broken_condcoms (test.test_htmlparser.HTMLParserTestCase) PASS: test_broken_invalid_end_tag (test.test_htmlparser.HTMLParserTestCase) PASS: test_buffer_artefacts (test.test_htmlparser.HTMLParserTestCase) PASS: test_cdata_content (test.test_htmlparser.HTMLParserTestCase) PASS: test_cdata_with_closing_tags (test.test_htmlparser.HTMLParserTestCase) PASS: test_comments (test.test_htmlparser.HTMLParserTestCase) PASS: test_condcoms (test.test_htmlparser.HTMLParserTestCase) PASS: test_convert_charrefs (test.test_htmlparser.HTMLParserTestCase) PASS: test_convert_charrefs_dropped_text (test.test_htmlparser.HTMLParserTestCase) PASS: test_correct_detection_of_start_tags (test.test_htmlparser.HTMLParserTestCase) PASS: test_declaration_junk_chars (test.test_htmlparser.HTMLParserTestCase) PASS: test_get_starttag_text (test.test_htmlparser.HTMLParserTestCase) PASS: test_illegal_declarations (test.test_htmlparser.HTMLParserTestCase) PASS: test_invalid_end_tags (test.test_htmlparser.HTMLParserTestCase) PASS: test_malformatted_charref (test.test_htmlparser.HTMLParserTestCase) PASS: test_processing_instruction_only (test.test_htmlparser.HTMLParserTestCase) PASS: test_simple_html (test.test_htmlparser.HTMLParserTestCase) PASS: test_slashes_in_starttag (test.test_htmlparser.HTMLParserTestCase) PASS: test_startendtag (test.test_htmlparser.HTMLParserTestCase) PASS: test_starttag_end_boundary (test.test_htmlparser.HTMLParserTestCase) PASS: test_starttag_junk_chars (test.test_htmlparser.HTMLParserTestCase) PASS: test_tolerant_parsing (test.test_htmlparser.HTMLParserTestCase) PASS: test_unclosed_entityref (test.test_htmlparser.HTMLParserTestCase) PASS: test_valid_doctypes (test.test_htmlparser.HTMLParserTestCase) ---------------------------------------------------------------------- Ran 46 tests in 0.030s OK 0:06:26 load avg: 0.67 [179/427] test_http_cookiejar PASS: test_Cookie_iterator (test.test_http_cookiejar.CookieTests) PASS: test_bad_cookie_header (test.test_http_cookiejar.CookieTests) PASS: test_custom_secure_protocols (test.test_http_cookiejar.CookieTests) PASS: test_default_path (test.test_http_cookiejar.CookieTests) PASS: test_default_path_with_query (test.test_http_cookiejar.CookieTests) PASS: test_domain_allow (test.test_http_cookiejar.CookieTests) PASS: test_domain_block (test.test_http_cookiejar.CookieTests) PASS: test_domain_match (test.test_http_cookiejar.CookieTests) PASS: test_domain_mirror (test.test_http_cookiejar.CookieTests) PASS: test_domain_return_ok (test.test_http_cookiejar.CookieTests) PASS: test_escape_path (test.test_http_cookiejar.CookieTests) PASS: test_expires (test.test_http_cookiejar.CookieTests) PASS: test_is_HDN (test.test_http_cookiejar.CookieTests) PASS: test_missing_final_slash (test.test_http_cookiejar.CookieTests) PASS: test_missing_value (test.test_http_cookiejar.CookieTests) PASS: test_no_return_comment (test.test_http_cookiejar.CookieTests) PASS: test_ns_parser (test.test_http_cookiejar.CookieTests) PASS: test_ns_parser_special_names (test.test_http_cookiejar.CookieTests) PASS: test_parse_ns_headers (test.test_http_cookiejar.CookieTests) PASS: test_path_mirror (test.test_http_cookiejar.CookieTests) PASS: test_path_prefix_match (test.test_http_cookiejar.CookieTests) PASS: test_port_mirror (test.test_http_cookiejar.CookieTests) PASS: test_quote_cookie_value (test.test_http_cookiejar.CookieTests) PASS: test_reach (test.test_http_cookiejar.CookieTests) PASS: test_request_host (test.test_http_cookiejar.CookieTests) PASS: test_request_path (test.test_http_cookiejar.CookieTests) PASS: test_request_port (test.test_http_cookiejar.CookieTests) PASS: test_rfc2109_handling (test.test_http_cookiejar.CookieTests) PASS: test_secure (test.test_http_cookiejar.CookieTests) PASS: test_secure_block (test.test_http_cookiejar.CookieTests) PASS: test_strict_domain (test.test_http_cookiejar.CookieTests) PASS: test_two_component_domain_ns (test.test_http_cookiejar.CookieTests) PASS: test_two_component_domain_rfc2965 (test.test_http_cookiejar.CookieTests) PASS: test_wrong_domain (test.test_http_cookiejar.CookieTests) PASS: test_http2time (test.test_http_cookiejar.DateTimeTests) PASS: test_http2time_formats (test.test_http_cookiejar.DateTimeTests) PASS: test_http2time_garbage (test.test_http_cookiejar.DateTimeTests) PASS: test_http2time_redos_regression_actually_completes (test.test_http_cookiejar.DateTimeTests) PASS: test_iso2time (test.test_http_cookiejar.DateTimeTests) PASS: test_iso2time_formats (test.test_http_cookiejar.DateTimeTests) PASS: test_iso2time_garbage (test.test_http_cookiejar.DateTimeTests) PASS: test_iso2time_performance_regression (test.test_http_cookiejar.DateTimeTests) PASS: test_time2isoz (test.test_http_cookiejar.DateTimeTests) PASS: test_time2netscape (test.test_http_cookiejar.DateTimeTests) PASS: test_bad_magic (test.test_http_cookiejar.FileCookieJarTests) PASS: test_constructor_with_none (test.test_http_cookiejar.FileCookieJarTests) PASS: test_constructor_with_other_types (test.test_http_cookiejar.FileCookieJarTests) PASS: test_constructor_with_path_like (test.test_http_cookiejar.FileCookieJarTests) PASS: test_constructor_with_str (test.test_http_cookiejar.FileCookieJarTests) PASS: test_lwp_valueless_cookie (test.test_http_cookiejar.FileCookieJarTests) PASS: test_join_header_words (test.test_http_cookiejar.HeaderTests) PASS: test_parse_ns_headers (test.test_http_cookiejar.HeaderTests) PASS: test_parse_ns_headers_special_names (test.test_http_cookiejar.HeaderTests) PASS: test_parse_ns_headers_version (test.test_http_cookiejar.HeaderTests) PASS: test_roundtrip (test.test_http_cookiejar.HeaderTests) PASS: test_split_header_words (test.test_http_cookiejar.HeaderTests) PASS: test_empty_path (test.test_http_cookiejar.LWPCookieTests) PASS: test_ietf_example_1 (test.test_http_cookiejar.LWPCookieTests) PASS: test_ietf_example_2 (test.test_http_cookiejar.LWPCookieTests) PASS: test_intranet_domains_2965 (test.test_http_cookiejar.LWPCookieTests) PASS: test_intranet_domains_ns (test.test_http_cookiejar.LWPCookieTests) PASS: test_mozilla (test.test_http_cookiejar.LWPCookieTests) PASS: test_netscape_example_1 (test.test_http_cookiejar.LWPCookieTests) PASS: test_netscape_example_2 (test.test_http_cookiejar.LWPCookieTests) PASS: test_netscape_misc (test.test_http_cookiejar.LWPCookieTests) PASS: test_rejection (test.test_http_cookiejar.LWPCookieTests) PASS: test_session_cookies (test.test_http_cookiejar.LWPCookieTests) PASS: test_url_encoding (test.test_http_cookiejar.LWPCookieTests) ---------------------------------------------------------------------- Ran 68 tests in 0.368s OK 0:06:27 load avg: 0.67 [180/427] test_http_cookies PASS: test_basic (test.test_http_cookies.CookieTests) PASS: test_comment_quoting (test.test_http_cookies.CookieTests) PASS: test_extended_encode (test.test_http_cookies.CookieTests) PASS: test_extra_spaces (test.test_http_cookies.CookieTests) PASS: test_illegal_chars (test.test_http_cookies.CookieTests) PASS: test_invalid_cookies (test.test_http_cookies.CookieTests) PASS: test_load (test.test_http_cookies.CookieTests) PASS: test_pickle (test.test_http_cookies.CookieTests) PASS: test_quoted_meta (test.test_http_cookies.CookieTests) PASS: test_samesite_attrs (test.test_http_cookies.CookieTests) PASS: test_secure_httponly_false_if_not_present (test.test_http_cookies.CookieTests) PASS: test_secure_httponly_true_if_have_value (test.test_http_cookies.CookieTests) PASS: test_secure_httponly_true_if_present (test.test_http_cookies.CookieTests) PASS: test_set_secure_httponly_attrs (test.test_http_cookies.CookieTests) PASS: test_special_attrs (test.test_http_cookies.CookieTests) PASS: test_copy (test.test_http_cookies.MorselTests) PASS: test_defaults (test.test_http_cookies.MorselTests) PASS: test_eq (test.test_http_cookies.MorselTests) PASS: test_pickle (test.test_http_cookies.MorselTests) PASS: test_repr (test.test_http_cookies.MorselTests) PASS: test_reserved_keys (test.test_http_cookies.MorselTests) PASS: test_set_properties (test.test_http_cookies.MorselTests) PASS: test_setdefault (test.test_http_cookies.MorselTests) PASS: test_setitem (test.test_http_cookies.MorselTests) PASS: test_setter (test.test_http_cookies.MorselTests) PASS: test_update (test.test_http_cookies.MorselTests) ---------------------------------------------------------------------- Ran 26 tests in 0.047s OK Trying: from http import cookies Expecting nothing ok Trying: C = cookies.SimpleCookie() Expecting nothing ok Trying: C = cookies.SimpleCookie() Expecting nothing ok Trying: C["fig"] = "newton" Expecting nothing ok Trying: C["sugar"] = "wafer" Expecting nothing ok Trying: C.output() Expecting: 'Set-Cookie: fig=newton\r\nSet-Cookie: sugar=wafer' ok Trying: C = cookies.SimpleCookie() Expecting nothing ok Trying: C["rocky"] = "road" Expecting nothing ok Trying: C["rocky"]["path"] = "/cookie" Expecting nothing ok Trying: print(C.output(header="Cookie:")) Expecting: Cookie: rocky=road; Path=/cookie ok Trying: print(C.output(attrs=[], header="Cookie:")) Expecting: Cookie: rocky=road ok Trying: C = cookies.SimpleCookie() Expecting nothing ok Trying: C.load("chips=ahoy; vienna=finger") Expecting nothing ok Trying: C.output() Expecting: 'Set-Cookie: chips=ahoy\r\nSet-Cookie: vienna=finger' ok Trying: C = cookies.SimpleCookie() Expecting nothing ok Trying: C.load('keebler="E=everybody; L=\\"Loves\\"; fudge=\\012;";') Expecting nothing ok Trying: print(C) Expecting: Set-Cookie: keebler="E=everybody; L=\"Loves\"; fudge=\012;" ok Trying: C = cookies.SimpleCookie() Expecting nothing ok Trying: C["oreo"] = "doublestuff" Expecting nothing ok Trying: C["oreo"]["path"] = "/" Expecting nothing ok Trying: print(C) Expecting: Set-Cookie: oreo=doublestuff; Path=/ ok Trying: C = cookies.SimpleCookie() Expecting nothing ok Trying: C["twix"] = "none for you" Expecting nothing ok Trying: C["twix"].value Expecting: 'none for you' ok Trying: C = cookies.SimpleCookie() Expecting nothing ok Trying: C["number"] = 7 Expecting nothing ok Trying: C["string"] = "seven" Expecting nothing ok Trying: C["number"].value Expecting: '7' ok Trying: C["string"].value Expecting: 'seven' ok Trying: C.output() Expecting: 'Set-Cookie: number=7\r\nSet-Cookie: string=seven' ok 36 items had no tests: http.cookies.BaseCookie http.cookies.BaseCookie._BaseCookie__parse_string http.cookies.BaseCookie._BaseCookie__set http.cookies.BaseCookie.__init__ http.cookies.BaseCookie.__repr__ http.cookies.BaseCookie.__setitem__ http.cookies.BaseCookie.js_output http.cookies.BaseCookie.load http.cookies.BaseCookie.output http.cookies.BaseCookie.value_decode http.cookies.BaseCookie.value_encode http.cookies.CookieError http.cookies.Morsel http.cookies.Morsel.OutputString http.cookies.Morsel.__eq__ http.cookies.Morsel.__getstate__ http.cookies.Morsel.__init__ http.cookies.Morsel.__repr__ http.cookies.Morsel.__setitem__ http.cookies.Morsel.__setstate__ http.cookies.Morsel.coded_value http.cookies.Morsel.copy http.cookies.Morsel.isReservedKey http.cookies.Morsel.js_output http.cookies.Morsel.key http.cookies.Morsel.output http.cookies.Morsel.set http.cookies.Morsel.setdefault http.cookies.Morsel.update http.cookies.Morsel.value http.cookies.SimpleCookie http.cookies.SimpleCookie.value_decode http.cookies.SimpleCookie.value_encode http.cookies._getdate http.cookies._quote http.cookies._unquote 1 items passed all tests: 30 tests in http.cookies 30 tests in 37 items. 30 passed and 0 failed. Test passed. doctest (http.cookies) ... 30 tests with zero failures 0:06:29 load avg: 0.67 [181/427] test_httplib PASS: test_bad_status_repr (test.test_httplib.BasicTest) test_blocksize_request (test.test_httplib.BasicTest) PASS: Check that request() respects the configured block size. test_blocksize_send (test.test_httplib.BasicTest) PASS: Check that send() respects the configured block size. PASS: test_chunked (test.test_httplib.BasicTest) PASS: test_chunked_extension (test.test_httplib.BasicTest) PASS: test_chunked_head (test.test_httplib.BasicTest) test_chunked_missing_end (test.test_httplib.BasicTest) PASS: some servers may serve up a short chunked encoding stream test_chunked_sync (test.test_httplib.BasicTest) PASS: Check that we don't read past the end of the chunked-encoding stream test_chunked_trailers (test.test_httplib.BasicTest) PASS: See that trailers are read and ignored test_content_length_sync (test.test_httplib.BasicTest) PASS: Check that we don't read past the end of the Content-Length stream PASS: test_dir_with_added_behavior_on_status (test.test_httplib.BasicTest) PASS: test_early_eof (test.test_httplib.BasicTest) PASS: test_epipe (test.test_httplib.BasicTest) PASS: test_error_leak (test.test_httplib.BasicTest) PASS: test_host_port (test.test_httplib.BasicTest) PASS: test_incomplete_read (test.test_httplib.BasicTest) PASS: test_mixed_reads (test.test_httplib.BasicTest) PASS: test_negative_content_length (test.test_httplib.BasicTest) PASS: test_overflowing_chunked_line (test.test_httplib.BasicTest) PASS: test_overflowing_header_limit_after_100 (test.test_httplib.BasicTest) PASS: test_overflowing_header_line (test.test_httplib.BasicTest) PASS: test_overflowing_status_line (test.test_httplib.BasicTest) PASS: test_partial_readintos (test.test_httplib.BasicTest) PASS: test_partial_readintos_incomplete_body (test.test_httplib.BasicTest) PASS: test_partial_readintos_no_content_length (test.test_httplib.BasicTest) PASS: test_partial_readintos_past_end (test.test_httplib.BasicTest) PASS: test_partial_reads (test.test_httplib.BasicTest) PASS: test_partial_reads_incomplete_body (test.test_httplib.BasicTest) PASS: test_partial_reads_no_content_length (test.test_httplib.BasicTest) PASS: test_partial_reads_past_end (test.test_httplib.BasicTest) test_putrequest_override_domain_validation (test.test_httplib.BasicTest) PASS: It should be possible to override the default validation test_putrequest_override_encoding (test.test_httplib.BasicTest) PASS: It should be possible to override the default encoding PASS: test_putrequest_override_host_validation (test.test_httplib.BasicTest) PASS: test_read1_bound_content_length (test.test_httplib.BasicTest) PASS: test_read1_content_length (test.test_httplib.BasicTest) PASS: test_read_head (test.test_httplib.BasicTest) PASS: test_readinto_chunked (test.test_httplib.BasicTest) PASS: test_readinto_chunked_head (test.test_httplib.BasicTest) PASS: test_readinto_head (test.test_httplib.BasicTest) PASS: test_readline_bound_content_length (test.test_httplib.BasicTest) PASS: test_readlines_content_length (test.test_httplib.BasicTest) PASS: test_response_fileno (test.test_httplib.BasicTest) PASS: test_response_headers (test.test_httplib.BasicTest) PASS: test_send (test.test_httplib.BasicTest) PASS: test_send_file (test.test_httplib.BasicTest) PASS: test_send_iter (test.test_httplib.BasicTest) PASS: test_send_type_error (test.test_httplib.BasicTest) PASS: test_send_updating_file (test.test_httplib.BasicTest) PASS: test_status_lines (test.test_httplib.BasicTest) PASS: test_too_many_headers (test.test_httplib.BasicTest) PASS: test_peek (test.test_httplib.ExtendedReadTest) PASS: test_peek_0 (test.test_httplib.ExtendedReadTest) PASS: test_read1 (test.test_httplib.ExtendedReadTest) PASS: test_read1_0 (test.test_httplib.ExtendedReadTest) PASS: test_read1_bounded (test.test_httplib.ExtendedReadTest) PASS: test_read1_unbounded (test.test_httplib.ExtendedReadTest) PASS: test_readline (test.test_httplib.ExtendedReadTest) PASS: test_peek (test.test_httplib.ExtendedReadTestChunked) PASS: test_peek_0 (test.test_httplib.ExtendedReadTestChunked) PASS: test_read1 (test.test_httplib.ExtendedReadTestChunked) PASS: test_read1_0 (test.test_httplib.ExtendedReadTestChunked) PASS: test_read1_bounded (test.test_httplib.ExtendedReadTestChunked) PASS: test_read1_unbounded (test.test_httplib.ExtendedReadTestChunked) PASS: test_readline (test.test_httplib.ExtendedReadTestChunked) PASS: test_getting_header (test.test_httplib.HTTPResponseTest) PASS: test_getting_header_defaultint (test.test_httplib.HTTPResponseTest) PASS: test_getting_nonexistent_header_with_iterable_default (test.test_httplib.HTTPResponseTest) PASS: test_getting_nonexistent_header_with_string_default (test.test_httplib.HTTPResponseTest) PASS: test_getting_nonexistent_header_without_default (test.test_httplib.HTTPResponseTest) PASS: test_attributes (test.test_httplib.HTTPSTest) PASS: test_host_port (test.test_httplib.HTTPSTest) Got an error: [SSL: SSLV3_ALERT_BAD_CERTIFICATE] sslv3 alert bad certificate (_ssl.c:997) Got an error: [SSL: SSLV3_ALERT_BAD_CERTIFICATE] sslv3 alert bad certificate (_ssl.c:997) Got an error: [SSL: SSLV3_ALERT_BAD_CERTIFICATE] sslv3 alert bad certificate (_ssl.c:997) test_local_bad_hostname (test.test_httplib.HTTPSTest) ... server (('127.0.0.1', 36005):36005 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)): [06/Jan/2023 16:15:18] code 404, message File not found server (('127.0.0.1', 36005):36005 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)): [06/Jan/2023 16:15:18] "GET /nonexistent HTTP/1.1" 404 - server (('127.0.0.1', 36005):36005 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)): [06/Jan/2023 16:15:18] code 404, message File not found server (('127.0.0.1', 36005):36005 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)): [06/Jan/2023 16:15:18] "GET /nonexistent HTTP/1.1" 404 - stopping HTTPS server joining HTTPS thread ok test_local_good_hostname (test.test_httplib.HTTPSTest) ... server (('127.0.0.1', 34917):34917 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)): [06/Jan/2023 16:15:18] code 404, message File not found server (('127.0.0.1', 34917):34917 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)): [06/Jan/2023 16:15:18] "GET /nonexistent HTTP/1.1" 404 - stopping HTTPS server joining HTTPS thread ok Got an error: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:997) test_local_unknown_cert (test.test_httplib.HTTPSTest) ... stopping HTTPS server joining HTTPS thread ok SKIP: test_networked (test.test_httplib.HTTPSTest) "Use of the 'network' resource not enabled" SKIP: test_networked_bad_cert (test.test_httplib.HTTPSTest) "Use of the 'network' resource not enabled" SKIP: test_networked_good_cert (test.test_httplib.HTTPSTest) "Use of the 'network' resource not enabled" SKIP: test_networked_noverification (test.test_httplib.HTTPSTest) "Use of the 'network' resource not enabled" SKIP: test_networked_trusted_by_default_cert (test.test_httplib.HTTPSTest) "Use of the 'network' resource not enabled" PASS: test_tls13_pha (test.test_httplib.HTTPSTest) PASS: test_auto_headers (test.test_httplib.HeaderTests) PASS: test_content_length_0 (test.test_httplib.HeaderTests) PASS: test_headers_debuglevel (test.test_httplib.HeaderTests) PASS: test_invalid_headers (test.test_httplib.HeaderTests) PASS: test_ipv6host_header (test.test_httplib.HeaderTests) PASS: test_malformed_headers_coped_with (test.test_httplib.HeaderTests) PASS: test_parse_all_octets (test.test_httplib.HeaderTests) PASS: test_putheader (test.test_httplib.HeaderTests) PASS: test_invalid_method_names (test.test_httplib.HttpMethodTests) PASS: test_all (test.test_httplib.OfflineTest) PASS: test_client_constants (test.test_httplib.OfflineTest) PASS: test_responses (test.test_httplib.OfflineTest) PASS: test_100_close (test.test_httplib.PersistenceTest) PASS: test_disconnected (test.test_httplib.PersistenceTest) PASS: test_reuse_reconnect (test.test_httplib.PersistenceTest) PASS: test_ascii_body (test.test_httplib.RequestBodyTest) PASS: test_binary_file_body (test.test_httplib.RequestBodyTest) PASS: test_bytes_body (test.test_httplib.RequestBodyTest) PASS: test_latin1_body (test.test_httplib.RequestBodyTest) PASS: test_list_body (test.test_httplib.RequestBodyTest) PASS: test_manual_content_length (test.test_httplib.RequestBodyTest) PASS: test_text_file_body (test.test_httplib.RequestBodyTest) PASS: testHTTPConnectionSourceAddress (test.test_httplib.SourceAddressTest) PASS: testHTTPSConnectionSourceAddress (test.test_httplib.SourceAddressTest) PASS: testTimeoutAttribute (test.test_httplib.TimeoutTest) PASS: test_empty_body (test.test_httplib.TransferEncodingTest) PASS: test_endheaders_chunked (test.test_httplib.TransferEncodingTest) PASS: test_explicit_headers (test.test_httplib.TransferEncodingTest) PASS: test_request (test.test_httplib.TransferEncodingTest) PASS: test_connect_put_request (test.test_httplib.TunnelTests) PASS: test_connect_with_tunnel (test.test_httplib.TunnelTests) PASS: test_disallow_set_tunnel_after_connect (test.test_httplib.TunnelTests) PASS: test_set_tunnel_host_port_headers (test.test_httplib.TunnelTests) test_tunnel_connect_single_send_connection_setup (test.test_httplib.TunnelTests) PASS: Regresstion test for https://bugs.python.org/issue43332. PASS: test_tunnel_debuglog (test.test_httplib.TunnelTests) ---------------------------------------------------------------------- Ran 115 tests in 0.335s OK (skipped=5) 0:06:31 load avg: 0.67 [182/427] test_httpservers PASS: test_close_connection (test.test_httpservers.BaseHTTPRequestHandlerTestCase) PASS: test_date_time_string (test.test_httpservers.BaseHTTPRequestHandlerTestCase) PASS: test_extra_space (test.test_httpservers.BaseHTTPRequestHandlerTestCase) PASS: test_header_buffering_of_send_error (test.test_httpservers.BaseHTTPRequestHandlerTestCase) PASS: test_header_buffering_of_send_header (test.test_httpservers.BaseHTTPRequestHandlerTestCase) PASS: test_header_buffering_of_send_response_only (test.test_httpservers.BaseHTTPRequestHandlerTestCase) PASS: test_header_length (test.test_httpservers.BaseHTTPRequestHandlerTestCase) PASS: test_header_unbuffered_when_continue (test.test_httpservers.BaseHTTPRequestHandlerTestCase) PASS: test_html_escape_on_error (test.test_httpservers.BaseHTTPRequestHandlerTestCase) PASS: test_http_0_9 (test.test_httpservers.BaseHTTPRequestHandlerTestCase) PASS: test_http_1_0 (test.test_httpservers.BaseHTTPRequestHandlerTestCase) PASS: test_http_1_1 (test.test_httpservers.BaseHTTPRequestHandlerTestCase) PASS: test_request_length (test.test_httpservers.BaseHTTPRequestHandlerTestCase) PASS: test_too_many_headers (test.test_httpservers.BaseHTTPRequestHandlerTestCase) PASS: test_with_continue_1_0 (test.test_httpservers.BaseHTTPRequestHandlerTestCase) PASS: test_with_continue_1_1 (test.test_httpservers.BaseHTTPRequestHandlerTestCase) PASS: test_with_continue_rejected (test.test_httpservers.BaseHTTPRequestHandlerTestCase) PASS: test_command (test.test_httpservers.BaseHTTPServerTestCase) PASS: test_error_content_length (test.test_httpservers.BaseHTTPServerTestCase) PASS: test_handler (test.test_httpservers.BaseHTTPServerTestCase) PASS: test_head_via_send_error (test.test_httpservers.BaseHTTPServerTestCase) PASS: test_header_close (test.test_httpservers.BaseHTTPServerTestCase) PASS: test_header_keep_alive (test.test_httpservers.BaseHTTPServerTestCase) PASS: test_internal_key_error (test.test_httpservers.BaseHTTPServerTestCase) PASS: test_latin1_header (test.test_httpservers.BaseHTTPServerTestCase) PASS: test_request_line_trimming (test.test_httpservers.BaseHTTPServerTestCase) PASS: test_return_custom_status (test.test_httpservers.BaseHTTPServerTestCase) PASS: test_return_explain_error (test.test_httpservers.BaseHTTPServerTestCase) PASS: test_return_header_keep_alive (test.test_httpservers.BaseHTTPServerTestCase) PASS: test_send_blank (test.test_httpservers.BaseHTTPServerTestCase) PASS: test_send_error (test.test_httpservers.BaseHTTPServerTestCase) PASS: test_version_bogus (test.test_httpservers.BaseHTTPServerTestCase) PASS: test_version_digits (test.test_httpservers.BaseHTTPServerTestCase) PASS: test_version_invalid (test.test_httpservers.BaseHTTPServerTestCase) PASS: test_version_none (test.test_httpservers.BaseHTTPServerTestCase) PASS: test_version_none_get (test.test_httpservers.BaseHTTPServerTestCase) SKIP: test_accept (test.test_httpservers.CGIHTTPServerTestCase) "This test can't be run reliably as root (issue #13308)." SKIP: test_authorization (test.test_httpservers.CGIHTTPServerTestCase) "This test can't be run reliably as root (issue #13308)." SKIP: test_cgi_path_in_sub_directories (test.test_httpservers.CGIHTTPServerTestCase) "This test can't be run reliably as root (issue #13308)." SKIP: test_headers_and_content (test.test_httpservers.CGIHTTPServerTestCase) "This test can't be run reliably as root (issue #13308)." SKIP: test_invaliduri (test.test_httpservers.CGIHTTPServerTestCase) "This test can't be run reliably as root (issue #13308)." SKIP: test_issue19435 (test.test_httpservers.CGIHTTPServerTestCase) "This test can't be run reliably as root (issue #13308)." SKIP: test_nested_cgi_path_issue21323 (test.test_httpservers.CGIHTTPServerTestCase) "This test can't be run reliably as root (issue #13308)." SKIP: test_no_leading_slash (test.test_httpservers.CGIHTTPServerTestCase) "This test can't be run reliably as root (issue #13308)." SKIP: test_os_environ_is_not_altered (test.test_httpservers.CGIHTTPServerTestCase) "This test can't be run reliably as root (issue #13308)." SKIP: test_post (test.test_httpservers.CGIHTTPServerTestCase) "This test can't be run reliably as root (issue #13308)." SKIP: test_query_with_continuous_slashes (test.test_httpservers.CGIHTTPServerTestCase) "This test can't be run reliably as root (issue #13308)." SKIP: test_query_with_multiple_question_mark (test.test_httpservers.CGIHTTPServerTestCase) "This test can't be run reliably as root (issue #13308)." SKIP: test_url_collapse_path (test.test_httpservers.CGIHTTPServerTestCase) "This test can't be run reliably as root (issue #13308)." SKIP: test_urlquote_decoding_in_cgi_check (test.test_httpservers.CGIHTTPServerTestCase) "This test can't be run reliably as root (issue #13308)." PASS: test_all (test.test_httpservers.MiscTestCase) PASS: test_err (test.test_httpservers.RequestHandlerLoggingTestCase) PASS: test_get (test.test_httpservers.RequestHandlerLoggingTestCase) PASS: test_server_test_ipv4 (test.test_httpservers.ScriptTestCase) PASS: test_server_test_ipv6 (test.test_httpservers.ScriptTestCase) PASS: test_server_test_localhost (test.test_httpservers.ScriptTestCase) PASS: test_server_test_unspec (test.test_httpservers.ScriptTestCase) PASS: test_query_arguments (test.test_httpservers.SimpleHTTPRequestHandlerTestCase) PASS: test_start_with_double_slash (test.test_httpservers.SimpleHTTPRequestHandlerTestCase) PASS: test_windows_colon (test.test_httpservers.SimpleHTTPRequestHandlerTestCase) test_browser_cache (test.test_httpservers.SimpleHTTPServerTestCase) PASS: Check that when a request to /test is sent with the request header PASS: test_browser_cache_file_changed (test.test_httpservers.SimpleHTTPServerTestCase) PASS: test_browser_cache_with_If_None_Match_header (test.test_httpservers.SimpleHTTPServerTestCase) PASS: test_get (test.test_httpservers.SimpleHTTPServerTestCase) test_get_dir_redirect_location_domain_injection_bug (test.test_httpservers.SimpleHTTPServerTestCase) PASS: Ensure //evil.co/..%2f../../X does not put //evil.co/ in Location. PASS: test_head (test.test_httpservers.SimpleHTTPServerTestCase) PASS: test_html_escape_filename (test.test_httpservers.SimpleHTTPServerTestCase) PASS: test_invalid_requests (test.test_httpservers.SimpleHTTPServerTestCase) test_last_modified (test.test_httpservers.SimpleHTTPServerTestCase) PASS: Checks that the datetime returned in Last-Modified response header PASS: test_path_without_leading_slash (test.test_httpservers.SimpleHTTPServerTestCase) PASS: test_undecodable_filename (test.test_httpservers.SimpleHTTPServerTestCase) ---------------------------------------------------------------------- Ran 71 tests in 0.945s OK (skipped=14) 0:06:32 load avg: 0.62 [183/427] test_idle test_idle skipped -- No module named '_tkinter' 0:06:32 load avg: 0.62 [184/427] test_imaplib -- test_idle skipped PASS: test_EOF_without_complete_welcome_message (test.test_imaplib.NewIMAPSSLTests) test_aborted_authentication (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'BKEG0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'BKEG0 OK CAPABILITY completed' GOT: b'BKEG1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'*' SENT: b'BKEG1 NO [AUTHENTICATIONFAILED] aborted' ok test_bad_auth_name (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'DAFN0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'DAFN0 OK CAPABILITY completed' GOT: b'DAFN1 AUTHENTICATE METHOD' SENT: b'DAFN1 NO unrecognized authentication type METHOD' ok PASS: test_certfile_arg_warn (test.test_imaplib.NewIMAPSSLTests) test_enable_UTF8_True_append (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'PJPK0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 ENABLE UTF8=ACCEPT' SENT: b'PJPK0 OK CAPABILITY completed' GOT: b'PJPK1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'PJPK1 OK FAKEAUTH successful' GOT: b'PJPK2 ENABLE UTF8=ACCEPT' SENT: b'PJPK2 OK ENABLE successful' GOT: b'PJPK3 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'PJPK3 OK okay' ok test_enable_UTF8_raises_error_if_not_supported (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'OBMD0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'OBMD0 OK CAPABILITY completed' GOT: b'OBMD1 LOGIN user "pass"' SENT: b'OBMD1 OK LOGIN completed' ok test_enable_raises_error_if_no_capability (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'PCJP0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'PCJP0 OK CAPABILITY completed' ok test_enable_raises_error_if_not_AUTH (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'EHOC0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT' SENT: b'EHOC0 OK CAPABILITY completed' ok test_imaplib_timeout_functionality_test (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'FGDP0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'FGDP0 OK CAPABILITY completed' ok test_imaplib_timeout_test (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'ECIC0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'ECIC0 OK CAPABILITY completed' SENT: b'* OK IMAP4rev1' GOT: b'CJHH0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'CJHH0 OK CAPABILITY completed' SENT: b'* OK IMAP4rev1' GOT: b'ECMC0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'ECMC0 OK CAPABILITY completed' ok test_invalid_authentication (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'LONL0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'LONL0 OK CAPABILITY completed' GOT: b'LONL1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'LONL1 NO [AUTHENTICATIONFAILED] invalid' ok test_line_termination (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'ICAB0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 AUTH' SENT: b'ICAB0 OK CAPABILITY completed' ok PASS: test_linetoolong (test.test_imaplib.NewIMAPSSLTests) test_login (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'PEHD0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'PEHD0 OK CAPABILITY completed' GOT: b'PEHD1 LOGIN user "pass"' SENT: b'PEHD1 OK LOGIN completed' ok test_login_cram_md5_bytes (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'FJGE0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5' SENT: b'FJGE0 OK CAPABILITY completed' GOT: b'FJGE1 AUTHENTICATE CRAM-MD5' SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ=' GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy' SENT: b'FJGE1 OK CRAM-MD5 successful' ok test_login_cram_md5_plain_text (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'DAON0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5' SENT: b'DAON0 OK CAPABILITY completed' GOT: b'DAON1 AUTHENTICATE CRAM-MD5' SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ=' GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy' SENT: b'DAON1 OK CRAM-MD5 successful' ok test_logout (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'CLCM0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'CLCM0 OK CAPABILITY completed' GOT: b'CLCM1 LOGIN user "pass"' SENT: b'CLCM1 OK LOGIN completed' GOT: b'CLCM2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'CLCM2 OK LOGOUT completed' ok test_lsub (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'LJOK0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'LJOK0 OK CAPABILITY completed' GOT: b'LJOK1 LOGIN user "pass"' SENT: b'LJOK1 OK LOGIN completed' GOT: b'LJOK2 LSUB "" *' SENT: b'* LSUB () "." directoryA' SENT: b'LJOK2 OK LSUB completed' ok test_search_disallows_charset_in_utf8_mode (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'EKHN0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT' SENT: b'EKHN0 OK CAPABILITY completed' GOT: b'EKHN1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'EKHN1 OK FAKEAUTH successful' GOT: b'EKHN2 ENABLE UTF8=ACCEPT' SENT: b'EKHN2 OK ENABLE successful' ok test_simple_with_statement (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'IHOF0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'IHOF0 OK CAPABILITY completed' GOT: b'IHOF1 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'IHOF1 OK LOGOUT completed' ok test_ssl_raises (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'KFDL0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'KFDL0 OK CAPABILITY completed' ok test_ssl_verified (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'GGNE0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'GGNE0 OK CAPABILITY completed' SENT: b'* OK IMAP4rev1' GOT: b'FFDD0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'FFDD0 OK CAPABILITY completed' ok test_unselect (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'FLHG0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'FLHG0 OK CAPABILITY completed' GOT: b'FLHG1 LOGIN user "pass"' SENT: b'FLHG1 OK LOGIN completed' GOT: b'FLHG2 SELECT INBOX' SENT: b'* 2 EXISTS' SENT: b'FLHG2 OK [READ-WRITE] SELECT completed.' GOT: b'FLHG3 UNSELECT' SENT: b'FLHG3 OK Returned to authenticated state. (Success)' ok test_valid_authentication_bytes (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'DJBG0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'DJBG0 OK CAPABILITY completed' GOT: b'DJBG1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'DJBG1 OK FAKEAUTH successful' ok test_valid_authentication_plain_text (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'JENF0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'JENF0 OK CAPABILITY completed' GOT: b'JENF1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'JENF1 OK FAKEAUTH successful' ok test_with_statement (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'EHEP0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'EHEP0 OK CAPABILITY completed' GOT: b'EHEP1 LOGIN user "pass"' SENT: b'EHEP1 OK LOGIN completed' GOT: b'EHEP2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'EHEP2 OK LOGOUT completed' ok test_with_statement_logout (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'KPCH0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'KPCH0 OK CAPABILITY completed' GOT: b'KPCH1 LOGIN user "pass"' SENT: b'KPCH1 OK LOGIN completed' GOT: b'KPCH2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'KPCH2 OK LOGOUT completed' ok PASS: test_EOF_without_complete_welcome_message (test.test_imaplib.NewIMAPTests) test_aborted_authentication (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1' GOT: b'CLDB0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'CLDB0 OK CAPABILITY completed' GOT: b'CLDB1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'*' SENT: b'CLDB1 NO [AUTHENTICATIONFAILED] aborted' ok test_bad_auth_name (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1' GOT: b'PCMA0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'PCMA0 OK CAPABILITY completed' GOT: b'PCMA1 AUTHENTICATE METHOD' SENT: b'PCMA1 NO unrecognized authentication type METHOD' ok test_enable_UTF8_True_append (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1' GOT: b'LCOB0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 ENABLE UTF8=ACCEPT' SENT: b'LCOB0 OK CAPABILITY completed' GOT: b'LCOB1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'LCOB1 OK FAKEAUTH successful' GOT: b'LCOB2 ENABLE UTF8=ACCEPT' SENT: b'LCOB2 OK ENABLE successful' GOT: b'LCOB3 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'LCOB3 OK okay' ok test_enable_UTF8_raises_error_if_not_supported (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1' GOT: b'EPKF0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'EPKF0 OK CAPABILITY completed' GOT: b'EPKF1 LOGIN user "pass"' SENT: b'EPKF1 OK LOGIN completed' ok test_enable_raises_error_if_no_capability (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1' GOT: b'DMFN0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'DMFN0 OK CAPABILITY completed' ok test_enable_raises_error_if_not_AUTH (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1' GOT: b'PBAA0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT' SENT: b'PBAA0 OK CAPABILITY completed' ok test_imaplib_timeout_functionality_test (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1' GOT: b'JNOA0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'JNOA0 OK CAPABILITY completed' ok test_imaplib_timeout_test (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1' GOT: b'MPCF0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'MPCF0 OK CAPABILITY completed' SENT: b'* OK IMAP4rev1' GOT: b'JHPM0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'JHPM0 OK CAPABILITY completed' SENT: b'* OK IMAP4rev1' GOT: b'KDGB0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'KDGB0 OK CAPABILITY completed' ok test_invalid_authentication (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1' GOT: b'JNCJ0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'JNCJ0 OK CAPABILITY completed' GOT: b'JNCJ1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'JNCJ1 NO [AUTHENTICATIONFAILED] invalid' ok test_line_termination (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1' GOT: b'KNMN0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 AUTH' SENT: b'KNMN0 OK CAPABILITY completed' ok PASS: test_linetoolong (test.test_imaplib.NewIMAPTests) test_login (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1' GOT: b'KCBD0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'KCBD0 OK CAPABILITY completed' GOT: b'KCBD1 LOGIN user "pass"' SENT: b'KCBD1 OK LOGIN completed' ok test_login_cram_md5_bytes (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1' GOT: b'DGKN0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5' SENT: b'DGKN0 OK CAPABILITY completed' GOT: b'DGKN1 AUTHENTICATE CRAM-MD5' SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ=' GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy' SENT: b'DGKN1 OK CRAM-MD5 successful' ok test_login_cram_md5_plain_text (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1' GOT: b'PKIB0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5' SENT: b'PKIB0 OK CAPABILITY completed' GOT: b'PKIB1 AUTHENTICATE CRAM-MD5' SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ=' GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy' SENT: b'PKIB1 OK CRAM-MD5 successful' ok test_logout (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1' GOT: b'OLFO0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'OLFO0 OK CAPABILITY completed' GOT: b'OLFO1 LOGIN user "pass"' SENT: b'OLFO1 OK LOGIN completed' GOT: b'OLFO2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'OLFO2 OK LOGOUT completed' ok test_lsub (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1' GOT: b'LBPK0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'LBPK0 OK CAPABILITY completed' GOT: b'LBPK1 LOGIN user "pass"' SENT: b'LBPK1 OK LOGIN completed' GOT: b'LBPK2 LSUB "" *' SENT: b'* LSUB () "." directoryA' SENT: b'LBPK2 OK LSUB completed' ok test_search_disallows_charset_in_utf8_mode (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1' GOT: b'KJHG0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT' SENT: b'KJHG0 OK CAPABILITY completed' GOT: b'KJHG1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'KJHG1 OK FAKEAUTH successful' GOT: b'KJHG2 ENABLE UTF8=ACCEPT' SENT: b'KJHG2 OK ENABLE successful' ok test_simple_with_statement (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1' GOT: b'HJJK0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'HJJK0 OK CAPABILITY completed' GOT: b'HJJK1 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'HJJK1 OK LOGOUT completed' ok test_unselect (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1' GOT: b'JEPL0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'JEPL0 OK CAPABILITY completed' GOT: b'JEPL1 LOGIN user "pass"' SENT: b'JEPL1 OK LOGIN completed' GOT: b'JEPL2 SELECT INBOX' SENT: b'* 2 EXISTS' SENT: b'JEPL2 OK [READ-WRITE] SELECT completed.' GOT: b'JEPL3 UNSELECT' SENT: b'JEPL3 OK Returned to authenticated state. (Success)' ok test_valid_authentication_bytes (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1' GOT: b'EOCI0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'EOCI0 OK CAPABILITY completed' GOT: b'EOCI1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'EOCI1 OK FAKEAUTH successful' ok test_valid_authentication_plain_text (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1' GOT: b'JBMI0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'JBMI0 OK CAPABILITY completed' GOT: b'JBMI1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'JBMI1 OK FAKEAUTH successful' ok test_with_statement (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1' GOT: b'ENFI0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'ENFI0 OK CAPABILITY completed' GOT: b'ENFI1 LOGIN user "pass"' SENT: b'ENFI1 OK LOGIN completed' GOT: b'ENFI2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'ENFI2 OK LOGOUT completed' ok test_with_statement_logout (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1' GOT: b'BGHF0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'BGHF0 OK CAPABILITY completed' GOT: b'BGHF1 LOGIN user "pass"' SENT: b'BGHF1 OK LOGIN completed' GOT: b'BGHF2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'BGHF2 OK LOGOUT completed' ok SKIP: test_logincapa (test.test_imaplib.RemoteIMAPTest) 'network resource disabled' SKIP: test_logout (test.test_imaplib.RemoteIMAPTest) 'network resource disabled' SKIP: test_logincapa (test.test_imaplib.RemoteIMAP_SSLTest) 'cyrus.andrew.cmu.edu blocks connections' SKIP: test_logout (test.test_imaplib.RemoteIMAP_SSLTest) 'cyrus.andrew.cmu.edu blocks connections' SKIP: test_ssl_context_certfile_exclusive (test.test_imaplib.RemoteIMAP_SSLTest) 'cyrus.andrew.cmu.edu blocks connections' SKIP: test_ssl_context_keyfile_exclusive (test.test_imaplib.RemoteIMAP_SSLTest) 'cyrus.andrew.cmu.edu blocks connections' SKIP: test_logincapa (test.test_imaplib.RemoteIMAP_STARTTLSTest) 'network resource disabled' SKIP: test_logout (test.test_imaplib.RemoteIMAP_STARTTLSTest) 'network resource disabled' PASS: test_Internaldate2tuple (test.test_imaplib.TestImaplib) PASS: test_Internaldate2tuple_issue10941 (test.test_imaplib.TestImaplib) PASS: test_Time2Internaldate (test.test_imaplib.TestImaplib) PASS: test_imap4_host_default_value (test.test_imaplib.TestImaplib) PASS: test_that_Time2Internaldate_returns_a_result (test.test_imaplib.TestImaplib) test_aborted_authentication (test.test_imaplib.ThreadedNetworkedTests) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .MyServer'> server running SENT: b'* OK IMAP4rev1' GOT: b'HGNH0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'HGNH0 OK CAPABILITY completed' GOT: b'HGNH1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'*' SENT: b'HGNH1 NO [AUTHENTICATIONFAILED] aborted' GOT: b'HGNH2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'HGNH2 OK LOGOUT completed' waiting for server done ok test_bad_auth_name (test.test_imaplib.ThreadedNetworkedTests) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .MyServer'> server running SENT: b'* OK IMAP4rev1' GOT: b'LHHA0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'LHHA0 OK CAPABILITY completed' GOT: b'LHHA1 AUTHENTICATE METHOD' SENT: b'LHHA1 NO unrecognized authentication type METHOD' GOT: b'LHHA2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'LHHA2 OK LOGOUT completed' waiting for server done ok test_bracket_flags (test.test_imaplib.ThreadedNetworkedTests) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .BracketFlagHandler'> server running SENT: b'* OK IMAP4rev1' GOT: b'NJMH0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'NJMH0 OK CAPABILITY completed' GOT: b'NJMH1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'NJMH1 OK FAKEAUTH successful' GOT: b'NJMH2 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'NJMH2 OK [READ-WRITE] SELECT completed.' GOT: b'NJMH3 STORE 1 +FLAGS ([test])' SENT: b'* 1 FETCH (FLAGS (Answered \\Flagged \\Deleted \\Seen \\Draft \\[test]))' SENT: b'NJMH3 OK STORE completed.' GOT: b'NJMH4 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'NJMH4 OK [READ-WRITE] SELECT completed.' GOT: b'NJMH5 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'NJMH5 OK LOGOUT completed' waiting for server done ok test_connect (test.test_imaplib.ThreadedNetworkedTests) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = server running SENT: b'* OK IMAP4rev1' GOT: b'NGJH0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'NGJH0 OK CAPABILITY completed' waiting for server done ok test_dump_ur (test.test_imaplib.ThreadedNetworkedTests) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = server running SENT: b'* OK IMAP4rev1' GOT: b'PMKD0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'PMKD0 OK CAPABILITY completed' GOT: b'PMKD1 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'PMKD1 OK LOGOUT completed' waiting for server done ok test_enable_UTF8_True_append (test.test_imaplib.ThreadedNetworkedTests) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .UTF8AppendServer'> server running SENT: b'* OK IMAP4rev1' GOT: b'MENE0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT' SENT: b'MENE0 OK CAPABILITY completed' GOT: b'MENE1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'MENE1 OK FAKEAUTH successful' GOT: b'MENE2 ENABLE UTF8=ACCEPT' SENT: b'MENE2 OK ENABLE successful' GOT: b'MENE3 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'MENE3 OK okay' GOT: b'MENE4 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'MENE4 OK LOGOUT completed' waiting for server done ok test_enable_UTF8_raises_error_if_not_supported (test.test_imaplib.ThreadedNetworkedTests) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .NonUTF8Server'> server running SENT: b'* OK IMAP4rev1' GOT: b'MDKP0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'MDKP0 OK CAPABILITY completed' GOT: b'MDKP1 LOGIN user "pass"' SENT: b'MDKP1 OK LOGIN completed' GOT: b'MDKP2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'MDKP2 OK LOGOUT completed' waiting for server done ok test_enable_raises_error_if_no_capability (test.test_imaplib.ThreadedNetworkedTests) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .NoEnableServer'> server running SENT: b'* OK IMAP4rev1' GOT: b'MDPN0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 AUTH' SENT: b'MDPN0 OK CAPABILITY completed' GOT: b'MDPN1 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'MDPN1 OK LOGOUT completed' waiting for server done ok test_enable_raises_error_if_not_AUTH (test.test_imaplib.ThreadedNetworkedTests) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = server running SENT: b'* OK IMAP4rev1' GOT: b'GHOA0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT' SENT: b'GHOA0 OK CAPABILITY completed' GOT: b'GHOA1 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'GHOA1 OK LOGOUT completed' waiting for server done ok test_invalid_authentication (test.test_imaplib.ThreadedNetworkedTests) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .MyServer'> server running SENT: b'* OK IMAP4rev1' GOT: b'OJOD0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'OJOD0 OK CAPABILITY completed' GOT: b'OJOD1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'OJOD1 NO [AUTHENTICATIONFAILED] invalid' GOT: b'OJOD2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'OJOD2 OK LOGOUT completed' waiting for server done ok test_issue5949 (test.test_imaplib.ThreadedNetworkedTests) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .EOFHandler'> server running waiting for server done ok test_line_termination (test.test_imaplib.ThreadedNetworkedTests) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .BadNewlineHandler'> server running SENT: b'* OK IMAP4rev1' GOT: b'BAKL0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 AUTH' SENT: b'BAKL0 OK CAPABILITY completed' waiting for server done ok test_linetoolong (test.test_imaplib.ThreadedNetworkedTests) ... 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) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .AuthHandler'> server running SENT: b'* OK IMAP4rev1' GOT: b'JGGJ0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5' SENT: b'JGGJ0 OK CAPABILITY completed' GOT: b'JGGJ1 AUTHENTICATE CRAM-MD5' SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ=' GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy' SENT: b'JGGJ1 OK CRAM-MD5 successful' GOT: b'JGGJ2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'JGGJ2 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'PHKI0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5' SENT: b'PHKI0 OK CAPABILITY completed' GOT: b'PHKI1 AUTHENTICATE CRAM-MD5' SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ=' GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy' SENT: b'PHKI1 OK CRAM-MD5 successful' GOT: b'PHKI2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'PHKI2 OK LOGOUT completed' waiting for server done ok test_search_disallows_charset_in_utf8_mode (test.test_imaplib.ThreadedNetworkedTests) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = server running SENT: b'* OK IMAP4rev1' GOT: b'BMBB0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT' SENT: b'BMBB0 OK CAPABILITY completed' GOT: b'BMBB1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'BMBB1 OK FAKEAUTH successful' GOT: b'BMBB2 ENABLE UTF8=ACCEPT' SENT: b'BMBB2 OK ENABLE successful' GOT: b'BMBB3 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'BMBB3 OK LOGOUT completed' waiting for server done ok test_simple_with_statement (test.test_imaplib.ThreadedNetworkedTests) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = server running SENT: b'* OK IMAP4rev1' GOT: b'JEBN0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'JEBN0 OK CAPABILITY completed' GOT: b'JEBN1 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'JEBN1 OK LOGOUT completed' waiting for server done ok test_valid_authentication (test.test_imaplib.ThreadedNetworkedTests) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .MyServer'> server running SENT: b'* OK IMAP4rev1' GOT: b'GMIG0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'GMIG0 OK CAPABILITY completed' GOT: b'GMIG1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'GMIG1 OK FAKEAUTH successful' GOT: b'GMIG2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'GMIG2 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'DCGO0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'DCGO0 OK CAPABILITY completed' GOT: b'DCGO1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'DCGO1 OK FAKEAUTH successful' GOT: b'DCGO2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'DCGO2 OK LOGOUT completed' waiting for server done ok test_with_statement (test.test_imaplib.ThreadedNetworkedTests) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = server running SENT: b'* OK IMAP4rev1' GOT: b'NMAA0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'NMAA0 OK CAPABILITY completed' GOT: b'NMAA1 LOGIN user "pass"' SENT: b'NMAA1 OK LOGIN completed' GOT: b'NMAA2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'NMAA2 OK LOGOUT completed' waiting for server done ok test_with_statement_logout (test.test_imaplib.ThreadedNetworkedTests) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = server running SENT: b'* OK IMAP4rev1' GOT: b'FEEF0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'FEEF0 OK CAPABILITY completed' GOT: b'FEEF1 LOGIN user "pass"' SENT: b'FEEF1 OK LOGIN completed' GOT: b'FEEF2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'FEEF2 OK LOGOUT completed' waiting for server done ok test_aborted_authentication (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .MyServer'> server running SENT: b'* OK IMAP4rev1' GOT: b'PEKD0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'PEKD0 OK CAPABILITY completed' GOT: b'PEKD1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'*' SENT: b'PEKD1 NO [AUTHENTICATIONFAILED] aborted' GOT: b'PEKD2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'PEKD2 OK LOGOUT completed' waiting for server done ok test_bad_auth_name (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .MyServer'> server running SENT: b'* OK IMAP4rev1' GOT: b'IPKJ0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'IPKJ0 OK CAPABILITY completed' GOT: b'IPKJ1 AUTHENTICATE METHOD' SENT: b'IPKJ1 NO unrecognized authentication type METHOD' GOT: b'IPKJ2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'IPKJ2 OK LOGOUT completed' waiting for server done ok test_bracket_flags (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .BracketFlagHandler'> server running SENT: b'* OK IMAP4rev1' GOT: b'CNCH0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'CNCH0 OK CAPABILITY completed' GOT: b'CNCH1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'CNCH1 OK FAKEAUTH successful' GOT: b'CNCH2 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'CNCH2 OK [READ-WRITE] SELECT completed.' GOT: b'CNCH3 STORE 1 +FLAGS ([test])' SENT: b'* 1 FETCH (FLAGS (Answered \\Flagged \\Deleted \\Seen \\Draft \\[test]))' SENT: b'CNCH3 OK STORE completed.' GOT: b'CNCH4 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'CNCH4 OK [READ-WRITE] SELECT completed.' GOT: b'CNCH5 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'CNCH5 OK LOGOUT completed' waiting for server done ok test_connect (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = server running SENT: b'* OK IMAP4rev1' GOT: b'BLCL0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'BLCL0 OK CAPABILITY completed' waiting for server done ok test_dump_ur (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = server running SENT: b'* OK IMAP4rev1' GOT: b'ELDF0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'ELDF0 OK CAPABILITY completed' GOT: b'ELDF1 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'ELDF1 OK LOGOUT completed' waiting for server done ok test_enable_UTF8_True_append (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .UTF8AppendServer'> server running SENT: b'* OK IMAP4rev1' GOT: b'BDPO0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT' SENT: b'BDPO0 OK CAPABILITY completed' GOT: b'BDPO1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'BDPO1 OK FAKEAUTH successful' GOT: b'BDPO2 ENABLE UTF8=ACCEPT' SENT: b'BDPO2 OK ENABLE successful' GOT: b'BDPO3 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'BDPO3 OK okay' GOT: b'BDPO4 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'BDPO4 OK LOGOUT completed' waiting for server done ok test_enable_UTF8_raises_error_if_not_supported (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .NonUTF8Server'> server running SENT: b'* OK IMAP4rev1' GOT: b'EONB0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'EONB0 OK CAPABILITY completed' GOT: b'EONB1 LOGIN user "pass"' SENT: b'EONB1 OK LOGIN completed' GOT: b'EONB2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'EONB2 OK LOGOUT completed' waiting for server done ok test_enable_raises_error_if_no_capability (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .NoEnableServer'> server running SENT: b'* OK IMAP4rev1' GOT: b'PFKI0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 AUTH' SENT: b'PFKI0 OK CAPABILITY completed' GOT: b'PFKI1 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'PFKI1 OK LOGOUT completed' waiting for server done ok test_enable_raises_error_if_not_AUTH (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = server running SENT: b'* OK IMAP4rev1' GOT: b'JFIC0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT' SENT: b'JFIC0 OK CAPABILITY completed' GOT: b'JFIC1 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'JFIC1 OK LOGOUT completed' waiting for server done ok test_invalid_authentication (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .MyServer'> server running SENT: b'* OK IMAP4rev1' GOT: b'PGDO0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'PGDO0 OK CAPABILITY completed' GOT: b'PGDO1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'PGDO1 NO [AUTHENTICATIONFAILED] invalid' GOT: b'PGDO2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'PGDO2 OK LOGOUT completed' waiting for server done ok test_issue5949 (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .EOFHandler'> server running waiting for server done ok test_line_termination (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .BadNewlineHandler'> server running SENT: b'* OK IMAP4rev1' GOT: b'EFJP0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 AUTH' SENT: b'EFJP0 OK CAPABILITY completed' waiting for server done ok test_linetoolong (test.test_imaplib.ThreadedNetworkedTestsSSL) ... 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) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .AuthHandler'> server running SENT: b'* OK IMAP4rev1' GOT: b'MOIP0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5' SENT: b'MOIP0 OK CAPABILITY completed' GOT: b'MOIP1 AUTHENTICATE CRAM-MD5' SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ=' GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy' SENT: b'MOIP1 OK CRAM-MD5 successful' GOT: b'MOIP2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'MOIP2 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'HNCM0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5' SENT: b'HNCM0 OK CAPABILITY completed' GOT: b'HNCM1 AUTHENTICATE CRAM-MD5' SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ=' GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy' SENT: b'HNCM1 OK CRAM-MD5 successful' GOT: b'HNCM2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'HNCM2 OK LOGOUT completed' waiting for server done ok test_search_disallows_charset_in_utf8_mode (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = server running SENT: b'* OK IMAP4rev1' GOT: b'BHGE0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT' SENT: b'BHGE0 OK CAPABILITY completed' GOT: b'BHGE1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'BHGE1 OK FAKEAUTH successful' GOT: b'BHGE2 ENABLE UTF8=ACCEPT' SENT: b'BHGE2 OK ENABLE successful' GOT: b'BHGE3 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'BHGE3 OK LOGOUT completed' waiting for server done ok test_simple_with_statement (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = server running SENT: b'* OK IMAP4rev1' GOT: b'GMFH0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'GMFH0 OK CAPABILITY completed' GOT: b'GMFH1 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'GMFH1 OK LOGOUT completed' waiting for server done ok test_ssl_verified (test.test_imaplib.ThreadedNetworkedTestsSSL) ... 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'BGMF0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'BGMF0 OK CAPABILITY completed' waiting for server done ok test_valid_authentication (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .MyServer'> server running SENT: b'* OK IMAP4rev1' GOT: b'GAJM0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'GAJM0 OK CAPABILITY completed' GOT: b'GAJM1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'GAJM1 OK FAKEAUTH successful' GOT: b'GAJM2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'GAJM2 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'HOPK0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'HOPK0 OK CAPABILITY completed' GOT: b'HOPK1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'HOPK1 OK FAKEAUTH successful' GOT: b'HOPK2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'HOPK2 OK LOGOUT completed' waiting for server done ok test_with_statement (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = server running SENT: b'* OK IMAP4rev1' GOT: b'OMOA0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'OMOA0 OK CAPABILITY completed' GOT: b'OMOA1 LOGIN user "pass"' SENT: b'OMOA1 OK LOGIN completed' GOT: b'OMOA2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'OMOA2 OK LOGOUT completed' waiting for server done ok test_with_statement_logout (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = server running SENT: b'* OK IMAP4rev1' GOT: b'ENPA0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'ENPA0 OK CAPABILITY completed' GOT: b'ENPA1 LOGIN user "pass"' SENT: b'ENPA1 OK LOGIN completed' GOT: b'ENPA2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'ENPA2 OK LOGOUT completed' waiting for server done ok ---------------------------------------------------------------------- Ran 103 tests in 30.508s OK (skipped=8) 0:07:03 load avg: 0.37 [185/427] test_imghdr -- test_imaplib passed in 30.9 sec PASS: test_bad_args (test.test_imghdr.TestImghdr) PASS: test_closed_file (test.test_imghdr.TestImghdr) PASS: test_data (test.test_imghdr.TestImghdr) PASS: test_file_pos (test.test_imghdr.TestImghdr) PASS: test_invalid_headers (test.test_imghdr.TestImghdr) PASS: test_missing_file (test.test_imghdr.TestImghdr) PASS: test_output_stream (test.test_imghdr.TestImghdr) PASS: test_pathlike_filename (test.test_imghdr.TestImghdr) PASS: test_register_test (test.test_imghdr.TestImghdr) PASS: test_string_data (test.test_imghdr.TestImghdr) PASS: test_unseekable (test.test_imghdr.TestImghdr) ---------------------------------------------------------------------- Ran 11 tests in 0.010s OK 0:07:04 load avg: 0.37 [186/427] test_imp PASS: test_bug7732 (test.test_imp.ImportTests) PASS: test_find_and_load_checked_pyc (test.test_imp.ImportTests) PASS: test_find_module_encoding (test.test_imp.ImportTests) PASS: test_import_encoded_module (test.test_imp.ImportTests) PASS: test_issue1267 (test.test_imp.ImportTests) PASS: test_issue15828_load_extensions (test.test_imp.ImportTests) PASS: test_issue16421_multiple_modules_in_one_dll (test.test_imp.ImportTests) PASS: test_issue24748_load_module_skips_sys_modules_check (test.test_imp.ImportTests) PASS: test_issue31315 (test.test_imp.ImportTests) PASS: test_issue3594 (test.test_imp.ImportTests) PASS: test_issue5604 (test.test_imp.ImportTests) PASS: test_issue9319 (test.test_imp.ImportTests) PASS: test_issue_35321 (test.test_imp.ImportTests) PASS: test_load_dynamic_ImportError_path (test.test_imp.ImportTests) PASS: test_load_from_source (test.test_imp.ImportTests) PASS: test_load_module_extension_file_is_None (test.test_imp.ImportTests) PASS: test_load_source (test.test_imp.ImportTests) PASS: test_multiple_calls_to_get_data (test.test_imp.ImportTests) PASS: test_pyc_invalidation_mode_from_cmdline (test.test_imp.ImportTests) PASS: test_source_hash (test.test_imp.ImportTests) PASS: testLock (test.test_imp.LockTests) PASS: test_unencodeable (test.test_imp.NullImporterTests) PASS: test_cache_from_source (test.test_imp.PEP3147Tests) PASS: test_source_from_cache (test.test_imp.PEP3147Tests) PASS: test_builtin (test.test_imp.ReloadTests) PASS: test_extension (test.test_imp.ReloadTests) PASS: test_source (test.test_imp.ReloadTests) PASS: test_with_deleted_parent (test.test_imp.ReloadTests) ---------------------------------------------------------------------- Ran 28 tests in 0.107s OK 0:07:04 load avg: 0.37 [187/427] test_import PASS: test_binding (test.test_import.CircularImportTests) PASS: test_circular_from_import (test.test_import.CircularImportTests) PASS: test_crossreference1 (test.test_import.CircularImportTests) PASS: test_crossreference2 (test.test_import.CircularImportTests) PASS: test_direct (test.test_import.CircularImportTests) PASS: test_indirect (test.test_import.CircularImportTests) PASS: test_rebinding (test.test_import.CircularImportTests) PASS: test_subpackage (test.test_import.CircularImportTests) PASS: test_unwritable_module (test.test_import.CircularImportTests) PASS: test_cached_mode_issue_2051 (test.test_import.FilePermissionTests) PASS: test_cached_readonly (test.test_import.FilePermissionTests) PASS: test_creation_mode (test.test_import.FilePermissionTests) PASS: test_pyc_always_writable (test.test_import.FilePermissionTests) PASS: test_get_sourcefile (test.test_import.GetSourcefileTests) PASS: test_get_sourcefile_bad_ext (test.test_import.GetSourcefileTests) PASS: test_get_sourcefile_no_source (test.test_import.GetSourcefileTests) PASS: test_bogus_fromlist (test.test_import.ImportTests) PASS: test_case_sensitivity (test.test_import.ImportTests) PASS: test_concurrency (test.test_import.ImportTests) PASS: test_delete_builtins_import (test.test_import.ImportTests) SKIP: test_dll_dependency_import (test.test_import.ImportTests) 'Windows-specific' PASS: test_double_const (test.test_import.ImportTests) PASS: test_failing_import_sticks (test.test_import.ImportTests) PASS: test_failing_reload (test.test_import.ImportTests) PASS: test_file_to_source (test.test_import.ImportTests) PASS: test_from_import_AttributeError (test.test_import.ImportTests) PASS: test_from_import_message_for_existing_module (test.test_import.ImportTests) PASS: test_from_import_message_for_nonexistent_module (test.test_import.ImportTests) PASS: test_from_import_missing_attr_has_name (test.test_import.ImportTests) PASS: test_from_import_missing_attr_has_name_and_path (test.test_import.ImportTests) PASS: test_from_import_missing_attr_has_name_and_so_path (test.test_import.ImportTests) PASS: test_from_import_missing_attr_path_is_canonical (test.test_import.ImportTests) PASS: test_from_import_missing_attr_raises_ImportError (test.test_import.ImportTests) PASS: test_from_import_missing_module_raises_ModuleNotFoundError (test.test_import.ImportTests) PASS: test_from_import_star_invalid_type (test.test_import.ImportTests) PASS: test_import (test.test_import.ImportTests) PASS: test_import_by_filename (test.test_import.ImportTests) PASS: test_import_in_del_does_not_crash (test.test_import.ImportTests) PASS: test_import_name_binding (test.test_import.ImportTests) PASS: test_import_raises_ModuleNotFoundError (test.test_import.ImportTests) PASS: test_issue31286 (test.test_import.ImportTests) PASS: test_issue31492 (test.test_import.ImportTests) PASS: test_module_with_large_stack (test.test_import.ImportTests) PASS: test_timestamp_overflow (test.test_import.ImportTests) PASS: test_broken_from (test.test_import.ImportTracebackTests) PASS: test_broken_parent (test.test_import.ImportTracebackTests) PASS: test_broken_parent_from (test.test_import.ImportTracebackTests) PASS: test_broken_submodule (test.test_import.ImportTracebackTests) PASS: test_exec_failure (test.test_import.ImportTracebackTests) PASS: test_exec_failure_nested (test.test_import.ImportTracebackTests) PASS: test_import_bug (test.test_import.ImportTracebackTests) PASS: test_nonexistent_module (test.test_import.ImportTracebackTests) PASS: test_nonexistent_module_nested (test.test_import.ImportTracebackTests) PASS: test_syntax_error (test.test_import.ImportTracebackTests) PASS: test_unencodable_filename (test.test_import.ImportTracebackTests) PASS: test_frozen_importlib (test.test_import.ImportlibBootstrapTests) PASS: test_frozen_importlib_external_is_bootstrap_external (test.test_import.ImportlibBootstrapTests) PASS: test_frozen_importlib_is_bootstrap (test.test_import.ImportlibBootstrapTests) PASS: test_there_can_be_only_one (test.test_import.ImportlibBootstrapTests) PASS: test_override_builtin (test.test_import.OverridingImportBuiltinTests) SKIP: test_UNC_path (test.test_import.PathsTests) 'Windows-specific' PASS: test_trailing_slash (test.test_import.PathsTests) PASS: test_basics (test.test_import.PycRewritingTests) PASS: test_foreign_code (test.test_import.PycRewritingTests) PASS: test_incorrect_code_name (test.test_import.PycRewritingTests) PASS: test_module_without_source (test.test_import.PycRewritingTests) PASS: test___cached__ (test.test_import.PycacheTests) PASS: test___cached___legacy_pyc (test.test_import.PycacheTests) PASS: test_import_pyc_path (test.test_import.PycacheTests) PASS: test_missing_source (test.test_import.PycacheTests) PASS: test_missing_source_legacy (test.test_import.PycacheTests) PASS: test_package___cached__ (test.test_import.PycacheTests) PASS: test_package___cached___from_pyc (test.test_import.PycacheTests) PASS: test_recompute_pyc_same_second (test.test_import.PycacheTests) SKIP: test_unwritable_directory (test.test_import.PycacheTests) 'due to varying filesystem permission semantics (issue #11956)' PASS: test_absolute_import_without_future (test.test_import.RelativeImportTests) PASS: test_import_from_non_package (test.test_import.RelativeImportTests) PASS: test_import_from_unloaded_package (test.test_import.RelativeImportTests) PASS: test_issue3221 (test.test_import.RelativeImportTests) PASS: test_parentless_import_shadowed_by_global (test.test_import.RelativeImportTests) PASS: test_relimport_star (test.test_import.RelativeImportTests) PASS: test_symlinked_dir_importable (test.test_import.TestSymbolicallyLinkedPackage) ---------------------------------------------------------------------- Ran 82 tests in 1.364s OK (skipped=3) 0:07:06 load avg: 0.37 [188/427] test_importlib PASS: test_failure (test.test_importlib.builtin.test_finder.Frozen_FindSpecTests) PASS: test_ignore_path (test.test_importlib.builtin.test_finder.Frozen_FindSpecTests) PASS: test_module (test.test_importlib.builtin.test_finder.Frozen_FindSpecTests) PASS: test_failure (test.test_importlib.builtin.test_finder.Frozen_FinderTests) PASS: test_ignore_path (test.test_importlib.builtin.test_finder.Frozen_FinderTests) PASS: test_module (test.test_importlib.builtin.test_finder.Frozen_FinderTests) PASS: test_failure (test.test_importlib.builtin.test_finder.Source_FindSpecTests) PASS: test_ignore_path (test.test_importlib.builtin.test_finder.Source_FindSpecTests) PASS: test_module (test.test_importlib.builtin.test_finder.Source_FindSpecTests) PASS: test_failure (test.test_importlib.builtin.test_finder.Source_FinderTests) PASS: test_ignore_path (test.test_importlib.builtin.test_finder.Source_FinderTests) PASS: test_module (test.test_importlib.builtin.test_finder.Source_FinderTests) PASS: test_get_code (test.test_importlib.builtin.test_loader.Frozen_InspectLoaderTests) PASS: test_get_source (test.test_importlib.builtin.test_loader.Frozen_InspectLoaderTests) PASS: test_is_package (test.test_importlib.builtin.test_loader.Frozen_InspectLoaderTests) PASS: test_not_builtin (test.test_importlib.builtin.test_loader.Frozen_InspectLoaderTests) PASS: test_already_imported (test.test_importlib.builtin.test_loader.Frozen_LoaderTests) PASS: test_module (test.test_importlib.builtin.test_loader.Frozen_LoaderTests) PASS: test_module_reuse (test.test_importlib.builtin.test_loader.Frozen_LoaderTests) PASS: test_unloadable (test.test_importlib.builtin.test_loader.Frozen_LoaderTests) PASS: test_get_code (test.test_importlib.builtin.test_loader.Source_InspectLoaderTests) PASS: test_get_source (test.test_importlib.builtin.test_loader.Source_InspectLoaderTests) PASS: test_is_package (test.test_importlib.builtin.test_loader.Source_InspectLoaderTests) PASS: test_not_builtin (test.test_importlib.builtin.test_loader.Source_InspectLoaderTests) PASS: test_already_imported (test.test_importlib.builtin.test_loader.Source_LoaderTests) PASS: test_module (test.test_importlib.builtin.test_loader.Source_LoaderTests) PASS: test_module_reuse (test.test_importlib.builtin.test_loader.Source_LoaderTests) PASS: test_unloadable (test.test_importlib.builtin.test_loader.Source_LoaderTests) SKIP: test_case_insensitivity (test.test_importlib.extension.test_case_sensitivity.Frozen_ExtensionModuleCaseSensitivityTest) 'requires a case-insensitive filesystem' SKIP: test_case_sensitive (test.test_importlib.extension.test_case_sensitivity.Frozen_ExtensionModuleCaseSensitivityTest) 'requires a case-insensitive filesystem' SKIP: test_case_insensitivity (test.test_importlib.extension.test_case_sensitivity.Source_ExtensionModuleCaseSensitivityTest) 'requires a case-insensitive filesystem' SKIP: test_case_sensitive (test.test_importlib.extension.test_case_sensitivity.Source_ExtensionModuleCaseSensitivityTest) 'requires a case-insensitive filesystem' PASS: test_failure (test.test_importlib.extension.test_finder.Frozen_FinderTests) PASS: test_module (test.test_importlib.extension.test_finder.Frozen_FinderTests) PASS: test_failure (test.test_importlib.extension.test_finder.Source_FinderTests) PASS: test_module (test.test_importlib.extension.test_finder.Source_FinderTests) PASS: test_equality (test.test_importlib.extension.test_loader.Frozen_LoaderTests) PASS: test_inequality (test.test_importlib.extension.test_loader.Frozen_LoaderTests) PASS: test_is_package (test.test_importlib.extension.test_loader.Frozen_LoaderTests) PASS: test_load_module_API (test.test_importlib.extension.test_loader.Frozen_LoaderTests) PASS: test_module (test.test_importlib.extension.test_loader.Frozen_LoaderTests) PASS: test_module_reuse (test.test_importlib.extension.test_loader.Frozen_LoaderTests) PASS: test_unloadable (test.test_importlib.extension.test_loader.Frozen_LoaderTests) PASS: test_bad_modules (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests) PASS: test_functionality (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests) PASS: test_load_short_name (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests) PASS: test_load_submodule (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests) PASS: test_load_twice (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests) PASS: test_module (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests) PASS: test_nonascii (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests) PASS: test_nonmodule (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests) PASS: test_nonmodule_with_methods (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests) PASS: test_null_slots (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests) PASS: test_reload (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests) PASS: test_try_registration (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests) PASS: test_unloadable (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests) PASS: test_unloadable_nonascii (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests) PASS: test_equality (test.test_importlib.extension.test_loader.Source_LoaderTests) PASS: test_inequality (test.test_importlib.extension.test_loader.Source_LoaderTests) PASS: test_is_package (test.test_importlib.extension.test_loader.Source_LoaderTests) PASS: test_load_module_API (test.test_importlib.extension.test_loader.Source_LoaderTests) PASS: test_module (test.test_importlib.extension.test_loader.Source_LoaderTests) PASS: test_module_reuse (test.test_importlib.extension.test_loader.Source_LoaderTests) PASS: test_unloadable (test.test_importlib.extension.test_loader.Source_LoaderTests) PASS: test_bad_modules (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests) PASS: test_functionality (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests) PASS: test_load_short_name (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests) PASS: test_load_submodule (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests) PASS: test_load_twice (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests) PASS: test_module (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests) PASS: test_nonascii (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests) PASS: test_nonmodule (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests) PASS: test_nonmodule_with_methods (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests) PASS: test_null_slots (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests) PASS: test_reload (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests) PASS: test_try_registration (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests) PASS: test_unloadable (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests) PASS: test_unloadable_nonascii (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests) PASS: test_success (test.test_importlib.extension.test_path_hook.Frozen_PathHookTests) PASS: test_success (test.test_importlib.extension.test_path_hook.Source_PathHookTests) PASS: test_failure (test.test_importlib.frozen.test_finder.Frozen_FindSpecTests) PASS: test_module (test.test_importlib.frozen.test_finder.Frozen_FindSpecTests) PASS: test_module_in_package (test.test_importlib.frozen.test_finder.Frozen_FindSpecTests) PASS: test_package (test.test_importlib.frozen.test_finder.Frozen_FindSpecTests) PASS: test_failure (test.test_importlib.frozen.test_finder.Frozen_FinderTests) PASS: test_module (test.test_importlib.frozen.test_finder.Frozen_FinderTests) PASS: test_module_in_package (test.test_importlib.frozen.test_finder.Frozen_FinderTests) PASS: test_package (test.test_importlib.frozen.test_finder.Frozen_FinderTests) PASS: test_failure (test.test_importlib.frozen.test_finder.Source_FindSpecTests) PASS: test_module (test.test_importlib.frozen.test_finder.Source_FindSpecTests) PASS: test_module_in_package (test.test_importlib.frozen.test_finder.Source_FindSpecTests) PASS: test_package (test.test_importlib.frozen.test_finder.Source_FindSpecTests) PASS: test_failure (test.test_importlib.frozen.test_finder.Source_FinderTests) PASS: test_module (test.test_importlib.frozen.test_finder.Source_FinderTests) PASS: test_module_in_package (test.test_importlib.frozen.test_finder.Source_FinderTests) PASS: test_package (test.test_importlib.frozen.test_finder.Source_FinderTests) PASS: test_lacking_parent (test.test_importlib.frozen.test_loader.Frozen_ExecModuleTests) PASS: test_module (test.test_importlib.frozen.test_loader.Frozen_ExecModuleTests) PASS: test_module_repr (test.test_importlib.frozen.test_loader.Frozen_ExecModuleTests) PASS: test_module_repr_indirect (test.test_importlib.frozen.test_loader.Frozen_ExecModuleTests) PASS: test_package (test.test_importlib.frozen.test_loader.Frozen_ExecModuleTests) PASS: test_unloadable (test.test_importlib.frozen.test_loader.Frozen_ExecModuleTests) PASS: test_failure (test.test_importlib.frozen.test_loader.Frozen_InspectLoaderTests) PASS: test_get_code (test.test_importlib.frozen.test_loader.Frozen_InspectLoaderTests) PASS: test_get_source (test.test_importlib.frozen.test_loader.Frozen_InspectLoaderTests) PASS: test_is_package (test.test_importlib.frozen.test_loader.Frozen_InspectLoaderTests) PASS: test_lacking_parent (test.test_importlib.frozen.test_loader.Frozen_LoaderTests) PASS: test_module (test.test_importlib.frozen.test_loader.Frozen_LoaderTests) PASS: test_module_repr (test.test_importlib.frozen.test_loader.Frozen_LoaderTests) PASS: test_module_reuse (test.test_importlib.frozen.test_loader.Frozen_LoaderTests) PASS: test_package (test.test_importlib.frozen.test_loader.Frozen_LoaderTests) PASS: test_unloadable (test.test_importlib.frozen.test_loader.Frozen_LoaderTests) PASS: test_lacking_parent (test.test_importlib.frozen.test_loader.Source_ExecModuleTests) PASS: test_module (test.test_importlib.frozen.test_loader.Source_ExecModuleTests) PASS: test_module_repr (test.test_importlib.frozen.test_loader.Source_ExecModuleTests) PASS: test_module_repr_indirect (test.test_importlib.frozen.test_loader.Source_ExecModuleTests) PASS: test_package (test.test_importlib.frozen.test_loader.Source_ExecModuleTests) PASS: test_unloadable (test.test_importlib.frozen.test_loader.Source_ExecModuleTests) PASS: test_failure (test.test_importlib.frozen.test_loader.Source_InspectLoaderTests) PASS: test_get_code (test.test_importlib.frozen.test_loader.Source_InspectLoaderTests) PASS: test_get_source (test.test_importlib.frozen.test_loader.Source_InspectLoaderTests) PASS: test_is_package (test.test_importlib.frozen.test_loader.Source_InspectLoaderTests) PASS: test_lacking_parent (test.test_importlib.frozen.test_loader.Source_LoaderTests) PASS: test_module (test.test_importlib.frozen.test_loader.Source_LoaderTests) PASS: test_module_repr (test.test_importlib.frozen.test_loader.Source_LoaderTests) PASS: test_module_reuse (test.test_importlib.frozen.test_loader.Source_LoaderTests) PASS: test_package (test.test_importlib.frozen.test_loader.Source_LoaderTests) PASS: test_unloadable (test.test_importlib.frozen.test_loader.Source_LoaderTests) PASS: test___loader__ (test.test_importlib.import_.test___loader__.Frozen_SpecLoaderAttributeTests) PASS: test___loader___is_None (test.test_importlib.import_.test___loader__.Frozen_LoaderAttributeTests) PASS: test___loader___missing (test.test_importlib.import_.test___loader__.Frozen_LoaderAttributeTests) PASS: test___loader__ (test.test_importlib.import_.test___loader__.Source_SpecLoaderAttributeTests) PASS: test___loader___is_None (test.test_importlib.import_.test___loader__.Source_LoaderAttributeTests) PASS: test___loader___missing (test.test_importlib.import_.test___loader__.Source_LoaderAttributeTests) PASS: test_None_as___package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP302) PASS: test_bad__package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP302) PASS: test_bunk__package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP302) PASS: test_spec_fallback (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP302) PASS: test_using___name__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP302) PASS: test_using___package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP302) PASS: test_warn_when_package_and_spec_disagree (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP302) PASS: test_warn_when_using___name__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP302) PASS: test_None_as___package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451) PASS: test_bad__package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451) PASS: test_bunk__package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451) PASS: test_spec_fallback (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451) PASS: test_using___name__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451) PASS: test_using___package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451) PASS: test_warn_when_package_and_spec_disagree (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451) PASS: test_warn_when_using___name__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451) PASS: test_package (test.test_importlib.import_.test___package__.Setting__package__PEP302) PASS: test_submodule (test.test_importlib.import_.test___package__.Setting__package__PEP302) PASS: test_top_level (test.test_importlib.import_.test___package__.Setting__package__PEP302) PASS: test_package (test.test_importlib.import_.test___package__.Setting__package__PEP451) PASS: test_submodule (test.test_importlib.import_.test___package__.Setting__package__PEP451) PASS: test_top_level (test.test_importlib.import_.test___package__.Setting__package__PEP451) PASS: test_None_as___package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP302) PASS: test_bad__package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP302) PASS: test_bunk__package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP302) PASS: test_spec_fallback (test.test_importlib.import_.test___package__.Source_Using__package__PEP302) PASS: test_using___name__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP302) PASS: test_using___package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP302) PASS: test_warn_when_package_and_spec_disagree (test.test_importlib.import_.test___package__.Source_Using__package__PEP302) PASS: test_warn_when_using___name__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP302) PASS: test_None_as___package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451) PASS: test_bad__package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451) PASS: test_bunk__package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451) PASS: test_spec_fallback (test.test_importlib.import_.test___package__.Source_Using__package__PEP451) PASS: test_using___name__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451) PASS: test_using___package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451) PASS: test_warn_when_package_and_spec_disagree (test.test_importlib.import_.test___package__.Source_Using__package__PEP451) PASS: test_warn_when_using___name__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451) PASS: test_blocked_fromlist (test.test_importlib.import_.test_api.Frozen_OldAPITests) PASS: test_fromlist_load_error_propagates (test.test_importlib.import_.test_api.Frozen_OldAPITests) PASS: test_name_requires_rparition (test.test_importlib.import_.test_api.Frozen_OldAPITests) PASS: test_negative_level (test.test_importlib.import_.test_api.Frozen_OldAPITests) PASS: test_nonexistent_fromlist_entry (test.test_importlib.import_.test_api.Frozen_OldAPITests) PASS: test_raises_ModuleNotFoundError (test.test_importlib.import_.test_api.Frozen_OldAPITests) PASS: test_blocked_fromlist (test.test_importlib.import_.test_api.Frozen_SpecAPITests) PASS: test_fromlist_load_error_propagates (test.test_importlib.import_.test_api.Frozen_SpecAPITests) PASS: test_name_requires_rparition (test.test_importlib.import_.test_api.Frozen_SpecAPITests) PASS: test_negative_level (test.test_importlib.import_.test_api.Frozen_SpecAPITests) PASS: test_nonexistent_fromlist_entry (test.test_importlib.import_.test_api.Frozen_SpecAPITests) PASS: test_raises_ModuleNotFoundError (test.test_importlib.import_.test_api.Frozen_SpecAPITests) PASS: test_blocked_fromlist (test.test_importlib.import_.test_api.Source_OldAPITests) PASS: test_fromlist_load_error_propagates (test.test_importlib.import_.test_api.Source_OldAPITests) PASS: test_name_requires_rparition (test.test_importlib.import_.test_api.Source_OldAPITests) PASS: test_negative_level (test.test_importlib.import_.test_api.Source_OldAPITests) PASS: test_nonexistent_fromlist_entry (test.test_importlib.import_.test_api.Source_OldAPITests) PASS: test_raises_ModuleNotFoundError (test.test_importlib.import_.test_api.Source_OldAPITests) PASS: test_blocked_fromlist (test.test_importlib.import_.test_api.Source_SpecAPITests) PASS: test_fromlist_load_error_propagates (test.test_importlib.import_.test_api.Source_SpecAPITests) PASS: test_name_requires_rparition (test.test_importlib.import_.test_api.Source_SpecAPITests) PASS: test_negative_level (test.test_importlib.import_.test_api.Source_SpecAPITests) PASS: test_nonexistent_fromlist_entry (test.test_importlib.import_.test_api.Source_SpecAPITests) PASS: test_raises_ModuleNotFoundError (test.test_importlib.import_.test_api.Source_SpecAPITests) PASS: test_None_in_cache (test.test_importlib.import_.test_caching.Frozen_UseCache) PASS: test_using_cache (test.test_importlib.import_.test_caching.Frozen_UseCache) PASS: test_None_in_cache (test.test_importlib.import_.test_caching.ImportlibUseCache) PASS: test_using_cache (test.test_importlib.import_.test_caching.ImportlibUseCache) PASS: test_using_cache_after_loader (test.test_importlib.import_.test_caching.ImportlibUseCache) PASS: test_using_cache_for_assigning_to_attribute (test.test_importlib.import_.test_caching.ImportlibUseCache) PASS: test_using_cache_for_fromlist (test.test_importlib.import_.test_caching.ImportlibUseCache) PASS: test_None_in_cache (test.test_importlib.import_.test_caching.Source_UseCache) PASS: test_using_cache (test.test_importlib.import_.test_caching.Source_UseCache) PASS: test_empty_string (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist) PASS: test_fromlist_as_tuple (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist) PASS: test_invalid_type (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist) PASS: test_invalid_type_in_all (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist) PASS: test_module_from_package (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist) PASS: test_module_from_package_triggers_ModuleNotFoundError (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist) PASS: test_nonexistent_from_package (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist) PASS: test_nonexistent_in_all (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist) PASS: test_nonexistent_object (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist) PASS: test_object (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist) PASS: test_star_in_all (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist) PASS: test_star_with_others (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist) PASS: test_using_star (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist) PASS: test_return_from_from_import (test.test_importlib.import_.test_fromlist.Frozen_ReturnValue) PASS: test_return_from_import (test.test_importlib.import_.test_fromlist.Frozen_ReturnValue) PASS: test_empty_string (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist) PASS: test_fromlist_as_tuple (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist) PASS: test_invalid_type (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist) PASS: test_invalid_type_in_all (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist) PASS: test_module_from_package (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist) PASS: test_module_from_package_triggers_ModuleNotFoundError (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist) PASS: test_nonexistent_from_package (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist) PASS: test_nonexistent_in_all (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist) PASS: test_nonexistent_object (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist) PASS: test_object (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist) PASS: test_star_in_all (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist) PASS: test_star_with_others (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist) PASS: test_using_star (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist) PASS: test_return_from_from_import (test.test_importlib.import_.test_fromlist.Source_ReturnValue) PASS: test_return_from_import (test.test_importlib.import_.test_fromlist.Source_ReturnValue) PASS: test_no_path (test.test_importlib.import_.test_meta_path.Frozen_CallSignaturePEP302) PASS: test_with_path (test.test_importlib.import_.test_meta_path.Frozen_CallSignaturePEP302) PASS: test_no_path (test.test_importlib.import_.test_meta_path.Frozen_CallSignaturePEP451) PASS: test_with_path (test.test_importlib.import_.test_meta_path.Frozen_CallSignaturePEP451) PASS: test_continuing (test.test_importlib.import_.test_meta_path.Frozen_CallingOrder) PASS: test_empty (test.test_importlib.import_.test_meta_path.Frozen_CallingOrder) PASS: test_first_called (test.test_importlib.import_.test_meta_path.Frozen_CallingOrder) PASS: test_no_path (test.test_importlib.import_.test_meta_path.Source_CallSignaturePEP302) PASS: test_with_path (test.test_importlib.import_.test_meta_path.Source_CallSignaturePEP302) PASS: test_no_path (test.test_importlib.import_.test_meta_path.Source_CallSignaturePEP451) PASS: test_with_path (test.test_importlib.import_.test_meta_path.Source_CallSignaturePEP451) PASS: test_continuing (test.test_importlib.import_.test_meta_path.Source_CallingOrder) PASS: test_empty (test.test_importlib.import_.test_meta_path.Source_CallingOrder) PASS: test_first_called (test.test_importlib.import_.test_meta_path.Source_CallingOrder) PASS: test_bad_parent (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests) PASS: test_import_parent (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests) PASS: test_module_not_package (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests) PASS: test_module_not_package_but_side_effects (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests) PASS: test_raising_parent_after_double_relative_importing_child (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests) PASS: test_raising_parent_after_importing_child (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests) PASS: test_raising_parent_after_relative_importing_child (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests) PASS: test_bad_parent (test.test_importlib.import_.test_packages.Source_ParentModuleTests) PASS: test_import_parent (test.test_importlib.import_.test_packages.Source_ParentModuleTests) PASS: test_module_not_package (test.test_importlib.import_.test_packages.Source_ParentModuleTests) PASS: test_module_not_package_but_side_effects (test.test_importlib.import_.test_packages.Source_ParentModuleTests) PASS: test_raising_parent_after_double_relative_importing_child (test.test_importlib.import_.test_packages.Source_ParentModuleTests) PASS: test_raising_parent_after_importing_child (test.test_importlib.import_.test_packages.Source_ParentModuleTests) PASS: test_raising_parent_after_relative_importing_child (test.test_importlib.import_.test_packages.Source_ParentModuleTests) PASS: test_None_on_sys_path (test.test_importlib.import_.test_path.Frozen_FindModuleTests) PASS: test_deleted_cwd (test.test_importlib.import_.test_path.Frozen_FindModuleTests) PASS: test_empty_list (test.test_importlib.import_.test_path.Frozen_FindModuleTests) PASS: test_empty_path_hooks (test.test_importlib.import_.test_path.Frozen_FindModuleTests) PASS: test_failure (test.test_importlib.import_.test_path.Frozen_FindModuleTests) PASS: test_finder_with_find_loader (test.test_importlib.import_.test_path.Frozen_FindModuleTests) PASS: test_finder_with_find_module (test.test_importlib.import_.test_path.Frozen_FindModuleTests) PASS: test_finder_with_find_spec (test.test_importlib.import_.test_path.Frozen_FindModuleTests) PASS: test_invalidate_caches_clear_out_None (test.test_importlib.import_.test_path.Frozen_FindModuleTests) PASS: test_invalidate_caches_finders (test.test_importlib.import_.test_path.Frozen_FindModuleTests) PASS: test_path (test.test_importlib.import_.test_path.Frozen_FindModuleTests) PASS: test_path_hooks (test.test_importlib.import_.test_path.Frozen_FindModuleTests) PASS: test_path_importer_cache_empty_string (test.test_importlib.import_.test_path.Frozen_FindModuleTests) PASS: test_sys_path (test.test_importlib.import_.test_path.Frozen_FindModuleTests) PASS: test_None_on_sys_path (test.test_importlib.import_.test_path.Frozen_FindSpecTests) PASS: test_deleted_cwd (test.test_importlib.import_.test_path.Frozen_FindSpecTests) PASS: test_empty_list (test.test_importlib.import_.test_path.Frozen_FindSpecTests) PASS: test_empty_path_hooks (test.test_importlib.import_.test_path.Frozen_FindSpecTests) PASS: test_failure (test.test_importlib.import_.test_path.Frozen_FindSpecTests) PASS: test_finder_with_find_loader (test.test_importlib.import_.test_path.Frozen_FindSpecTests) PASS: test_finder_with_find_module (test.test_importlib.import_.test_path.Frozen_FindSpecTests) PASS: test_finder_with_find_spec (test.test_importlib.import_.test_path.Frozen_FindSpecTests) PASS: test_invalidate_caches_clear_out_None (test.test_importlib.import_.test_path.Frozen_FindSpecTests) PASS: test_invalidate_caches_finders (test.test_importlib.import_.test_path.Frozen_FindSpecTests) PASS: test_path (test.test_importlib.import_.test_path.Frozen_FindSpecTests) PASS: test_path_hooks (test.test_importlib.import_.test_path.Frozen_FindSpecTests) PASS: test_path_importer_cache_empty_string (test.test_importlib.import_.test_path.Frozen_FindSpecTests) PASS: test_sys_path (test.test_importlib.import_.test_path.Frozen_FindSpecTests) PASS: test_finder_with_failing_find_module (test.test_importlib.import_.test_path.Frozen_PathEntryFinderTests) PASS: test_finder_with_failing_find_spec (test.test_importlib.import_.test_path.Frozen_PathEntryFinderTests) PASS: test_None_on_sys_path (test.test_importlib.import_.test_path.Source_FindModuleTests) PASS: test_deleted_cwd (test.test_importlib.import_.test_path.Source_FindModuleTests) PASS: test_empty_list (test.test_importlib.import_.test_path.Source_FindModuleTests) PASS: test_empty_path_hooks (test.test_importlib.import_.test_path.Source_FindModuleTests) PASS: test_failure (test.test_importlib.import_.test_path.Source_FindModuleTests) PASS: test_finder_with_find_loader (test.test_importlib.import_.test_path.Source_FindModuleTests) PASS: test_finder_with_find_module (test.test_importlib.import_.test_path.Source_FindModuleTests) PASS: test_finder_with_find_spec (test.test_importlib.import_.test_path.Source_FindModuleTests) PASS: test_invalidate_caches_clear_out_None (test.test_importlib.import_.test_path.Source_FindModuleTests) PASS: test_invalidate_caches_finders (test.test_importlib.import_.test_path.Source_FindModuleTests) PASS: test_path (test.test_importlib.import_.test_path.Source_FindModuleTests) PASS: test_path_hooks (test.test_importlib.import_.test_path.Source_FindModuleTests) PASS: test_path_importer_cache_empty_string (test.test_importlib.import_.test_path.Source_FindModuleTests) PASS: test_sys_path (test.test_importlib.import_.test_path.Source_FindModuleTests) PASS: test_None_on_sys_path (test.test_importlib.import_.test_path.Source_FindSpecTests) PASS: test_deleted_cwd (test.test_importlib.import_.test_path.Source_FindSpecTests) PASS: test_empty_list (test.test_importlib.import_.test_path.Source_FindSpecTests) PASS: test_empty_path_hooks (test.test_importlib.import_.test_path.Source_FindSpecTests) PASS: test_failure (test.test_importlib.import_.test_path.Source_FindSpecTests) PASS: test_finder_with_find_loader (test.test_importlib.import_.test_path.Source_FindSpecTests) PASS: test_finder_with_find_module (test.test_importlib.import_.test_path.Source_FindSpecTests) PASS: test_finder_with_find_spec (test.test_importlib.import_.test_path.Source_FindSpecTests) PASS: test_invalidate_caches_clear_out_None (test.test_importlib.import_.test_path.Source_FindSpecTests) PASS: test_invalidate_caches_finders (test.test_importlib.import_.test_path.Source_FindSpecTests) PASS: test_path (test.test_importlib.import_.test_path.Source_FindSpecTests) PASS: test_path_hooks (test.test_importlib.import_.test_path.Source_FindSpecTests) PASS: test_path_importer_cache_empty_string (test.test_importlib.import_.test_path.Source_FindSpecTests) PASS: test_sys_path (test.test_importlib.import_.test_path.Source_FindSpecTests) PASS: test_finder_with_failing_find_module (test.test_importlib.import_.test_path.Source_PathEntryFinderTests) PASS: test_finder_with_failing_find_spec (test.test_importlib.import_.test_path.Source_PathEntryFinderTests) PASS: test_attr_from_module (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports) PASS: test_deep_import (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports) PASS: test_empty_name_w_level_0 (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports) PASS: test_import_from_different_package (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports) PASS: test_import_relative_import_no_fromlist (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports) PASS: test_module_from_module (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports) PASS: test_module_to_package (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports) PASS: test_package_to_module (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports) PASS: test_package_to_package (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports) PASS: test_relative_import_no_globals (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports) PASS: test_relative_import_no_package (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports) PASS: test_relative_import_no_package_exists_absolute (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports) PASS: test_too_high_from_module (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports) PASS: test_too_high_from_package (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports) PASS: test_attr_from_module (test.test_importlib.import_.test_relative_imports.Source_RelativeImports) PASS: test_deep_import (test.test_importlib.import_.test_relative_imports.Source_RelativeImports) PASS: test_empty_name_w_level_0 (test.test_importlib.import_.test_relative_imports.Source_RelativeImports) PASS: test_import_from_different_package (test.test_importlib.import_.test_relative_imports.Source_RelativeImports) PASS: test_import_relative_import_no_fromlist (test.test_importlib.import_.test_relative_imports.Source_RelativeImports) PASS: test_module_from_module (test.test_importlib.import_.test_relative_imports.Source_RelativeImports) PASS: test_module_to_package (test.test_importlib.import_.test_relative_imports.Source_RelativeImports) PASS: test_package_to_module (test.test_importlib.import_.test_relative_imports.Source_RelativeImports) PASS: test_package_to_package (test.test_importlib.import_.test_relative_imports.Source_RelativeImports) PASS: test_relative_import_no_globals (test.test_importlib.import_.test_relative_imports.Source_RelativeImports) PASS: test_relative_import_no_package (test.test_importlib.import_.test_relative_imports.Source_RelativeImports) PASS: test_relative_import_no_package_exists_absolute (test.test_importlib.import_.test_relative_imports.Source_RelativeImports) PASS: test_too_high_from_module (test.test_importlib.import_.test_relative_imports.Source_RelativeImports) PASS: test_too_high_from_package (test.test_importlib.import_.test_relative_imports.Source_RelativeImports) SKIP: test_insensitive (test.test_importlib.source.test_case_sensitivity.Frozen_CaseSensitivityTestPEP302) 'requires a case-insensitive filesystem' SKIP: test_sensitive (test.test_importlib.source.test_case_sensitivity.Frozen_CaseSensitivityTestPEP302) 'requires a case-insensitive filesystem' SKIP: test_insensitive (test.test_importlib.source.test_case_sensitivity.Frozen_CaseSensitivityTestPEP451) 'requires a case-insensitive filesystem' SKIP: test_sensitive (test.test_importlib.source.test_case_sensitivity.Frozen_CaseSensitivityTestPEP451) 'requires a case-insensitive filesystem' SKIP: test_insensitive (test.test_importlib.source.test_case_sensitivity.Source_CaseSensitivityTestPEP302) 'requires a case-insensitive filesystem' SKIP: test_sensitive (test.test_importlib.source.test_case_sensitivity.Source_CaseSensitivityTestPEP302) 'requires a case-insensitive filesystem' SKIP: test_insensitive (test.test_importlib.source.test_case_sensitivity.Source_CaseSensitivityTestPEP451) 'requires a case-insensitive filesystem' SKIP: test_sensitive (test.test_importlib.source.test_case_sensitivity.Source_CaseSensitivityTestPEP451) 'requires a case-insensitive filesystem' PASS: test_bad_syntax (test.test_importlib.source.test_file_loader.Frozen_SimpleTest) PASS: test_checked_hash_based_pyc (test.test_importlib.source.test_file_loader.Frozen_SimpleTest) PASS: test_equality (test.test_importlib.source.test_file_loader.Frozen_SimpleTest) PASS: test_file_from_empty_string_dir (test.test_importlib.source.test_file_loader.Frozen_SimpleTest) PASS: test_get_filename_API (test.test_importlib.source.test_file_loader.Frozen_SimpleTest) PASS: test_inequality (test.test_importlib.source.test_file_loader.Frozen_SimpleTest) PASS: test_lacking_parent (test.test_importlib.source.test_file_loader.Frozen_SimpleTest) PASS: test_load_module_API (test.test_importlib.source.test_file_loader.Frozen_SimpleTest) PASS: test_module (test.test_importlib.source.test_file_loader.Frozen_SimpleTest) PASS: test_module_reuse (test.test_importlib.source.test_file_loader.Frozen_SimpleTest) PASS: test_overridden_checked_hash_based_pyc (test.test_importlib.source.test_file_loader.Frozen_SimpleTest) PASS: test_overridden_unchecked_hash_based_pyc (test.test_importlib.source.test_file_loader.Frozen_SimpleTest) PASS: test_package (test.test_importlib.source.test_file_loader.Frozen_SimpleTest) PASS: test_state_after_failure (test.test_importlib.source.test_file_loader.Frozen_SimpleTest) PASS: test_timestamp_overflow (test.test_importlib.source.test_file_loader.Frozen_SimpleTest) PASS: test_unchecked_hash_based_pyc (test.test_importlib.source.test_file_loader.Frozen_SimpleTest) PASS: test_unloadable (test.test_importlib.source.test_file_loader.Frozen_SimpleTest) PASS: test_bad_magic (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302) PASS: test_bad_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302) PASS: test_empty_file (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302) PASS: test_magic_only (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302) PASS: test_no_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302) PASS: test_non_code_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302) PASS: test_old_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302) PASS: test_partial_flags (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302) PASS: test_partial_hash (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302) PASS: test_partial_magic (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302) PASS: test_partial_size (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302) PASS: test_partial_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302) PASS: test_read_only_bytecode (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302) PASS: test_bad_magic (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451) PASS: test_bad_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451) PASS: test_empty_file (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451) PASS: test_magic_only (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451) PASS: test_no_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451) PASS: test_non_code_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451) PASS: test_old_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451) PASS: test_partial_flags (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451) PASS: test_partial_hash (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451) PASS: test_partial_magic (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451) PASS: test_partial_size (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451) PASS: test_partial_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451) PASS: test_read_only_bytecode (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451) PASS: test_bad_magic (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302) PASS: test_empty_file (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302) PASS: test_magic_only (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302) PASS: test_no_marshal (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302) PASS: test_non_code_marshal (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302) PASS: test_partial_flags (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302) PASS: test_partial_hash (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302) PASS: test_partial_magic (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302) PASS: test_partial_size (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302) PASS: test_partial_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302) PASS: test_bad_magic (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451) PASS: test_empty_file (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451) PASS: test_magic_only (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451) PASS: test_no_marshal (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451) PASS: test_non_code_marshal (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451) PASS: test_partial_flags (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451) PASS: test_partial_hash (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451) PASS: test_partial_magic (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451) PASS: test_partial_size (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451) PASS: test_partial_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451) PASS: test_bad_syntax (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest) PASS: test_checked_hash_based_pyc (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest) PASS: test_equality (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest) PASS: test_file_from_empty_string_dir (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest) PASS: test_get_filename_API (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest) PASS: test_inequality (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest) PASS: test_lacking_parent (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest) PASS: test_load_module_API (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest) PASS: test_module (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest) PASS: test_module_reuse (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest) PASS: test_overridden_checked_hash_based_pyc (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest) PASS: test_overridden_unchecked_hash_based_pyc (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest) PASS: test_package (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest) PASS: test_state_after_failure (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest) PASS: test_timestamp_overflow (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest) PASS: test_unchecked_hash_based_pyc (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest) PASS: test_unloadable (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest) PASS: test_bad_syntax (test.test_importlib.source.test_file_loader.Source_SimpleTest) PASS: test_checked_hash_based_pyc (test.test_importlib.source.test_file_loader.Source_SimpleTest) PASS: test_equality (test.test_importlib.source.test_file_loader.Source_SimpleTest) PASS: test_file_from_empty_string_dir (test.test_importlib.source.test_file_loader.Source_SimpleTest) PASS: test_get_filename_API (test.test_importlib.source.test_file_loader.Source_SimpleTest) PASS: test_inequality (test.test_importlib.source.test_file_loader.Source_SimpleTest) PASS: test_lacking_parent (test.test_importlib.source.test_file_loader.Source_SimpleTest) PASS: test_load_module_API (test.test_importlib.source.test_file_loader.Source_SimpleTest) PASS: test_module (test.test_importlib.source.test_file_loader.Source_SimpleTest) PASS: test_module_reuse (test.test_importlib.source.test_file_loader.Source_SimpleTest) PASS: test_overridden_checked_hash_based_pyc (test.test_importlib.source.test_file_loader.Source_SimpleTest) PASS: test_overridden_unchecked_hash_based_pyc (test.test_importlib.source.test_file_loader.Source_SimpleTest) PASS: test_package (test.test_importlib.source.test_file_loader.Source_SimpleTest) PASS: test_state_after_failure (test.test_importlib.source.test_file_loader.Source_SimpleTest) PASS: test_timestamp_overflow (test.test_importlib.source.test_file_loader.Source_SimpleTest) PASS: test_unchecked_hash_based_pyc (test.test_importlib.source.test_file_loader.Source_SimpleTest) PASS: test_unloadable (test.test_importlib.source.test_file_loader.Source_SimpleTest) PASS: test_bad_magic (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302) PASS: test_bad_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302) PASS: test_empty_file (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302) PASS: test_magic_only (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302) PASS: test_no_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302) PASS: test_non_code_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302) PASS: test_old_timestamp (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302) PASS: test_partial_flags (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302) PASS: test_partial_hash (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302) PASS: test_partial_magic (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302) PASS: test_partial_size (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302) PASS: test_partial_timestamp (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302) PASS: test_read_only_bytecode (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302) PASS: test_bad_magic (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451) PASS: test_bad_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451) PASS: test_empty_file (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451) PASS: test_magic_only (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451) PASS: test_no_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451) PASS: test_non_code_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451) PASS: test_old_timestamp (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451) PASS: test_partial_flags (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451) PASS: test_partial_hash (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451) PASS: test_partial_magic (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451) PASS: test_partial_size (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451) PASS: test_partial_timestamp (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451) PASS: test_read_only_bytecode (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451) PASS: test_bad_magic (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302) PASS: test_empty_file (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302) PASS: test_magic_only (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302) PASS: test_no_marshal (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302) PASS: test_non_code_marshal (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302) PASS: test_partial_flags (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302) PASS: test_partial_hash (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302) PASS: test_partial_magic (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302) PASS: test_partial_size (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302) PASS: test_partial_timestamp (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302) PASS: test_bad_magic (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451) PASS: test_empty_file (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451) PASS: test_magic_only (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451) PASS: test_no_marshal (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451) PASS: test_non_code_marshal (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451) PASS: test_partial_flags (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451) PASS: test_partial_hash (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451) PASS: test_partial_magic (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451) PASS: test_partial_size (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451) PASS: test_partial_timestamp (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451) PASS: test_dir_removal_handling (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302) PASS: test_empty_string_for_dir (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302) PASS: test_failure (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302) PASS: test_ignore_file (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302) PASS: test_invalidate_caches (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302) PASS: test_module (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302) PASS: test_module_in_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302) PASS: test_no_read_directory (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302) PASS: test_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302) PASS: test_package_in_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302) PASS: test_package_over_module (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302) PASS: test_dir_removal_handling (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420) PASS: test_empty_string_for_dir (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420) PASS: test_failure (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420) PASS: test_ignore_file (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420) PASS: test_invalidate_caches (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420) PASS: test_module (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420) PASS: test_module_in_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420) PASS: test_no_read_directory (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420) PASS: test_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420) PASS: test_package_in_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420) PASS: test_package_over_module (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420) PASS: test_dir_removal_handling (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451) PASS: test_empty_string_for_dir (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451) PASS: test_failure (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451) PASS: test_ignore_file (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451) PASS: test_invalidate_caches (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451) PASS: test_module (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451) PASS: test_module_in_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451) PASS: test_no_read_directory (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451) PASS: test_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451) PASS: test_package_in_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451) PASS: test_package_over_module (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451) PASS: test_dir_removal_handling (test.test_importlib.source.test_finder.Source_FinderTestsPEP302) PASS: test_empty_string_for_dir (test.test_importlib.source.test_finder.Source_FinderTestsPEP302) PASS: test_failure (test.test_importlib.source.test_finder.Source_FinderTestsPEP302) PASS: test_ignore_file (test.test_importlib.source.test_finder.Source_FinderTestsPEP302) PASS: test_invalidate_caches (test.test_importlib.source.test_finder.Source_FinderTestsPEP302) PASS: test_module (test.test_importlib.source.test_finder.Source_FinderTestsPEP302) PASS: test_module_in_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP302) PASS: test_no_read_directory (test.test_importlib.source.test_finder.Source_FinderTestsPEP302) PASS: test_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP302) PASS: test_package_in_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP302) PASS: test_package_over_module (test.test_importlib.source.test_finder.Source_FinderTestsPEP302) PASS: test_dir_removal_handling (test.test_importlib.source.test_finder.Source_FinderTestsPEP420) PASS: test_empty_string_for_dir (test.test_importlib.source.test_finder.Source_FinderTestsPEP420) PASS: test_failure (test.test_importlib.source.test_finder.Source_FinderTestsPEP420) PASS: test_ignore_file (test.test_importlib.source.test_finder.Source_FinderTestsPEP420) PASS: test_invalidate_caches (test.test_importlib.source.test_finder.Source_FinderTestsPEP420) PASS: test_module (test.test_importlib.source.test_finder.Source_FinderTestsPEP420) PASS: test_module_in_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP420) PASS: test_no_read_directory (test.test_importlib.source.test_finder.Source_FinderTestsPEP420) PASS: test_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP420) PASS: test_package_in_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP420) PASS: test_package_over_module (test.test_importlib.source.test_finder.Source_FinderTestsPEP420) PASS: test_dir_removal_handling (test.test_importlib.source.test_finder.Source_FinderTestsPEP451) PASS: test_empty_string_for_dir (test.test_importlib.source.test_finder.Source_FinderTestsPEP451) PASS: test_failure (test.test_importlib.source.test_finder.Source_FinderTestsPEP451) PASS: test_ignore_file (test.test_importlib.source.test_finder.Source_FinderTestsPEP451) PASS: test_invalidate_caches (test.test_importlib.source.test_finder.Source_FinderTestsPEP451) PASS: test_module (test.test_importlib.source.test_finder.Source_FinderTestsPEP451) PASS: test_module_in_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP451) PASS: test_no_read_directory (test.test_importlib.source.test_finder.Source_FinderTestsPEP451) PASS: test_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP451) PASS: test_package_in_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP451) PASS: test_package_over_module (test.test_importlib.source.test_finder.Source_FinderTestsPEP451) PASS: test_empty_string (test.test_importlib.source.test_path_hook.Frozen_PathHookTest) PASS: test_empty_string_legacy (test.test_importlib.source.test_path_hook.Frozen_PathHookTest) PASS: test_success (test.test_importlib.source.test_path_hook.Frozen_PathHookTest) PASS: test_success_legacy (test.test_importlib.source.test_path_hook.Frozen_PathHookTest) PASS: test_empty_string (test.test_importlib.source.test_path_hook.Source_PathHookTest) PASS: test_empty_string_legacy (test.test_importlib.source.test_path_hook.Source_PathHookTest) PASS: test_success (test.test_importlib.source.test_path_hook.Source_PathHookTest) PASS: test_success_legacy (test.test_importlib.source.test_path_hook.Source_PathHookTest) PASS: test_bom (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302) PASS: test_bom_and_utf_8 (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302) PASS: test_bom_conflict (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302) PASS: test_default_encoding (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302) PASS: test_encoding_on_first_line (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302) PASS: test_encoding_on_second_line (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302) PASS: test_non_obvious_encoding (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302) PASS: test_bom (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451) PASS: test_bom_and_utf_8 (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451) PASS: test_bom_conflict (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451) PASS: test_default_encoding (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451) PASS: test_encoding_on_first_line (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451) PASS: test_encoding_on_second_line (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451) PASS: test_non_obvious_encoding (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451) PASS: test_cr (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP302) PASS: test_crlf (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP302) PASS: test_lf (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP302) PASS: test_cr (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP451) PASS: test_crlf (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP451) PASS: test_lf (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP451) PASS: test_bom (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302) PASS: test_bom_and_utf_8 (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302) PASS: test_bom_conflict (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302) PASS: test_default_encoding (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302) PASS: test_encoding_on_first_line (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302) PASS: test_encoding_on_second_line (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302) PASS: test_non_obvious_encoding (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302) PASS: test_bom (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451) PASS: test_bom_and_utf_8 (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451) PASS: test_bom_conflict (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451) PASS: test_default_encoding (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451) PASS: test_encoding_on_first_line (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451) PASS: test_encoding_on_second_line (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451) PASS: test_non_obvious_encoding (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451) PASS: test_cr (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP302) PASS: test_crlf (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP302) PASS: test_lf (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP302) PASS: test_cr (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP451) PASS: test_crlf (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP451) PASS: test_lf (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP451) PASS: test_get_source (test.test_importlib.test_abc.Frozen_InspectLoaderDefaultsTests) PASS: test_is_package (test.test_importlib.test_abc.Frozen_InspectLoaderDefaultsTests) PASS: test_get_code (test.test_importlib.test_abc.Frozen_ExecutionLoaderGetCodeTests) PASS: test_get_code_no_path (test.test_importlib.test_abc.Frozen_ExecutionLoaderGetCodeTests) PASS: test_get_code_source_is_None (test.test_importlib.test_abc.Frozen_ExecutionLoaderGetCodeTests) PASS: test_get_code_source_not_found (test.test_importlib.test_abc.Frozen_ExecutionLoaderGetCodeTests) PASS: test_subclasses (test.test_importlib.test_abc.Frozen_ExecutionLoader) PASS: test_superclasses (test.test_importlib.test_abc.Frozen_ExecutionLoader) PASS: test_subclasses (test.test_importlib.test_abc.Frozen_FileLoader) PASS: test_superclasses (test.test_importlib.test_abc.Frozen_FileLoader) PASS: test_get_source (test.test_importlib.test_abc.Frozen_InspectLoaderDefaultsTests) PASS: test_is_package (test.test_importlib.test_abc.Frozen_InspectLoaderDefaultsTests) PASS: test_get_code (test.test_importlib.test_abc.Frozen_InspectLoaderGetCodeTests) PASS: test_get_code_source_is_None (test.test_importlib.test_abc.Frozen_InspectLoaderGetCodeTests) PASS: test_get_code_source_not_found (test.test_importlib.test_abc.Frozen_InspectLoaderGetCodeTests) PASS: test_get_code_ImportError (test.test_importlib.test_abc.Frozen_InspectLoaderLoadModuleTests) PASS: test_get_code_None (test.test_importlib.test_abc.Frozen_InspectLoaderLoadModuleTests) PASS: test_module_returned (test.test_importlib.test_abc.Frozen_InspectLoaderLoadModuleTests) PASS: test_source_to_code_bytes (test.test_importlib.test_abc.Frozen_InspectLoaderSourceToCodeTests) PASS: test_source_to_code_no_path (test.test_importlib.test_abc.Frozen_InspectLoaderSourceToCodeTests) PASS: test_source_to_code_path (test.test_importlib.test_abc.Frozen_InspectLoaderSourceToCodeTests) PASS: test_source_to_code_source (test.test_importlib.test_abc.Frozen_InspectLoaderSourceToCodeTests) PASS: test_subclasses (test.test_importlib.test_abc.Frozen_InspectLoader) PASS: test_superclasses (test.test_importlib.test_abc.Frozen_InspectLoader) PASS: test_create_module (test.test_importlib.test_abc.Frozen_LoaderDefaultsTests) PASS: test_load_module (test.test_importlib.test_abc.Frozen_LoaderDefaultsTests) PASS: test_module_repr (test.test_importlib.test_abc.Frozen_LoaderDefaultsTests) PASS: test_fresh (test.test_importlib.test_abc.Frozen_LoaderLoadModuleTests) PASS: test_reload (test.test_importlib.test_abc.Frozen_LoaderLoadModuleTests) PASS: test_find_module (test.test_importlib.test_abc.Frozen_MetaPathFinderDefaultsTests) PASS: test_invalidate_caches (test.test_importlib.test_abc.Frozen_MetaPathFinderDefaultsTests) PASS: test_find_module (test.test_importlib.test_abc.Frozen_MetaPathFinderFindModuleTests) PASS: test_find_spec_with_explicit_target (test.test_importlib.test_abc.Frozen_MetaPathFinderFindModuleTests) PASS: test_no_spec (test.test_importlib.test_abc.Frozen_MetaPathFinderFindModuleTests) PASS: test_spec (test.test_importlib.test_abc.Frozen_MetaPathFinderFindModuleTests) PASS: test_subclasses (test.test_importlib.test_abc.Frozen_MetaPathFinder) PASS: test_superclasses (test.test_importlib.test_abc.Frozen_MetaPathFinder) PASS: test_find_loader (test.test_importlib.test_abc.Frozen_PathEntryFinderDefaultsTests) PASS: test_invalidate_caches (test.test_importlib.test_abc.Frozen_PathEntryFinderDefaultsTests) PASS: test_no_spec (test.test_importlib.test_abc.Frozen_PathEntryFinderFindLoaderTests) PASS: test_spec_with_loader (test.test_importlib.test_abc.Frozen_PathEntryFinderFindLoaderTests) PASS: test_spec_with_portions (test.test_importlib.test_abc.Frozen_PathEntryFinderFindLoaderTests) PASS: test_subclasses (test.test_importlib.test_abc.Frozen_PathEntryFinder) PASS: test_superclasses (test.test_importlib.test_abc.Frozen_PathEntryFinder) PASS: test_get_data (test.test_importlib.test_abc.Frozen_ResourceLoaderDefaultsTests) PASS: test_contents (test.test_importlib.test_abc.Frozen_ResourceReaderDefaultsTests) PASS: test_is_resource (test.test_importlib.test_abc.Frozen_ResourceReaderDefaultsTests) PASS: test_open_resource (test.test_importlib.test_abc.Frozen_ResourceReaderDefaultsTests) PASS: test_resource_path (test.test_importlib.test_abc.Frozen_ResourceReaderDefaultsTests) PASS: test_subclasses (test.test_importlib.test_abc.Frozen_ResourceLoader) PASS: test_superclasses (test.test_importlib.test_abc.Frozen_ResourceLoader) PASS: test_code_bad_magic (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests) PASS: test_code_bad_timestamp (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests) PASS: test_code_with_everything (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests) PASS: test_dont_write_bytecode (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests) PASS: test_no_bytecode (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests) PASS: test_no_set_data (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests) PASS: test_set_data_raises_exceptions (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests) PASS: test_subclasses (test.test_importlib.test_abc.Frozen_SourceLoader) PASS: test_superclasses (test.test_importlib.test_abc.Frozen_SourceLoader) PASS: test_decoded_source (test.test_importlib.test_abc.Frozen_SourceLoaderGetSourceTests) PASS: test_default_encoding (test.test_importlib.test_abc.Frozen_SourceLoaderGetSourceTests) PASS: test_universal_newlines (test.test_importlib.test_abc.Frozen_SourceLoaderGetSourceTests) PASS: test_get_code (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests) PASS: test_get_source (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests) PASS: test_get_source_encoding (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests) PASS: test_is_package (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests) PASS: test_load_module (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests) PASS: test_package_settings (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests) PASS: test_source_to_code (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests) PASS: test_create_module (test.test_importlib.test_abc.Source_LoaderDefaultsTests) PASS: test_load_module (test.test_importlib.test_abc.Source_LoaderDefaultsTests) PASS: test_module_repr (test.test_importlib.test_abc.Source_LoaderDefaultsTests) PASS: test_code_bad_magic (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests) PASS: test_code_bad_timestamp (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests) PASS: test_code_with_everything (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests) PASS: test_dont_write_bytecode (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests) PASS: test_no_bytecode (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests) PASS: test_no_set_data (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests) PASS: test_set_data_raises_exceptions (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests) PASS: test_get_source (test.test_importlib.test_abc.Source_InspectLoaderDefaultsTests) PASS: test_is_package (test.test_importlib.test_abc.Source_InspectLoaderDefaultsTests) PASS: test_get_code (test.test_importlib.test_abc.Source_ExecutionLoaderGetCodeTests) PASS: test_get_code_no_path (test.test_importlib.test_abc.Source_ExecutionLoaderGetCodeTests) PASS: test_get_code_source_is_None (test.test_importlib.test_abc.Source_ExecutionLoaderGetCodeTests) PASS: test_get_code_source_not_found (test.test_importlib.test_abc.Source_ExecutionLoaderGetCodeTests) PASS: test_subclasses (test.test_importlib.test_abc.Source_ExecutionLoader) PASS: test_superclasses (test.test_importlib.test_abc.Source_ExecutionLoader) PASS: test_subclasses (test.test_importlib.test_abc.Source_FileLoader) PASS: test_superclasses (test.test_importlib.test_abc.Source_FileLoader) PASS: test_get_source (test.test_importlib.test_abc.Source_InspectLoaderDefaultsTests) PASS: test_is_package (test.test_importlib.test_abc.Source_InspectLoaderDefaultsTests) PASS: test_get_code (test.test_importlib.test_abc.Source_InspectLoaderGetCodeTests) PASS: test_get_code_source_is_None (test.test_importlib.test_abc.Source_InspectLoaderGetCodeTests) PASS: test_get_code_source_not_found (test.test_importlib.test_abc.Source_InspectLoaderGetCodeTests) PASS: test_get_code_ImportError (test.test_importlib.test_abc.Source_InspectLoaderLoadModuleTests) PASS: test_get_code_None (test.test_importlib.test_abc.Source_InspectLoaderLoadModuleTests) PASS: test_module_returned (test.test_importlib.test_abc.Source_InspectLoaderLoadModuleTests) PASS: test_source_to_code_bytes (test.test_importlib.test_abc.Source_InspectLoaderSourceToCodeTests) PASS: test_source_to_code_no_path (test.test_importlib.test_abc.Source_InspectLoaderSourceToCodeTests) PASS: test_source_to_code_path (test.test_importlib.test_abc.Source_InspectLoaderSourceToCodeTests) PASS: test_source_to_code_source (test.test_importlib.test_abc.Source_InspectLoaderSourceToCodeTests) PASS: test_subclasses (test.test_importlib.test_abc.Source_InspectLoader) PASS: test_superclasses (test.test_importlib.test_abc.Source_InspectLoader) PASS: test_fresh (test.test_importlib.test_abc.Source_LoaderLoadModuleTests) PASS: test_reload (test.test_importlib.test_abc.Source_LoaderLoadModuleTests) PASS: test_find_module (test.test_importlib.test_abc.Source_MetaPathFinderDefaultsTests) PASS: test_invalidate_caches (test.test_importlib.test_abc.Source_MetaPathFinderDefaultsTests) PASS: test_find_module (test.test_importlib.test_abc.Source_MetaPathFinderFindModuleTests) PASS: test_find_spec_with_explicit_target (test.test_importlib.test_abc.Source_MetaPathFinderFindModuleTests) PASS: test_no_spec (test.test_importlib.test_abc.Source_MetaPathFinderFindModuleTests) PASS: test_spec (test.test_importlib.test_abc.Source_MetaPathFinderFindModuleTests) PASS: test_subclasses (test.test_importlib.test_abc.Source_MetaPathFinder) PASS: test_superclasses (test.test_importlib.test_abc.Source_MetaPathFinder) PASS: test_find_loader (test.test_importlib.test_abc.Source_PathEntryFinderDefaultsTests) PASS: test_invalidate_caches (test.test_importlib.test_abc.Source_PathEntryFinderDefaultsTests) PASS: test_no_spec (test.test_importlib.test_abc.Source_PathEntryFinderFindLoaderTests) PASS: test_spec_with_loader (test.test_importlib.test_abc.Source_PathEntryFinderFindLoaderTests) PASS: test_spec_with_portions (test.test_importlib.test_abc.Source_PathEntryFinderFindLoaderTests) PASS: test_subclasses (test.test_importlib.test_abc.Source_PathEntryFinder) PASS: test_superclasses (test.test_importlib.test_abc.Source_PathEntryFinder) PASS: test_get_data (test.test_importlib.test_abc.Source_ResourceLoaderDefaultsTests) PASS: test_contents (test.test_importlib.test_abc.Source_ResourceReaderDefaultsTests) PASS: test_is_resource (test.test_importlib.test_abc.Source_ResourceReaderDefaultsTests) PASS: test_open_resource (test.test_importlib.test_abc.Source_ResourceReaderDefaultsTests) PASS: test_resource_path (test.test_importlib.test_abc.Source_ResourceReaderDefaultsTests) PASS: test_subclasses (test.test_importlib.test_abc.Source_ResourceLoader) PASS: test_superclasses (test.test_importlib.test_abc.Source_ResourceLoader) PASS: test_subclasses (test.test_importlib.test_abc.Source_SourceLoader) PASS: test_superclasses (test.test_importlib.test_abc.Source_SourceLoader) PASS: test_decoded_source (test.test_importlib.test_abc.Source_SourceLoaderGetSourceTests) PASS: test_default_encoding (test.test_importlib.test_abc.Source_SourceLoaderGetSourceTests) PASS: test_universal_newlines (test.test_importlib.test_abc.Source_SourceLoaderGetSourceTests) PASS: test_get_code (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests) PASS: test_get_source (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests) PASS: test_get_source_encoding (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests) PASS: test_is_package (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests) PASS: test_load_module (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests) PASS: test_package_settings (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests) PASS: test_source_to_code (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests) PASS: test_no_frozen_importlib (test.test_importlib.test_api.FrozenImportlibTests) PASS: test_nothing (test.test_importlib.test_api.Frozen_FindLoaderPEP302Tests) PASS: test_success (test.test_importlib.test_api.Frozen_FindLoaderPEP302Tests) PASS: test_success_path (test.test_importlib.test_api.Frozen_FindLoaderPEP302Tests) PASS: test_sys_modules (test.test_importlib.test_api.Frozen_FindLoaderPEP302Tests) PASS: test_sys_modules_loader_is_None (test.test_importlib.test_api.Frozen_FindLoaderPEP302Tests) PASS: test_sys_modules_loader_is_not_set (test.test_importlib.test_api.Frozen_FindLoaderPEP302Tests) PASS: test_nothing (test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests) PASS: test_success (test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests) PASS: test_success_path (test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests) PASS: test_sys_modules (test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests) PASS: test_sys_modules_loader_is_None (test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests) PASS: test_sys_modules_loader_is_not_set (test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests) PASS: test_absolute_import_with_package (test.test_importlib.test_api.Frozen_ImportModuleTests) PASS: test_absolute_package_import (test.test_importlib.test_api.Frozen_ImportModuleTests) PASS: test_deep_relative_package_import (test.test_importlib.test_api.Frozen_ImportModuleTests) PASS: test_loaded_once (test.test_importlib.test_api.Frozen_ImportModuleTests) PASS: test_module_import (test.test_importlib.test_api.Frozen_ImportModuleTests) PASS: test_relative_import_wo_package (test.test_importlib.test_api.Frozen_ImportModuleTests) PASS: test_shallow_relative_package_import (test.test_importlib.test_api.Frozen_ImportModuleTests) PASS: test_method_called (test.test_importlib.test_api.Frozen_InvalidateCacheTests) PASS: test_method_lacking (test.test_importlib.test_api.Frozen_InvalidateCacheTests) PASS: test_module_missing_spec (test.test_importlib.test_api.Frozen_ReloadTests) PASS: test_module_replaced (test.test_importlib.test_api.Frozen_ReloadTests) PASS: test_reload_loader_replaced (test.test_importlib.test_api.Frozen_ReloadTests) PASS: test_reload_location_changed (test.test_importlib.test_api.Frozen_ReloadTests) PASS: test_reload_missing_loader (test.test_importlib.test_api.Frozen_ReloadTests) PASS: test_reload_modules (test.test_importlib.test_api.Frozen_ReloadTests) PASS: test_reload_namespace_changed (test.test_importlib.test_api.Frozen_ReloadTests) PASS: test_reload_submodule (test.test_importlib.test_api.Frozen_ReloadTests) PASS: test_everyone_has___loader__ (test.test_importlib.test_api.Frozen_StartupTests) PASS: test_everyone_has___spec__ (test.test_importlib.test_api.Frozen_StartupTests) PASS: test_nothing (test.test_importlib.test_api.Source_FindLoaderPEP302Tests) PASS: test_success (test.test_importlib.test_api.Source_FindLoaderPEP302Tests) PASS: test_success_path (test.test_importlib.test_api.Source_FindLoaderPEP302Tests) PASS: test_sys_modules (test.test_importlib.test_api.Source_FindLoaderPEP302Tests) PASS: test_sys_modules_loader_is_None (test.test_importlib.test_api.Source_FindLoaderPEP302Tests) PASS: test_sys_modules_loader_is_not_set (test.test_importlib.test_api.Source_FindLoaderPEP302Tests) PASS: test_nothing (test.test_importlib.test_api.Source_FindLoaderPEP451Tests) PASS: test_success (test.test_importlib.test_api.Source_FindLoaderPEP451Tests) PASS: test_success_path (test.test_importlib.test_api.Source_FindLoaderPEP451Tests) PASS: test_sys_modules (test.test_importlib.test_api.Source_FindLoaderPEP451Tests) PASS: test_sys_modules_loader_is_None (test.test_importlib.test_api.Source_FindLoaderPEP451Tests) PASS: test_sys_modules_loader_is_not_set (test.test_importlib.test_api.Source_FindLoaderPEP451Tests) PASS: test_absolute_import_with_package (test.test_importlib.test_api.Source_ImportModuleTests) PASS: test_absolute_package_import (test.test_importlib.test_api.Source_ImportModuleTests) PASS: test_deep_relative_package_import (test.test_importlib.test_api.Source_ImportModuleTests) PASS: test_loaded_once (test.test_importlib.test_api.Source_ImportModuleTests) PASS: test_module_import (test.test_importlib.test_api.Source_ImportModuleTests) PASS: test_relative_import_wo_package (test.test_importlib.test_api.Source_ImportModuleTests) PASS: test_shallow_relative_package_import (test.test_importlib.test_api.Source_ImportModuleTests) PASS: test_method_called (test.test_importlib.test_api.Source_InvalidateCacheTests) PASS: test_method_lacking (test.test_importlib.test_api.Source_InvalidateCacheTests) PASS: test_module_missing_spec (test.test_importlib.test_api.Source_ReloadTests) PASS: test_module_replaced (test.test_importlib.test_api.Source_ReloadTests) PASS: test_reload_loader_replaced (test.test_importlib.test_api.Source_ReloadTests) PASS: test_reload_location_changed (test.test_importlib.test_api.Source_ReloadTests) PASS: test_reload_missing_loader (test.test_importlib.test_api.Source_ReloadTests) PASS: test_reload_modules (test.test_importlib.test_api.Source_ReloadTests) PASS: test_reload_namespace_changed (test.test_importlib.test_api.Source_ReloadTests) PASS: test_reload_submodule (test.test_importlib.test_api.Source_ReloadTests) PASS: test_everyone_has___loader__ (test.test_importlib.test_api.Source_StartupTests) PASS: test_everyone_has___spec__ (test.test_importlib.test_api.Source_StartupTests) PASS: test_read_bytes (test.test_importlib.test_files.OpenDiskTests) PASS: test_read_text (test.test_importlib.test_files.OpenDiskTests) PASS: test_traversable (test.test_importlib.test_files.OpenDiskTests) PASS: test_read_bytes (test.test_importlib.test_files.OpenZipTests) PASS: test_read_text (test.test_importlib.test_files.OpenZipTests) PASS: test_traversable (test.test_importlib.test_files.OpenZipTests) PASS: test_init (test.test_importlib.test_lazy.LazyLoaderFactoryTests) PASS: test_validation (test.test_importlib.test_lazy.LazyLoaderFactoryTests) PASS: test_attr_unchanged (test.test_importlib.test_lazy.LazyLoaderTests) PASS: test_delete_eventual_attr (test.test_importlib.test_lazy.LazyLoaderTests) PASS: test_delete_preexisting_attr (test.test_importlib.test_lazy.LazyLoaderTests) PASS: test_e2e (test.test_importlib.test_lazy.LazyLoaderTests) PASS: test_init (test.test_importlib.test_lazy.LazyLoaderTests) PASS: test_module_already_in_sys (test.test_importlib.test_lazy.LazyLoaderTests) PASS: test_module_substitution_error (test.test_importlib.test_lazy.LazyLoaderTests) PASS: test_mutated_attr (test.test_importlib.test_lazy.LazyLoaderTests) PASS: test_mutated_preexisting_attr (test.test_importlib.test_lazy.LazyLoaderTests) PASS: test_new_attr (test.test_importlib.test_lazy.LazyLoaderTests) PASS: test_deadlock (test.test_importlib.test_locks.Frozen_DeadlockAvoidanceTests) PASS: test_no_deadlock (test.test_importlib.test_locks.Frozen_DeadlockAvoidanceTests) PASS: test_all_locks (test.test_importlib.test_locks.Frozen_LifetimeTests) PASS: test_lock_lifetime (test.test_importlib.test_locks.Frozen_LifetimeTests) PASS: test_acquire_contended (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests) PASS: test_acquire_destroy (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests) PASS: test_acquire_release (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests) PASS: test_constructor (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests) PASS: test_different_thread (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests) PASS: test_reacquire (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests) PASS: test_release_unacquired (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests) PASS: test_thread_leak (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests) PASS: test_weakref_deleted (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests) PASS: test_weakref_exists (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests) PASS: test_deadlock (test.test_importlib.test_locks.Source_DeadlockAvoidanceTests) PASS: test_no_deadlock (test.test_importlib.test_locks.Source_DeadlockAvoidanceTests) PASS: test_all_locks (test.test_importlib.test_locks.Source_LifetimeTests) PASS: test_lock_lifetime (test.test_importlib.test_locks.Source_LifetimeTests) PASS: test_acquire_contended (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests) PASS: test_acquire_destroy (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests) PASS: test_acquire_release (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests) PASS: test_constructor (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests) PASS: test_different_thread (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests) PASS: test_reacquire (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests) PASS: test_release_unacquired (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests) PASS: test_thread_leak (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests) PASS: test_weakref_deleted (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests) PASS: test_weakref_exists (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests) PASS: test_for_name_does_not_exist (test.test_importlib.test_main.BasicTests) PASS: test_new_style_classes (test.test_importlib.test_main.BasicTests) PASS: test_package_not_found_mentions_metadata (test.test_importlib.test_main.BasicTests) PASS: test_retrieves_version_of_self (test.test_importlib.test_main.BasicTests) PASS: test_egg (test.test_importlib.test_main.DirectoryTest) PASS: test_egg_info (test.test_importlib.test_main.DirectoryTest) PASS: test_invalid_usage (test.test_importlib.test_main.DiscoveryTests) PASS: test_package_discovery (test.test_importlib.test_main.DiscoveryTests) PASS: test_unicode_dir_on_sys_path (test.test_importlib.test_main.FileSystem) PASS: test_entrypoint_with_colon_in_name (test.test_importlib.test_main.ImportTests) PASS: test_import_nonexistent_module (test.test_importlib.test_main.ImportTests) PASS: test_resolve (test.test_importlib.test_main.ImportTests) PASS: test_resolve_without_attr (test.test_importlib.test_main.ImportTests) test_discovery (test.test_importlib.test_main.InaccessibleSysPath) SKIP: Discovering distributions should succeed even if 'pyfakefs not available' test_discovery (test.test_importlib.test_main.MissingSysPath) PASS: Discovering distributions should succeed even if PASS: test_dashes_in_dist_name_found_as_underscores (test.test_importlib.test_main.NameNormalizationTests) PASS: test_dist_name_found_as_any_case (test.test_importlib.test_main.NameNormalizationTests) PASS: test_metadata_loads (test.test_importlib.test_main.NonASCIITests) PASS: test_metadata_loads_egg_info (test.test_importlib.test_main.NonASCIITests) PASS: test_attr (test.test_importlib.test_main.TestEntryPoints) PASS: test_entry_point_pickleable (test.test_importlib.test_main.TestEntryPoints) PASS: test_hashable (test.test_importlib.test_main.TestEntryPoints) test_immutable (test.test_importlib.test_main.TestEntryPoints) PASS: EntryPoints should be immutable PASS: test_json_dump (test.test_importlib.test_main.TestEntryPoints) PASS: test_module (test.test_importlib.test_main.TestEntryPoints) PASS: test_repr (test.test_importlib.test_main.TestEntryPoints) PASS: test_sortable (test.test_importlib.test_main.TestEntryPoints) PASS: test_as_json (test.test_importlib.test_metadata_api.APITests) PASS: test_as_json_egg_info (test.test_importlib.test_metadata_api.APITests) PASS: test_as_json_odd_case (test.test_importlib.test_metadata_api.APITests) PASS: test_entry_points (test.test_importlib.test_metadata_api.APITests) PASS: test_entry_points_allows_no_attributes (test.test_importlib.test_metadata_api.APITests) test_entry_points_by_index (test.test_importlib.test_metadata_api.APITests) PASS: Prior versions of Distribution.entry_points would return a PASS: test_entry_points_dict_construction (test.test_importlib.test_metadata_api.APITests) PASS: test_entry_points_distribution (test.test_importlib.test_metadata_api.APITests) PASS: test_entry_points_groups_get (test.test_importlib.test_metadata_api.APITests) PASS: test_entry_points_groups_getitem (test.test_importlib.test_metadata_api.APITests) PASS: test_entry_points_missing_group (test.test_importlib.test_metadata_api.APITests) PASS: test_entry_points_missing_name (test.test_importlib.test_metadata_api.APITests) PASS: test_entry_points_unique_packages (test.test_importlib.test_metadata_api.APITests) PASS: test_file_hash_repr (test.test_importlib.test_metadata_api.APITests) PASS: test_files_dist_info (test.test_importlib.test_metadata_api.APITests) PASS: test_files_egg_info (test.test_importlib.test_metadata_api.APITests) PASS: test_for_name_does_not_exist (test.test_importlib.test_metadata_api.APITests) PASS: test_for_top_level (test.test_importlib.test_metadata_api.APITests) PASS: test_metadata_for_this_package (test.test_importlib.test_metadata_api.APITests) PASS: test_more_complex_deps_requires_text (test.test_importlib.test_metadata_api.APITests) PASS: test_name_normalization (test.test_importlib.test_metadata_api.APITests) PASS: test_prefix_not_matched (test.test_importlib.test_metadata_api.APITests) PASS: test_read_text (test.test_importlib.test_metadata_api.APITests) PASS: test_requires_dist_info (test.test_importlib.test_metadata_api.APITests) PASS: test_requires_egg_info (test.test_importlib.test_metadata_api.APITests) PASS: test_requires_egg_info_empty (test.test_importlib.test_metadata_api.APITests) PASS: test_requires_egg_info_file (test.test_importlib.test_metadata_api.APITests) PASS: test_retrieves_version_of_distinfo_pkg (test.test_importlib.test_metadata_api.APITests) PASS: test_retrieves_version_of_self (test.test_importlib.test_metadata_api.APITests) PASS: test_version_egg_info_file (test.test_importlib.test_metadata_api.APITests) PASS: test_invalidate_cache (test.test_importlib.test_metadata_api.InvalidateCache) PASS: test_name_normalization (test.test_importlib.test_metadata_api.LegacyDots) PASS: test_name_normalization_versionless_egg_info (test.test_importlib.test_metadata_api.LegacyDots) PASS: test_distribution_at_pathlib (test.test_importlib.test_metadata_api.OffSysPathTests) PASS: test_distribution_at_str (test.test_importlib.test_metadata_api.OffSysPathTests) PASS: test_find_distributions_specified_path (test.test_importlib.test_metadata_api.OffSysPathTests) PASS: test_imports (test.test_importlib.test_namespace_pkgs.CombinedNamespacePackages) PASS: test_project3_fails (test.test_importlib.test_namespace_pkgs.DynamicPathCalculation) PASS: test_project3_succeeds (test.test_importlib.test_namespace_pkgs.DynamicPathCalculation) PASS: test_dynamic_path (test.test_importlib.test_namespace_pkgs.DynamicPathNamespacePackage) PASS: test_non_namespace_package_takes_precedence (test.test_importlib.test_namespace_pkgs.LegacySupport) PASS: test_namespace_loader_consistency (test.test_importlib.test_namespace_pkgs.LoaderTests) PASS: test_namespace_origin_consistency (test.test_importlib.test_namespace_pkgs.LoaderTests) PASS: test_path_indexable (test.test_importlib.test_namespace_pkgs.LoaderTests) PASS: test_module_before_namespace_package (test.test_importlib.test_namespace_pkgs.ModuleAndNamespacePackageInSameDir) PASS: test_cant_import_other (test.test_importlib.test_namespace_pkgs.ReloadTests) PASS: test_dynamic_path (test.test_importlib.test_namespace_pkgs.ReloadTests) PASS: test_simple_package (test.test_importlib.test_namespace_pkgs.ReloadTests) PASS: test_imports (test.test_importlib.test_namespace_pkgs.SeparatedNamespacePackages) PASS: test_invalidate_caches (test.test_importlib.test_namespace_pkgs.SeparatedNamespacePackagesCreatedWhileRunning) PASS: test_imports (test.test_importlib.test_namespace_pkgs.SeparatedNestedZipNamespacePackages) PASS: test_first_path_wins (test.test_importlib.test_namespace_pkgs.SeparatedOverlappingNamespacePackages) PASS: test_first_path_wins_again (test.test_importlib.test_namespace_pkgs.SeparatedOverlappingNamespacePackages) PASS: test_first_path_wins_importing_second_first (test.test_importlib.test_namespace_pkgs.SeparatedOverlappingNamespacePackages) PASS: test_imports (test.test_importlib.test_namespace_pkgs.SeparatedZipNamespacePackages) PASS: test_cant_import_other (test.test_importlib.test_namespace_pkgs.SingleNamespacePackage) PASS: test_module_repr (test.test_importlib.test_namespace_pkgs.SingleNamespacePackage) PASS: test_simple_package (test.test_importlib.test_namespace_pkgs.SingleNamespacePackage) PASS: test_cant_import_other (test.test_importlib.test_namespace_pkgs.SingleNestedZipNamespacePackage) PASS: test_simple_package (test.test_importlib.test_namespace_pkgs.SingleNestedZipNamespacePackage) PASS: test_cant_import_other (test.test_importlib.test_namespace_pkgs.SingleZipNamespacePackage) PASS: test_simple_package (test.test_importlib.test_namespace_pkgs.SingleZipNamespacePackage) test_missing_directory (test.test_importlib.test_namespace_pkgs.ZipWithMissingDirectory) ... expected failure PASS: test_present_directory (test.test_importlib.test_namespace_pkgs.ZipWithMissingDirectory) PASS: test_absolute_path (test.test_importlib.test_open.CommonBinaryTests) PASS: test_importing_module_as_side_effect (test.test_importlib.test_open.CommonBinaryTests) PASS: test_non_package_by_name (test.test_importlib.test_open.CommonBinaryTests) PASS: test_non_package_by_package (test.test_importlib.test_open.CommonBinaryTests) PASS: test_package_name (test.test_importlib.test_open.CommonBinaryTests) PASS: test_package_object (test.test_importlib.test_open.CommonBinaryTests) PASS: test_pathlib_path (test.test_importlib.test_open.CommonBinaryTests) PASS: test_relative_path (test.test_importlib.test_open.CommonBinaryTests) PASS: test_resource_opener (test.test_importlib.test_open.CommonBinaryTests) PASS: test_resource_path (test.test_importlib.test_open.CommonBinaryTests) PASS: test_string_path (test.test_importlib.test_open.CommonBinaryTests) PASS: test_useless_loader (test.test_importlib.test_open.CommonBinaryTests) PASS: test_absolute_path (test.test_importlib.test_open.CommonTextTests) PASS: test_importing_module_as_side_effect (test.test_importlib.test_open.CommonTextTests) PASS: test_non_package_by_name (test.test_importlib.test_open.CommonTextTests) PASS: test_non_package_by_package (test.test_importlib.test_open.CommonTextTests) PASS: test_package_name (test.test_importlib.test_open.CommonTextTests) PASS: test_package_object (test.test_importlib.test_open.CommonTextTests) PASS: test_pathlib_path (test.test_importlib.test_open.CommonTextTests) PASS: test_relative_path (test.test_importlib.test_open.CommonTextTests) PASS: test_resource_opener (test.test_importlib.test_open.CommonTextTests) PASS: test_resource_path (test.test_importlib.test_open.CommonTextTests) PASS: test_string_path (test.test_importlib.test_open.CommonTextTests) PASS: test_useless_loader (test.test_importlib.test_open.CommonTextTests) PASS: test_open_binary (test.test_importlib.test_open.OpenDiskNamespaceTests) PASS: test_open_binary_FileNotFoundError (test.test_importlib.test_open.OpenDiskNamespaceTests) PASS: test_open_text_FileNotFoundError (test.test_importlib.test_open.OpenDiskNamespaceTests) PASS: test_open_text_default_encoding (test.test_importlib.test_open.OpenDiskNamespaceTests) PASS: test_open_text_given_encoding (test.test_importlib.test_open.OpenDiskNamespaceTests) PASS: test_open_text_with_errors (test.test_importlib.test_open.OpenDiskNamespaceTests) PASS: test_open_binary (test.test_importlib.test_open.OpenDiskTests) PASS: test_open_binary_FileNotFoundError (test.test_importlib.test_open.OpenDiskTests) PASS: test_open_text_FileNotFoundError (test.test_importlib.test_open.OpenDiskTests) PASS: test_open_text_default_encoding (test.test_importlib.test_open.OpenDiskTests) PASS: test_open_text_given_encoding (test.test_importlib.test_open.OpenDiskTests) PASS: test_open_text_with_errors (test.test_importlib.test_open.OpenDiskTests) PASS: test_open_binary (test.test_importlib.test_open.OpenZipTests) PASS: test_open_binary_FileNotFoundError (test.test_importlib.test_open.OpenZipTests) PASS: test_open_text_FileNotFoundError (test.test_importlib.test_open.OpenZipTests) PASS: test_open_text_default_encoding (test.test_importlib.test_open.OpenZipTests) PASS: test_open_text_given_encoding (test.test_importlib.test_open.OpenZipTests) PASS: test_open_text_with_errors (test.test_importlib.test_open.OpenZipTests) PASS: test_absolute_path (test.test_importlib.test_path.CommonTests) PASS: test_importing_module_as_side_effect (test.test_importlib.test_path.CommonTests) PASS: test_non_package_by_name (test.test_importlib.test_path.CommonTests) PASS: test_non_package_by_package (test.test_importlib.test_path.CommonTests) PASS: test_package_name (test.test_importlib.test_path.CommonTests) PASS: test_package_object (test.test_importlib.test_path.CommonTests) PASS: test_pathlib_path (test.test_importlib.test_path.CommonTests) PASS: test_relative_path (test.test_importlib.test_path.CommonTests) PASS: test_resource_opener (test.test_importlib.test_path.CommonTests) PASS: test_resource_path (test.test_importlib.test_path.CommonTests) PASS: test_string_path (test.test_importlib.test_path.CommonTests) PASS: test_useless_loader (test.test_importlib.test_path.CommonTests) PASS: test_natural_path (test.test_importlib.test_path.PathDiskTests) PASS: test_reading (test.test_importlib.test_path.PathDiskTests) PASS: test_reading (test.test_importlib.test_path.PathMemoryTests) PASS: test_reading (test.test_importlib.test_path.PathZipTests) PASS: test_remove_in_context_manager (test.test_importlib.test_path.PathZipTests) PASS: test_package_import__semantics (test.test_importlib.test_pkg_import.TestImport) PASS: test_absolute_path (test.test_importlib.test_read.CommonBinaryTests) PASS: test_importing_module_as_side_effect (test.test_importlib.test_read.CommonBinaryTests) PASS: test_non_package_by_name (test.test_importlib.test_read.CommonBinaryTests) PASS: test_non_package_by_package (test.test_importlib.test_read.CommonBinaryTests) PASS: test_package_name (test.test_importlib.test_read.CommonBinaryTests) PASS: test_package_object (test.test_importlib.test_read.CommonBinaryTests) PASS: test_pathlib_path (test.test_importlib.test_read.CommonBinaryTests) PASS: test_relative_path (test.test_importlib.test_read.CommonBinaryTests) PASS: test_resource_opener (test.test_importlib.test_read.CommonBinaryTests) PASS: test_resource_path (test.test_importlib.test_read.CommonBinaryTests) PASS: test_string_path (test.test_importlib.test_read.CommonBinaryTests) PASS: test_useless_loader (test.test_importlib.test_read.CommonBinaryTests) PASS: test_absolute_path (test.test_importlib.test_read.CommonTextTests) PASS: test_importing_module_as_side_effect (test.test_importlib.test_read.CommonTextTests) PASS: test_non_package_by_name (test.test_importlib.test_read.CommonTextTests) PASS: test_non_package_by_package (test.test_importlib.test_read.CommonTextTests) PASS: test_package_name (test.test_importlib.test_read.CommonTextTests) PASS: test_package_object (test.test_importlib.test_read.CommonTextTests) PASS: test_pathlib_path (test.test_importlib.test_read.CommonTextTests) PASS: test_relative_path (test.test_importlib.test_read.CommonTextTests) PASS: test_resource_opener (test.test_importlib.test_read.CommonTextTests) PASS: test_resource_path (test.test_importlib.test_read.CommonTextTests) PASS: test_string_path (test.test_importlib.test_read.CommonTextTests) PASS: test_useless_loader (test.test_importlib.test_read.CommonTextTests) PASS: test_read_binary (test.test_importlib.test_read.ReadDiskTests) PASS: test_read_text_default_encoding (test.test_importlib.test_read.ReadDiskTests) PASS: test_read_text_given_encoding (test.test_importlib.test_read.ReadDiskTests) PASS: test_read_text_with_errors (test.test_importlib.test_read.ReadDiskTests) PASS: test_read_binary (test.test_importlib.test_read.ReadZipTests) PASS: test_read_submodule_resource (test.test_importlib.test_read.ReadZipTests) PASS: test_read_submodule_resource_by_name (test.test_importlib.test_read.ReadZipTests) PASS: test_read_text_default_encoding (test.test_importlib.test_read.ReadZipTests) PASS: test_read_text_given_encoding (test.test_importlib.test_read.ReadZipTests) PASS: test_read_text_with_errors (test.test_importlib.test_read.ReadZipTests) PASS: test_init_file (test.test_importlib.test_reader.MultiplexedPathTest) PASS: test_init_no_paths (test.test_importlib.test_reader.MultiplexedPathTest) PASS: test_is_dir (test.test_importlib.test_reader.MultiplexedPathTest) PASS: test_is_file (test.test_importlib.test_reader.MultiplexedPathTest) PASS: test_iterdir (test.test_importlib.test_reader.MultiplexedPathTest) PASS: test_iterdir_duplicate (test.test_importlib.test_reader.MultiplexedPathTest) PASS: test_join_path (test.test_importlib.test_reader.MultiplexedPathTest) PASS: test_name (test.test_importlib.test_reader.MultiplexedPathTest) PASS: test_open_file (test.test_importlib.test_reader.MultiplexedPathTest) PASS: test_repr (test.test_importlib.test_reader.MultiplexedPathTest) PASS: test_files (test.test_importlib.test_reader.NamespaceReaderTest) PASS: test_init_error (test.test_importlib.test_reader.NamespaceReaderTest) PASS: test_resource_path (test.test_importlib.test_reader.NamespaceReaderTest) PASS: test_contents_does_not_keep_open (test.test_importlib.test_resource.DeletingZipsTest) PASS: test_entered_path_does_not_keep_open (test.test_importlib.test_resource.DeletingZipsTest) PASS: test_is_resource_does_not_keep_open (test.test_importlib.test_resource.DeletingZipsTest) PASS: test_is_resource_failure_does_not_keep_open (test.test_importlib.test_resource.DeletingZipsTest) SKIP: test_path_does_not_keep_open (test.test_importlib.test_resource.DeletingZipsTest) 'Desired but not supported.' PASS: test_read_binary_does_not_keep_open (test.test_importlib.test_resource.DeletingZipsTest) PASS: test_read_text_does_not_keep_open (test.test_importlib.test_resource.DeletingZipsTest) PASS: test_package_has_no_reader_fallback (test.test_importlib.test_resource.ResourceCornerCaseTests) PASS: test_contents (test.test_importlib.test_resource.ResourceDiskTests) PASS: test_is_resource_good_path (test.test_importlib.test_resource.ResourceDiskTests) PASS: test_is_resource_missing (test.test_importlib.test_resource.ResourceDiskTests) PASS: test_is_resource_subresource_directory (test.test_importlib.test_resource.ResourceDiskTests) PASS: test_is_submodule_resource (test.test_importlib.test_resource.ResourceFromNamespaceTest01) PASS: test_read_submodule_resource_by_name (test.test_importlib.test_resource.ResourceFromNamespaceTest01) PASS: test_submodule_contents (test.test_importlib.test_resource.ResourceFromNamespaceTest01) PASS: test_submodule_contents_by_name (test.test_importlib.test_resource.ResourceFromNamespaceTest01) PASS: test_is_submodule_resource (test.test_importlib.test_resource.ResourceFromZipsTest01) PASS: test_read_submodule_resource_by_name (test.test_importlib.test_resource.ResourceFromZipsTest01) PASS: test_submodule_contents (test.test_importlib.test_resource.ResourceFromZipsTest01) PASS: test_submodule_contents_by_name (test.test_importlib.test_resource.ResourceFromZipsTest01) test_unrelated_contents (test.test_importlib.test_resource.ResourceFromZipsTest02) PASS: Test thata zip with two unrelated subpackages return PASS: test_resource_contents (test.test_importlib.test_resource.ResourceLoaderTests) PASS: test_resource_directory_is_not_resource (test.test_importlib.test_resource.ResourceLoaderTests) PASS: test_resource_is_resource (test.test_importlib.test_resource.ResourceLoaderTests) PASS: test_resource_missing_is_not_resource (test.test_importlib.test_resource.ResourceLoaderTests) PASS: test_contents (test.test_importlib.test_resource.ResourceZipTests) PASS: test_is_resource_good_path (test.test_importlib.test_resource.ResourceZipTests) PASS: test_is_resource_missing (test.test_importlib.test_resource.ResourceZipTests) PASS: test_is_resource_subresource_directory (test.test_importlib.test_resource.ResourceZipTests) PASS: test_spec_from_file_location_default (test.test_importlib.test_spec.Frozen_FactoryTests) PASS: test_spec_from_file_location_default_bad_suffix (test.test_importlib.test_spec.Frozen_FactoryTests) PASS: test_spec_from_file_location_default_without_location (test.test_importlib.test_spec.Frozen_FactoryTests) PASS: test_spec_from_file_location_loader_no_location (test.test_importlib.test_spec.Frozen_FactoryTests) PASS: test_spec_from_file_location_loader_no_location_bad_get_filename (test.test_importlib.test_spec.Frozen_FactoryTests) PASS: test_spec_from_file_location_loader_no_location_no_get_filename (test.test_importlib.test_spec.Frozen_FactoryTests) PASS: test_spec_from_file_location_path_like_arg (test.test_importlib.test_spec.Frozen_FactoryTests) PASS: test_spec_from_file_location_relative_path (test.test_importlib.test_spec.Frozen_FactoryTests) PASS: test_spec_from_file_location_smsl_default (test.test_importlib.test_spec.Frozen_FactoryTests) PASS: test_spec_from_file_location_smsl_default_bad_is_package (test.test_importlib.test_spec.Frozen_FactoryTests) PASS: test_spec_from_file_location_smsl_default_no_is_package (test.test_importlib.test_spec.Frozen_FactoryTests) PASS: test_spec_from_file_location_smsl_default_not_package (test.test_importlib.test_spec.Frozen_FactoryTests) PASS: test_spec_from_file_location_smsl_empty (test.test_importlib.test_spec.Frozen_FactoryTests) PASS: test_spec_from_file_location_smsl_none (test.test_importlib.test_spec.Frozen_FactoryTests) PASS: test_spec_from_file_location_smsl_not_empty (test.test_importlib.test_spec.Frozen_FactoryTests) PASS: test_spec_from_loader_default (test.test_importlib.test_spec.Frozen_FactoryTests) PASS: test_spec_from_loader_default_with_bad_is_package (test.test_importlib.test_spec.Frozen_FactoryTests) PASS: test_spec_from_loader_default_with_file_loader (test.test_importlib.test_spec.Frozen_FactoryTests) PASS: test_spec_from_loader_is_package_false (test.test_importlib.test_spec.Frozen_FactoryTests) PASS: test_spec_from_loader_is_package_false_with_fileloader (test.test_importlib.test_spec.Frozen_FactoryTests) PASS: test_spec_from_loader_is_package_true (test.test_importlib.test_spec.Frozen_FactoryTests) PASS: test_spec_from_loader_is_package_true_with_fileloader (test.test_importlib.test_spec.Frozen_FactoryTests) PASS: test_spec_from_loader_is_package_with_loader_false (test.test_importlib.test_spec.Frozen_FactoryTests) PASS: test_spec_from_loader_is_package_with_loader_true (test.test_importlib.test_spec.Frozen_FactoryTests) PASS: test_spec_from_loader_origin (test.test_importlib.test_spec.Frozen_FactoryTests) PASS: test_spec_from_loader_origin_and_is_package (test.test_importlib.test_spec.Frozen_FactoryTests) PASS: test_module___loader___module_repr (test.test_importlib.test_spec.Frozen_ModuleReprTests) PASS: test_module___loader___module_repr_bad (test.test_importlib.test_spec.Frozen_ModuleReprTests) PASS: test_module___spec__ (test.test_importlib.test_spec.Frozen_ModuleReprTests) PASS: test_module___spec___location (test.test_importlib.test_spec.Frozen_ModuleReprTests) PASS: test_module___spec___no_origin (test.test_importlib.test_spec.Frozen_ModuleReprTests) PASS: test_module___spec___no_origin_no_loader (test.test_importlib.test_spec.Frozen_ModuleReprTests) PASS: test_module_no_file (test.test_importlib.test_spec.Frozen_ModuleReprTests) PASS: test_module_no_file_no_loader (test.test_importlib.test_spec.Frozen_ModuleReprTests) PASS: test_module_no_name (test.test_importlib.test_spec.Frozen_ModuleReprTests) PASS: test_module_with_file (test.test_importlib.test_spec.Frozen_ModuleReprTests) PASS: test_exec (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests) PASS: test_load (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests) PASS: test_load_failed (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests) PASS: test_load_failed_removed (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests) PASS: test_load_legacy (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests) PASS: test_load_legacy_attributes (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests) PASS: test_load_legacy_attributes_immutable (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests) PASS: test_load_replaced (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests) PASS: test_reload (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests) PASS: test_reload_extra_attributes (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests) PASS: test_reload_init_module_attrs (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests) PASS: test_reload_legacy (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests) PASS: test_reload_modified (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests) PASS: test_cached_no_origin (test.test_importlib.test_spec.Frozen_ModuleSpecTests) PASS: test_cached_set (test.test_importlib.test_spec.Frozen_ModuleSpecTests) PASS: test_cached_source (test.test_importlib.test_spec.Frozen_ModuleSpecTests) PASS: test_cached_source_missing_cache_tag (test.test_importlib.test_spec.Frozen_ModuleSpecTests) PASS: test_cached_source_unknown_suffix (test.test_importlib.test_spec.Frozen_ModuleSpecTests) PASS: test_cached_sourceless (test.test_importlib.test_spec.Frozen_ModuleSpecTests) PASS: test_cached_with_origin_not_location (test.test_importlib.test_spec.Frozen_ModuleSpecTests) PASS: test_default (test.test_importlib.test_spec.Frozen_ModuleSpecTests) PASS: test_default_is_package_false (test.test_importlib.test_spec.Frozen_ModuleSpecTests) PASS: test_default_is_package_true (test.test_importlib.test_spec.Frozen_ModuleSpecTests) PASS: test_default_no_loader (test.test_importlib.test_spec.Frozen_ModuleSpecTests) PASS: test_equality (test.test_importlib.test_spec.Frozen_ModuleSpecTests) PASS: test_equality_location (test.test_importlib.test_spec.Frozen_ModuleSpecTests) PASS: test_has_location_setter (test.test_importlib.test_spec.Frozen_ModuleSpecTests) PASS: test_inequality (test.test_importlib.test_spec.Frozen_ModuleSpecTests) PASS: test_inequality_incomplete (test.test_importlib.test_spec.Frozen_ModuleSpecTests) PASS: test_package (test.test_importlib.test_spec.Frozen_ModuleSpecTests) PASS: test_package_is_package (test.test_importlib.test_spec.Frozen_ModuleSpecTests) PASS: test_spec_from_file_location_default (test.test_importlib.test_spec.Source_FactoryTests) PASS: test_spec_from_file_location_default_bad_suffix (test.test_importlib.test_spec.Source_FactoryTests) PASS: test_spec_from_file_location_default_without_location (test.test_importlib.test_spec.Source_FactoryTests) PASS: test_spec_from_file_location_loader_no_location (test.test_importlib.test_spec.Source_FactoryTests) PASS: test_spec_from_file_location_loader_no_location_bad_get_filename (test.test_importlib.test_spec.Source_FactoryTests) PASS: test_spec_from_file_location_loader_no_location_no_get_filename (test.test_importlib.test_spec.Source_FactoryTests) PASS: test_spec_from_file_location_path_like_arg (test.test_importlib.test_spec.Source_FactoryTests) PASS: test_spec_from_file_location_relative_path (test.test_importlib.test_spec.Source_FactoryTests) PASS: test_spec_from_file_location_smsl_default (test.test_importlib.test_spec.Source_FactoryTests) PASS: test_spec_from_file_location_smsl_default_bad_is_package (test.test_importlib.test_spec.Source_FactoryTests) PASS: test_spec_from_file_location_smsl_default_no_is_package (test.test_importlib.test_spec.Source_FactoryTests) PASS: test_spec_from_file_location_smsl_default_not_package (test.test_importlib.test_spec.Source_FactoryTests) PASS: test_spec_from_file_location_smsl_empty (test.test_importlib.test_spec.Source_FactoryTests) PASS: test_spec_from_file_location_smsl_none (test.test_importlib.test_spec.Source_FactoryTests) PASS: test_spec_from_file_location_smsl_not_empty (test.test_importlib.test_spec.Source_FactoryTests) PASS: test_spec_from_loader_default (test.test_importlib.test_spec.Source_FactoryTests) PASS: test_spec_from_loader_default_with_bad_is_package (test.test_importlib.test_spec.Source_FactoryTests) PASS: test_spec_from_loader_default_with_file_loader (test.test_importlib.test_spec.Source_FactoryTests) PASS: test_spec_from_loader_is_package_false (test.test_importlib.test_spec.Source_FactoryTests) PASS: test_spec_from_loader_is_package_false_with_fileloader (test.test_importlib.test_spec.Source_FactoryTests) PASS: test_spec_from_loader_is_package_true (test.test_importlib.test_spec.Source_FactoryTests) PASS: test_spec_from_loader_is_package_true_with_fileloader (test.test_importlib.test_spec.Source_FactoryTests) PASS: test_spec_from_loader_is_package_with_loader_false (test.test_importlib.test_spec.Source_FactoryTests) PASS: test_spec_from_loader_is_package_with_loader_true (test.test_importlib.test_spec.Source_FactoryTests) PASS: test_spec_from_loader_origin (test.test_importlib.test_spec.Source_FactoryTests) PASS: test_spec_from_loader_origin_and_is_package (test.test_importlib.test_spec.Source_FactoryTests) PASS: test_module___loader___module_repr (test.test_importlib.test_spec.Source_ModuleReprTests) PASS: test_module___loader___module_repr_bad (test.test_importlib.test_spec.Source_ModuleReprTests) PASS: test_module___spec__ (test.test_importlib.test_spec.Source_ModuleReprTests) PASS: test_module___spec___location (test.test_importlib.test_spec.Source_ModuleReprTests) PASS: test_module___spec___no_origin (test.test_importlib.test_spec.Source_ModuleReprTests) PASS: test_module___spec___no_origin_no_loader (test.test_importlib.test_spec.Source_ModuleReprTests) PASS: test_module_no_file (test.test_importlib.test_spec.Source_ModuleReprTests) PASS: test_module_no_file_no_loader (test.test_importlib.test_spec.Source_ModuleReprTests) PASS: test_module_no_name (test.test_importlib.test_spec.Source_ModuleReprTests) PASS: test_module_with_file (test.test_importlib.test_spec.Source_ModuleReprTests) PASS: test_exec (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests) PASS: test_load (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests) PASS: test_load_failed (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests) PASS: test_load_failed_removed (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests) PASS: test_load_legacy (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests) PASS: test_load_legacy_attributes (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests) PASS: test_load_legacy_attributes_immutable (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests) PASS: test_load_replaced (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests) PASS: test_reload (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests) PASS: test_reload_extra_attributes (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests) PASS: test_reload_init_module_attrs (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests) PASS: test_reload_legacy (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests) PASS: test_reload_modified (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests) PASS: test_cached_no_origin (test.test_importlib.test_spec.Source_ModuleSpecTests) PASS: test_cached_set (test.test_importlib.test_spec.Source_ModuleSpecTests) PASS: test_cached_source (test.test_importlib.test_spec.Source_ModuleSpecTests) PASS: test_cached_source_missing_cache_tag (test.test_importlib.test_spec.Source_ModuleSpecTests) PASS: test_cached_source_unknown_suffix (test.test_importlib.test_spec.Source_ModuleSpecTests) PASS: test_cached_sourceless (test.test_importlib.test_spec.Source_ModuleSpecTests) PASS: test_cached_with_origin_not_location (test.test_importlib.test_spec.Source_ModuleSpecTests) PASS: test_default (test.test_importlib.test_spec.Source_ModuleSpecTests) PASS: test_default_is_package_false (test.test_importlib.test_spec.Source_ModuleSpecTests) PASS: test_default_is_package_true (test.test_importlib.test_spec.Source_ModuleSpecTests) PASS: test_default_no_loader (test.test_importlib.test_spec.Source_ModuleSpecTests) PASS: test_equality (test.test_importlib.test_spec.Source_ModuleSpecTests) PASS: test_equality_location (test.test_importlib.test_spec.Source_ModuleSpecTests) PASS: test_has_location_setter (test.test_importlib.test_spec.Source_ModuleSpecTests) PASS: test_inequality (test.test_importlib.test_spec.Source_ModuleSpecTests) PASS: test_inequality_incomplete (test.test_importlib.test_spec.Source_ModuleSpecTests) PASS: test_package (test.test_importlib.test_spec.Source_ModuleSpecTests) PASS: test_package_is_package (test.test_importlib.test_spec.Source_ModuleSpecTests) PASS: test_circular_imports (test.test_importlib.test_threaded_import.ThreadedImportTests) PASS: test_concurrent_futures_circular_import (test.test_importlib.test_threaded_import.ThreadedImportTests) PASS: test_import_hangers (test.test_importlib.test_threaded_import.ThreadedImportTests) PASS: test_multiprocessing_pool_circular_import (test.test_importlib.test_threaded_import.ThreadedImportTests) test_parallel_meta_path (test.test_importlib.test_threaded_import.ThreadedImportTests) ... Trying 20 threads ... 29.9 ms OK. Trying 50 threads ... 33.7 ms OK. Trying 20 threads ... 28.3 ms OK. Trying 50 threads ... 39.5 ms OK. Trying 20 threads ... 29.7 ms OK. Trying 50 threads ... 31.0 ms OK. ok test_parallel_module_init (test.test_importlib.test_threaded_import.ThreadedImportTests) ... Trying 20 threads ... 9.7 ms OK. Trying 50 threads ... 9.3 ms OK. Trying 20 threads ... 6.6 ms OK. Trying 50 threads ... 9.1 ms OK. Trying 20 threads ... 10.7 ms OK. Trying 50 threads ... 9.0 ms OK. ok test_parallel_path_hooks (test.test_importlib.test_threaded_import.ThreadedImportTests) ... Trying 20 threads ... 39.8 ms OK. Trying 50 threads ... 11.6 ms OK. Trying 20 threads ... 7.0 ms OK. Trying 50 threads ... 10.6 ms OK. Trying 20 threads ... 6.2 ms OK. Trying 50 threads ... 10.2 ms OK. ok PASS: test_side_effect_import (test.test_importlib.test_threaded_import.ThreadedImportTests) PASS: test_specified_encoding (test.test_importlib.test_util.Frozen_DecodeSourceBytesTests) PASS: test_universal_newlines (test.test_importlib.test_util.Frozen_DecodeSourceBytesTests) PASS: test_ut8_default (test.test_importlib.test_util.Frozen_DecodeSourceBytesTests) PASS: test_find_relative_module (test.test_importlib.test_util.Frozen_FindSpecTests) PASS: test_find_relative_module_missing_package (test.test_importlib.test_util.Frozen_FindSpecTests) PASS: test_find_submodule (test.test_importlib.test_util.Frozen_FindSpecTests) PASS: test_find_submodule_in_module (test.test_importlib.test_util.Frozen_FindSpecTests) PASS: test_find_submodule_parent_already_imported (test.test_importlib.test_util.Frozen_FindSpecTests) PASS: test_nothing (test.test_importlib.test_util.Frozen_FindSpecTests) PASS: test_success (test.test_importlib.test_util.Frozen_FindSpecTests) PASS: test_sys_modules (test.test_importlib.test_util.Frozen_FindSpecTests) PASS: test_sys_modules_loader_is_None (test.test_importlib.test_util.Frozen_FindSpecTests) PASS: test_sys_modules_spec_is_None (test.test_importlib.test_util.Frozen_FindSpecTests) PASS: test_sys_modules_spec_is_not_set (test.test_importlib.test_util.Frozen_FindSpecTests) PASS: test_sys_modules_without___loader__ (test.test_importlib.test_util.Frozen_FindSpecTests) PASS: test_incorporates_rn (test.test_importlib.test_util.Frozen_MagicNumberTests) PASS: test_length (test.test_importlib.test_util.Frozen_MagicNumberTests) PASS: test_attributes_set (test.test_importlib.test_util.Frozen_ModuleForLoaderTests) PASS: test_decorator_attrs (test.test_importlib.test_util.Frozen_ModuleForLoaderTests) PASS: test_false_module (test.test_importlib.test_util.Frozen_ModuleForLoaderTests) PASS: test_new_module (test.test_importlib.test_util.Frozen_ModuleForLoaderTests) PASS: test_new_module_failure (test.test_importlib.test_util.Frozen_ModuleForLoaderTests) PASS: test_reload (test.test_importlib.test_util.Frozen_ModuleForLoaderTests) PASS: test_reload_failure (test.test_importlib.test_util.Frozen_ModuleForLoaderTests) PASS: test_warning (test.test_importlib.test_util.Frozen_ModuleForLoaderTests) PASS: test___cached__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests) PASS: test___file__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests) PASS: test___loader__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests) PASS: test___name__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests) PASS: test___package__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests) PASS: test___path__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests) PASS: test___spec__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests) PASS: test_create_module (test.test_importlib.test_util.Frozen_ModuleFromSpecTests) PASS: test_create_module_returns_None (test.test_importlib.test_util.Frozen_ModuleFromSpecTests) PASS: test_no_create_module (test.test_importlib.test_util.Frozen_ModuleFromSpecTests) PASS: test_cache_from_source (test.test_importlib.test_util.Frozen_PEP3147Tests) PASS: test_cache_from_source_cwd (test.test_importlib.test_util.Frozen_PEP3147Tests) PASS: test_cache_from_source_debug_override (test.test_importlib.test_util.Frozen_PEP3147Tests) PASS: test_cache_from_source_debug_override_optimization_both_set (test.test_importlib.test_util.Frozen_PEP3147Tests) PASS: test_cache_from_source_no_cache_tag (test.test_importlib.test_util.Frozen_PEP3147Tests) PASS: test_cache_from_source_no_dot (test.test_importlib.test_util.Frozen_PEP3147Tests) PASS: test_cache_from_source_optimization_None (test.test_importlib.test_util.Frozen_PEP3147Tests) PASS: test_cache_from_source_optimization_empty_string (test.test_importlib.test_util.Frozen_PEP3147Tests) PASS: test_cache_from_source_optimization_set (test.test_importlib.test_util.Frozen_PEP3147Tests) PASS: test_cache_from_source_override (test.test_importlib.test_util.Frozen_PEP3147Tests) PASS: test_cache_from_source_path_like_arg (test.test_importlib.test_util.Frozen_PEP3147Tests) PASS: test_cache_from_source_respects_pycache_prefix (test.test_importlib.test_util.Frozen_PEP3147Tests) PASS: test_cache_from_source_respects_pycache_prefix_relative (test.test_importlib.test_util.Frozen_PEP3147Tests) SKIP: test_sep_altsep_and_sep_cache_from_source (test.test_importlib.test_util.Frozen_PEP3147Tests) 'test meaningful only where os.altsep is defined' PASS: test_source_from_cache (test.test_importlib.test_util.Frozen_PEP3147Tests) PASS: test_source_from_cache_bad_path (test.test_importlib.test_util.Frozen_PEP3147Tests) PASS: test_source_from_cache_inside_pycache_prefix (test.test_importlib.test_util.Frozen_PEP3147Tests) PASS: test_source_from_cache_missing_optimization (test.test_importlib.test_util.Frozen_PEP3147Tests) PASS: test_source_from_cache_no__pycache__ (test.test_importlib.test_util.Frozen_PEP3147Tests) PASS: test_source_from_cache_no_cache_tag (test.test_importlib.test_util.Frozen_PEP3147Tests) PASS: test_source_from_cache_no_slash (test.test_importlib.test_util.Frozen_PEP3147Tests) PASS: test_source_from_cache_not_opt (test.test_importlib.test_util.Frozen_PEP3147Tests) PASS: test_source_from_cache_optimized_bytecode (test.test_importlib.test_util.Frozen_PEP3147Tests) PASS: test_source_from_cache_outside_pycache_prefix (test.test_importlib.test_util.Frozen_PEP3147Tests) PASS: test_source_from_cache_path_like_arg (test.test_importlib.test_util.Frozen_PEP3147Tests) PASS: test_source_from_cache_too_few_dots (test.test_importlib.test_util.Frozen_PEP3147Tests) PASS: test_source_from_cache_too_many_dots (test.test_importlib.test_util.Frozen_PEP3147Tests) PASS: test_absolute (test.test_importlib.test_util.Frozen_ResolveNameTests) PASS: test_absolute_within_package (test.test_importlib.test_util.Frozen_ResolveNameTests) PASS: test_escape (test.test_importlib.test_util.Frozen_ResolveNameTests) PASS: test_in_package (test.test_importlib.test_util.Frozen_ResolveNameTests) PASS: test_no_package (test.test_importlib.test_util.Frozen_ResolveNameTests) PASS: test_other_package (test.test_importlib.test_util.Frozen_ResolveNameTests) PASS: test_attribute_is_None (test.test_importlib.test_util.Frozen_SetLoaderTests) PASS: test_no_attribute (test.test_importlib.test_util.Frozen_SetLoaderTests) PASS: test_not_reset (test.test_importlib.test_util.Frozen_SetLoaderTests) PASS: test_decorator_attrs (test.test_importlib.test_util.Frozen_SetPackageTests) PASS: test_leaving_alone (test.test_importlib.test_util.Frozen_SetPackageTests) PASS: test_package (test.test_importlib.test_util.Frozen_SetPackageTests) PASS: test_setting_if_missing (test.test_importlib.test_util.Frozen_SetPackageTests) PASS: test_submodule (test.test_importlib.test_util.Frozen_SetPackageTests) PASS: test_top_level (test.test_importlib.test_util.Frozen_SetPackageTests) PASS: test_magic_number (test.test_importlib.test_util.MagicNumberTests) PASS: test_specified_encoding (test.test_importlib.test_util.Source_DecodeSourceBytesTests) PASS: test_universal_newlines (test.test_importlib.test_util.Source_DecodeSourceBytesTests) PASS: test_ut8_default (test.test_importlib.test_util.Source_DecodeSourceBytesTests) PASS: test_find_relative_module (test.test_importlib.test_util.Source_FindSpecTests) PASS: test_find_relative_module_missing_package (test.test_importlib.test_util.Source_FindSpecTests) PASS: test_find_submodule (test.test_importlib.test_util.Source_FindSpecTests) PASS: test_find_submodule_in_module (test.test_importlib.test_util.Source_FindSpecTests) PASS: test_find_submodule_parent_already_imported (test.test_importlib.test_util.Source_FindSpecTests) PASS: test_nothing (test.test_importlib.test_util.Source_FindSpecTests) PASS: test_success (test.test_importlib.test_util.Source_FindSpecTests) PASS: test_sys_modules (test.test_importlib.test_util.Source_FindSpecTests) PASS: test_sys_modules_loader_is_None (test.test_importlib.test_util.Source_FindSpecTests) PASS: test_sys_modules_spec_is_None (test.test_importlib.test_util.Source_FindSpecTests) PASS: test_sys_modules_spec_is_not_set (test.test_importlib.test_util.Source_FindSpecTests) PASS: test_sys_modules_without___loader__ (test.test_importlib.test_util.Source_FindSpecTests) PASS: test_incorporates_rn (test.test_importlib.test_util.Source_MagicNumberTests) PASS: test_length (test.test_importlib.test_util.Source_MagicNumberTests) PASS: test_attributes_set (test.test_importlib.test_util.Source_ModuleForLoaderTests) PASS: test_decorator_attrs (test.test_importlib.test_util.Source_ModuleForLoaderTests) PASS: test_false_module (test.test_importlib.test_util.Source_ModuleForLoaderTests) PASS: test_new_module (test.test_importlib.test_util.Source_ModuleForLoaderTests) PASS: test_new_module_failure (test.test_importlib.test_util.Source_ModuleForLoaderTests) PASS: test_reload (test.test_importlib.test_util.Source_ModuleForLoaderTests) PASS: test_reload_failure (test.test_importlib.test_util.Source_ModuleForLoaderTests) PASS: test_warning (test.test_importlib.test_util.Source_ModuleForLoaderTests) PASS: test___cached__ (test.test_importlib.test_util.Source_ModuleFromSpecTests) PASS: test___file__ (test.test_importlib.test_util.Source_ModuleFromSpecTests) PASS: test___loader__ (test.test_importlib.test_util.Source_ModuleFromSpecTests) PASS: test___name__ (test.test_importlib.test_util.Source_ModuleFromSpecTests) PASS: test___package__ (test.test_importlib.test_util.Source_ModuleFromSpecTests) PASS: test___path__ (test.test_importlib.test_util.Source_ModuleFromSpecTests) PASS: test___spec__ (test.test_importlib.test_util.Source_ModuleFromSpecTests) PASS: test_create_module (test.test_importlib.test_util.Source_ModuleFromSpecTests) PASS: test_create_module_returns_None (test.test_importlib.test_util.Source_ModuleFromSpecTests) PASS: test_no_create_module (test.test_importlib.test_util.Source_ModuleFromSpecTests) PASS: test_cache_from_source (test.test_importlib.test_util.Source_PEP3147Tests) PASS: test_cache_from_source_cwd (test.test_importlib.test_util.Source_PEP3147Tests) PASS: test_cache_from_source_debug_override (test.test_importlib.test_util.Source_PEP3147Tests) PASS: test_cache_from_source_debug_override_optimization_both_set (test.test_importlib.test_util.Source_PEP3147Tests) PASS: test_cache_from_source_no_cache_tag (test.test_importlib.test_util.Source_PEP3147Tests) PASS: test_cache_from_source_no_dot (test.test_importlib.test_util.Source_PEP3147Tests) PASS: test_cache_from_source_optimization_None (test.test_importlib.test_util.Source_PEP3147Tests) PASS: test_cache_from_source_optimization_empty_string (test.test_importlib.test_util.Source_PEP3147Tests) PASS: test_cache_from_source_optimization_set (test.test_importlib.test_util.Source_PEP3147Tests) PASS: test_cache_from_source_override (test.test_importlib.test_util.Source_PEP3147Tests) PASS: test_cache_from_source_path_like_arg (test.test_importlib.test_util.Source_PEP3147Tests) PASS: test_cache_from_source_respects_pycache_prefix (test.test_importlib.test_util.Source_PEP3147Tests) PASS: test_cache_from_source_respects_pycache_prefix_relative (test.test_importlib.test_util.Source_PEP3147Tests) SKIP: test_sep_altsep_and_sep_cache_from_source (test.test_importlib.test_util.Source_PEP3147Tests) 'test meaningful only where os.altsep is defined' PASS: test_source_from_cache (test.test_importlib.test_util.Source_PEP3147Tests) PASS: test_source_from_cache_bad_path (test.test_importlib.test_util.Source_PEP3147Tests) PASS: test_source_from_cache_inside_pycache_prefix (test.test_importlib.test_util.Source_PEP3147Tests) PASS: test_source_from_cache_missing_optimization (test.test_importlib.test_util.Source_PEP3147Tests) PASS: test_source_from_cache_no__pycache__ (test.test_importlib.test_util.Source_PEP3147Tests) PASS: test_source_from_cache_no_cache_tag (test.test_importlib.test_util.Source_PEP3147Tests) PASS: test_source_from_cache_no_slash (test.test_importlib.test_util.Source_PEP3147Tests) PASS: test_source_from_cache_not_opt (test.test_importlib.test_util.Source_PEP3147Tests) PASS: test_source_from_cache_optimized_bytecode (test.test_importlib.test_util.Source_PEP3147Tests) PASS: test_source_from_cache_outside_pycache_prefix (test.test_importlib.test_util.Source_PEP3147Tests) PASS: test_source_from_cache_path_like_arg (test.test_importlib.test_util.Source_PEP3147Tests) PASS: test_source_from_cache_too_few_dots (test.test_importlib.test_util.Source_PEP3147Tests) PASS: test_source_from_cache_too_many_dots (test.test_importlib.test_util.Source_PEP3147Tests) PASS: test_absolute (test.test_importlib.test_util.Source_ResolveNameTests) PASS: test_absolute_within_package (test.test_importlib.test_util.Source_ResolveNameTests) PASS: test_escape (test.test_importlib.test_util.Source_ResolveNameTests) PASS: test_in_package (test.test_importlib.test_util.Source_ResolveNameTests) PASS: test_no_package (test.test_importlib.test_util.Source_ResolveNameTests) PASS: test_other_package (test.test_importlib.test_util.Source_ResolveNameTests) PASS: test_attribute_is_None (test.test_importlib.test_util.Source_SetLoaderTests) PASS: test_no_attribute (test.test_importlib.test_util.Source_SetLoaderTests) PASS: test_not_reset (test.test_importlib.test_util.Source_SetLoaderTests) PASS: test_decorator_attrs (test.test_importlib.test_util.Source_SetPackageTests) PASS: test_leaving_alone (test.test_importlib.test_util.Source_SetPackageTests) PASS: test_package (test.test_importlib.test_util.Source_SetPackageTests) PASS: test_setting_if_missing (test.test_importlib.test_util.Source_SetPackageTests) PASS: test_submodule (test.test_importlib.test_util.Source_SetPackageTests) PASS: test_top_level (test.test_importlib.test_util.Source_SetPackageTests) SKIP: test.test_importlib.test_windows (unittest.loader.ModuleSkipped) "No module named 'winreg'" PASS: test_case_insensitive (test.test_importlib.test_zip.TestEgg) PASS: test_files (test.test_importlib.test_zip.TestEgg) PASS: test_missing_metadata (test.test_importlib.test_zip.TestEgg) PASS: test_normalized_name (test.test_importlib.test_zip.TestEgg) PASS: test_one_distribution (test.test_importlib.test_zip.TestEgg) PASS: test_zip_entry_points (test.test_importlib.test_zip.TestEgg) PASS: test_zip_version (test.test_importlib.test_zip.TestEgg) PASS: test_zip_version_does_not_match (test.test_importlib.test_zip.TestEgg) PASS: test_case_insensitive (test.test_importlib.test_zip.TestZip) PASS: test_files (test.test_importlib.test_zip.TestZip) PASS: test_missing_metadata (test.test_importlib.test_zip.TestZip) PASS: test_one_distribution (test.test_importlib.test_zip.TestZip) PASS: test_zip_entry_points (test.test_importlib.test_zip.TestZip) PASS: test_zip_version (test.test_importlib.test_zip.TestZip) PASS: test_zip_version_does_not_match (test.test_importlib.test_zip.TestZip) ---------------------------------------------------------------------- Ran 1405 tests in 2.940s OK (skipped=17, expected failures=1) 0:07:10 load avg: 0.42 [189/427] test_index PASS: test_basic (test.test_index.BaseTestCase) PASS: test_error (test.test_index.BaseTestCase) PASS: test_index_returns_int_subclass (test.test_index.BaseTestCase) PASS: test_int_subclass_with_index (test.test_index.BaseTestCase) PASS: test_slice (test.test_index.BaseTestCase) PASS: test_subclasses (test.test_index.BaseTestCase) PASS: test_wrappers (test.test_index.BaseTestCase) PASS: test_error (test.test_index.ByteArrayTestCase) PASS: test_index (test.test_index.ByteArrayTestCase) PASS: test_repeat (test.test_index.ByteArrayTestCase) PASS: test_slice (test.test_index.ByteArrayTestCase) PASS: test_slice_bug7532 (test.test_index.ByteArrayTestCase) PASS: test_subclasses (test.test_index.ByteArrayTestCase) PASS: test_wrappers (test.test_index.ByteArrayTestCase) PASS: test_error (test.test_index.BytesTestCase) PASS: test_index (test.test_index.BytesTestCase) PASS: test_repeat (test.test_index.BytesTestCase) PASS: test_slice (test.test_index.BytesTestCase) PASS: test_slice_bug7532 (test.test_index.BytesTestCase) PASS: test_subclasses (test.test_index.BytesTestCase) PASS: test_wrappers (test.test_index.BytesTestCase) PASS: test_error (test.test_index.ListTestCase) PASS: test_index (test.test_index.ListTestCase) PASS: test_inplace_repeat (test.test_index.ListTestCase) PASS: test_repeat (test.test_index.ListTestCase) PASS: test_setdelitem (test.test_index.ListTestCase) PASS: test_slice (test.test_index.ListTestCase) PASS: test_slice_bug7532 (test.test_index.ListTestCase) PASS: test_subclasses (test.test_index.ListTestCase) PASS: test_wrappers (test.test_index.ListTestCase) PASS: test_error (test.test_index.NewSeqTestCase) PASS: test_index (test.test_index.NewSeqTestCase) PASS: test_repeat (test.test_index.NewSeqTestCase) PASS: test_slice (test.test_index.NewSeqTestCase) PASS: test_slice_bug7532 (test.test_index.NewSeqTestCase) PASS: test_subclasses (test.test_index.NewSeqTestCase) PASS: test_wrappers (test.test_index.NewSeqTestCase) PASS: test_getitem (test.test_index.OverflowTestCase) PASS: test_large_longs (test.test_index.OverflowTestCase) PASS: test_sequence_repeat (test.test_index.OverflowTestCase) PASS: test_range (test.test_index.RangeTestCase) PASS: test_error (test.test_index.StringTestCase) PASS: test_index (test.test_index.StringTestCase) PASS: test_repeat (test.test_index.StringTestCase) PASS: test_slice (test.test_index.StringTestCase) PASS: test_slice_bug7532 (test.test_index.StringTestCase) PASS: test_subclasses (test.test_index.StringTestCase) PASS: test_wrappers (test.test_index.StringTestCase) PASS: test_error (test.test_index.TupleTestCase) PASS: test_index (test.test_index.TupleTestCase) PASS: test_repeat (test.test_index.TupleTestCase) PASS: test_slice (test.test_index.TupleTestCase) PASS: test_slice_bug7532 (test.test_index.TupleTestCase) PASS: test_subclasses (test.test_index.TupleTestCase) PASS: test_wrappers (test.test_index.TupleTestCase) ---------------------------------------------------------------------- Ran 55 tests in 0.007s OK 0:07:10 load avg: 0.42 [190/427] test_inspect PASS: test_class_async_method (test.test_inspect.TestBlockComments) PASS: test_class_method (test.test_inspect.TestBlockComments) PASS: test_toplevel_class (test.test_inspect.TestBlockComments) PASS: test_signature_bound_arguments_apply_defaults (test.test_inspect.TestBoundArguments) PASS: test_signature_bound_arguments_arguments_type (test.test_inspect.TestBoundArguments) PASS: test_signature_bound_arguments_equality (test.test_inspect.TestBoundArguments) PASS: test_signature_bound_arguments_pickle (test.test_inspect.TestBoundArguments) PASS: test_signature_bound_arguments_repr (test.test_inspect.TestBoundArguments) PASS: test_signature_bound_arguments_unhashable (test.test_inspect.TestBoundArguments) PASS: test_class_decorator (test.test_inspect.TestBuggyCases) PASS: test_class_definition_in_multiline_comment (test.test_inspect.TestBuggyCases) PASS: test_class_definition_in_multiline_string_definition (test.test_inspect.TestBuggyCases) PASS: test_class_inside_conditional (test.test_inspect.TestBuggyCases) PASS: test_findsource_binary (test.test_inspect.TestBuggyCases) PASS: test_findsource_code_in_linecache (test.test_inspect.TestBuggyCases) PASS: test_findsource_with_out_of_bounds_lineno (test.test_inspect.TestBuggyCases) PASS: test_findsource_without_filename (test.test_inspect.TestBuggyCases) PASS: test_getsource_on_method (test.test_inspect.TestBuggyCases) PASS: test_method_in_dynamic_class (test.test_inspect.TestBuggyCases) PASS: test_multiline_sig (test.test_inspect.TestBuggyCases) PASS: test_multiple_children_classes (test.test_inspect.TestBuggyCases) PASS: test_nested_class (test.test_inspect.TestBuggyCases) PASS: test_nested_class_definition (test.test_inspect.TestBuggyCases) PASS: test_nested_class_definition_indented_string (test.test_inspect.TestBuggyCases) PASS: test_nested_class_definition_inside_async_function (test.test_inspect.TestBuggyCases) PASS: test_nested_class_definition_inside_function (test.test_inspect.TestBuggyCases) PASS: test_nested_func (test.test_inspect.TestBuggyCases) PASS: test_one_liner_dedent_non_name (test.test_inspect.TestBuggyCases) PASS: test_one_liner_followed_by_non_name (test.test_inspect.TestBuggyCases) PASS: test_with_comment (test.test_inspect.TestBuggyCases) PASS: test_with_comment_instead_of_docstring (test.test_inspect.TestBuggyCases) PASS: test_argspec_api_ignores_wrapped (test.test_inspect.TestClassesAndFunctions) PASS: test_classify_DynamicClassAttribute (test.test_inspect.TestClassesAndFunctions) PASS: test_classify_VirtualAttribute (test.test_inspect.TestClassesAndFunctions) PASS: test_classify_VirtualAttribute_multi_classes (test.test_inspect.TestClassesAndFunctions) PASS: test_classify_builtin_types (test.test_inspect.TestClassesAndFunctions) PASS: test_classify_class_attrs_with_buggy_dir (test.test_inspect.TestClassesAndFunctions) PASS: test_classify_metaclass_class_attribute (test.test_inspect.TestClassesAndFunctions) PASS: test_classify_newstyle (test.test_inspect.TestClassesAndFunctions) PASS: test_classify_overrides_bool (test.test_inspect.TestClassesAndFunctions) PASS: test_get_annotations_with_stock_annotations (test.test_inspect.TestClassesAndFunctions) PASS: test_get_annotations_with_stringized_annotations (test.test_inspect.TestClassesAndFunctions) PASS: test_getargspec (test.test_inspect.TestClassesAndFunctions) PASS: test_getargspec_method (test.test_inspect.TestClassesAndFunctions) PASS: test_getfullargspec (test.test_inspect.TestClassesAndFunctions) PASS: test_getfullargspec_builtin_func (test.test_inspect.TestClassesAndFunctions) PASS: test_getfullargspec_builtin_func_no_signature (test.test_inspect.TestClassesAndFunctions) PASS: test_getfullargspec_builtin_methods (test.test_inspect.TestClassesAndFunctions) PASS: test_getfullargspec_definition_order_preserved_on_kwonly (test.test_inspect.TestClassesAndFunctions) PASS: test_getfullargspec_signature_annos (test.test_inspect.TestClassesAndFunctions) PASS: test_getfullargspec_signature_attr (test.test_inspect.TestClassesAndFunctions) PASS: test_getmembers_VirtualAttribute (test.test_inspect.TestClassesAndFunctions) PASS: test_getmembers_descriptors (test.test_inspect.TestClassesAndFunctions) PASS: test_getmembers_method (test.test_inspect.TestClassesAndFunctions) PASS: test_getmembers_with_buggy_dir (test.test_inspect.TestClassesAndFunctions) PASS: test_newstyle_mro (test.test_inspect.TestClassesAndFunctions) PASS: test_decorator_with_lambda (test.test_inspect.TestDecorators) PASS: test_getsource_unwrap (test.test_inspect.TestDecorators) PASS: test_replacing_decorator (test.test_inspect.TestDecorators) PASS: test_wrapped_decorator (test.test_inspect.TestDecorators) PASS: test_builtins_as_dict (test.test_inspect.TestGetClosureVars) PASS: test_builtins_as_module (test.test_inspect.TestGetClosureVars) PASS: test_builtins_fallback (test.test_inspect.TestGetClosureVars) PASS: test_generator_closure (test.test_inspect.TestGetClosureVars) PASS: test_getclosurevars_empty (test.test_inspect.TestGetClosureVars) PASS: test_getclosurevars_error (test.test_inspect.TestGetClosureVars) PASS: test_method_closure (test.test_inspect.TestGetClosureVars) PASS: test_name_resolution (test.test_inspect.TestGetClosureVars) PASS: test_nonlocal_vars (test.test_inspect.TestGetClosureVars) PASS: test_closed_after_exhaustion (test.test_inspect.TestGetCoroutineState) PASS: test_closed_after_immediate_exception (test.test_inspect.TestGetCoroutineState) PASS: test_created (test.test_inspect.TestGetCoroutineState) PASS: test_easy_debugging (test.test_inspect.TestGetCoroutineState) PASS: test_getcoroutinelocals (test.test_inspect.TestGetCoroutineState) PASS: test_suspended (test.test_inspect.TestGetCoroutineState) PASS: test_closed_after_exhaustion (test.test_inspect.TestGetGeneratorState) PASS: test_closed_after_immediate_exception (test.test_inspect.TestGetGeneratorState) PASS: test_created (test.test_inspect.TestGetGeneratorState) PASS: test_easy_debugging (test.test_inspect.TestGetGeneratorState) PASS: test_getgeneratorlocals (test.test_inspect.TestGetGeneratorState) PASS: test_getgeneratorlocals_empty (test.test_inspect.TestGetGeneratorState) PASS: test_getgeneratorlocals_error (test.test_inspect.TestGetGeneratorState) PASS: test_running (test.test_inspect.TestGetGeneratorState) PASS: test_suspended (test.test_inspect.TestGetGeneratorState) PASS: test_basic (test.test_inspect.TestGetattrStatic) PASS: test_classAttribute (test.test_inspect.TestGetattrStatic) PASS: test_classVirtualAttribute (test.test_inspect.TestGetattrStatic) PASS: test_class_as_property (test.test_inspect.TestGetattrStatic) PASS: test_custom_object_dict (test.test_inspect.TestGetattrStatic) PASS: test_descriptor (test.test_inspect.TestGetattrStatic) PASS: test_descriptor_raises_AttributeError (test.test_inspect.TestGetattrStatic) PASS: test_dict_as_property (test.test_inspect.TestGetattrStatic) PASS: test_inherited (test.test_inspect.TestGetattrStatic) PASS: test_inherited_classattribute (test.test_inspect.TestGetattrStatic) PASS: test_inherited_slots (test.test_inspect.TestGetattrStatic) PASS: test_instance_attr (test.test_inspect.TestGetattrStatic) PASS: test_metaclass (test.test_inspect.TestGetattrStatic) PASS: test_metaclass_dict_as_property (test.test_inspect.TestGetattrStatic) PASS: test_metaclass_with_descriptor (test.test_inspect.TestGetattrStatic) PASS: test_metaclass_with_metaclass_with_dict_as_property (test.test_inspect.TestGetattrStatic) PASS: test_module (test.test_inspect.TestGetattrStatic) PASS: test_mro_as_property (test.test_inspect.TestGetattrStatic) PASS: test_no_dict_no_slots (test.test_inspect.TestGetattrStatic) PASS: test_no_dict_no_slots_instance_member (test.test_inspect.TestGetattrStatic) PASS: test_property (test.test_inspect.TestGetattrStatic) PASS: test_slots (test.test_inspect.TestGetattrStatic) PASS: test_errors (test.test_inspect.TestGetcallargsFunctions) PASS: test_keyword_only (test.test_inspect.TestGetcallargsFunctions) PASS: test_multiple_features (test.test_inspect.TestGetcallargsFunctions) PASS: test_plain (test.test_inspect.TestGetcallargsFunctions) PASS: test_varargs (test.test_inspect.TestGetcallargsFunctions) PASS: test_varkw (test.test_inspect.TestGetcallargsFunctions) PASS: test_varkw_only (test.test_inspect.TestGetcallargsFunctions) PASS: test_errors (test.test_inspect.TestGetcallargsMethods) PASS: test_keyword_only (test.test_inspect.TestGetcallargsMethods) PASS: test_multiple_features (test.test_inspect.TestGetcallargsMethods) PASS: test_plain (test.test_inspect.TestGetcallargsMethods) PASS: test_varargs (test.test_inspect.TestGetcallargsMethods) PASS: test_varkw (test.test_inspect.TestGetcallargsMethods) PASS: test_varkw_only (test.test_inspect.TestGetcallargsMethods) PASS: test_errors (test.test_inspect.TestGetcallargsUnboundMethods) PASS: test_keyword_only (test.test_inspect.TestGetcallargsUnboundMethods) PASS: test_multiple_features (test.test_inspect.TestGetcallargsUnboundMethods) PASS: test_plain (test.test_inspect.TestGetcallargsUnboundMethods) PASS: test_varargs (test.test_inspect.TestGetcallargsUnboundMethods) PASS: test_varkw (test.test_inspect.TestGetcallargsUnboundMethods) PASS: test_varkw_only (test.test_inspect.TestGetcallargsUnboundMethods) PASS: test_getclasses_interactive (test.test_inspect.TestGetsourceInteractive) PASS: test_range_toplevel_frame (test.test_inspect.TestGettingSourceOfToplevelFrames) PASS: test_range_traceback_toplevel_frame (test.test_inspect.TestGettingSourceOfToplevelFrames) PASS: test_abuse_done (test.test_inspect.TestInterpreterStack) PASS: test_frame (test.test_inspect.TestInterpreterStack) PASS: test_previous_frame (test.test_inspect.TestInterpreterStack) PASS: test_stack (test.test_inspect.TestInterpreterStack) PASS: test_trace (test.test_inspect.TestInterpreterStack) PASS: test_custom_descriptors (test.test_inspect.TestIsDataDescriptor) PASS: test_functions (test.test_inspect.TestIsDataDescriptor) PASS: test_property (test.test_inspect.TestIsDataDescriptor) PASS: test_slot (test.test_inspect.TestIsDataDescriptor) PASS: test_builtins (test.test_inspect.TestMain) PASS: test_custom_getattr (test.test_inspect.TestMain) PASS: test_details (test.test_inspect.TestMain) PASS: test_only_source (test.test_inspect.TestMain) PASS: test_qualname_source (test.test_inspect.TestMain) PASS: test_class (test.test_inspect.TestNoEOL) PASS: test_anonymous (test.test_inspect.TestOneliners) PASS: test_lambda_in_list (test.test_inspect.TestOneliners) PASS: test_manyargs (test.test_inspect.TestOneliners) PASS: test_oneline_lambda (test.test_inspect.TestOneliners) PASS: test_onelinefunc (test.test_inspect.TestOneliners) PASS: test_threeline_lambda (test.test_inspect.TestOneliners) PASS: test_twoline_indented_lambda (test.test_inspect.TestOneliners) PASS: test_twolinefunc (test.test_inspect.TestOneliners) PASS: test_signature_parameter_equality (test.test_inspect.TestParameterObject) PASS: test_signature_parameter_hashable (test.test_inspect.TestParameterObject) PASS: test_signature_parameter_immutability (test.test_inspect.TestParameterObject) PASS: test_signature_parameter_implicit (test.test_inspect.TestParameterObject) PASS: test_signature_parameter_kinds (test.test_inspect.TestParameterObject) PASS: test_signature_parameter_object (test.test_inspect.TestParameterObject) PASS: test_signature_parameter_positional_only (test.test_inspect.TestParameterObject) PASS: test_signature_parameter_replace (test.test_inspect.TestParameterObject) PASS: test_excluding_predicates (test.test_inspect.TestPredicates) PASS: test_get_slot_members (test.test_inspect.TestPredicates) PASS: test_isabstract (test.test_inspect.TestPredicates) PASS: test_isabstract_during_init_subclass (test.test_inspect.TestPredicates) PASS: test_isawaitable (test.test_inspect.TestPredicates) PASS: test_isclass (test.test_inspect.TestPredicates) PASS: test_iscoroutine (test.test_inspect.TestPredicates) PASS: test_isroutine (test.test_inspect.TestPredicates) PASS: test_getsource_reload (test.test_inspect.TestReload) PASS: test_cleandoc (test.test_inspect.TestRetrievingSourceCode) PASS: test_finddoc (test.test_inspect.TestRetrievingSourceCode) PASS: test_getclasses (test.test_inspect.TestRetrievingSourceCode) PASS: test_getcomments (test.test_inspect.TestRetrievingSourceCode) PASS: test_getdoc (test.test_inspect.TestRetrievingSourceCode) PASS: test_getdoc_inherited (test.test_inspect.TestRetrievingSourceCode) PASS: test_getfile (test.test_inspect.TestRetrievingSourceCode) PASS: test_getfile_broken_repr (test.test_inspect.TestRetrievingSourceCode) PASS: test_getfile_builtin_class (test.test_inspect.TestRetrievingSourceCode) PASS: test_getfile_builtin_function_or_method (test.test_inspect.TestRetrievingSourceCode) PASS: test_getfile_builtin_module (test.test_inspect.TestRetrievingSourceCode) PASS: test_getfile_class_without_module (test.test_inspect.TestRetrievingSourceCode) PASS: test_getframeinfo_get_first_line (test.test_inspect.TestRetrievingSourceCode) PASS: test_getfunctions (test.test_inspect.TestRetrievingSourceCode) PASS: test_getmodule (test.test_inspect.TestRetrievingSourceCode) PASS: test_getmodule_file_not_found (test.test_inspect.TestRetrievingSourceCode) PASS: test_getmodule_recursion (test.test_inspect.TestRetrievingSourceCode) PASS: test_getsource (test.test_inspect.TestRetrievingSourceCode) PASS: test_getsource_on_code_object (test.test_inspect.TestRetrievingSourceCode) PASS: test_getsourcefile (test.test_inspect.TestRetrievingSourceCode) test_proceed_with_fake_filename (test.test_inspect.TestRetrievingSourceCode) PASS: doctest monkeypatches linecache to enable inspection PASS: test_signature_bind_args_and_kwargs (test.test_inspect.TestSignatureBind) PASS: test_signature_bind_args_and_varargs (test.test_inspect.TestSignatureBind) PASS: test_signature_bind_arguments (test.test_inspect.TestSignatureBind) PASS: test_signature_bind_empty (test.test_inspect.TestSignatureBind) PASS: test_signature_bind_implicit_arg (test.test_inspect.TestSignatureBind) PASS: test_signature_bind_just_args (test.test_inspect.TestSignatureBind) PASS: test_signature_bind_just_kwargs (test.test_inspect.TestSignatureBind) PASS: test_signature_bind_kwonly (test.test_inspect.TestSignatureBind) PASS: test_signature_bind_positional_only (test.test_inspect.TestSignatureBind) PASS: test_signature_bind_posonly_kwargs (test.test_inspect.TestSignatureBind) PASS: test_signature_bind_var (test.test_inspect.TestSignatureBind) PASS: test_signature_bind_vararg_name (test.test_inspect.TestSignatureBind) PASS: test_signature_bind_varargs_order (test.test_inspect.TestSignatureBind) PASS: test_signature_bind_with_self_arg (test.test_inspect.TestSignatureBind) PASS: test_base_class_have_text_signature (test.test_inspect.TestSignatureDefinitions) PASS: test_builtins_have_signatures (test.test_inspect.TestSignatureDefinitions) PASS: test_python_function_override_signature (test.test_inspect.TestSignatureDefinitions) PASS: test_signater_parameters_is_ordered (test.test_inspect.TestSignatureObject) PASS: test_signature_annotations_with_local_namespaces (test.test_inspect.TestSignatureObject) PASS: test_signature_definition_order_preserved_on_kwonly (test.test_inspect.TestSignatureObject) PASS: test_signature_equality (test.test_inspect.TestSignatureObject) PASS: test_signature_eval_str (test.test_inspect.TestSignatureObject) PASS: test_signature_from_callable_builtin_obj (test.test_inspect.TestSignatureObject) PASS: test_signature_from_callable_class (test.test_inspect.TestSignatureObject) PASS: test_signature_from_callable_python_obj (test.test_inspect.TestSignatureObject) PASS: test_signature_from_functionlike_object (test.test_inspect.TestSignatureObject) PASS: test_signature_functionlike_class (test.test_inspect.TestSignatureObject) PASS: test_signature_hashable (test.test_inspect.TestSignatureObject) PASS: test_signature_immutability (test.test_inspect.TestSignatureObject) PASS: test_signature_none_annotation (test.test_inspect.TestSignatureObject) PASS: test_signature_object (test.test_inspect.TestSignatureObject) PASS: test_signature_object_pickle (test.test_inspect.TestSignatureObject) PASS: test_signature_on_builtin_class (test.test_inspect.TestSignatureObject) PASS: test_signature_on_builtins (test.test_inspect.TestSignatureObject) PASS: test_signature_on_builtins_no_signature (test.test_inspect.TestSignatureObject) PASS: test_signature_on_callable_objects (test.test_inspect.TestSignatureObject) PASS: test_signature_on_class (test.test_inspect.TestSignatureObject) PASS: test_signature_on_class_without_init (test.test_inspect.TestSignatureObject) PASS: test_signature_on_classmethod (test.test_inspect.TestSignatureObject) PASS: test_signature_on_complex_args (test.test_inspect.TestSignatureObject) PASS: test_signature_on_decorated (test.test_inspect.TestSignatureObject) PASS: test_signature_on_decorated_builtins (test.test_inspect.TestSignatureObject) PASS: test_signature_on_fake_partialmethod (test.test_inspect.TestSignatureObject) PASS: test_signature_on_generic_subclass (test.test_inspect.TestSignatureObject) PASS: test_signature_on_lambdas (test.test_inspect.TestSignatureObject) PASS: test_signature_on_mangled_parameters (test.test_inspect.TestSignatureObject) PASS: test_signature_on_method (test.test_inspect.TestSignatureObject) PASS: test_signature_on_noarg (test.test_inspect.TestSignatureObject) PASS: test_signature_on_non_function (test.test_inspect.TestSignatureObject) PASS: test_signature_on_partial (test.test_inspect.TestSignatureObject) PASS: test_signature_on_partialmethod (test.test_inspect.TestSignatureObject) PASS: test_signature_on_staticmethod (test.test_inspect.TestSignatureObject) PASS: test_signature_on_subclass (test.test_inspect.TestSignatureObject) PASS: test_signature_on_wargs (test.test_inspect.TestSignatureObject) PASS: test_signature_on_wkwonly (test.test_inspect.TestSignatureObject) PASS: test_signature_replace_anno (test.test_inspect.TestSignatureObject) PASS: test_signature_str (test.test_inspect.TestSignatureObject) PASS: test_signature_str_positional_only (test.test_inspect.TestSignatureObject) PASS: test_signature_without_self (test.test_inspect.TestSignatureObject) PASS: test_signature_wrapped_bound_method (test.test_inspect.TestSignatureObject) PASS: test_signature_get_bound_param (test.test_inspect.TestSignaturePrivateHelpers) PASS: test_signature_strip_non_python_syntax (test.test_inspect.TestSignaturePrivateHelpers) PASS: test_cycle (test.test_inspect.TestUnwrap) PASS: test_recursion_limit (test.test_inspect.TestUnwrap) PASS: test_stop (test.test_inspect.TestUnwrap) PASS: test_unhashable (test.test_inspect.TestUnwrap) PASS: test_unwrap_one (test.test_inspect.TestUnwrap) PASS: test_unwrap_several (test.test_inspect.TestUnwrap) ---------------------------------------------------------------------- Ran 259 tests in 0.555s OK 0:07:11 load avg: 0.42 [191/427] test_int PASS: test_basic (test.test_int.IntTestCases) PASS: test_error_message (test.test_int.IntTestCases) test_int_base_bad_types (test.test_int.IntTestCases) PASS: Not integer types are not valid bases; issue16772. PASS: test_int_base_indexable (test.test_int.IntTestCases) test_int_base_limits (test.test_int.IntTestCases) PASS: Testing the supported limits of the int() base parameter. PASS: test_int_memoryview (test.test_int.IntTestCases) PASS: test_int_returns_int_subclass (test.test_int.IntTestCases) PASS: test_int_subclass_with_index (test.test_int.IntTestCases) PASS: test_int_subclass_with_int (test.test_int.IntTestCases) PASS: test_intconversion (test.test_int.IntTestCases) PASS: test_issue31619 (test.test_int.IntTestCases) PASS: test_keyword_args (test.test_int.IntTestCases) PASS: test_no_args (test.test_int.IntTestCases) PASS: test_non_numeric_input_types (test.test_int.IntTestCases) PASS: test_small_ints (test.test_int.IntTestCases) PASS: test_string_float (test.test_int.IntTestCases) PASS: test_underscores (test.test_int.IntTestCases) ---------------------------------------------------------------------- Ran 17 tests in 0.009s OK 0:07:12 load avg: 0.47 [192/427] test_int_literal PASS: test_bin_baseline (test.test_int_literal.TestHexOctBin) PASS: test_bin_unsigned (test.test_int_literal.TestHexOctBin) PASS: test_hex_baseline (test.test_int_literal.TestHexOctBin) PASS: test_hex_unsigned (test.test_int_literal.TestHexOctBin) PASS: test_oct_baseline (test.test_int_literal.TestHexOctBin) PASS: test_oct_unsigned (test.test_int_literal.TestHexOctBin) ---------------------------------------------------------------------- Ran 6 tests in 0.001s OK 0:07:12 load avg: 0.47 [193/427] test_interpreters PASS: test_after_destroy_all (test.test_interpreters.CreateTests) PASS: test_after_destroy_some (test.test_interpreters.CreateTests) PASS: test_in_main (test.test_interpreters.CreateTests) PASS: test_in_subinterpreter (test.test_interpreters.CreateTests) PASS: test_in_thread (test.test_interpreters.CreateTests) PASS: test_main (test.test_interpreters.GetCurrentTests) PASS: test_subinterpreter (test.test_interpreters.GetCurrentTests) PASS: test_after_creating (test.test_interpreters.ListAllTests) PASS: test_after_destroying (test.test_interpreters.ListAllTests) PASS: test_initial (test.test_interpreters.ListAllTests) PASS: test_create (test.test_interpreters.TestChannels) PASS: test_list_all (test.test_interpreters.TestChannels) PASS: test_custom_id (test.test_interpreters.TestInterpreterAttrs) SKIP: test_custom_isolated_default (test.test_interpreters.TestInterpreterAttrs) 'not ready yet (see bpo-32604)' PASS: test_custom_isolated_explicit (test.test_interpreters.TestInterpreterAttrs) PASS: test_equality (test.test_interpreters.TestInterpreterAttrs) PASS: test_id_readonly (test.test_interpreters.TestInterpreterAttrs) PASS: test_id_type (test.test_interpreters.TestInterpreterAttrs) PASS: test_isolated_readonly (test.test_interpreters.TestInterpreterAttrs) PASS: test_main_id (test.test_interpreters.TestInterpreterAttrs) SKIP: test_main_isolated (test.test_interpreters.TestInterpreterAttrs) 'not ready yet (see bpo-32604)' SKIP: test_subinterpreter_isolated_default (test.test_interpreters.TestInterpreterAttrs) 'not ready yet (see bpo-32604)' PASS: test_subinterpreter_isolated_explicit (test.test_interpreters.TestInterpreterAttrs) PASS: test_all (test.test_interpreters.TestInterpreterClose) PASS: test_already_destroyed (test.test_interpreters.TestInterpreterClose) PASS: test_bad_id (test.test_interpreters.TestInterpreterClose) PASS: test_basic (test.test_interpreters.TestInterpreterClose) PASS: test_does_not_exist (test.test_interpreters.TestInterpreterClose) PASS: test_from_current (test.test_interpreters.TestInterpreterClose) PASS: test_from_other_thread (test.test_interpreters.TestInterpreterClose) PASS: test_from_sibling (test.test_interpreters.TestInterpreterClose) PASS: test_main (test.test_interpreters.TestInterpreterClose) SKIP: test_still_running (test.test_interpreters.TestInterpreterClose) 'Fails on FreeBSD' PASS: test_already_destroyed (test.test_interpreters.TestInterpreterIsRunning) PASS: test_bad_id (test.test_interpreters.TestInterpreterIsRunning) PASS: test_does_not_exist (test.test_interpreters.TestInterpreterIsRunning) PASS: test_from_subinterpreter (test.test_interpreters.TestInterpreterIsRunning) PASS: test_main (test.test_interpreters.TestInterpreterIsRunning) SKIP: test_subinterpreter (test.test_interpreters.TestInterpreterIsRunning) 'Fails on FreeBSD' SKIP: test_already_running (test.test_interpreters.TestInterpreterRun) 'Fails on FreeBSD' PASS: test_bad_id (test.test_interpreters.TestInterpreterRun) PASS: test_bad_script (test.test_interpreters.TestInterpreterRun) PASS: test_bytes_for_script (test.test_interpreters.TestInterpreterRun) PASS: test_does_not_exist (test.test_interpreters.TestInterpreterRun) PASS: test_fork (test.test_interpreters.TestInterpreterRun) PASS: test_in_thread (test.test_interpreters.TestInterpreterRun) PASS: test_success (test.test_interpreters.TestInterpreterRun) PASS: test_default_shareables (test.test_interpreters.TestIsShareable) PASS: test_not_shareable (test.test_interpreters.TestIsShareable) PASS: test_custom_id (test.test_interpreters.TestRecvChannelAttrs) PASS: test_equality (test.test_interpreters.TestRecvChannelAttrs) PASS: test_id_readonly (test.test_interpreters.TestRecvChannelAttrs) PASS: test_id_type (test.test_interpreters.TestRecvChannelAttrs) PASS: test_custom_id (test.test_interpreters.TestSendChannelAttrs) PASS: test_equality (test.test_interpreters.TestSendChannelAttrs) PASS: test_id_readonly (test.test_interpreters.TestSendChannelAttrs) PASS: test_id_type (test.test_interpreters.TestSendChannelAttrs) PASS: test_recv_channel_does_not_exist (test.test_interpreters.TestSendRecv) PASS: test_recv_nowait_channel_does_not_exist (test.test_interpreters.TestSendRecv) PASS: test_recv_nowait_default (test.test_interpreters.TestSendRecv) PASS: test_recv_nowait_empty (test.test_interpreters.TestSendRecv) PASS: test_send_channel_does_not_exist (test.test_interpreters.TestSendRecv) PASS: test_send_nowait_channel_does_not_exist (test.test_interpreters.TestSendRecv) SKIP: test_send_recv_different_interpreters (test.test_interpreters.TestSendRecv) 'broken (see BPO-...)' PASS: test_send_recv_different_threads (test.test_interpreters.TestSendRecv) PASS: test_send_recv_main (test.test_interpreters.TestSendRecv) SKIP: test_send_recv_nowait_different_interpreters (test.test_interpreters.TestSendRecv) 'broken (see BPO-...)' PASS: test_send_recv_nowait_main (test.test_interpreters.TestSendRecv) PASS: test_send_recv_nowait_main_with_default (test.test_interpreters.TestSendRecv) PASS: test_send_recv_nowait_same_interpreter (test.test_interpreters.TestSendRecv) PASS: test_send_recv_same_interpreter (test.test_interpreters.TestSendRecv) ---------------------------------------------------------------------- Ran 71 tests in 2.715s OK (skipped=8) 0:07:16 load avg: 0.47 [194/427] test_io PASS: test_BufferedIOBase_destructor (test.test_io.CIOTest) PASS: test_BufferedIOBase_readinto (test.test_io.CIOTest) PASS: test_IOBase_destructor (test.test_io.CIOTest) PASS: test_IOBase_finalize (test.test_io.CIOTest) PASS: test_RawIOBase_destructor (test.test_io.CIOTest) PASS: test_RawIOBase_read (test.test_io.CIOTest) PASS: test_RawIOBase_readall (test.test_io.CIOTest) PASS: test_TextIOBase_destructor (test.test_io.CIOTest) PASS: test_append_mode_tell (test.test_io.CIOTest) PASS: test_array_writes (test.test_io.CIOTest) PASS: test_bad_opener_negative_1 (test.test_io.CIOTest) PASS: test_bad_opener_other_negative (test.test_io.CIOTest) PASS: test_buffered_file_io (test.test_io.CIOTest) PASS: test_buffered_readinto_mixin (test.test_io.CIOTest) PASS: test_close_assert (test.test_io.CIOTest) PASS: test_close_flushes (test.test_io.CIOTest) PASS: test_closefd (test.test_io.CIOTest) PASS: test_closefd_attr (test.test_io.CIOTest) PASS: test_destructor (test.test_io.CIOTest) PASS: test_fileio_closefd (test.test_io.CIOTest) PASS: test_flush_error_on_close (test.test_io.CIOTest) PASS: test_fspath_support (test.test_io.CIOTest) PASS: test_garbage_collection (test.test_io.CIOTest) PASS: test_invalid_newline (test.test_io.CIOTest) PASS: test_invalid_operations (test.test_io.CIOTest) PASS: test_large_file_ops (test.test_io.CIOTest) PASS: test_multi_close (test.test_io.CIOTest) PASS: test_next_nonsizeable (test.test_io.CIOTest) PASS: test_no_closefd_with_filename (test.test_io.CIOTest) PASS: test_nonbuffered_textio (test.test_io.CIOTest) PASS: test_open_handles_NUL_chars (test.test_io.CIOTest) PASS: test_opener (test.test_io.CIOTest) PASS: test_optional_abilities (test.test_io.CIOTest) PASS: test_raw_bytes_io (test.test_io.CIOTest) PASS: test_raw_file_io (test.test_io.CIOTest) PASS: test_read_closed (test.test_io.CIOTest) PASS: test_readline (test.test_io.CIOTest) PASS: test_readline_nonsizeable (test.test_io.CIOTest) PASS: test_types_have_dict (test.test_io.CIOTest) SKIP: test_unbounded_file (test.test_io.CIOTest) 'test can only run in a 32-bit address space' PASS: test_with_open (test.test_io.CIOTest) PASS: test_BufferedIOBase_destructor (test.test_io.PyIOTest) PASS: test_BufferedIOBase_readinto (test.test_io.PyIOTest) PASS: test_IOBase_destructor (test.test_io.PyIOTest) PASS: test_RawIOBase_destructor (test.test_io.PyIOTest) PASS: test_RawIOBase_read (test.test_io.PyIOTest) PASS: test_RawIOBase_readall (test.test_io.PyIOTest) PASS: test_TextIOBase_destructor (test.test_io.PyIOTest) PASS: test_append_mode_tell (test.test_io.PyIOTest) PASS: test_array_writes (test.test_io.PyIOTest) PASS: test_bad_opener_negative_1 (test.test_io.PyIOTest) PASS: test_bad_opener_other_negative (test.test_io.PyIOTest) PASS: test_buffered_file_io (test.test_io.PyIOTest) PASS: test_buffered_readinto_mixin (test.test_io.PyIOTest) PASS: test_close_assert (test.test_io.PyIOTest) PASS: test_close_flushes (test.test_io.PyIOTest) PASS: test_closefd (test.test_io.PyIOTest) PASS: test_closefd_attr (test.test_io.PyIOTest) PASS: test_destructor (test.test_io.PyIOTest) PASS: test_fileio_closefd (test.test_io.PyIOTest) PASS: test_flush_error_on_close (test.test_io.PyIOTest) PASS: test_fspath_support (test.test_io.PyIOTest) PASS: test_garbage_collection (test.test_io.PyIOTest) PASS: test_invalid_newline (test.test_io.PyIOTest) PASS: test_invalid_operations (test.test_io.PyIOTest) PASS: test_large_file_ops (test.test_io.PyIOTest) PASS: test_multi_close (test.test_io.PyIOTest) PASS: test_next_nonsizeable (test.test_io.PyIOTest) PASS: test_no_closefd_with_filename (test.test_io.PyIOTest) PASS: test_nonbuffered_textio (test.test_io.PyIOTest) PASS: test_open_handles_NUL_chars (test.test_io.PyIOTest) PASS: test_opener (test.test_io.PyIOTest) PASS: test_optional_abilities (test.test_io.PyIOTest) PASS: test_raw_bytes_io (test.test_io.PyIOTest) PASS: test_raw_file_io (test.test_io.PyIOTest) PASS: test_read_closed (test.test_io.PyIOTest) PASS: test_readline (test.test_io.PyIOTest) PASS: test_readline_nonsizeable (test.test_io.PyIOTest) PASS: test_types_have_dict (test.test_io.PyIOTest) SKIP: test_unbounded_file (test.test_io.PyIOTest) 'test can only run in a 32-bit address space' PASS: test_with_open (test.test_io.PyIOTest) test_RawIOBase_io_in_pyio_match (test.test_io.APIMismatchTest) PASS: Test that pyio RawIOBase class has all c RawIOBase methods test_RawIOBase_pyio_in_io_match (test.test_io.APIMismatchTest) PASS: Test that c RawIOBase class has all pyio RawIOBase methods PASS: test_args_error (test.test_io.CBufferedReaderTest) PASS: test_bad_readinto_type (test.test_io.CBufferedReaderTest) PASS: test_bad_readinto_value (test.test_io.CBufferedReaderTest) PASS: test_buffer_freeing (test.test_io.CBufferedReaderTest) PASS: test_buffering (test.test_io.CBufferedReaderTest) PASS: test_close_error_on_close (test.test_io.CBufferedReaderTest) PASS: test_constructor (test.test_io.CBufferedReaderTest) PASS: test_context_manager (test.test_io.CBufferedReaderTest) PASS: test_detach (test.test_io.CBufferedReaderTest) PASS: test_error_through_destructor (test.test_io.CBufferedReaderTest) PASS: test_fileno (test.test_io.CBufferedReaderTest) PASS: test_flush_error_on_close (test.test_io.CBufferedReaderTest) PASS: test_garbage_collection (test.test_io.CBufferedReaderTest) PASS: test_initialization (test.test_io.CBufferedReaderTest) PASS: test_invalid_args (test.test_io.CBufferedReaderTest) PASS: test_misbehaved_io (test.test_io.CBufferedReaderTest) PASS: test_misbehaved_io_read (test.test_io.CBufferedReaderTest) PASS: test_multi_close (test.test_io.CBufferedReaderTest) PASS: test_no_extraneous_read (test.test_io.CBufferedReaderTest) PASS: test_nonnormalized_close_error_on_close (test.test_io.CBufferedReaderTest) PASS: test_override_destructor (test.test_io.CBufferedReaderTest) PASS: test_read (test.test_io.CBufferedReaderTest) PASS: test_read1 (test.test_io.CBufferedReaderTest) PASS: test_read1_arbitrary (test.test_io.CBufferedReaderTest) PASS: test_read_all (test.test_io.CBufferedReaderTest) PASS: test_read_non_blocking (test.test_io.CBufferedReaderTest) PASS: test_read_on_closed (test.test_io.CBufferedReaderTest) PASS: test_read_past_eof (test.test_io.CBufferedReaderTest) PASS: test_readinto (test.test_io.CBufferedReaderTest) PASS: test_readinto1 (test.test_io.CBufferedReaderTest) PASS: test_readinto1_array (test.test_io.CBufferedReaderTest) PASS: test_readinto_array (test.test_io.CBufferedReaderTest) PASS: test_readlines (test.test_io.CBufferedReaderTest) PASS: test_readonly_attributes (test.test_io.CBufferedReaderTest) PASS: test_recursive_repr (test.test_io.CBufferedReaderTest) PASS: test_repr (test.test_io.CBufferedReaderTest) PASS: test_sizeof (test.test_io.CBufferedReaderTest) SKIP: test_threads (test.test_io.CBufferedReaderTest) "resource 'cpu' is not enabled" PASS: test_truncate_on_read_only (test.test_io.CBufferedReaderTest) PASS: test_uninitialized (test.test_io.CBufferedReaderTest) PASS: test_unseekable (test.test_io.CBufferedReaderTest) PASS: test_buffering (test.test_io.PyBufferedReaderTest) PASS: test_close_error_on_close (test.test_io.PyBufferedReaderTest) PASS: test_constructor (test.test_io.PyBufferedReaderTest) PASS: test_context_manager (test.test_io.PyBufferedReaderTest) PASS: test_detach (test.test_io.PyBufferedReaderTest) PASS: test_error_through_destructor (test.test_io.PyBufferedReaderTest) PASS: test_fileno (test.test_io.PyBufferedReaderTest) PASS: test_flush_error_on_close (test.test_io.PyBufferedReaderTest) PASS: test_invalid_args (test.test_io.PyBufferedReaderTest) PASS: test_misbehaved_io (test.test_io.PyBufferedReaderTest) PASS: test_multi_close (test.test_io.PyBufferedReaderTest) PASS: test_no_extraneous_read (test.test_io.PyBufferedReaderTest) PASS: test_nonnormalized_close_error_on_close (test.test_io.PyBufferedReaderTest) PASS: test_override_destructor (test.test_io.PyBufferedReaderTest) PASS: test_read (test.test_io.PyBufferedReaderTest) PASS: test_read1 (test.test_io.PyBufferedReaderTest) PASS: test_read1_arbitrary (test.test_io.PyBufferedReaderTest) PASS: test_read_all (test.test_io.PyBufferedReaderTest) PASS: test_read_non_blocking (test.test_io.PyBufferedReaderTest) PASS: test_read_on_closed (test.test_io.PyBufferedReaderTest) PASS: test_read_past_eof (test.test_io.PyBufferedReaderTest) PASS: test_readinto (test.test_io.PyBufferedReaderTest) PASS: test_readinto1 (test.test_io.PyBufferedReaderTest) PASS: test_readinto1_array (test.test_io.PyBufferedReaderTest) PASS: test_readinto_array (test.test_io.PyBufferedReaderTest) PASS: test_readlines (test.test_io.PyBufferedReaderTest) PASS: test_readonly_attributes (test.test_io.PyBufferedReaderTest) PASS: test_recursive_repr (test.test_io.PyBufferedReaderTest) PASS: test_repr (test.test_io.PyBufferedReaderTest) SKIP: test_threads (test.test_io.PyBufferedReaderTest) "resource 'cpu' is not enabled" PASS: test_truncate_on_read_only (test.test_io.PyBufferedReaderTest) PASS: test_uninitialized (test.test_io.PyBufferedReaderTest) PASS: test_unseekable (test.test_io.PyBufferedReaderTest) PASS: test_args_error (test.test_io.CBufferedWriterTest) PASS: test_buffer_freeing (test.test_io.CBufferedWriterTest) PASS: test_close_error_on_close (test.test_io.CBufferedWriterTest) PASS: test_constructor (test.test_io.CBufferedWriterTest) PASS: test_context_manager (test.test_io.CBufferedWriterTest) PASS: test_destructor (test.test_io.CBufferedWriterTest) PASS: test_detach (test.test_io.CBufferedWriterTest) PASS: test_detach_flush (test.test_io.CBufferedWriterTest) PASS: test_error_through_destructor (test.test_io.CBufferedWriterTest) PASS: test_fileno (test.test_io.CBufferedWriterTest) PASS: test_flush (test.test_io.CBufferedWriterTest) PASS: test_flush_error_on_close (test.test_io.CBufferedWriterTest) PASS: test_garbage_collection (test.test_io.CBufferedWriterTest) PASS: test_initialization (test.test_io.CBufferedWriterTest) PASS: test_invalid_args (test.test_io.CBufferedWriterTest) PASS: test_max_buffer_size_removal (test.test_io.CBufferedWriterTest) PASS: test_misbehaved_io (test.test_io.CBufferedWriterTest) PASS: test_multi_close (test.test_io.CBufferedWriterTest) PASS: test_nonnormalized_close_error_on_close (test.test_io.CBufferedWriterTest) PASS: test_override_destructor (test.test_io.CBufferedWriterTest) PASS: test_readonly_attributes (test.test_io.CBufferedWriterTest) PASS: test_recursive_repr (test.test_io.CBufferedWriterTest) PASS: test_repr (test.test_io.CBufferedWriterTest) PASS: test_sizeof (test.test_io.CBufferedWriterTest) PASS: test_slow_close_from_thread (test.test_io.CBufferedWriterTest) SKIP: test_threads (test.test_io.CBufferedWriterTest) "resource 'cpu' is not enabled" PASS: test_truncate (test.test_io.CBufferedWriterTest) PASS: test_truncate_after_write (test.test_io.CBufferedWriterTest) PASS: test_uninitialized (test.test_io.CBufferedWriterTest) PASS: test_unseekable (test.test_io.CBufferedWriterTest) PASS: test_write (test.test_io.CBufferedWriterTest) PASS: test_write_and_rewind (test.test_io.CBufferedWriterTest) PASS: test_write_error_on_close (test.test_io.CBufferedWriterTest) PASS: test_write_non_blocking (test.test_io.CBufferedWriterTest) PASS: test_write_overflow (test.test_io.CBufferedWriterTest) PASS: test_writelines (test.test_io.CBufferedWriterTest) PASS: test_writelines_error (test.test_io.CBufferedWriterTest) PASS: test_writelines_userlist (test.test_io.CBufferedWriterTest) PASS: test_writes (test.test_io.CBufferedWriterTest) PASS: test_writes_and_flushes (test.test_io.CBufferedWriterTest) PASS: test_writes_and_seeks (test.test_io.CBufferedWriterTest) PASS: test_writes_and_truncates (test.test_io.CBufferedWriterTest) PASS: test_close_error_on_close (test.test_io.PyBufferedWriterTest) PASS: test_constructor (test.test_io.PyBufferedWriterTest) PASS: test_context_manager (test.test_io.PyBufferedWriterTest) PASS: test_destructor (test.test_io.PyBufferedWriterTest) PASS: test_detach (test.test_io.PyBufferedWriterTest) PASS: test_detach_flush (test.test_io.PyBufferedWriterTest) PASS: test_error_through_destructor (test.test_io.PyBufferedWriterTest) PASS: test_fileno (test.test_io.PyBufferedWriterTest) PASS: test_flush (test.test_io.PyBufferedWriterTest) PASS: test_flush_error_on_close (test.test_io.PyBufferedWriterTest) PASS: test_invalid_args (test.test_io.PyBufferedWriterTest) PASS: test_max_buffer_size_removal (test.test_io.PyBufferedWriterTest) PASS: test_misbehaved_io (test.test_io.PyBufferedWriterTest) PASS: test_multi_close (test.test_io.PyBufferedWriterTest) PASS: test_nonnormalized_close_error_on_close (test.test_io.PyBufferedWriterTest) PASS: test_override_destructor (test.test_io.PyBufferedWriterTest) PASS: test_readonly_attributes (test.test_io.PyBufferedWriterTest) PASS: test_recursive_repr (test.test_io.PyBufferedWriterTest) PASS: test_repr (test.test_io.PyBufferedWriterTest) PASS: test_slow_close_from_thread (test.test_io.PyBufferedWriterTest) SKIP: test_threads (test.test_io.PyBufferedWriterTest) "resource 'cpu' is not enabled" PASS: test_truncate (test.test_io.PyBufferedWriterTest) PASS: test_truncate_after_write (test.test_io.PyBufferedWriterTest) PASS: test_uninitialized (test.test_io.PyBufferedWriterTest) PASS: test_unseekable (test.test_io.PyBufferedWriterTest) PASS: test_write (test.test_io.PyBufferedWriterTest) PASS: test_write_and_rewind (test.test_io.PyBufferedWriterTest) PASS: test_write_error_on_close (test.test_io.PyBufferedWriterTest) PASS: test_write_non_blocking (test.test_io.PyBufferedWriterTest) PASS: test_write_overflow (test.test_io.PyBufferedWriterTest) PASS: test_writelines (test.test_io.PyBufferedWriterTest) PASS: test_writelines_error (test.test_io.PyBufferedWriterTest) PASS: test_writelines_userlist (test.test_io.PyBufferedWriterTest) PASS: test_writes (test.test_io.PyBufferedWriterTest) PASS: test_writes_and_flushes (test.test_io.PyBufferedWriterTest) PASS: test_writes_and_seeks (test.test_io.PyBufferedWriterTest) PASS: test_writes_and_truncates (test.test_io.PyBufferedWriterTest) PASS: test_close_and_closed (test.test_io.CBufferedRWPairTest) PASS: test_constructor (test.test_io.CBufferedRWPairTest) PASS: test_constructor_max_buffer_size_removal (test.test_io.CBufferedRWPairTest) PASS: test_constructor_with_not_readable (test.test_io.CBufferedRWPairTest) PASS: test_constructor_with_not_writeable (test.test_io.CBufferedRWPairTest) PASS: test_detach (test.test_io.CBufferedRWPairTest) PASS: test_isatty (test.test_io.CBufferedRWPairTest) PASS: test_peek (test.test_io.CBufferedRWPairTest) PASS: test_read (test.test_io.CBufferedRWPairTest) PASS: test_read1 (test.test_io.CBufferedRWPairTest) PASS: test_readable (test.test_io.CBufferedRWPairTest) PASS: test_reader_close_error_on_close (test.test_io.CBufferedRWPairTest) PASS: test_reader_writer_close_error_on_close (test.test_io.CBufferedRWPairTest) PASS: test_readinto (test.test_io.CBufferedRWPairTest) PASS: test_readlines (test.test_io.CBufferedRWPairTest) PASS: test_seekable (test.test_io.CBufferedRWPairTest) PASS: test_uninitialized (test.test_io.CBufferedRWPairTest) PASS: test_weakref_clearing (test.test_io.CBufferedRWPairTest) PASS: test_write (test.test_io.CBufferedRWPairTest) PASS: test_writeable (test.test_io.CBufferedRWPairTest) PASS: test_writer_close_error_on_close (test.test_io.CBufferedRWPairTest) PASS: test_close_and_closed (test.test_io.PyBufferedRWPairTest) PASS: test_constructor (test.test_io.PyBufferedRWPairTest) PASS: test_constructor_max_buffer_size_removal (test.test_io.PyBufferedRWPairTest) PASS: test_constructor_with_not_readable (test.test_io.PyBufferedRWPairTest) PASS: test_constructor_with_not_writeable (test.test_io.PyBufferedRWPairTest) PASS: test_detach (test.test_io.PyBufferedRWPairTest) PASS: test_isatty (test.test_io.PyBufferedRWPairTest) PASS: test_peek (test.test_io.PyBufferedRWPairTest) PASS: test_read (test.test_io.PyBufferedRWPairTest) PASS: test_read1 (test.test_io.PyBufferedRWPairTest) PASS: test_readable (test.test_io.PyBufferedRWPairTest) PASS: test_reader_close_error_on_close (test.test_io.PyBufferedRWPairTest) PASS: test_reader_writer_close_error_on_close (test.test_io.PyBufferedRWPairTest) PASS: test_readinto (test.test_io.PyBufferedRWPairTest) PASS: test_readlines (test.test_io.PyBufferedRWPairTest) PASS: test_seekable (test.test_io.PyBufferedRWPairTest) PASS: test_uninitialized (test.test_io.PyBufferedRWPairTest) PASS: test_weakref_clearing (test.test_io.PyBufferedRWPairTest) PASS: test_write (test.test_io.PyBufferedRWPairTest) PASS: test_writeable (test.test_io.PyBufferedRWPairTest) PASS: test_writer_close_error_on_close (test.test_io.PyBufferedRWPairTest) PASS: test_args_error (test.test_io.CBufferedRandomTest) PASS: test_buffer_freeing (test.test_io.CBufferedRandomTest) PASS: test_buffering (test.test_io.CBufferedRandomTest) PASS: test_close_error_on_close (test.test_io.CBufferedRandomTest) PASS: test_constructor (test.test_io.CBufferedRandomTest) PASS: test_context_manager (test.test_io.CBufferedRandomTest) PASS: test_destructor (test.test_io.CBufferedRandomTest) PASS: test_detach (test.test_io.CBufferedRandomTest) PASS: test_detach_flush (test.test_io.CBufferedRandomTest) PASS: test_error_through_destructor (test.test_io.CBufferedRandomTest) PASS: test_fileno (test.test_io.CBufferedRandomTest) PASS: test_flush (test.test_io.CBufferedRandomTest) PASS: test_flush_and_peek (test.test_io.CBufferedRandomTest) PASS: test_flush_and_read (test.test_io.CBufferedRandomTest) PASS: test_flush_and_readinto (test.test_io.CBufferedRandomTest) PASS: test_flush_and_write (test.test_io.CBufferedRandomTest) PASS: test_flush_error_on_close (test.test_io.CBufferedRandomTest) PASS: test_garbage_collection (test.test_io.CBufferedRandomTest) PASS: test_interleaved_read_write (test.test_io.CBufferedRandomTest) PASS: test_interleaved_readline_write (test.test_io.CBufferedRandomTest) PASS: test_invalid_args (test.test_io.CBufferedRandomTest) PASS: test_max_buffer_size_removal (test.test_io.CBufferedRandomTest) PASS: test_misbehaved_io (test.test_io.CBufferedRandomTest) PASS: test_multi_close (test.test_io.CBufferedRandomTest) PASS: test_no_extraneous_read (test.test_io.CBufferedRandomTest) PASS: test_nonnormalized_close_error_on_close (test.test_io.CBufferedRandomTest) PASS: test_override_destructor (test.test_io.CBufferedRandomTest) PASS: test_read (test.test_io.CBufferedRandomTest) PASS: test_read1 (test.test_io.CBufferedRandomTest) PASS: test_read1_arbitrary (test.test_io.CBufferedRandomTest) PASS: test_read_all (test.test_io.CBufferedRandomTest) PASS: test_read_and_write (test.test_io.CBufferedRandomTest) PASS: test_read_non_blocking (test.test_io.CBufferedRandomTest) PASS: test_read_on_closed (test.test_io.CBufferedRandomTest) PASS: test_read_past_eof (test.test_io.CBufferedRandomTest) PASS: test_readinto (test.test_io.CBufferedRandomTest) PASS: test_readinto1 (test.test_io.CBufferedRandomTest) PASS: test_readinto1_array (test.test_io.CBufferedRandomTest) PASS: test_readinto_array (test.test_io.CBufferedRandomTest) PASS: test_readlines (test.test_io.CBufferedRandomTest) PASS: test_readonly_attributes (test.test_io.CBufferedRandomTest) PASS: test_recursive_repr (test.test_io.CBufferedRandomTest) PASS: test_repr (test.test_io.CBufferedRandomTest) PASS: test_seek_and_tell (test.test_io.CBufferedRandomTest) PASS: test_sizeof (test.test_io.CBufferedRandomTest) PASS: test_slow_close_from_thread (test.test_io.CBufferedRandomTest) SKIP: test_threads (test.test_io.CBufferedRandomTest) "resource 'cpu' is not enabled" PASS: test_truncate (test.test_io.CBufferedRandomTest) PASS: test_truncate_after_read_or_write (test.test_io.CBufferedRandomTest) PASS: test_truncate_after_write (test.test_io.CBufferedRandomTest) PASS: test_uninitialized (test.test_io.CBufferedRandomTest) PASS: test_write (test.test_io.CBufferedRandomTest) PASS: test_write_after_readahead (test.test_io.CBufferedRandomTest) PASS: test_write_and_rewind (test.test_io.CBufferedRandomTest) PASS: test_write_error_on_close (test.test_io.CBufferedRandomTest) PASS: test_write_non_blocking (test.test_io.CBufferedRandomTest) PASS: test_write_overflow (test.test_io.CBufferedRandomTest) PASS: test_write_rewind_write (test.test_io.CBufferedRandomTest) PASS: test_writelines (test.test_io.CBufferedRandomTest) PASS: test_writelines_error (test.test_io.CBufferedRandomTest) PASS: test_writelines_userlist (test.test_io.CBufferedRandomTest) PASS: test_writes (test.test_io.CBufferedRandomTest) PASS: test_writes_and_flushes (test.test_io.CBufferedRandomTest) PASS: test_writes_and_peek (test.test_io.CBufferedRandomTest) PASS: test_writes_and_read1s (test.test_io.CBufferedRandomTest) PASS: test_writes_and_readintos (test.test_io.CBufferedRandomTest) PASS: test_writes_and_reads (test.test_io.CBufferedRandomTest) PASS: test_writes_and_seeks (test.test_io.CBufferedRandomTest) PASS: test_writes_and_truncates (test.test_io.CBufferedRandomTest) PASS: test_buffering (test.test_io.PyBufferedRandomTest) PASS: test_close_error_on_close (test.test_io.PyBufferedRandomTest) PASS: test_constructor (test.test_io.PyBufferedRandomTest) PASS: test_context_manager (test.test_io.PyBufferedRandomTest) PASS: test_destructor (test.test_io.PyBufferedRandomTest) PASS: test_detach (test.test_io.PyBufferedRandomTest) PASS: test_detach_flush (test.test_io.PyBufferedRandomTest) PASS: test_error_through_destructor (test.test_io.PyBufferedRandomTest) PASS: test_fileno (test.test_io.PyBufferedRandomTest) PASS: test_flush (test.test_io.PyBufferedRandomTest) PASS: test_flush_and_peek (test.test_io.PyBufferedRandomTest) PASS: test_flush_and_read (test.test_io.PyBufferedRandomTest) PASS: test_flush_and_readinto (test.test_io.PyBufferedRandomTest) PASS: test_flush_and_write (test.test_io.PyBufferedRandomTest) PASS: test_flush_error_on_close (test.test_io.PyBufferedRandomTest) PASS: test_interleaved_read_write (test.test_io.PyBufferedRandomTest) PASS: test_interleaved_readline_write (test.test_io.PyBufferedRandomTest) PASS: test_invalid_args (test.test_io.PyBufferedRandomTest) PASS: test_max_buffer_size_removal (test.test_io.PyBufferedRandomTest) PASS: test_misbehaved_io (test.test_io.PyBufferedRandomTest) PASS: test_multi_close (test.test_io.PyBufferedRandomTest) PASS: test_no_extraneous_read (test.test_io.PyBufferedRandomTest) PASS: test_nonnormalized_close_error_on_close (test.test_io.PyBufferedRandomTest) PASS: test_override_destructor (test.test_io.PyBufferedRandomTest) PASS: test_read (test.test_io.PyBufferedRandomTest) PASS: test_read1 (test.test_io.PyBufferedRandomTest) PASS: test_read1_arbitrary (test.test_io.PyBufferedRandomTest) PASS: test_read_all (test.test_io.PyBufferedRandomTest) PASS: test_read_and_write (test.test_io.PyBufferedRandomTest) PASS: test_read_non_blocking (test.test_io.PyBufferedRandomTest) PASS: test_read_on_closed (test.test_io.PyBufferedRandomTest) PASS: test_read_past_eof (test.test_io.PyBufferedRandomTest) PASS: test_readinto (test.test_io.PyBufferedRandomTest) PASS: test_readinto1 (test.test_io.PyBufferedRandomTest) PASS: test_readinto1_array (test.test_io.PyBufferedRandomTest) PASS: test_readinto_array (test.test_io.PyBufferedRandomTest) PASS: test_readlines (test.test_io.PyBufferedRandomTest) PASS: test_readonly_attributes (test.test_io.PyBufferedRandomTest) PASS: test_recursive_repr (test.test_io.PyBufferedRandomTest) PASS: test_repr (test.test_io.PyBufferedRandomTest) PASS: test_seek_and_tell (test.test_io.PyBufferedRandomTest) PASS: test_slow_close_from_thread (test.test_io.PyBufferedRandomTest) SKIP: test_threads (test.test_io.PyBufferedRandomTest) "resource 'cpu' is not enabled" PASS: test_truncate (test.test_io.PyBufferedRandomTest) PASS: test_truncate_after_read_or_write (test.test_io.PyBufferedRandomTest) PASS: test_truncate_after_write (test.test_io.PyBufferedRandomTest) PASS: test_uninitialized (test.test_io.PyBufferedRandomTest) PASS: test_write (test.test_io.PyBufferedRandomTest) PASS: test_write_after_readahead (test.test_io.PyBufferedRandomTest) PASS: test_write_and_rewind (test.test_io.PyBufferedRandomTest) PASS: test_write_error_on_close (test.test_io.PyBufferedRandomTest) PASS: test_write_non_blocking (test.test_io.PyBufferedRandomTest) PASS: test_write_overflow (test.test_io.PyBufferedRandomTest) PASS: test_write_rewind_write (test.test_io.PyBufferedRandomTest) PASS: test_writelines (test.test_io.PyBufferedRandomTest) PASS: test_writelines_error (test.test_io.PyBufferedRandomTest) PASS: test_writelines_userlist (test.test_io.PyBufferedRandomTest) PASS: test_writes (test.test_io.PyBufferedRandomTest) PASS: test_writes_and_flushes (test.test_io.PyBufferedRandomTest) PASS: test_writes_and_peek (test.test_io.PyBufferedRandomTest) PASS: test_writes_and_read1s (test.test_io.PyBufferedRandomTest) PASS: test_writes_and_readintos (test.test_io.PyBufferedRandomTest) PASS: test_writes_and_reads (test.test_io.PyBufferedRandomTest) PASS: test_writes_and_seeks (test.test_io.PyBufferedRandomTest) PASS: test_writes_and_truncates (test.test_io.PyBufferedRandomTest) PASS: test_decoder (test.test_io.StatefulIncrementalDecoderTest) PASS: test_newline_bytes (test.test_io.CIncrementalNewlineDecoderTest) PASS: test_newline_decoder (test.test_io.CIncrementalNewlineDecoderTest) PASS: test_translate (test.test_io.CIncrementalNewlineDecoderTest) PASS: test_newline_bytes (test.test_io.PyIncrementalNewlineDecoderTest) PASS: test_newline_decoder (test.test_io.PyIncrementalNewlineDecoderTest) PASS: test_translate (test.test_io.PyIncrementalNewlineDecoderTest) PASS: test_append_bom (test.test_io.CTextIOWrapperTest) PASS: test_basic_io (test.test_io.CTextIOWrapperTest) PASS: test_bufio_write_through (test.test_io.CTextIOWrapperTest) PASS: test_close_error_on_close (test.test_io.CTextIOWrapperTest) PASS: test_constructor (test.test_io.CTextIOWrapperTest) PASS: test_create_at_shutdown_with_encoding (test.test_io.CTextIOWrapperTest) PASS: test_create_at_shutdown_without_encoding (test.test_io.CTextIOWrapperTest) SKIP: test_default_encoding (test.test_io.CTextIOWrapperTest) 'utf-8 mode is enabled' PASS: test_del__CHUNK_SIZE_SystemError (test.test_io.CTextIOWrapperTest) PASS: test_destructor (test.test_io.CTextIOWrapperTest) PASS: test_detach (test.test_io.CTextIOWrapperTest) SKIP: test_device_encoding (test.test_io.CTextIOWrapperTest) 'utf-8 mode is enabled' PASS: test_encoded_writes (test.test_io.CTextIOWrapperTest) PASS: test_encoding (test.test_io.CTextIOWrapperTest) PASS: test_encoding_errors_reading (test.test_io.CTextIOWrapperTest) PASS: test_encoding_errors_writing (test.test_io.CTextIOWrapperTest) PASS: test_error_through_destructor (test.test_io.CTextIOWrapperTest) PASS: test_errors_property (test.test_io.CTextIOWrapperTest) PASS: test_flush_error_on_close (test.test_io.CTextIOWrapperTest) PASS: test_garbage_collection (test.test_io.CTextIOWrapperTest) PASS: test_illegal_decoder (test.test_io.CTextIOWrapperTest) PASS: test_illegal_encoder (test.test_io.CTextIOWrapperTest) PASS: test_initialization (test.test_io.CTextIOWrapperTest) PASS: test_internal_buffer_size (test.test_io.CTextIOWrapperTest) PASS: test_issue1395_1 (test.test_io.CTextIOWrapperTest) PASS: test_issue1395_2 (test.test_io.CTextIOWrapperTest) PASS: test_issue1395_3 (test.test_io.CTextIOWrapperTest) PASS: test_issue1395_4 (test.test_io.CTextIOWrapperTest) PASS: test_issue1395_5 (test.test_io.CTextIOWrapperTest) PASS: test_issue2282 (test.test_io.CTextIOWrapperTest) PASS: test_issue22849 (test.test_io.CTextIOWrapperTest) PASS: test_issue25862 (test.test_io.CTextIOWrapperTest) PASS: test_line_buffering (test.test_io.CTextIOWrapperTest) PASS: test_multi_close (test.test_io.CTextIOWrapperTest) PASS: test_multibyte_seek_and_tell (test.test_io.CTextIOWrapperTest) PASS: test_newlines (test.test_io.CTextIOWrapperTest) PASS: test_newlines_input (test.test_io.CTextIOWrapperTest) PASS: test_newlines_output (test.test_io.CTextIOWrapperTest) PASS: test_non_text_encoding_codecs_are_rejected (test.test_io.CTextIOWrapperTest) PASS: test_nonnormalized_close_error_on_close (test.test_io.CTextIOWrapperTest) PASS: test_override_destructor (test.test_io.CTextIOWrapperTest) PASS: test_rawio (test.test_io.CTextIOWrapperTest) PASS: test_rawio_write_through (test.test_io.CTextIOWrapperTest) PASS: test_read_by_chunk (test.test_io.CTextIOWrapperTest) PASS: test_read_byteslike (test.test_io.CTextIOWrapperTest) PASS: test_read_nonbytes (test.test_io.CTextIOWrapperTest) PASS: test_read_one_by_one (test.test_io.CTextIOWrapperTest) PASS: test_readlines (test.test_io.CTextIOWrapperTest) PASS: test_readonly_attributes (test.test_io.CTextIOWrapperTest) PASS: test_reconfigure_defaults (test.test_io.CTextIOWrapperTest) PASS: test_reconfigure_encoding_read (test.test_io.CTextIOWrapperTest) PASS: test_reconfigure_line_buffering (test.test_io.CTextIOWrapperTest) PASS: test_reconfigure_newline (test.test_io.CTextIOWrapperTest) PASS: test_reconfigure_write (test.test_io.CTextIOWrapperTest) PASS: test_reconfigure_write_fromascii (test.test_io.CTextIOWrapperTest) PASS: test_reconfigure_write_non_seekable (test.test_io.CTextIOWrapperTest) PASS: test_reconfigure_write_through (test.test_io.CTextIOWrapperTest) PASS: test_recursive_repr (test.test_io.CTextIOWrapperTest) PASS: test_repr (test.test_io.CTextIOWrapperTest) PASS: test_rwpair_cleared_before_textio (test.test_io.CTextIOWrapperTest) PASS: test_seek_and_tell (test.test_io.CTextIOWrapperTest) PASS: test_seek_append_bom (test.test_io.CTextIOWrapperTest) PASS: test_seek_bom (test.test_io.CTextIOWrapperTest) PASS: test_seek_with_encoder_state (test.test_io.CTextIOWrapperTest) PASS: test_seeking (test.test_io.CTextIOWrapperTest) PASS: test_seeking_too (test.test_io.CTextIOWrapperTest) PASS: test_telling (test.test_io.CTextIOWrapperTest) PASS: test_threads_write (test.test_io.CTextIOWrapperTest) PASS: test_uninitialized (test.test_io.CTextIOWrapperTest) PASS: test_unreadable (test.test_io.CTextIOWrapperTest) PASS: test_unseekable (test.test_io.CTextIOWrapperTest) PASS: test_writelines (test.test_io.CTextIOWrapperTest) PASS: test_writelines_error (test.test_io.CTextIOWrapperTest) PASS: test_writelines_userlist (test.test_io.CTextIOWrapperTest) PASS: test_append_bom (test.test_io.PyTextIOWrapperTest) PASS: test_basic_io (test.test_io.PyTextIOWrapperTest) PASS: test_bufio_write_through (test.test_io.PyTextIOWrapperTest) PASS: test_close_error_on_close (test.test_io.PyTextIOWrapperTest) PASS: test_constructor (test.test_io.PyTextIOWrapperTest) PASS: test_create_at_shutdown_with_encoding (test.test_io.PyTextIOWrapperTest) PASS: test_create_at_shutdown_without_encoding (test.test_io.PyTextIOWrapperTest) SKIP: test_default_encoding (test.test_io.PyTextIOWrapperTest) 'utf-8 mode is enabled' PASS: test_destructor (test.test_io.PyTextIOWrapperTest) PASS: test_detach (test.test_io.PyTextIOWrapperTest) SKIP: test_device_encoding (test.test_io.PyTextIOWrapperTest) 'utf-8 mode is enabled' PASS: test_encoded_writes (test.test_io.PyTextIOWrapperTest) PASS: test_encoding (test.test_io.PyTextIOWrapperTest) PASS: test_encoding_errors_reading (test.test_io.PyTextIOWrapperTest) PASS: test_encoding_errors_writing (test.test_io.PyTextIOWrapperTest) PASS: test_error_through_destructor (test.test_io.PyTextIOWrapperTest) PASS: test_errors_property (test.test_io.PyTextIOWrapperTest) PASS: test_flush_error_on_close (test.test_io.PyTextIOWrapperTest) PASS: test_illegal_decoder (test.test_io.PyTextIOWrapperTest) PASS: test_illegal_encoder (test.test_io.PyTextIOWrapperTest) PASS: test_issue1395_1 (test.test_io.PyTextIOWrapperTest) PASS: test_issue1395_2 (test.test_io.PyTextIOWrapperTest) PASS: test_issue1395_3 (test.test_io.PyTextIOWrapperTest) PASS: test_issue1395_4 (test.test_io.PyTextIOWrapperTest) PASS: test_issue1395_5 (test.test_io.PyTextIOWrapperTest) PASS: test_issue2282 (test.test_io.PyTextIOWrapperTest) PASS: test_issue22849 (test.test_io.PyTextIOWrapperTest) PASS: test_issue25862 (test.test_io.PyTextIOWrapperTest) PASS: test_line_buffering (test.test_io.PyTextIOWrapperTest) PASS: test_multi_close (test.test_io.PyTextIOWrapperTest) PASS: test_multibyte_seek_and_tell (test.test_io.PyTextIOWrapperTest) PASS: test_newlines (test.test_io.PyTextIOWrapperTest) PASS: test_newlines_input (test.test_io.PyTextIOWrapperTest) PASS: test_newlines_output (test.test_io.PyTextIOWrapperTest) PASS: test_non_text_encoding_codecs_are_rejected (test.test_io.PyTextIOWrapperTest) PASS: test_nonnormalized_close_error_on_close (test.test_io.PyTextIOWrapperTest) PASS: test_override_destructor (test.test_io.PyTextIOWrapperTest) PASS: test_rawio (test.test_io.PyTextIOWrapperTest) PASS: test_rawio_write_through (test.test_io.PyTextIOWrapperTest) PASS: test_read_by_chunk (test.test_io.PyTextIOWrapperTest) PASS: test_read_byteslike (test.test_io.PyTextIOWrapperTest) PASS: test_read_nonbytes (test.test_io.PyTextIOWrapperTest) PASS: test_read_one_by_one (test.test_io.PyTextIOWrapperTest) PASS: test_readlines (test.test_io.PyTextIOWrapperTest) PASS: test_readonly_attributes (test.test_io.PyTextIOWrapperTest) PASS: test_reconfigure_defaults (test.test_io.PyTextIOWrapperTest) PASS: test_reconfigure_encoding_read (test.test_io.PyTextIOWrapperTest) PASS: test_reconfigure_line_buffering (test.test_io.PyTextIOWrapperTest) PASS: test_reconfigure_newline (test.test_io.PyTextIOWrapperTest) PASS: test_reconfigure_write (test.test_io.PyTextIOWrapperTest) PASS: test_reconfigure_write_fromascii (test.test_io.PyTextIOWrapperTest) PASS: test_reconfigure_write_non_seekable (test.test_io.PyTextIOWrapperTest) PASS: test_reconfigure_write_through (test.test_io.PyTextIOWrapperTest) PASS: test_recursive_repr (test.test_io.PyTextIOWrapperTest) PASS: test_repr (test.test_io.PyTextIOWrapperTest) PASS: test_seek_and_tell (test.test_io.PyTextIOWrapperTest) PASS: test_seek_append_bom (test.test_io.PyTextIOWrapperTest) PASS: test_seek_bom (test.test_io.PyTextIOWrapperTest) PASS: test_seek_with_encoder_state (test.test_io.PyTextIOWrapperTest) PASS: test_seeking (test.test_io.PyTextIOWrapperTest) PASS: test_seeking_too (test.test_io.PyTextIOWrapperTest) PASS: test_telling (test.test_io.PyTextIOWrapperTest) PASS: test_threads_write (test.test_io.PyTextIOWrapperTest) PASS: test_uninitialized (test.test_io.PyTextIOWrapperTest) PASS: test_unreadable (test.test_io.PyTextIOWrapperTest) PASS: test_unseekable (test.test_io.PyTextIOWrapperTest) PASS: test_writelines (test.test_io.PyTextIOWrapperTest) PASS: test_writelines_error (test.test_io.PyTextIOWrapperTest) PASS: test_writelines_userlist (test.test_io.PyTextIOWrapperTest) PASS: test___all__ (test.test_io.CMiscIOTest) PASS: test_abc_inheritance (test.test_io.CMiscIOTest) PASS: test_abc_inheritance_official (test.test_io.CMiscIOTest) PASS: test_abcs (test.test_io.CMiscIOTest) PASS: test_attributes (test.test_io.CMiscIOTest) PASS: test_blockingioerror (test.test_io.CMiscIOTest) PASS: test_check_encoding_errors (test.test_io.CMiscIOTest) PASS: test_check_encoding_warning (test.test_io.CMiscIOTest) PASS: test_create_fail (test.test_io.CMiscIOTest) PASS: test_create_writes (test.test_io.CMiscIOTest) PASS: test_daemon_threads_shutdown_stderr_deadlock (test.test_io.CMiscIOTest) PASS: test_daemon_threads_shutdown_stdout_deadlock (test.test_io.CMiscIOTest) PASS: test_io_after_close (test.test_io.CMiscIOTest) PASS: test_nonblock_pipe_write_bigbuf (test.test_io.CMiscIOTest) PASS: test_nonblock_pipe_write_smallbuf (test.test_io.CMiscIOTest) PASS: test_open_allargs (test.test_io.CMiscIOTest) PASS: test_open_pipe_with_append (test.test_io.CMiscIOTest) PASS: test_openwrapper (test.test_io.CMiscIOTest) PASS: test_pickling (test.test_io.CMiscIOTest) PASS: test_readinto_buffer_overflow (test.test_io.CMiscIOTest) PASS: test_warn_on_dealloc (test.test_io.CMiscIOTest) PASS: test_warn_on_dealloc_fd (test.test_io.CMiscIOTest) PASS: test___all__ (test.test_io.PyMiscIOTest) PASS: test_abc_inheritance (test.test_io.PyMiscIOTest) PASS: test_abc_inheritance_official (test.test_io.PyMiscIOTest) PASS: test_abcs (test.test_io.PyMiscIOTest) PASS: test_attributes (test.test_io.PyMiscIOTest) PASS: test_blockingioerror (test.test_io.PyMiscIOTest) PASS: test_check_encoding_errors (test.test_io.PyMiscIOTest) PASS: test_check_encoding_warning (test.test_io.PyMiscIOTest) PASS: test_create_fail (test.test_io.PyMiscIOTest) PASS: test_create_writes (test.test_io.PyMiscIOTest) PASS: test_io_after_close (test.test_io.PyMiscIOTest) PASS: test_nonblock_pipe_write_bigbuf (test.test_io.PyMiscIOTest) PASS: test_nonblock_pipe_write_smallbuf (test.test_io.PyMiscIOTest) PASS: test_open_allargs (test.test_io.PyMiscIOTest) PASS: test_open_pipe_with_append (test.test_io.PyMiscIOTest) PASS: test_openwrapper (test.test_io.PyMiscIOTest) PASS: test_pickling (test.test_io.PyMiscIOTest) PASS: test_warn_on_dealloc (test.test_io.PyMiscIOTest) PASS: test_warn_on_dealloc_fd (test.test_io.PyMiscIOTest) PASS: test_interrupted_read_retry_buffered (test.test_io.CSignalsTest) PASS: test_interrupted_read_retry_text (test.test_io.CSignalsTest) PASS: test_interrupted_write_buffered (test.test_io.CSignalsTest) PASS: test_interrupted_write_retry_buffered (test.test_io.CSignalsTest) PASS: test_interrupted_write_retry_text (test.test_io.CSignalsTest) PASS: test_interrupted_write_text (test.test_io.CSignalsTest) PASS: test_interrupted_write_unbuffered (test.test_io.CSignalsTest) PASS: test_reentrant_write_buffered (test.test_io.CSignalsTest) PASS: test_reentrant_write_text (test.test_io.CSignalsTest) PASS: test_interrupted_read_retry_buffered (test.test_io.PySignalsTest) PASS: test_interrupted_read_retry_text (test.test_io.PySignalsTest) PASS: test_interrupted_write_buffered (test.test_io.PySignalsTest) PASS: test_interrupted_write_retry_buffered (test.test_io.PySignalsTest) PASS: test_interrupted_write_retry_text (test.test_io.PySignalsTest) PASS: test_interrupted_write_text (test.test_io.PySignalsTest) PASS: test_interrupted_write_unbuffered (test.test_io.PySignalsTest) ---------------------------------------------------------------------- Ran 619 tests in 40.937s OK (skipped=12) 0:07:57 load avg: 0.36 [195/427] test_ioctl -- test_io passed in 41.5 sec PASS: test_ioctl (test.test_ioctl.IoctlTests) PASS: test_ioctl_mutate (test.test_ioctl.IoctlTests) PASS: test_ioctl_mutate_1024 (test.test_ioctl.IoctlTests) PASS: test_ioctl_mutate_2048 (test.test_ioctl.IoctlTests) PASS: test_ioctl_signed_unsigned_code_param (test.test_ioctl.IoctlTests) ---------------------------------------------------------------------- Ran 5 tests in 0.001s OK 0:07:58 load avg: 0.36 [196/427] test_ipaddress PASS: test_bad_address_split (test.test_ipaddress.AddressTestCase_v4) PASS: test_bad_packed_length (test.test_ipaddress.AddressTestCase_v4) PASS: test_empty_address (test.test_ipaddress.AddressTestCase_v4) PASS: test_empty_octet (test.test_ipaddress.AddressTestCase_v4) PASS: test_floats_rejected (test.test_ipaddress.AddressTestCase_v4) PASS: test_format (test.test_ipaddress.AddressTestCase_v4) PASS: test_int (test.test_ipaddress.AddressTestCase_v4) PASS: test_invalid_characters (test.test_ipaddress.AddressTestCase_v4) PASS: test_large_ints_rejected (test.test_ipaddress.AddressTestCase_v4) PASS: test_leading_zeros (test.test_ipaddress.AddressTestCase_v4) PASS: test_negative_ints_rejected (test.test_ipaddress.AddressTestCase_v4) PASS: test_network_passed_as_address (test.test_ipaddress.AddressTestCase_v4) PASS: test_not_an_index_issue15559 (test.test_ipaddress.AddressTestCase_v4) PASS: test_octet_length (test.test_ipaddress.AddressTestCase_v4) PASS: test_octet_limit (test.test_ipaddress.AddressTestCase_v4) PASS: test_packed (test.test_ipaddress.AddressTestCase_v4) PASS: test_pickle (test.test_ipaddress.AddressTestCase_v4) PASS: test_weakref (test.test_ipaddress.AddressTestCase_v4) PASS: test_bad_address_split_v6_leading_colon (test.test_ipaddress.AddressTestCase_v6) PASS: test_bad_address_split_v6_not_enough_parts (test.test_ipaddress.AddressTestCase_v6) PASS: test_bad_address_split_v6_repeated_double_colon (test.test_ipaddress.AddressTestCase_v6) PASS: test_bad_address_split_v6_too_many_colons (test.test_ipaddress.AddressTestCase_v6) PASS: test_bad_address_split_v6_too_many_parts (test.test_ipaddress.AddressTestCase_v6) PASS: test_bad_address_split_v6_too_many_parts_with_double_colon (test.test_ipaddress.AddressTestCase_v6) PASS: test_bad_address_split_v6_trailing_colon (test.test_ipaddress.AddressTestCase_v6) PASS: test_bad_packed_length (test.test_ipaddress.AddressTestCase_v6) PASS: test_bad_v4_part_in (test.test_ipaddress.AddressTestCase_v6) PASS: test_blank_scope_id (test.test_ipaddress.AddressTestCase_v6) PASS: test_empty_address (test.test_ipaddress.AddressTestCase_v6) PASS: test_floats_rejected (test.test_ipaddress.AddressTestCase_v6) PASS: test_format (test.test_ipaddress.AddressTestCase_v6) PASS: test_int (test.test_ipaddress.AddressTestCase_v6) PASS: test_invalid_characters (test.test_ipaddress.AddressTestCase_v6) PASS: test_invalid_scope_id_with_percent (test.test_ipaddress.AddressTestCase_v6) PASS: test_large_ints_rejected (test.test_ipaddress.AddressTestCase_v6) PASS: test_leading_zeros (test.test_ipaddress.AddressTestCase_v6) PASS: test_negative_ints_rejected (test.test_ipaddress.AddressTestCase_v6) PASS: test_network_passed_as_address (test.test_ipaddress.AddressTestCase_v6) PASS: test_not_an_index_issue15559 (test.test_ipaddress.AddressTestCase_v6) PASS: test_packed (test.test_ipaddress.AddressTestCase_v6) PASS: test_part_length (test.test_ipaddress.AddressTestCase_v6) PASS: test_pickle (test.test_ipaddress.AddressTestCase_v6) PASS: test_weakref (test.test_ipaddress.AddressTestCase_v6) PASS: test_containment (test.test_ipaddress.ComparisonTests) PASS: test_foreign_type_equality (test.test_ipaddress.ComparisonTests) PASS: test_foreign_type_ordering (test.test_ipaddress.ComparisonTests) PASS: test_incompatible_versions (test.test_ipaddress.ComparisonTests) PASS: test_mixed_type_equality (test.test_ipaddress.ComparisonTests) PASS: test_mixed_type_key (test.test_ipaddress.ComparisonTests) PASS: test_mixed_type_ordering (test.test_ipaddress.ComparisonTests) PASS: test_same_type_equality (test.test_ipaddress.ComparisonTests) PASS: test_same_type_ordering (test.test_ipaddress.ComparisonTests) PASS: test_scoped_ipv6_equality (test.test_ipaddress.ComparisonTests) PASS: test_v4_with_v6_scoped_equality (test.test_ipaddress.ComparisonTests) PASS: test_ip_address (test.test_ipaddress.FactoryFunctionErrors) PASS: test_ip_interface (test.test_ipaddress.FactoryFunctionErrors) PASS: test_ip_network (test.test_ipaddress.FactoryFunctionErrors) PASS: test_address_errors (test.test_ipaddress.InterfaceTestCase_v4) PASS: test_bad_packed_length (test.test_ipaddress.InterfaceTestCase_v4) PASS: test_empty_address (test.test_ipaddress.InterfaceTestCase_v4) PASS: test_floats_rejected (test.test_ipaddress.InterfaceTestCase_v4) PASS: test_int (test.test_ipaddress.InterfaceTestCase_v4) PASS: test_large_ints_rejected (test.test_ipaddress.InterfaceTestCase_v4) PASS: test_leading_zeros (test.test_ipaddress.InterfaceTestCase_v4) PASS: test_negative_ints_rejected (test.test_ipaddress.InterfaceTestCase_v4) PASS: test_netmask_errors (test.test_ipaddress.InterfaceTestCase_v4) PASS: test_netmask_in_tuple_errors (test.test_ipaddress.InterfaceTestCase_v4) PASS: test_no_mask (test.test_ipaddress.InterfaceTestCase_v4) PASS: test_not_an_index_issue15559 (test.test_ipaddress.InterfaceTestCase_v4) PASS: test_packed (test.test_ipaddress.InterfaceTestCase_v4) PASS: test_pickle (test.test_ipaddress.InterfaceTestCase_v4) PASS: test_split_netmask (test.test_ipaddress.InterfaceTestCase_v4) PASS: test_valid_netmask (test.test_ipaddress.InterfaceTestCase_v4) PASS: test_address_errors (test.test_ipaddress.InterfaceTestCase_v6) PASS: test_bad_packed_length (test.test_ipaddress.InterfaceTestCase_v6) PASS: test_blank_scope_id (test.test_ipaddress.InterfaceTestCase_v6) PASS: test_empty_address (test.test_ipaddress.InterfaceTestCase_v6) PASS: test_floats_rejected (test.test_ipaddress.InterfaceTestCase_v6) PASS: test_int (test.test_ipaddress.InterfaceTestCase_v6) PASS: test_invalid_scope_id_with_percent (test.test_ipaddress.InterfaceTestCase_v6) PASS: test_large_ints_rejected (test.test_ipaddress.InterfaceTestCase_v6) PASS: test_leading_zeros (test.test_ipaddress.InterfaceTestCase_v6) PASS: test_negative_ints_rejected (test.test_ipaddress.InterfaceTestCase_v6) PASS: test_netmask_errors (test.test_ipaddress.InterfaceTestCase_v6) PASS: test_netmask_in_tuple_errors (test.test_ipaddress.InterfaceTestCase_v6) PASS: test_no_mask (test.test_ipaddress.InterfaceTestCase_v6) PASS: test_not_an_index_issue15559 (test.test_ipaddress.InterfaceTestCase_v6) PASS: test_packed (test.test_ipaddress.InterfaceTestCase_v6) PASS: test_pickle (test.test_ipaddress.InterfaceTestCase_v6) PASS: test_split_netmask (test.test_ipaddress.InterfaceTestCase_v6) PASS: test_valid_netmask (test.test_ipaddress.InterfaceTestCase_v6) PASS: testAddrExclude (test.test_ipaddress.IpaddrUnitTest) PASS: testAddressComparison (test.test_ipaddress.IpaddrUnitTest) PASS: testAddressIntMath (test.test_ipaddress.IpaddrUnitTest) PASS: testCollapsing (test.test_ipaddress.IpaddrUnitTest) PASS: testCompressIPv6Address (test.test_ipaddress.IpaddrUnitTest) PASS: testContains (test.test_ipaddress.IpaddrUnitTest) PASS: testCopyConstructor (test.test_ipaddress.IpaddrUnitTest) PASS: testEmbeddedIpv4 (test.test_ipaddress.IpaddrUnitTest) PASS: testEqual (test.test_ipaddress.IpaddrUnitTest) PASS: testExplodeShortHandIpStr (test.test_ipaddress.IpaddrUnitTest) PASS: testFancySubnetting (test.test_ipaddress.IpaddrUnitTest) PASS: testForceVersion (test.test_ipaddress.IpaddrUnitTest) PASS: testGetBroadcast (test.test_ipaddress.IpaddrUnitTest) PASS: testGetIp (test.test_ipaddress.IpaddrUnitTest) PASS: testGetNetmask (test.test_ipaddress.IpaddrUnitTest) PASS: testGetNetwork (test.test_ipaddress.IpaddrUnitTest) PASS: testGetNum_Addresses (test.test_ipaddress.IpaddrUnitTest) PASS: testGetPrefixlen (test.test_ipaddress.IpaddrUnitTest) PASS: testGetScopeId (test.test_ipaddress.IpaddrUnitTest) PASS: testGetSubnetForSingle128 (test.test_ipaddress.IpaddrUnitTest) PASS: testGetSubnetForSingle32 (test.test_ipaddress.IpaddrUnitTest) PASS: testGetSubnets (test.test_ipaddress.IpaddrUnitTest) PASS: testGetSubnets3 (test.test_ipaddress.IpaddrUnitTest) PASS: testGetSupernet (test.test_ipaddress.IpaddrUnitTest) PASS: testGetSupernet3 (test.test_ipaddress.IpaddrUnitTest) PASS: testGetSupernet4 (test.test_ipaddress.IpaddrUnitTest) PASS: testGetitem (test.test_ipaddress.IpaddrUnitTest) PASS: testHash (test.test_ipaddress.IpaddrUnitTest) PASS: testHosts (test.test_ipaddress.IpaddrUnitTest) PASS: testIPBases (test.test_ipaddress.IpaddrUnitTest) PASS: testIPVersion (test.test_ipaddress.IpaddrUnitTest) PASS: testIPv4Net (test.test_ipaddress.IpaddrUnitTest) PASS: testIPv4NetworkHelpers (test.test_ipaddress.IpaddrUnitTest) PASS: testIPv4Tuple (test.test_ipaddress.IpaddrUnitTest) PASS: testIPv6AddressTooLarge (test.test_ipaddress.IpaddrUnitTest) PASS: testIPv6NetworkHelpers (test.test_ipaddress.IpaddrUnitTest) PASS: testIPv6Tuple (test.test_ipaddress.IpaddrUnitTest) PASS: testIntRepresentation (test.test_ipaddress.IpaddrUnitTest) PASS: testInterfaceComparison (test.test_ipaddress.IpaddrUnitTest) PASS: testInternals (test.test_ipaddress.IpaddrUnitTest) PASS: testInvalidIntToBytes (test.test_ipaddress.IpaddrUnitTest) PASS: testIpFromInt (test.test_ipaddress.IpaddrUnitTest) PASS: testIpFromPacked (test.test_ipaddress.IpaddrUnitTest) PASS: testIpType (test.test_ipaddress.IpaddrUnitTest) PASS: testIpv4Mapped (test.test_ipaddress.IpaddrUnitTest) PASS: testIpv4MappedPrivateCheck (test.test_ipaddress.IpaddrUnitTest) PASS: testMaxPrefixLength (test.test_ipaddress.IpaddrUnitTest) PASS: testNetworkComparison (test.test_ipaddress.IpaddrUnitTest) PASS: testNetworkElementCaching (test.test_ipaddress.IpaddrUnitTest) PASS: testNotEqual (test.test_ipaddress.IpaddrUnitTest) PASS: testNth (test.test_ipaddress.IpaddrUnitTest) PASS: testOverlaps (test.test_ipaddress.IpaddrUnitTest) PASS: testPacked (test.test_ipaddress.IpaddrUnitTest) PASS: testRepr (test.test_ipaddress.IpaddrUnitTest) PASS: testReservedIpv4 (test.test_ipaddress.IpaddrUnitTest) PASS: testReservedIpv6 (test.test_ipaddress.IpaddrUnitTest) PASS: testReversePointer (test.test_ipaddress.IpaddrUnitTest) PASS: testSlash0Constructor (test.test_ipaddress.IpaddrUnitTest) PASS: testSlash128Constructor (test.test_ipaddress.IpaddrUnitTest) PASS: testSlash32Constructor (test.test_ipaddress.IpaddrUnitTest) PASS: testStrictNetworks (test.test_ipaddress.IpaddrUnitTest) PASS: testSubnet2 (test.test_ipaddress.IpaddrUnitTest) PASS: testSubnetFailsForLargeCidrDiff (test.test_ipaddress.IpaddrUnitTest) PASS: testSubnetFailsForNegativeCidrDiff (test.test_ipaddress.IpaddrUnitTest) PASS: testSummarizing (test.test_ipaddress.IpaddrUnitTest) PASS: testSupernetFailsForLargeCidrDiff (test.test_ipaddress.IpaddrUnitTest) PASS: testTeredo (test.test_ipaddress.IpaddrUnitTest) PASS: testV4HashIsNotConstant (test.test_ipaddress.IpaddrUnitTest) PASS: testV6HashIsNotConstant (test.test_ipaddress.IpaddrUnitTest) PASS: testWithStar (test.test_ipaddress.IpaddrUnitTest) PASS: testZeroNetmask (test.test_ipaddress.IpaddrUnitTest) PASS: testsixtofour (test.test_ipaddress.IpaddrUnitTest) PASS: test_address_errors (test.test_ipaddress.NetworkTestCase_v4) PASS: test_bad_packed_length (test.test_ipaddress.NetworkTestCase_v4) PASS: test_empty_address (test.test_ipaddress.NetworkTestCase_v4) PASS: test_floats_rejected (test.test_ipaddress.NetworkTestCase_v4) PASS: test_int (test.test_ipaddress.NetworkTestCase_v4) PASS: test_large_ints_rejected (test.test_ipaddress.NetworkTestCase_v4) PASS: test_leading_zeros (test.test_ipaddress.NetworkTestCase_v4) PASS: test_negative_ints_rejected (test.test_ipaddress.NetworkTestCase_v4) PASS: test_netmask_errors (test.test_ipaddress.NetworkTestCase_v4) PASS: test_netmask_in_tuple_errors (test.test_ipaddress.NetworkTestCase_v4) PASS: test_no_mask (test.test_ipaddress.NetworkTestCase_v4) PASS: test_not_an_index_issue15559 (test.test_ipaddress.NetworkTestCase_v4) PASS: test_packed (test.test_ipaddress.NetworkTestCase_v4) PASS: test_pickle (test.test_ipaddress.NetworkTestCase_v4) PASS: test_split_netmask (test.test_ipaddress.NetworkTestCase_v4) PASS: test_subnet_of (test.test_ipaddress.NetworkTestCase_v4) PASS: test_subnet_of_mixed_types (test.test_ipaddress.NetworkTestCase_v4) PASS: test_supernet_of (test.test_ipaddress.NetworkTestCase_v4) PASS: test_valid_netmask (test.test_ipaddress.NetworkTestCase_v4) PASS: test_address_errors (test.test_ipaddress.NetworkTestCase_v6) PASS: test_bad_packed_length (test.test_ipaddress.NetworkTestCase_v6) PASS: test_blank_scope_id (test.test_ipaddress.NetworkTestCase_v6) PASS: test_empty_address (test.test_ipaddress.NetworkTestCase_v6) PASS: test_floats_rejected (test.test_ipaddress.NetworkTestCase_v6) PASS: test_int (test.test_ipaddress.NetworkTestCase_v6) PASS: test_invalid_scope_id_with_percent (test.test_ipaddress.NetworkTestCase_v6) PASS: test_large_ints_rejected (test.test_ipaddress.NetworkTestCase_v6) PASS: test_leading_zeros (test.test_ipaddress.NetworkTestCase_v6) PASS: test_negative_ints_rejected (test.test_ipaddress.NetworkTestCase_v6) PASS: test_netmask_errors (test.test_ipaddress.NetworkTestCase_v6) PASS: test_netmask_in_tuple_errors (test.test_ipaddress.NetworkTestCase_v6) PASS: test_no_mask (test.test_ipaddress.NetworkTestCase_v6) PASS: test_not_an_index_issue15559 (test.test_ipaddress.NetworkTestCase_v6) PASS: test_packed (test.test_ipaddress.NetworkTestCase_v6) PASS: test_pickle (test.test_ipaddress.NetworkTestCase_v6) PASS: test_split_netmask (test.test_ipaddress.NetworkTestCase_v6) PASS: test_subnet_of (test.test_ipaddress.NetworkTestCase_v6) PASS: test_supernet_of (test.test_ipaddress.NetworkTestCase_v6) PASS: test_valid_netmask (test.test_ipaddress.NetworkTestCase_v6) ---------------------------------------------------------------------- Ran 202 tests in 0.119s OK 0:07:58 load avg: 0.36 [197/427] test_isinstance PASS: test_bases_raises_other_than_attribute_error (test.test_isinstance.TestIsInstanceExceptions) PASS: test_class_has_no_bases (test.test_isinstance.TestIsInstanceExceptions) PASS: test_dont_mask_non_attribute_error (test.test_isinstance.TestIsInstanceExceptions) PASS: test_isinstance_dont_mask_non_attribute_error (test.test_isinstance.TestIsInstanceExceptions) PASS: test_mask_attribute_error (test.test_isinstance.TestIsInstanceExceptions) test_infinite_cycle_in_bases (test.test_isinstance.TestIsInstanceIsSubclass) PASS: Regression test for bpo-30570. PASS: test_infinite_recursion_in_bases (test.test_isinstance.TestIsInstanceIsSubclass) test_infinite_recursion_via_bases_tuple (test.test_isinstance.TestIsInstanceIsSubclass) PASS: Regression test for bpo-30570. test_infinitely_many_bases (test.test_isinstance.TestIsInstanceIsSubclass) PASS: Regression test for bpo-30570. PASS: test_isinstance_abstract (test.test_isinstance.TestIsInstanceIsSubclass) PASS: test_isinstance_normal (test.test_isinstance.TestIsInstanceIsSubclass) PASS: test_isinstance_recursion_limit (test.test_isinstance.TestIsInstanceIsSubclass) PASS: test_isinstance_with_or_union (test.test_isinstance.TestIsInstanceIsSubclass) PASS: test_issubclass_refcount_handling (test.test_isinstance.TestIsInstanceIsSubclass) PASS: test_subclass_abstract (test.test_isinstance.TestIsInstanceIsSubclass) PASS: test_subclass_normal (test.test_isinstance.TestIsInstanceIsSubclass) PASS: test_subclass_recursion_limit (test.test_isinstance.TestIsInstanceIsSubclass) PASS: test_subclass_tuple (test.test_isinstance.TestIsInstanceIsSubclass) PASS: test_subclass_with_union (test.test_isinstance.TestIsInstanceIsSubclass) PASS: test_dont_mask_non_attribute_error (test.test_isinstance.TestIsSubclassExceptions) PASS: test_dont_mask_non_attribute_error_in_cls_arg (test.test_isinstance.TestIsSubclassExceptions) PASS: test_mask_attribute_error (test.test_isinstance.TestIsSubclassExceptions) PASS: test_mask_attribute_error_in_cls_arg (test.test_isinstance.TestIsSubclassExceptions) ---------------------------------------------------------------------- Ran 23 tests in 0.003s OK 0:07:59 load avg: 0.36 [198/427] test_iter PASS: test_3720 (test.test_iter.TestCase) PASS: test_builtin_filter (test.test_iter.TestCase) PASS: test_builtin_list (test.test_iter.TestCase) PASS: test_builtin_map (test.test_iter.TestCase) PASS: test_builtin_max_min (test.test_iter.TestCase) PASS: test_builtin_tuple (test.test_iter.TestCase) PASS: test_builtin_zip (test.test_iter.TestCase) PASS: test_countOf (test.test_iter.TestCase) PASS: test_error_iter (test.test_iter.TestCase) PASS: test_exception_function (test.test_iter.TestCase) PASS: test_exception_sequence (test.test_iter.TestCase) PASS: test_extending_list_with_iterator_does_not_segfault (test.test_iter.TestCase) PASS: test_free_after_iterating (test.test_iter.TestCase) PASS: test_in_and_not_in (test.test_iter.TestCase) PASS: test_indexOf (test.test_iter.TestCase) PASS: test_iter_basic (test.test_iter.TestCase) PASS: test_iter_big_range (test.test_iter.TestCase) PASS: test_iter_callable (test.test_iter.TestCase) PASS: test_iter_class_for (test.test_iter.TestCase) PASS: test_iter_class_iter (test.test_iter.TestCase) PASS: test_iter_dict (test.test_iter.TestCase) PASS: test_iter_empty (test.test_iter.TestCase) PASS: test_iter_file (test.test_iter.TestCase) PASS: test_iter_for_loop (test.test_iter.TestCase) PASS: test_iter_function (test.test_iter.TestCase) PASS: test_iter_function_stop (test.test_iter.TestCase) PASS: test_iter_idempotency (test.test_iter.TestCase) PASS: test_iter_independence (test.test_iter.TestCase) PASS: test_iter_neg_setstate (test.test_iter.TestCase) PASS: test_iter_overflow (test.test_iter.TestCase) PASS: test_iter_range (test.test_iter.TestCase) PASS: test_iter_string (test.test_iter.TestCase) PASS: test_iter_tuple (test.test_iter.TestCase) PASS: test_mutating_seq_class_exhausted_iter (test.test_iter.TestCase) PASS: test_mutating_seq_class_iter_pickle (test.test_iter.TestCase) PASS: test_nested_comprehensions_for (test.test_iter.TestCase) PASS: test_nested_comprehensions_iter (test.test_iter.TestCase) PASS: test_new_style_iter_class (test.test_iter.TestCase) PASS: test_ref_counting_behavior (test.test_iter.TestCase) PASS: test_seq_class_for (test.test_iter.TestCase) PASS: test_seq_class_iter (test.test_iter.TestCase) PASS: test_sinkstate_callable (test.test_iter.TestCase) PASS: test_sinkstate_dict (test.test_iter.TestCase) PASS: test_sinkstate_enumerate (test.test_iter.TestCase) PASS: test_sinkstate_list (test.test_iter.TestCase) PASS: test_sinkstate_range (test.test_iter.TestCase) PASS: test_sinkstate_sequence (test.test_iter.TestCase) PASS: test_sinkstate_string (test.test_iter.TestCase) PASS: test_sinkstate_tuple (test.test_iter.TestCase) PASS: test_sinkstate_yield (test.test_iter.TestCase) PASS: test_stop_sequence (test.test_iter.TestCase) PASS: test_unicode_join_endcase (test.test_iter.TestCase) PASS: test_unpack_iter (test.test_iter.TestCase) PASS: test_writelines (test.test_iter.TestCase) ---------------------------------------------------------------------- Ran 54 tests in 0.115s OK 0:08:00 load avg: 0.36 [199/427] test_iterlen PASS: test_immutable_during_iteration (test.test_iterlen.TestDeque) PASS: test_invariant (test.test_iterlen.TestDeque) PASS: test_immutable_during_iteration (test.test_iterlen.TestDequeReversed) PASS: test_invariant (test.test_iterlen.TestDequeReversed) PASS: test_immutable_during_iteration (test.test_iterlen.TestDictItems) PASS: test_invariant (test.test_iterlen.TestDictItems) PASS: test_immutable_during_iteration (test.test_iterlen.TestDictKeys) PASS: test_invariant (test.test_iterlen.TestDictKeys) PASS: test_immutable_during_iteration (test.test_iterlen.TestDictValues) PASS: test_invariant (test.test_iterlen.TestDictValues) PASS: test_invalid_hint (test.test_iterlen.TestLengthHintExceptions) PASS: test_issue1242657 (test.test_iterlen.TestLengthHintExceptions) PASS: test_invariant (test.test_iterlen.TestList) PASS: test_mutation (test.test_iterlen.TestList) PASS: test_invariant (test.test_iterlen.TestListReversed) PASS: test_mutation (test.test_iterlen.TestListReversed) PASS: test_invariant (test.test_iterlen.TestRepeat) PASS: test_immutable_during_iteration (test.test_iterlen.TestSet) PASS: test_invariant (test.test_iterlen.TestSet) PASS: test_invariant (test.test_iterlen.TestTuple) PASS: test_invariant (test.test_iterlen.TestXrange) PASS: test_invariant (test.test_iterlen.TestXrangeCustomReversed) ---------------------------------------------------------------------- Ran 22 tests in 0.002s OK 0:08:00 load avg: 0.36 [200/427] test_itertools PASS: test_StopIteration (test.test_itertools.TestBasicOps) PASS: test_accumulate (test.test_itertools.TestBasicOps) PASS: test_bug_7244 (test.test_itertools.TestBasicOps) PASS: test_chain (test.test_itertools.TestBasicOps) PASS: test_chain_from_iterable (test.test_itertools.TestBasicOps) PASS: test_chain_reducible (test.test_itertools.TestBasicOps) PASS: test_chain_setstate (test.test_itertools.TestBasicOps) PASS: test_combinations (test.test_itertools.TestBasicOps) SKIP: test_combinations_overflow (test.test_itertools.TestBasicOps) 'not enough memory: 8589934592.0G minimum needed' PASS: test_combinations_result_gc (test.test_itertools.TestBasicOps) PASS: test_combinations_tuple_reuse (test.test_itertools.TestBasicOps) PASS: test_combinations_with_replacement (test.test_itertools.TestBasicOps) SKIP: test_combinations_with_replacement_overflow (test.test_itertools.TestBasicOps) 'not enough memory: 8589934592.0G minimum needed' PASS: test_combinations_with_replacement_result_gc (test.test_itertools.TestBasicOps) PASS: test_combinations_with_replacement_tuple_reuse (test.test_itertools.TestBasicOps) PASS: test_combinatorics (test.test_itertools.TestBasicOps) PASS: test_compress (test.test_itertools.TestBasicOps) PASS: test_count (test.test_itertools.TestBasicOps) PASS: test_count_with_stride (test.test_itertools.TestBasicOps) PASS: test_cycle (test.test_itertools.TestBasicOps) PASS: test_cycle_setstate (test.test_itertools.TestBasicOps) PASS: test_dropwhile (test.test_itertools.TestBasicOps) PASS: test_filter (test.test_itertools.TestBasicOps) PASS: test_filterfalse (test.test_itertools.TestBasicOps) PASS: test_groupby (test.test_itertools.TestBasicOps) PASS: test_islice (test.test_itertools.TestBasicOps) PASS: test_map (test.test_itertools.TestBasicOps) PASS: test_pairwise (test.test_itertools.TestBasicOps) PASS: test_permutations (test.test_itertools.TestBasicOps) SKIP: test_permutations_overflow (test.test_itertools.TestBasicOps) 'not enough memory: 8589934592.0G minimum needed' PASS: test_permutations_result_gc (test.test_itertools.TestBasicOps) PASS: test_permutations_tuple_reuse (test.test_itertools.TestBasicOps) PASS: test_product (test.test_itertools.TestBasicOps) PASS: test_product_issue_25021 (test.test_itertools.TestBasicOps) SKIP: test_product_overflow (test.test_itertools.TestBasicOps) 'not enough memory: 8589934592.0G minimum needed' PASS: test_product_pickling (test.test_itertools.TestBasicOps) PASS: test_product_result_gc (test.test_itertools.TestBasicOps) PASS: test_product_tuple_reuse (test.test_itertools.TestBasicOps) PASS: test_repeat (test.test_itertools.TestBasicOps) PASS: test_repeat_with_negative_times (test.test_itertools.TestBasicOps) PASS: test_starmap (test.test_itertools.TestBasicOps) PASS: test_takewhile (test.test_itertools.TestBasicOps) PASS: test_tee (test.test_itertools.TestBasicOps) PASS: test_tee_concurrent (test.test_itertools.TestBasicOps) PASS: test_tee_del_backward (test.test_itertools.TestBasicOps) PASS: test_tee_reenter (test.test_itertools.TestBasicOps) PASS: test_zip (test.test_itertools.TestBasicOps) PASS: test_zip_longest_bad_iterable (test.test_itertools.TestBasicOps) PASS: test_zip_longest_pickling (test.test_itertools.TestBasicOps) PASS: test_zip_longest_result_gc (test.test_itertools.TestBasicOps) PASS: test_zip_longest_tuple_reuse (test.test_itertools.TestBasicOps) PASS: test_zip_tuple_reuse (test.test_itertools.TestBasicOps) PASS: test_ziplongest (test.test_itertools.TestBasicOps) PASS: test_accumulate (test.test_itertools.TestVariousIteratorArgs) PASS: test_chain (test.test_itertools.TestVariousIteratorArgs) PASS: test_compress (test.test_itertools.TestVariousIteratorArgs) PASS: test_cycle (test.test_itertools.TestVariousIteratorArgs) PASS: test_dropwhile (test.test_itertools.TestVariousIteratorArgs) PASS: test_filter (test.test_itertools.TestVariousIteratorArgs) PASS: test_filterfalse (test.test_itertools.TestVariousIteratorArgs) PASS: test_groupby (test.test_itertools.TestVariousIteratorArgs) PASS: test_islice (test.test_itertools.TestVariousIteratorArgs) PASS: test_map (test.test_itertools.TestVariousIteratorArgs) PASS: test_pairwise (test.test_itertools.TestVariousIteratorArgs) PASS: test_product (test.test_itertools.TestVariousIteratorArgs) PASS: test_starmap (test.test_itertools.TestVariousIteratorArgs) PASS: test_takewhile (test.test_itertools.TestVariousIteratorArgs) PASS: test_tee (test.test_itertools.TestVariousIteratorArgs) PASS: test_zip (test.test_itertools.TestVariousIteratorArgs) PASS: test_ziplongest (test.test_itertools.TestVariousIteratorArgs) PASS: test_accumulate (test.test_itertools.TestGC) PASS: test_chain (test.test_itertools.TestGC) PASS: test_chain_from_iterable (test.test_itertools.TestGC) PASS: test_combinations (test.test_itertools.TestGC) PASS: test_combinations_with_replacement (test.test_itertools.TestGC) PASS: test_compress (test.test_itertools.TestGC) PASS: test_count (test.test_itertools.TestGC) PASS: test_cycle (test.test_itertools.TestGC) PASS: test_dropwhile (test.test_itertools.TestGC) PASS: test_filter (test.test_itertools.TestGC) PASS: test_filterfalse (test.test_itertools.TestGC) PASS: test_groupby (test.test_itertools.TestGC) PASS: test_islice (test.test_itertools.TestGC) PASS: test_issue2246 (test.test_itertools.TestGC) PASS: test_map (test.test_itertools.TestGC) PASS: test_pairwise (test.test_itertools.TestGC) PASS: test_permutations (test.test_itertools.TestGC) PASS: test_product (test.test_itertools.TestGC) PASS: test_repeat (test.test_itertools.TestGC) PASS: test_starmap (test.test_itertools.TestGC) PASS: test_takewhile (test.test_itertools.TestGC) PASS: test_zip (test.test_itertools.TestGC) PASS: test_zip_longest (test.test_itertools.TestGC) PASS: test_issue30347_1 (test.test_itertools.RegressionTests) PASS: test_issue30347_2 (test.test_itertools.RegressionTests) PASS: test_long_chain_of_empty_iterables (test.test_itertools.RegressionTests) PASS: test_sf_793826 (test.test_itertools.RegressionTests) PASS: test_sf_950057 (test.test_itertools.RegressionTests) PASS: test_repeat (test.test_itertools.LengthTransparency) PASS: test_repeat_with_negative_times (test.test_itertools.LengthTransparency) PASS: test_keywords_in_subclass (test.test_itertools.SubclassWithKwargsTest) PASS: test_accumulate (test.test_itertools.TestExamples) PASS: test_accumulate_reducible (test.test_itertools.TestExamples) PASS: test_accumulate_reducible_none (test.test_itertools.TestExamples) PASS: test_chain (test.test_itertools.TestExamples) PASS: test_chain_from_iterable (test.test_itertools.TestExamples) PASS: test_combinations (test.test_itertools.TestExamples) PASS: test_combinations_with_replacement (test.test_itertools.TestExamples) PASS: test_compress (test.test_itertools.TestExamples) PASS: test_count (test.test_itertools.TestExamples) PASS: test_cycle (test.test_itertools.TestExamples) PASS: test_dropwhile (test.test_itertools.TestExamples) PASS: test_filter (test.test_itertools.TestExamples) PASS: test_filterfalse (test.test_itertools.TestExamples) PASS: test_groupby (test.test_itertools.TestExamples) PASS: test_islice (test.test_itertools.TestExamples) PASS: test_map (test.test_itertools.TestExamples) PASS: test_permutations (test.test_itertools.TestExamples) PASS: test_product (test.test_itertools.TestExamples) PASS: test_repeat (test.test_itertools.TestExamples) PASS: test_stapmap (test.test_itertools.TestExamples) PASS: test_takewhile (test.test_itertools.TestExamples) PASS: test_zip (test.test_itertools.TestExamples) PASS: test_zip_longest (test.test_itertools.TestExamples) PASS: test_islice_recipe (test.test_itertools.TestPurePythonRoughEquivalents) PASS: test_combinations_sizeof (test.test_itertools.SizeofTest) PASS: test_combinations_with_replacement_sizeof (test.test_itertools.SizeofTest) PASS: test_permutations_sizeof (test.test_itertools.SizeofTest) PASS: test_product_sizeof (test.test_itertools.SizeofTest) ---------------------------------------------------------------------- Ran 129 tests in 3.068s OK (skipped=4) Trying: amounts = [120.15, 764.05, 823.14] Expecting nothing ok Trying: for checknum, amount in zip(count(1200), amounts): print('Check %d is for $%.2f' % (checknum, amount)) Expecting: Check 1200 is for $120.15 Check 1201 is for $764.05 Check 1202 is for $823.14 ok Trying: import operator Expecting nothing ok Trying: for cube in map(operator.pow, range(1,4), repeat(3)): print(cube) Expecting: 1 8 27 ok Trying: reportlines = ['EuroPython', 'Roster', '', 'alex', '', 'laura', '', 'martin', '', 'walter', '', 'samuele'] Expecting nothing ok Trying: for name in islice(reportlines, 3, None, 2): print(name.title()) Expecting: Alex Laura Martin Walter Samuele ok Trying: from operator import itemgetter Expecting nothing ok Trying: d = dict(a=1, b=2, c=1, d=2, e=1, f=2, g=3) Expecting nothing ok Trying: di = sorted(sorted(d.items()), key=itemgetter(1)) Expecting nothing ok Trying: for k, g in groupby(di, itemgetter(1)): print(k, list(map(itemgetter(0), g))) Expecting: 1 ['a', 'c', 'e'] 2 ['b', 'd', 'f'] 3 ['g'] ok Trying: data = [ 1, 4,5,6, 10, 15,16,17,18, 22, 25,26,27,28] Expecting nothing ok Trying: for k, g in groupby(enumerate(data), lambda t:t[0]-t[1]): print(list(map(operator.itemgetter(1), g))) Expecting: [1] [4, 5, 6] [10] [15, 16, 17, 18] [22] [25, 26, 27, 28] ok Trying: def take(n, iterable): "Return first n items of the iterable as a list" return list(islice(iterable, n)) Expecting nothing ok Trying: def prepend(value, iterator): "Prepend a single value in front of an iterator" # prepend(1, [2, 3, 4]) -> 1 2 3 4 return chain([value], iterator) Expecting nothing ok Trying: def enumerate(iterable, start=0): return zip(count(start), iterable) Expecting nothing ok Trying: def tabulate(function, start=0): "Return function(0), function(1), ..." return map(function, count(start)) Expecting nothing ok Trying: import collections Expecting nothing ok Trying: def consume(iterator, n=None): "Advance the iterator n-steps ahead. If n is None, consume entirely." # Use functions that consume iterators at C speed. if n is None: # feed the entire iterator into a zero-length deque collections.deque(iterator, maxlen=0) else: # advance to the empty slice starting at position n next(islice(iterator, n, n), None) Expecting nothing ok Trying: def nth(iterable, n, default=None): "Returns the nth item or a default value" return next(islice(iterable, n, None), default) Expecting nothing ok Trying: def all_equal(iterable): "Returns True if all the elements are equal to each other" g = groupby(iterable) return next(g, True) and not next(g, False) Expecting nothing ok Trying: def quantify(iterable, pred=bool): "Count how many times the predicate is true" return sum(map(pred, iterable)) Expecting nothing ok Trying: def pad_none(iterable): "Returns the sequence elements and then returns None indefinitely" return chain(iterable, repeat(None)) Expecting nothing ok Trying: def ncycles(iterable, n): "Returns the sequence elements n times" return chain(*repeat(iterable, n)) Expecting nothing ok Trying: def dotproduct(vec1, vec2): return sum(map(operator.mul, vec1, vec2)) Expecting nothing ok Trying: def flatten(listOfLists): return list(chain.from_iterable(listOfLists)) Expecting nothing ok Trying: def repeatfunc(func, times=None, *args): "Repeat calls to func with specified arguments." " Example: repeatfunc(random.random)" if times is None: return starmap(func, repeat(args)) else: return starmap(func, repeat(args, times)) Expecting nothing ok Trying: def grouper(iterable, n, *, incomplete='fill', fillvalue=None): "Collect data into non-overlapping fixed-length chunks or blocks" # grouper('ABCDEFG', 3, fillvalue='x') --> ABC DEF Gxx # grouper('ABCDEFG', 3, incomplete='strict') --> ABC DEF ValueError # grouper('ABCDEFG', 3, incomplete='ignore') --> ABC DEF args = [iter(iterable)] * n if incomplete == 'fill': return zip_longest(*args, fillvalue=fillvalue) if incomplete == 'strict': return zip(*args, strict=True) if incomplete == 'ignore': return zip(*args) else: raise ValueError('Expected fill, strict, or ignore') Expecting nothing ok Trying: def triplewise(iterable): "Return overlapping triplets from an iterable" # pairwise('ABCDEFG') -> ABC BCD CDE DEF EFG for (a, _), (b, c) in pairwise(pairwise(iterable)): yield a, b, c Expecting nothing ok Trying: import collections Expecting nothing ok Trying: def sliding_window(iterable, n): # sliding_window('ABCDEFG', 4) -> ABCD BCDE CDEF DEFG it = iter(iterable) window = collections.deque(islice(it, n), maxlen=n) if len(window) == n: yield tuple(window) for x in it: window.append(x) yield tuple(window) Expecting nothing ok Trying: def roundrobin(*iterables): "roundrobin('ABC', 'D', 'EF') --> A D E B F C" # Recipe credited to George Sakkis pending = len(iterables) nexts = cycle(iter(it).__next__ for it in iterables) while pending: try: for next in nexts: yield next() except StopIteration: pending -= 1 nexts = cycle(islice(nexts, pending)) Expecting nothing ok Trying: def partition(pred, iterable): "Use a predicate to partition entries into false entries and true entries" # partition(is_odd, range(10)) --> 0 2 4 6 8 and 1 3 5 7 9 t1, t2 = tee(iterable) return filterfalse(pred, t1), filter(pred, t2) Expecting nothing ok Trying: def before_and_after(predicate, it): ''' Variant of takewhile() that allows complete access to the remainder of the iterator. >>> all_upper, remainder = before_and_after(str.isupper, 'ABCdEfGhI') >>> str.join('', all_upper) 'ABC' >>> str.join('', remainder) 'dEfGhI' Note that the first iterator must be fully consumed before the second iterator can generate valid results. ''' it = iter(it) transition = [] def true_iterator(): for elem in it: if predicate(elem): yield elem else: transition.append(elem) return def remainder_iterator(): yield from transition yield from it return true_iterator(), remainder_iterator() Expecting nothing ok Trying: def powerset(iterable): "powerset([1,2,3]) --> () (1,) (2,) (3,) (1,2) (1,3) (2,3) (1,2,3)" s = list(iterable) return chain.from_iterable(combinations(s, r) for r in range(len(s)+1)) Expecting nothing ok Trying: def unique_everseen(iterable, key=None): "List unique elements, preserving order. Remember all elements ever seen." # unique_everseen('AAAABBBCCDAABBB') --> A B C D # unique_everseen('ABBCcAD', str.lower) --> A B C D seen = set() seen_add = seen.add if key is None: for element in iterable: if element not in seen: seen_add(element) yield element else: for element in iterable: k = key(element) if k not in seen: seen_add(k) yield element Expecting nothing ok Trying: def unique_justseen(iterable, key=None): "List unique elements, preserving order. Remember only the element just seen." # unique_justseen('AAAABBBCCDAABBB') --> A B C D A B # unique_justseen('ABBCcAD', str.lower) --> A B C A D return map(next, map(itemgetter(1), groupby(iterable, key))) Expecting nothing ok Trying: def first_true(iterable, default=False, pred=None): '''Returns the first true value in the iterable. If no true value is found, returns *default* If *pred* is not None, returns the first item for which pred(item) is true. ''' # first_true([a,b,c], x) --> a or b or c or x # first_true([a,b], x, f) --> a if f(a) else b if f(b) else x return next(filter(pred, iterable), default) Expecting nothing ok Trying: def nth_combination(iterable, r, index): 'Equivalent to list(combinations(iterable, r))[index]' pool = tuple(iterable) n = len(pool) if r < 0 or r > n: raise ValueError c = 1 k = min(r, n-r) for i in range(1, k+1): c = c * (n - k + i) // i if index < 0: index += c if index < 0 or index >= c: raise IndexError result = [] while r: c, n, r = c*r//n, n-1, r-1 while index >= c: index -= c c, n = c*(n-r)//n, n-1 result.append(pool[-1-n]) return tuple(result) Expecting nothing ok Trying: take(10, count()) Expecting: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] ok Trying: list(prepend(1, [2, 3, 4])) Expecting: [1, 2, 3, 4] ok Trying: list(enumerate('abc')) Expecting: [(0, 'a'), (1, 'b'), (2, 'c')] ok Trying: list(islice(tabulate(lambda x: 2*x), 4)) Expecting: [0, 2, 4, 6] ok Trying: it = iter(range(10)) Expecting nothing ok Trying: consume(it, 3) Expecting nothing ok Trying: next(it) Expecting: 3 ok Trying: consume(it) Expecting nothing ok Trying: next(it, 'Done') Expecting: 'Done' ok Trying: nth('abcde', 3) Expecting: 'd' ok Trying: nth('abcde', 9) is None Expecting: True ok Trying: [all_equal(s) for s in ('', 'A', 'AAAA', 'AAAB', 'AAABA')] Expecting: [True, True, True, False, False] ok Trying: quantify(range(99), lambda x: x%2==0) Expecting: 50 ok Trying: a = [[1, 2, 3], [4, 5, 6]] Expecting nothing ok Trying: flatten(a) Expecting: [1, 2, 3, 4, 5, 6] ok Trying: list(repeatfunc(pow, 5, 2, 3)) Expecting: [8, 8, 8, 8, 8] ok Trying: import random Expecting nothing ok Trying: take(5, map(int, repeatfunc(random.random))) Expecting: [0, 0, 0, 0, 0] ok Trying: list(islice(pad_none('abc'), 0, 6)) Expecting: ['a', 'b', 'c', None, None, None] ok Trying: list(ncycles('abc', 3)) Expecting: ['a', 'b', 'c', 'a', 'b', 'c', 'a', 'b', 'c'] ok Trying: dotproduct([1,2,3], [4,5,6]) Expecting: 32 ok Trying: list(grouper('abcdefg', 3, fillvalue='x')) Expecting: [('a', 'b', 'c'), ('d', 'e', 'f'), ('g', 'x', 'x')] ok Trying: it = grouper('abcdefg', 3, incomplete='strict') Expecting nothing ok Trying: next(it) Expecting: ('a', 'b', 'c') ok Trying: next(it) Expecting: ('d', 'e', 'f') ok Trying: next(it) Expecting: Traceback (most recent call last): ... ValueError: zip() argument 2 is shorter than argument 1 ok Trying: list(grouper('abcdefg', n=3, incomplete='ignore')) Expecting: [('a', 'b', 'c'), ('d', 'e', 'f')] ok Trying: list(triplewise('ABCDEFG')) Expecting: [('A', 'B', 'C'), ('B', 'C', 'D'), ('C', 'D', 'E'), ('D', 'E', 'F'), ('E', 'F', 'G')] ok Trying: list(sliding_window('ABCDEFG', 4)) Expecting: [('A', 'B', 'C', 'D'), ('B', 'C', 'D', 'E'), ('C', 'D', 'E', 'F'), ('D', 'E', 'F', 'G')] ok Trying: list(roundrobin('abc', 'd', 'ef')) Expecting: ['a', 'd', 'e', 'b', 'f', 'c'] ok Trying: def is_odd(x): return x % 2 == 1 Expecting nothing ok Trying: evens, odds = partition(is_odd, range(10)) Expecting nothing ok Trying: list(evens) Expecting: [0, 2, 4, 6, 8] ok Trying: list(odds) Expecting: [1, 3, 5, 7, 9] ok Trying: it = iter('ABCdEfGhI') Expecting nothing ok Trying: all_upper, remainder = before_and_after(str.isupper, it) Expecting nothing ok Trying: ''.join(all_upper) Expecting: 'ABC' ok Trying: ''.join(remainder) Expecting: 'dEfGhI' ok Trying: list(powerset([1,2,3])) Expecting: [(), (1,), (2,), (3,), (1, 2), (1, 3), (2, 3), (1, 2, 3)] ok Trying: all(len(list(powerset(range(n)))) == 2**n for n in range(18)) Expecting: True ok Trying: list(powerset('abcde')) == sorted(sorted(set(powerset('abcde'))), key=len) Expecting: True ok Trying: list(unique_everseen('AAAABBBCCDAABBB')) Expecting: ['A', 'B', 'C', 'D'] ok Trying: list(unique_everseen('ABBCcAD', str.lower)) Expecting: ['A', 'B', 'C', 'D'] ok Trying: list(unique_justseen('AAAABBBCCDAABBB')) Expecting: ['A', 'B', 'C', 'D', 'A', 'B'] ok Trying: list(unique_justseen('ABBCcAD', str.lower)) Expecting: ['A', 'B', 'C', 'A', 'D'] ok Trying: first_true('ABC0DEF1', '9', str.isdigit) Expecting: '0' ok Trying: population = 'ABCDEFGH' Expecting nothing ok Trying: for r in range(len(population) + 1): seq = list(combinations(population, r)) for i in range(len(seq)): assert nth_combination(population, r, i) == seq[i] for i in range(-len(seq), 0): assert nth_combination(population, r, i) == seq[i] Expecting nothing ok 183 items had no tests: test.test_itertools test.test_itertools.E test.test_itertools.E.__init__ test.test_itertools.E.__iter__ test.test_itertools.E.__next__ test.test_itertools.G test.test_itertools.G.__getitem__ test.test_itertools.G.__init__ test.test_itertools.I test.test_itertools.I.__init__ test.test_itertools.I.__iter__ test.test_itertools.I.__next__ test.test_itertools.Ig test.test_itertools.Ig.__init__ test.test_itertools.Ig.__iter__ test.test_itertools.L test.test_itertools.LengthTransparency test.test_itertools.LengthTransparency.test_repeat test.test_itertools.LengthTransparency.test_repeat_with_negative_times test.test_itertools.N test.test_itertools.N.__init__ test.test_itertools.N.__iter__ test.test_itertools.R test.test_itertools.RegressionTests test.test_itertools.RegressionTests.test_issue30347_1 test.test_itertools.RegressionTests.test_issue30347_2 test.test_itertools.RegressionTests.test_long_chain_of_empty_iterables test.test_itertools.RegressionTests.test_sf_793826 test.test_itertools.RegressionTests.test_sf_950057 test.test_itertools.S test.test_itertools.S.__init__ test.test_itertools.S.__iter__ test.test_itertools.S.__next__ test.test_itertools.SizeofTest test.test_itertools.SizeofTest.setUp test.test_itertools.SizeofTest.test_combinations_sizeof test.test_itertools.SizeofTest.test_combinations_with_replacement_sizeof test.test_itertools.SizeofTest.test_permutations_sizeof test.test_itertools.SizeofTest.test_product_sizeof test.test_itertools.StopNow test.test_itertools.StopNow.__iter__ test.test_itertools.StopNow.__next__ test.test_itertools.SubclassWithKwargsTest test.test_itertools.SubclassWithKwargsTest.test_keywords_in_subclass test.test_itertools.TestBasicOps test.test_itertools.TestBasicOps.pickletest test.test_itertools.TestBasicOps.test_StopIteration test.test_itertools.TestBasicOps.test_accumulate test.test_itertools.TestBasicOps.test_bug_7244 test.test_itertools.TestBasicOps.test_chain test.test_itertools.TestBasicOps.test_chain_from_iterable test.test_itertools.TestBasicOps.test_chain_reducible test.test_itertools.TestBasicOps.test_chain_setstate test.test_itertools.TestBasicOps.test_combinations test.test_itertools.TestBasicOps.test_combinations_result_gc test.test_itertools.TestBasicOps.test_combinations_tuple_reuse test.test_itertools.TestBasicOps.test_combinations_with_replacement test.test_itertools.TestBasicOps.test_combinations_with_replacement_result_gc test.test_itertools.TestBasicOps.test_combinations_with_replacement_tuple_reuse test.test_itertools.TestBasicOps.test_combinatorics test.test_itertools.TestBasicOps.test_compress test.test_itertools.TestBasicOps.test_count test.test_itertools.TestBasicOps.test_count_with_stride test.test_itertools.TestBasicOps.test_cycle test.test_itertools.TestBasicOps.test_cycle_setstate test.test_itertools.TestBasicOps.test_dropwhile test.test_itertools.TestBasicOps.test_filter test.test_itertools.TestBasicOps.test_filterfalse test.test_itertools.TestBasicOps.test_groupby test.test_itertools.TestBasicOps.test_islice test.test_itertools.TestBasicOps.test_map test.test_itertools.TestBasicOps.test_pairwise test.test_itertools.TestBasicOps.test_permutations test.test_itertools.TestBasicOps.test_permutations_result_gc test.test_itertools.TestBasicOps.test_permutations_tuple_reuse test.test_itertools.TestBasicOps.test_product test.test_itertools.TestBasicOps.test_product_issue_25021 test.test_itertools.TestBasicOps.test_product_pickling test.test_itertools.TestBasicOps.test_product_result_gc test.test_itertools.TestBasicOps.test_product_tuple_reuse test.test_itertools.TestBasicOps.test_repeat test.test_itertools.TestBasicOps.test_repeat_with_negative_times test.test_itertools.TestBasicOps.test_starmap test.test_itertools.TestBasicOps.test_takewhile test.test_itertools.TestBasicOps.test_tee test.test_itertools.TestBasicOps.test_tee_concurrent test.test_itertools.TestBasicOps.test_tee_del_backward test.test_itertools.TestBasicOps.test_tee_reenter test.test_itertools.TestBasicOps.test_zip test.test_itertools.TestBasicOps.test_zip_longest_bad_iterable test.test_itertools.TestBasicOps.test_zip_longest_pickling test.test_itertools.TestBasicOps.test_zip_longest_result_gc test.test_itertools.TestBasicOps.test_zip_longest_tuple_reuse test.test_itertools.TestBasicOps.test_zip_tuple_reuse test.test_itertools.TestBasicOps.test_ziplongest test.test_itertools.TestExamples test.test_itertools.TestExamples.test_accumulate test.test_itertools.TestExamples.test_accumulate_reducible test.test_itertools.TestExamples.test_accumulate_reducible_none test.test_itertools.TestExamples.test_chain test.test_itertools.TestExamples.test_chain_from_iterable test.test_itertools.TestExamples.test_combinations test.test_itertools.TestExamples.test_combinations_with_replacement test.test_itertools.TestExamples.test_compress test.test_itertools.TestExamples.test_count test.test_itertools.TestExamples.test_cycle test.test_itertools.TestExamples.test_dropwhile test.test_itertools.TestExamples.test_filter test.test_itertools.TestExamples.test_filterfalse test.test_itertools.TestExamples.test_groupby test.test_itertools.TestExamples.test_islice test.test_itertools.TestExamples.test_map test.test_itertools.TestExamples.test_permutations test.test_itertools.TestExamples.test_product test.test_itertools.TestExamples.test_repeat test.test_itertools.TestExamples.test_stapmap test.test_itertools.TestExamples.test_takewhile test.test_itertools.TestExamples.test_zip test.test_itertools.TestExamples.test_zip_longest test.test_itertools.TestGC test.test_itertools.TestGC.makecycle test.test_itertools.TestGC.test_accumulate test.test_itertools.TestGC.test_chain test.test_itertools.TestGC.test_chain_from_iterable test.test_itertools.TestGC.test_combinations test.test_itertools.TestGC.test_combinations_with_replacement test.test_itertools.TestGC.test_compress test.test_itertools.TestGC.test_count test.test_itertools.TestGC.test_cycle test.test_itertools.TestGC.test_dropwhile test.test_itertools.TestGC.test_filter test.test_itertools.TestGC.test_filterfalse test.test_itertools.TestGC.test_groupby test.test_itertools.TestGC.test_islice test.test_itertools.TestGC.test_issue2246 test.test_itertools.TestGC.test_map test.test_itertools.TestGC.test_pairwise test.test_itertools.TestGC.test_permutations test.test_itertools.TestGC.test_product test.test_itertools.TestGC.test_repeat test.test_itertools.TestGC.test_starmap test.test_itertools.TestGC.test_takewhile test.test_itertools.TestGC.test_zip test.test_itertools.TestGC.test_zip_longest test.test_itertools.TestPurePythonRoughEquivalents test.test_itertools.TestPurePythonRoughEquivalents.islice test.test_itertools.TestPurePythonRoughEquivalents.test_islice_recipe test.test_itertools.TestVariousIteratorArgs test.test_itertools.TestVariousIteratorArgs.test_accumulate test.test_itertools.TestVariousIteratorArgs.test_chain test.test_itertools.TestVariousIteratorArgs.test_compress test.test_itertools.TestVariousIteratorArgs.test_cycle test.test_itertools.TestVariousIteratorArgs.test_dropwhile test.test_itertools.TestVariousIteratorArgs.test_filter test.test_itertools.TestVariousIteratorArgs.test_filterfalse test.test_itertools.TestVariousIteratorArgs.test_groupby test.test_itertools.TestVariousIteratorArgs.test_islice test.test_itertools.TestVariousIteratorArgs.test_map test.test_itertools.TestVariousIteratorArgs.test_pairwise test.test_itertools.TestVariousIteratorArgs.test_product test.test_itertools.TestVariousIteratorArgs.test_starmap test.test_itertools.TestVariousIteratorArgs.test_takewhile test.test_itertools.TestVariousIteratorArgs.test_tee test.test_itertools.TestVariousIteratorArgs.test_zip test.test_itertools.TestVariousIteratorArgs.test_ziplongest test.test_itertools.X test.test_itertools.X.__init__ test.test_itertools.X.__next__ test.test_itertools.errfunc test.test_itertools.fact test.test_itertools.gen3 test.test_itertools.irange test.test_itertools.isEven test.test_itertools.isOdd test.test_itertools.lzip test.test_itertools.onearg test.test_itertools.prod test.test_itertools.take test.test_itertools.testR test.test_itertools.testR2 test.test_itertools.test_main test.test_itertools.tupleize test.test_itertools.underten 1 items passed all tests: 86 tests in test.test_itertools.__test__.libreftest 86 tests in 184 items. 86 passed and 0 failed. Test passed. doctest (test.test_itertools) ... 86 tests with zero failures 0:08:04 load avg: 0.41 [201/427] test_json json () PASS: Doctest: json encode (json.encoder.JSONEncoder) PASS: Doctest: json.encoder.JSONEncoder.encode PASS: test_pyjson (test.test_json.TestPyTest) PASS: test_cjson (test.test_json.TestCTest) json () PASS: Doctest: json encode (json.encoder.JSONEncoder) PASS: Doctest: json.encoder.JSONEncoder.encode PASS: test_pyjson (test.test_json.TestPyTest) PASS: test_cjson (test.test_json.TestCTest) PASS: test_decimal (test.test_json.test_decode.TestCDecode) PASS: test_decoder_optimizations (test.test_json.test_decode.TestCDecode) PASS: test_empty_objects (test.test_json.test_decode.TestCDecode) PASS: test_extra_data (test.test_json.test_decode.TestCDecode) PASS: test_float (test.test_json.test_decode.TestCDecode) PASS: test_invalid_escape (test.test_json.test_decode.TestCDecode) PASS: test_invalid_input_type (test.test_json.test_decode.TestCDecode) PASS: test_keys_reuse (test.test_json.test_decode.TestCDecode) PASS: test_negative_index (test.test_json.test_decode.TestCDecode) PASS: test_object_pairs_hook (test.test_json.test_decode.TestCDecode) PASS: test_string_with_utf8_bom (test.test_json.test_decode.TestCDecode) PASS: test_decimal (test.test_json.test_decode.TestPyDecode) PASS: test_decoder_optimizations (test.test_json.test_decode.TestPyDecode) PASS: test_empty_objects (test.test_json.test_decode.TestPyDecode) PASS: test_extra_data (test.test_json.test_decode.TestPyDecode) PASS: test_float (test.test_json.test_decode.TestPyDecode) PASS: test_invalid_escape (test.test_json.test_decode.TestPyDecode) PASS: test_invalid_input_type (test.test_json.test_decode.TestPyDecode) PASS: test_keys_reuse (test.test_json.test_decode.TestPyDecode) PASS: test_negative_index (test.test_json.test_decode.TestPyDecode) PASS: test_object_pairs_hook (test.test_json.test_decode.TestPyDecode) PASS: test_string_with_utf8_bom (test.test_json.test_decode.TestPyDecode) PASS: test_default (test.test_json.test_default.TestCDefault) PASS: test_default (test.test_json.test_default.TestPyDefault) PASS: test_dump (test.test_json.test_dump.TestCDump) PASS: test_dump_skipkeys (test.test_json.test_dump.TestCDump) PASS: test_dumps (test.test_json.test_dump.TestCDump) PASS: test_encode_evil_dict (test.test_json.test_dump.TestCDump) PASS: test_encode_mutated (test.test_json.test_dump.TestCDump) PASS: test_encode_truefalse (test.test_json.test_dump.TestCDump) PASS: test_large_list (test.test_json.test_dump.TestCDump) PASS: test_dump (test.test_json.test_dump.TestPyDump) PASS: test_dump_skipkeys (test.test_json.test_dump.TestPyDump) PASS: test_dumps (test.test_json.test_dump.TestPyDump) PASS: test_encode_evil_dict (test.test_json.test_dump.TestPyDump) PASS: test_encode_mutated (test.test_json.test_dump.TestPyDump) PASS: test_encode_truefalse (test.test_json.test_dump.TestPyDump) PASS: test_encode_basestring_ascii (test.test_json.test_encode_basestring_ascii.TestCEncodeBasestringAscii) PASS: test_ordered_dict (test.test_json.test_encode_basestring_ascii.TestCEncodeBasestringAscii) SKIP: test_overflow (test.test_json.test_encode_basestring_ascii.TestCEncodeBasestringAscii) 'not enough memory: 8589934592.0G minimum needed' PASS: test_sorted_dict (test.test_json.test_encode_basestring_ascii.TestCEncodeBasestringAscii) PASS: test_encode_basestring_ascii (test.test_json.test_encode_basestring_ascii.TestPyEncodeBasestringAscii) PASS: test_ordered_dict (test.test_json.test_encode_basestring_ascii.TestPyEncodeBasestringAscii) PASS: test_sorted_dict (test.test_json.test_encode_basestring_ascii.TestPyEncodeBasestringAscii) PASS: test_dict_keys (test.test_json.test_enum.TestCEnum) PASS: test_dict_values (test.test_json.test_enum.TestCEnum) PASS: test_floats (test.test_json.test_enum.TestCEnum) PASS: test_ints (test.test_json.test_enum.TestCEnum) PASS: test_list (test.test_json.test_enum.TestCEnum) PASS: test_weird_floats (test.test_json.test_enum.TestCEnum) PASS: test_dict_keys (test.test_json.test_enum.TestPyEnum) PASS: test_dict_values (test.test_json.test_enum.TestPyEnum) PASS: test_floats (test.test_json.test_enum.TestPyEnum) PASS: test_ints (test.test_json.test_enum.TestPyEnum) PASS: test_list (test.test_json.test_enum.TestPyEnum) PASS: test_weird_floats (test.test_json.test_enum.TestPyEnum) PASS: test_extra_data (test.test_json.test_fail.TestCFail) PASS: test_failures (test.test_json.test_fail.TestCFail) PASS: test_linecol (test.test_json.test_fail.TestCFail) PASS: test_non_string_keys_dict (test.test_json.test_fail.TestCFail) PASS: test_not_serializable (test.test_json.test_fail.TestCFail) PASS: test_truncated_input (test.test_json.test_fail.TestCFail) PASS: test_unexpected_data (test.test_json.test_fail.TestCFail) PASS: test_extra_data (test.test_json.test_fail.TestPyFail) PASS: test_failures (test.test_json.test_fail.TestPyFail) PASS: test_linecol (test.test_json.test_fail.TestPyFail) PASS: test_non_string_keys_dict (test.test_json.test_fail.TestPyFail) PASS: test_not_serializable (test.test_json.test_fail.TestPyFail) PASS: test_truncated_input (test.test_json.test_fail.TestPyFail) PASS: test_unexpected_data (test.test_json.test_fail.TestPyFail) PASS: test_allow_nan (test.test_json.test_float.TestCFloat) PASS: test_floats (test.test_json.test_float.TestCFloat) PASS: test_ints (test.test_json.test_float.TestCFloat) PASS: test_out_of_range (test.test_json.test_float.TestCFloat) PASS: test_allow_nan (test.test_json.test_float.TestPyFloat) PASS: test_floats (test.test_json.test_float.TestPyFloat) PASS: test_ints (test.test_json.test_float.TestPyFloat) PASS: test_out_of_range (test.test_json.test_float.TestPyFloat) PASS: test_indent (test.test_json.test_indent.TestCIndent) PASS: test_indent0 (test.test_json.test_indent.TestCIndent) PASS: test_indent (test.test_json.test_indent.TestPyIndent) PASS: test_indent0 (test.test_json.test_indent.TestPyIndent) PASS: test_parse (test.test_json.test_pass1.TestCPass1) PASS: test_parse (test.test_json.test_pass1.TestPyPass1) PASS: test_parse (test.test_json.test_pass2.TestCPass2) PASS: test_parse (test.test_json.test_pass2.TestPyPass2) PASS: test_parse (test.test_json.test_pass3.TestCPass3) PASS: test_parse (test.test_json.test_pass3.TestPyPass3) PASS: test_defaultrecursion (test.test_json.test_recursion.TestCRecursion) PASS: test_dictrecursion (test.test_json.test_recursion.TestCRecursion) PASS: test_endless_recursion (test.test_json.test_recursion.TestCRecursion) PASS: test_highly_nested_objects_decoding (test.test_json.test_recursion.TestCRecursion) PASS: test_highly_nested_objects_encoding (test.test_json.test_recursion.TestCRecursion) PASS: test_listrecursion (test.test_json.test_recursion.TestCRecursion) PASS: test_defaultrecursion (test.test_json.test_recursion.TestPyRecursion) PASS: test_dictrecursion (test.test_json.test_recursion.TestPyRecursion) PASS: test_endless_recursion (test.test_json.test_recursion.TestPyRecursion) PASS: test_highly_nested_objects_decoding (test.test_json.test_recursion.TestPyRecursion) PASS: test_highly_nested_objects_encoding (test.test_json.test_recursion.TestPyRecursion) PASS: test_listrecursion (test.test_json.test_recursion.TestPyRecursion) PASS: test_bad_escapes (test.test_json.test_scanstring.TestCScanstring) PASS: test_overflow (test.test_json.test_scanstring.TestCScanstring) PASS: test_scanstring (test.test_json.test_scanstring.TestCScanstring) PASS: test_surrogates (test.test_json.test_scanstring.TestCScanstring) PASS: test_bad_escapes (test.test_json.test_scanstring.TestPyScanstring) PASS: test_overflow (test.test_json.test_scanstring.TestPyScanstring) PASS: test_scanstring (test.test_json.test_scanstring.TestPyScanstring) PASS: test_surrogates (test.test_json.test_scanstring.TestPyScanstring) PASS: test_illegal_separators (test.test_json.test_separators.TestCSeparators) PASS: test_separators (test.test_json.test_separators.TestCSeparators) PASS: test_illegal_separators (test.test_json.test_separators.TestPySeparators) PASS: test_separators (test.test_json.test_separators.TestPySeparators) PASS: test_bad_bool_args (test.test_json.test_speedups.TestDecode) PASS: test_make_scanner (test.test_json.test_speedups.TestDecode) PASS: test_bad_bool_args (test.test_json.test_speedups.TestEncode) PASS: test_bad_markers_argument_to_encoder (test.test_json.test_speedups.TestEncode) PASS: test_bad_str_encoder (test.test_json.test_speedups.TestEncode) PASS: test_make_encoder (test.test_json.test_speedups.TestEncode) PASS: test_unsortable_keys (test.test_json.test_speedups.TestEncode) PASS: test_encode_basestring_ascii (test.test_json.test_speedups.TestSpeedups) PASS: test_scanstring (test.test_json.test_speedups.TestSpeedups) PASS: test_broken_pipe_error (test.test_json.test_tool.TestTool) PASS: test_compact (test.test_json.test_tool.TestTool) PASS: test_ensure_ascii_default (test.test_json.test_tool.TestTool) PASS: test_help_flag (test.test_json.test_tool.TestTool) PASS: test_indent (test.test_json.test_tool.TestTool) PASS: test_infile_outfile (test.test_json.test_tool.TestTool) PASS: test_infile_stdout (test.test_json.test_tool.TestTool) PASS: test_jsonlines (test.test_json.test_tool.TestTool) PASS: test_no_ensure_ascii_flag (test.test_json.test_tool.TestTool) PASS: test_no_indent (test.test_json.test_tool.TestTool) PASS: test_non_ascii_infile (test.test_json.test_tool.TestTool) PASS: test_sort_keys_flag (test.test_json.test_tool.TestTool) PASS: test_stdin_stdout (test.test_json.test_tool.TestTool) PASS: test_tab (test.test_json.test_tool.TestTool) PASS: test_writing_in_place (test.test_json.test_tool.TestTool) PASS: test_big_unicode_decode (test.test_json.test_unicode.TestCUnicode) PASS: test_big_unicode_encode (test.test_json.test_unicode.TestCUnicode) PASS: test_bytes_decode (test.test_json.test_unicode.TestCUnicode) PASS: test_bytes_encode (test.test_json.test_unicode.TestCUnicode) PASS: test_encoding3 (test.test_json.test_unicode.TestCUnicode) PASS: test_encoding4 (test.test_json.test_unicode.TestCUnicode) PASS: test_encoding5 (test.test_json.test_unicode.TestCUnicode) PASS: test_encoding6 (test.test_json.test_unicode.TestCUnicode) PASS: test_object_pairs_hook_with_unicode (test.test_json.test_unicode.TestCUnicode) PASS: test_unicode_decode (test.test_json.test_unicode.TestCUnicode) PASS: test_unicode_preservation (test.test_json.test_unicode.TestCUnicode) PASS: test_big_unicode_decode (test.test_json.test_unicode.TestPyUnicode) PASS: test_big_unicode_encode (test.test_json.test_unicode.TestPyUnicode) PASS: test_bytes_decode (test.test_json.test_unicode.TestPyUnicode) PASS: test_bytes_encode (test.test_json.test_unicode.TestPyUnicode) PASS: test_encoding3 (test.test_json.test_unicode.TestPyUnicode) PASS: test_encoding4 (test.test_json.test_unicode.TestPyUnicode) PASS: test_encoding5 (test.test_json.test_unicode.TestPyUnicode) PASS: test_encoding6 (test.test_json.test_unicode.TestPyUnicode) PASS: test_object_pairs_hook_with_unicode (test.test_json.test_unicode.TestPyUnicode) PASS: test_unicode_decode (test.test_json.test_unicode.TestPyUnicode) PASS: test_unicode_preservation (test.test_json.test_unicode.TestPyUnicode) ---------------------------------------------------------------------- Ran 166 tests in 1.645s OK (skipped=1) 0:08:06 load avg: 0.41 [202/427] test_keyword PASS: test_all_keywords_fail_to_be_used_as_names (test.test_keyword.Test_iskeyword) PASS: test_async_and_await_are_keywords (test.test_keyword.Test_iskeyword) PASS: test_changing_the_kwlist_does_not_affect_iskeyword (test.test_keyword.Test_iskeyword) PASS: test_keywords_are_sorted (test.test_keyword.Test_iskeyword) PASS: test_none_value_is_not_a_keyword (test.test_keyword.Test_iskeyword) PASS: test_true_is_a_keyword (test.test_keyword.Test_iskeyword) PASS: test_uppercase_true_is_not_a_keyword (test.test_keyword.Test_iskeyword) ---------------------------------------------------------------------- Ran 7 tests in 0.002s OK 0:08:06 load avg: 0.46 [203/427] test_keywordonlyarg PASS: testFunctionCall (test.test_keywordonlyarg.KeywordOnlyArgTestCase) PASS: testKwDefaults (test.test_keywordonlyarg.KeywordOnlyArgTestCase) PASS: testRaiseErrorFuncallWithUnexpectedKeywordArgument (test.test_keywordonlyarg.KeywordOnlyArgTestCase) PASS: testSyntaxErrorForFunctionCall (test.test_keywordonlyarg.KeywordOnlyArgTestCase) PASS: testSyntaxErrorForFunctionDefinition (test.test_keywordonlyarg.KeywordOnlyArgTestCase) PASS: testSyntaxForManyArguments (test.test_keywordonlyarg.KeywordOnlyArgTestCase) PASS: testTooManyPositionalErrorMessage (test.test_keywordonlyarg.KeywordOnlyArgTestCase) PASS: test_default_evaluation_order (test.test_keywordonlyarg.KeywordOnlyArgTestCase) PASS: test_issue13343 (test.test_keywordonlyarg.KeywordOnlyArgTestCase) PASS: test_kwonly_methods (test.test_keywordonlyarg.KeywordOnlyArgTestCase) PASS: test_mangling (test.test_keywordonlyarg.KeywordOnlyArgTestCase) ---------------------------------------------------------------------- Ran 11 tests in 0.003s OK 0:08:07 load avg: 0.46 [204/427] test_kqueue test_kqueue skipped -- test works only on BSD 0:08:07 load avg: 0.46 [205/427] test_largefile -- test_kqueue skipped SKIP: test_large_read (test.test_largefile.CLargeFileTest) 'not enough memory: 4.7G minimum needed' PASS: test_lseek (test.test_largefile.CLargeFileTest) PASS: test_osstat (test.test_largefile.CLargeFileTest) PASS: test_seek_read (test.test_largefile.CLargeFileTest) PASS: test_seekable (test.test_largefile.CLargeFileTest) PASS: test_truncate (test.test_largefile.CLargeFileTest) SKIP: test_large_read (test.test_largefile.PyLargeFileTest) 'not enough memory: 4.7G minimum needed' PASS: test_lseek (test.test_largefile.PyLargeFileTest) PASS: test_osstat (test.test_largefile.PyLargeFileTest) PASS: test_seek_read (test.test_largefile.PyLargeFileTest) PASS: test_seekable (test.test_largefile.PyLargeFileTest) PASS: test_truncate (test.test_largefile.PyLargeFileTest) SKIP: test_it (test.test_largefile.TestCopyfile) 'required 5960 MiB of free disk space' SKIP: test_it (test.test_largefile.TestSocketSendfile) 'required 5960 MiB of free disk space' ---------------------------------------------------------------------- Ran 14 tests in 0.005s OK (skipped=4) 0:08:08 load avg: 0.46 [206/427] test_lib2to3 SKIP: test_all_project_files (lib2to3.tests.test_all_fixers.Test_all) "resource 'cpu' is not enabled" PASS: test_1 (lib2to3.tests.test_fixers.Test_apply) PASS: test_2 (lib2to3.tests.test_fixers.Test_apply) PASS: test_3 (lib2to3.tests.test_fixers.Test_apply) PASS: test_4 (lib2to3.tests.test_fixers.Test_apply) PASS: test_5 (lib2to3.tests.test_fixers.Test_apply) PASS: test_6 (lib2to3.tests.test_fixers.Test_apply) PASS: test_call (lib2to3.tests.test_fixers.Test_apply) PASS: test_complex_1 (lib2to3.tests.test_fixers.Test_apply) PASS: test_complex_2 (lib2to3.tests.test_fixers.Test_apply) PASS: test_complex_3 (lib2to3.tests.test_fixers.Test_apply) PASS: test_dotted_name (lib2to3.tests.test_fixers.Test_apply) PASS: test_extreme (lib2to3.tests.test_fixers.Test_apply) PASS: test_space_1 (lib2to3.tests.test_fixers.Test_apply) PASS: test_space_2 (lib2to3.tests.test_fixers.Test_apply) PASS: test_subscript (lib2to3.tests.test_fixers.Test_apply) PASS: test_unchanged_1 (lib2to3.tests.test_fixers.Test_apply) PASS: test_unchanged_2 (lib2to3.tests.test_fixers.Test_apply) PASS: test_unchanged_3 (lib2to3.tests.test_fixers.Test_apply) PASS: test_unchanged_4 (lib2to3.tests.test_fixers.Test_apply) PASS: test_unchanged_5 (lib2to3.tests.test_fixers.Test_apply) PASS: test_unchanged_6 (lib2to3.tests.test_fixers.Test_apply) PASS: test_unchanged_6b (lib2to3.tests.test_fixers.Test_apply) PASS: test_unchanged_7 (lib2to3.tests.test_fixers.Test_apply) PASS: test_unchanged_8 (lib2to3.tests.test_fixers.Test_apply) PASS: test_unchanged_9 (lib2to3.tests.test_fixers.Test_apply) PASS: test_weird_comments (lib2to3.tests.test_fixers.Test_apply) PASS: test_deprecated_names (lib2to3.tests.test_fixers.Test_asserts) PASS: test_unchanged (lib2to3.tests.test_fixers.Test_asserts) PASS: test_variants (lib2to3.tests.test_fixers.Test_asserts) PASS: test_basestring (lib2to3.tests.test_fixers.Test_basestring) PASS: test_buffer (lib2to3.tests.test_fixers.Test_buffer) PASS: test_slicing (lib2to3.tests.test_fixers.Test_buffer) PASS: test_01 (lib2to3.tests.test_fixers.Test_dict) PASS: test_02 (lib2to3.tests.test_fixers.Test_dict) PASS: test_03 (lib2to3.tests.test_fixers.Test_dict) PASS: test_04 (lib2to3.tests.test_fixers.Test_dict) PASS: test_05 (lib2to3.tests.test_fixers.Test_dict) PASS: test_06 (lib2to3.tests.test_fixers.Test_dict) PASS: test_07 (lib2to3.tests.test_fixers.Test_dict) PASS: test_08 (lib2to3.tests.test_fixers.Test_dict) PASS: test_09 (lib2to3.tests.test_fixers.Test_dict) PASS: test_10 (lib2to3.tests.test_fixers.Test_dict) PASS: test_11 (lib2to3.tests.test_fixers.Test_dict) PASS: test_12 (lib2to3.tests.test_fixers.Test_dict) PASS: test_13 (lib2to3.tests.test_fixers.Test_dict) PASS: test_14 (lib2to3.tests.test_fixers.Test_dict) PASS: test_15 (lib2to3.tests.test_fixers.Test_dict) PASS: test_16 (lib2to3.tests.test_fixers.Test_dict) PASS: test_17 (lib2to3.tests.test_fixers.Test_dict) PASS: test_18 (lib2to3.tests.test_fixers.Test_dict) PASS: test_19 (lib2to3.tests.test_fixers.Test_dict) PASS: test_20 (lib2to3.tests.test_fixers.Test_dict) PASS: test_21 (lib2to3.tests.test_fixers.Test_dict) PASS: test_22 (lib2to3.tests.test_fixers.Test_dict) PASS: test_23 (lib2to3.tests.test_fixers.Test_dict) PASS: test_24 (lib2to3.tests.test_fixers.Test_dict) PASS: test_25 (lib2to3.tests.test_fixers.Test_dict) PASS: test_26 (lib2to3.tests.test_fixers.Test_dict) PASS: test_27 (lib2to3.tests.test_fixers.Test_dict) PASS: test_28 (lib2to3.tests.test_fixers.Test_dict) PASS: test_29 (lib2to3.tests.test_fixers.Test_dict) PASS: test_30 (lib2to3.tests.test_fixers.Test_dict) PASS: test_31 (lib2to3.tests.test_fixers.Test_dict) PASS: test_32 (lib2to3.tests.test_fixers.Test_dict) PASS: test_prefix_preservation (lib2to3.tests.test_fixers.Test_dict) PASS: test_trailing_comment (lib2to3.tests.test_fixers.Test_dict) PASS: test_unchanged (lib2to3.tests.test_fixers.Test_dict) PASS: test_bare_except (lib2to3.tests.test_fixers.Test_except) PASS: test_bare_except_and_else_finally (lib2to3.tests.test_fixers.Test_except) PASS: test_list_unpack (lib2to3.tests.test_fixers.Test_except) PASS: test_multi_class (lib2to3.tests.test_fixers.Test_except) PASS: test_multi_fixed_excepts_before_bare_except (lib2to3.tests.test_fixers.Test_except) PASS: test_one_line_suites (lib2to3.tests.test_fixers.Test_except) PASS: test_prefix_preservation (lib2to3.tests.test_fixers.Test_except) PASS: test_simple (lib2to3.tests.test_fixers.Test_except) PASS: test_simple_no_space_before_target (lib2to3.tests.test_fixers.Test_except) PASS: test_tuple_unpack (lib2to3.tests.test_fixers.Test_except) PASS: test_unchanged_1 (lib2to3.tests.test_fixers.Test_except) PASS: test_unchanged_2 (lib2to3.tests.test_fixers.Test_except) PASS: test_unchanged_3 (lib2to3.tests.test_fixers.Test_except) PASS: test_weird_target_1 (lib2to3.tests.test_fixers.Test_except) PASS: test_weird_target_2 (lib2to3.tests.test_fixers.Test_except) PASS: test_weird_target_3 (lib2to3.tests.test_fixers.Test_except) PASS: test_basic (lib2to3.tests.test_fixers.Test_exec) PASS: test_complex_1 (lib2to3.tests.test_fixers.Test_exec) PASS: test_complex_2 (lib2to3.tests.test_fixers.Test_exec) PASS: test_prefix_preservation (lib2to3.tests.test_fixers.Test_exec) PASS: test_unchanged_1 (lib2to3.tests.test_fixers.Test_exec) PASS: test_unchanged_2 (lib2to3.tests.test_fixers.Test_exec) PASS: test_unchanged_3 (lib2to3.tests.test_fixers.Test_exec) PASS: test_unchanged_4 (lib2to3.tests.test_fixers.Test_exec) PASS: test_with_globals (lib2to3.tests.test_fixers.Test_exec) PASS: test_with_globals_locals (lib2to3.tests.test_fixers.Test_exec) PASS: test_conversion (lib2to3.tests.test_fixers.Test_execfile) PASS: test_spacing (lib2to3.tests.test_fixers.Test_execfile) PASS: test_comments (lib2to3.tests.test_fixers.Test_exitfunc) PASS: test_complex_expression (lib2to3.tests.test_fixers.Test_exitfunc) PASS: test_in_a_function (lib2to3.tests.test_fixers.Test_exitfunc) PASS: test_names_import (lib2to3.tests.test_fixers.Test_exitfunc) PASS: test_no_sys_import (lib2to3.tests.test_fixers.Test_exitfunc) PASS: test_simple (lib2to3.tests.test_fixers.Test_exitfunc) PASS: test_unchanged (lib2to3.tests.test_fixers.Test_exitfunc) PASS: test_filter_basic (lib2to3.tests.test_fixers.Test_filter) PASS: test_filter_nochange (lib2to3.tests.test_fixers.Test_filter) PASS: test_filter_trailers (lib2to3.tests.test_fixers.Test_filter) PASS: test_future_builtins (lib2to3.tests.test_fixers.Test_filter) PASS: test_prefix_preservation (lib2to3.tests.test_fixers.Test_filter) PASS: test (lib2to3.tests.test_fixers.Test_funcattrs) PASS: test_unchanged (lib2to3.tests.test_fixers.Test_funcattrs) PASS: test_future (lib2to3.tests.test_fixers.Test_future) PASS: test_run_order (lib2to3.tests.test_fixers.Test_future) PASS: test_basic (lib2to3.tests.test_fixers.Test_getcwdu) PASS: test_comment (lib2to3.tests.test_fixers.Test_getcwdu) PASS: test_indentation (lib2to3.tests.test_fixers.Test_getcwdu) PASS: test_multilation (lib2to3.tests.test_fixers.Test_getcwdu) PASS: test_unchanged (lib2to3.tests.test_fixers.Test_getcwdu) PASS: test_1 (lib2to3.tests.test_fixers.Test_has_key) PASS: test_10 (lib2to3.tests.test_fixers.Test_has_key) PASS: test_11 (lib2to3.tests.test_fixers.Test_has_key) PASS: test_2 (lib2to3.tests.test_fixers.Test_has_key) PASS: test_3 (lib2to3.tests.test_fixers.Test_has_key) PASS: test_4 (lib2to3.tests.test_fixers.Test_has_key) PASS: test_5 (lib2to3.tests.test_fixers.Test_has_key) PASS: test_6 (lib2to3.tests.test_fixers.Test_has_key) PASS: test_7 (lib2to3.tests.test_fixers.Test_has_key) PASS: test_8 (lib2to3.tests.test_fixers.Test_has_key) PASS: test_9 (lib2to3.tests.test_fixers.Test_has_key) PASS: test_eq_expression (lib2to3.tests.test_fixers.Test_idioms) PASS: test_eq_reverse (lib2to3.tests.test_fixers.Test_idioms) PASS: test_eq_simple (lib2to3.tests.test_fixers.Test_idioms) PASS: test_is_expression (lib2to3.tests.test_fixers.Test_idioms) PASS: test_is_not_expression (lib2to3.tests.test_fixers.Test_idioms) PASS: test_is_not_reverse (lib2to3.tests.test_fixers.Test_idioms) PASS: test_is_not_simple (lib2to3.tests.test_fixers.Test_idioms) PASS: test_is_reverse (lib2to3.tests.test_fixers.Test_idioms) PASS: test_is_simple (lib2to3.tests.test_fixers.Test_idioms) PASS: test_ne_expression (lib2to3.tests.test_fixers.Test_idioms) PASS: test_ne_reverse (lib2to3.tests.test_fixers.Test_idioms) PASS: test_ne_simple (lib2to3.tests.test_fixers.Test_idioms) PASS: test_sort_list_call (lib2to3.tests.test_fixers.Test_idioms) PASS: test_sort_simple_expr (lib2to3.tests.test_fixers.Test_idioms) PASS: test_sort_unchanged (lib2to3.tests.test_fixers.Test_idioms) PASS: test_type_unchanged (lib2to3.tests.test_fixers.Test_idioms) PASS: test_while (lib2to3.tests.test_fixers.Test_idioms) PASS: test_while_unchanged (lib2to3.tests.test_fixers.Test_idioms) PASS: test_already_relative_import (lib2to3.tests.test_fixers.Test_import) PASS: test_comments_and_indent (lib2to3.tests.test_fixers.Test_import) PASS: test_dotted_from (lib2to3.tests.test_fixers.Test_import) PASS: test_dotted_import (lib2to3.tests.test_fixers.Test_import) PASS: test_dotted_import_as (lib2to3.tests.test_fixers.Test_import) PASS: test_files_checked (lib2to3.tests.test_fixers.Test_import) PASS: test_from (lib2to3.tests.test_fixers.Test_import) PASS: test_from_as (lib2to3.tests.test_fixers.Test_import) PASS: test_import (lib2to3.tests.test_fixers.Test_import) PASS: test_import_as (lib2to3.tests.test_fixers.Test_import) PASS: test_import_from_package (lib2to3.tests.test_fixers.Test_import) PASS: test_in_package (lib2to3.tests.test_fixers.Test_import) PASS: test_local_and_absolute (lib2to3.tests.test_fixers.Test_import) PASS: test_not_in_package (lib2to3.tests.test_fixers.Test_import) PASS: test_prefix (lib2to3.tests.test_fixers.Test_import) PASS: test_with_absolute_import_enabled (lib2to3.tests.test_fixers.Test_import) PASS: test_import_from (lib2to3.tests.test_fixers.Test_imports) PASS: test_import_from_as (lib2to3.tests.test_fixers.Test_imports) PASS: test_import_module (lib2to3.tests.test_fixers.Test_imports) PASS: test_import_module_as (lib2to3.tests.test_fixers.Test_imports) PASS: test_import_module_usage (lib2to3.tests.test_fixers.Test_imports) PASS: test_multiple_imports (lib2to3.tests.test_fixers.Test_imports) PASS: test_multiple_imports_as (lib2to3.tests.test_fixers.Test_imports) PASS: test_star (lib2to3.tests.test_fixers.Test_imports) PASS: test_import_from (lib2to3.tests.test_fixers.Test_imports2) PASS: test_import_from_as (lib2to3.tests.test_fixers.Test_imports2) PASS: test_import_module (lib2to3.tests.test_fixers.Test_imports2) PASS: test_import_module_as (lib2to3.tests.test_fixers.Test_imports2) PASS: test_import_module_usage (lib2to3.tests.test_fixers.Test_imports2) PASS: test_star (lib2to3.tests.test_fixers.Test_imports2) PASS: test_after_local_imports_refactoring (lib2to3.tests.test_fixers.Test_imports_fixer_order) PASS: test_import_from (lib2to3.tests.test_fixers.Test_imports_fixer_order) PASS: test_import_from_as (lib2to3.tests.test_fixers.Test_imports_fixer_order) PASS: test_import_module (lib2to3.tests.test_fixers.Test_imports_fixer_order) PASS: test_import_module_as (lib2to3.tests.test_fixers.Test_imports_fixer_order) PASS: test_import_module_usage (lib2to3.tests.test_fixers.Test_imports_fixer_order) PASS: test_star (lib2to3.tests.test_fixers.Test_imports_fixer_order) PASS: test_1 (lib2to3.tests.test_fixers.Test_input) PASS: test_2 (lib2to3.tests.test_fixers.Test_input) PASS: test_3 (lib2to3.tests.test_fixers.Test_input) PASS: test_4 (lib2to3.tests.test_fixers.Test_input) PASS: test_idempotency (lib2to3.tests.test_fixers.Test_input) PASS: test_prefix_preservation (lib2to3.tests.test_fixers.Test_input) PASS: test_trailing_comment (lib2to3.tests.test_fixers.Test_input) PASS: test (lib2to3.tests.test_fixers.Test_intern) PASS: test_prefix_preservation (lib2to3.tests.test_fixers.Test_intern) PASS: test_unchanged (lib2to3.tests.test_fixers.Test_intern) PASS: test_prefix_preservation (lib2to3.tests.test_fixers.Test_isinstance) PASS: test_remove_multiple_items (lib2to3.tests.test_fixers.Test_isinstance) PASS: test_unchanged (lib2to3.tests.test_fixers.Test_isinstance) PASS: test_0 (lib2to3.tests.test_fixers.Test_itertools) PASS: test_1 (lib2to3.tests.test_fixers.Test_itertools) PASS: test_2 (lib2to3.tests.test_fixers.Test_itertools) PASS: test_qualified (lib2to3.tests.test_fixers.Test_itertools) PASS: test_run_order (lib2to3.tests.test_fixers.Test_itertools) PASS: test_space_1 (lib2to3.tests.test_fixers.Test_itertools) PASS: test_space_2 (lib2to3.tests.test_fixers.Test_itertools) PASS: test_comments (lib2to3.tests.test_fixers.Test_itertools_imports) PASS: test_ifilter_and_zip_longest (lib2to3.tests.test_fixers.Test_itertools_imports) PASS: test_import_as (lib2to3.tests.test_fixers.Test_itertools_imports) PASS: test_import_star (lib2to3.tests.test_fixers.Test_itertools_imports) PASS: test_none (lib2to3.tests.test_fixers.Test_itertools_imports) PASS: test_reduced (lib2to3.tests.test_fixers.Test_itertools_imports) PASS: test_unchanged (lib2to3.tests.test_fixers.Test_itertools_imports) PASS: test_1 (lib2to3.tests.test_fixers.Test_long) PASS: test_2 (lib2to3.tests.test_fixers.Test_long) PASS: test_3 (lib2to3.tests.test_fixers.Test_long) PASS: test_prefix_preservation (lib2to3.tests.test_fixers.Test_long) PASS: test_unchanged (lib2to3.tests.test_fixers.Test_long) PASS: test_None_with_multiple_arguments (lib2to3.tests.test_fixers.Test_map) PASS: test_future_builtins (lib2to3.tests.test_fixers.Test_map) PASS: test_map_basic (lib2to3.tests.test_fixers.Test_map) PASS: test_map_nochange (lib2to3.tests.test_fixers.Test_map) PASS: test_map_trailers (lib2to3.tests.test_fixers.Test_map) PASS: test_prefix_preservation (lib2to3.tests.test_fixers.Test_map) PASS: test_trailing_comment (lib2to3.tests.test_fixers.Test_map) PASS: test_comments (lib2to3.tests.test_fixers.Test_metaclass) PASS: test_meta (lib2to3.tests.test_fixers.Test_metaclass) PASS: test_unchanged (lib2to3.tests.test_fixers.Test_metaclass) PASS: test (lib2to3.tests.test_fixers.Test_methodattrs) PASS: test_unchanged (lib2to3.tests.test_fixers.Test_methodattrs) PASS: test_basic (lib2to3.tests.test_fixers.Test_ne) PASS: test_chained (lib2to3.tests.test_fixers.Test_ne) PASS: test_no_spaces (lib2to3.tests.test_fixers.Test_ne) PASS: test_1 (lib2to3.tests.test_fixers.Test_next) PASS: test_2 (lib2to3.tests.test_fixers.Test_next) PASS: test_3 (lib2to3.tests.test_fixers.Test_next) PASS: test_4 (lib2to3.tests.test_fixers.Test_next) PASS: test_5 (lib2to3.tests.test_fixers.Test_next) PASS: test_6 (lib2to3.tests.test_fixers.Test_next) PASS: test_assign_to_next (lib2to3.tests.test_fixers.Test_next) PASS: test_assign_to_next_in_list (lib2to3.tests.test_fixers.Test_next) PASS: test_assign_to_next_in_tuple (lib2to3.tests.test_fixers.Test_next) PASS: test_builtin_assign (lib2to3.tests.test_fixers.Test_next) PASS: test_builtin_assign_in_list (lib2to3.tests.test_fixers.Test_next) PASS: test_builtin_assign_in_tuple (lib2to3.tests.test_fixers.Test_next) PASS: test_method_1 (lib2to3.tests.test_fixers.Test_next) PASS: test_method_2 (lib2to3.tests.test_fixers.Test_next) PASS: test_method_3 (lib2to3.tests.test_fixers.Test_next) PASS: test_method_4 (lib2to3.tests.test_fixers.Test_next) PASS: test_method_unchanged (lib2to3.tests.test_fixers.Test_next) PASS: test_noncall_access_1 (lib2to3.tests.test_fixers.Test_next) PASS: test_noncall_access_2 (lib2to3.tests.test_fixers.Test_next) PASS: test_noncall_access_3 (lib2to3.tests.test_fixers.Test_next) PASS: test_prefix_preservation_1 (lib2to3.tests.test_fixers.Test_next) PASS: test_prefix_preservation_2 (lib2to3.tests.test_fixers.Test_next) PASS: test_prefix_preservation_3 (lib2to3.tests.test_fixers.Test_next) PASS: test_prefix_preservation_4 (lib2to3.tests.test_fixers.Test_next) PASS: test_prefix_preservation_5 (lib2to3.tests.test_fixers.Test_next) PASS: test_prefix_preservation_6 (lib2to3.tests.test_fixers.Test_next) PASS: test_shadowing_assign_list_1 (lib2to3.tests.test_fixers.Test_next) PASS: test_shadowing_assign_list_2 (lib2to3.tests.test_fixers.Test_next) PASS: test_shadowing_assign_simple (lib2to3.tests.test_fixers.Test_next) PASS: test_shadowing_assign_tuple_1 (lib2to3.tests.test_fixers.Test_next) PASS: test_shadowing_assign_tuple_2 (lib2to3.tests.test_fixers.Test_next) PASS: test_shadowing_for_simple (lib2to3.tests.test_fixers.Test_next) PASS: test_shadowing_for_tuple_1 (lib2to3.tests.test_fixers.Test_next) PASS: test_shadowing_for_tuple_2 (lib2to3.tests.test_fixers.Test_next) PASS: test_shadowing_funcdef_1 (lib2to3.tests.test_fixers.Test_next) PASS: test_shadowing_funcdef_2 (lib2to3.tests.test_fixers.Test_next) PASS: test_shadowing_global_1 (lib2to3.tests.test_fixers.Test_next) PASS: test_shadowing_global_2 (lib2to3.tests.test_fixers.Test_next) PASS: test_shadowing_import_1 (lib2to3.tests.test_fixers.Test_next) PASS: test_shadowing_import_2 (lib2to3.tests.test_fixers.Test_next) PASS: test_shadowing_import_3 (lib2to3.tests.test_fixers.Test_next) PASS: test_shadowing_import_from_1 (lib2to3.tests.test_fixers.Test_next) PASS: test_shadowing_import_from_2 (lib2to3.tests.test_fixers.Test_next) PASS: test_shadowing_import_from_3 (lib2to3.tests.test_fixers.Test_next) PASS: test_shadowing_import_from_4 (lib2to3.tests.test_fixers.Test_next) PASS: test_1 (lib2to3.tests.test_fixers.Test_nonzero) PASS: test_2 (lib2to3.tests.test_fixers.Test_nonzero) PASS: test_unchanged_1 (lib2to3.tests.test_fixers.Test_nonzero) PASS: test_unchanged_2 (lib2to3.tests.test_fixers.Test_nonzero) PASS: test_unchanged_func (lib2to3.tests.test_fixers.Test_nonzero) PASS: test_comments_and_spacing (lib2to3.tests.test_fixers.Test_numliterals) PASS: test_long_hex (lib2to3.tests.test_fixers.Test_numliterals) PASS: test_long_int_1 (lib2to3.tests.test_fixers.Test_numliterals) PASS: test_long_int_2 (lib2to3.tests.test_fixers.Test_numliterals) PASS: test_octal_1 (lib2to3.tests.test_fixers.Test_numliterals) PASS: test_unchanged_complex_bare (lib2to3.tests.test_fixers.Test_numliterals) PASS: test_unchanged_complex_float (lib2to3.tests.test_fixers.Test_numliterals) PASS: test_unchanged_complex_int (lib2to3.tests.test_fixers.Test_numliterals) PASS: test_unchanged_exp (lib2to3.tests.test_fixers.Test_numliterals) PASS: test_unchanged_float (lib2to3.tests.test_fixers.Test_numliterals) PASS: test_unchanged_hex (lib2to3.tests.test_fixers.Test_numliterals) PASS: test_unchanged_int (lib2to3.tests.test_fixers.Test_numliterals) PASS: test_unchanged_octal (lib2to3.tests.test_fixers.Test_numliterals) PASS: test_bare_isCallable (lib2to3.tests.test_fixers.Test_operator) PASS: test_bare_operator_irepeat (lib2to3.tests.test_fixers.Test_operator) PASS: test_bare_operator_isMappingType (lib2to3.tests.test_fixers.Test_operator) PASS: test_bare_operator_isNumberType (lib2to3.tests.test_fixers.Test_operator) PASS: test_bare_operator_isSequenceType (lib2to3.tests.test_fixers.Test_operator) PASS: test_bare_operator_repeat (lib2to3.tests.test_fixers.Test_operator) PASS: test_bare_sequenceIncludes (lib2to3.tests.test_fixers.Test_operator) PASS: test_operator_irepeat (lib2to3.tests.test_fixers.Test_operator) PASS: test_operator_isCallable (lib2to3.tests.test_fixers.Test_operator) PASS: test_operator_isMappingType (lib2to3.tests.test_fixers.Test_operator) PASS: test_operator_isNumberType (lib2to3.tests.test_fixers.Test_operator) PASS: test_operator_isSequenceType (lib2to3.tests.test_fixers.Test_operator) PASS: test_operator_repeat (lib2to3.tests.test_fixers.Test_operator) PASS: test_operator_sequenceIncludes (lib2to3.tests.test_fixers.Test_operator) PASS: test_0 (lib2to3.tests.test_fixers.Test_paren) PASS: test_1 (lib2to3.tests.test_fixers.Test_paren) PASS: test_2 (lib2to3.tests.test_fixers.Test_paren) PASS: test_3 (lib2to3.tests.test_fixers.Test_paren) PASS: test_4 (lib2to3.tests.test_fixers.Test_paren) PASS: test_5 (lib2to3.tests.test_fixers.Test_paren) PASS: test_6 (lib2to3.tests.test_fixers.Test_paren) PASS: test_unchanged_0 (lib2to3.tests.test_fixers.Test_paren) PASS: test_unchanged_1 (lib2to3.tests.test_fixers.Test_paren) PASS: test_unchanged_2 (lib2to3.tests.test_fixers.Test_paren) PASS: test_unchanged_3 (lib2to3.tests.test_fixers.Test_paren) PASS: test_unchanged_4 (lib2to3.tests.test_fixers.Test_paren) PASS: test_1 (lib2to3.tests.test_fixers.Test_print) PASS: test_2 (lib2to3.tests.test_fixers.Test_print) PASS: test_3 (lib2to3.tests.test_fixers.Test_print) PASS: test_4 (lib2to3.tests.test_fixers.Test_print) PASS: test_5 (lib2to3.tests.test_fixers.Test_print) PASS: test_idempotency (lib2to3.tests.test_fixers.Test_print) PASS: test_idempotency_print_as_function (lib2to3.tests.test_fixers.Test_print) PASS: test_no_trailing_comma (lib2to3.tests.test_fixers.Test_print) PASS: test_prefix_preservation (lib2to3.tests.test_fixers.Test_print) PASS: test_spaces_before_file (lib2to3.tests.test_fixers.Test_print) PASS: test_trailing_comma_1 (lib2to3.tests.test_fixers.Test_print) PASS: test_trailing_comma_2 (lib2to3.tests.test_fixers.Test_print) PASS: test_trailing_comma_3 (lib2to3.tests.test_fixers.Test_print) PASS: test_tuple (lib2to3.tests.test_fixers.Test_print) PASS: test_vargs_without_trailing_comma (lib2to3.tests.test_fixers.Test_print) PASS: test_with_future_print_function (lib2to3.tests.test_fixers.Test_print) PASS: test_with_trailing_comma (lib2to3.tests.test_fixers.Test_print) PASS: test_None_value (lib2to3.tests.test_fixers.Test_raise) PASS: test_basic (lib2to3.tests.test_fixers.Test_raise) PASS: test_prefix_preservation (lib2to3.tests.test_fixers.Test_raise) PASS: test_string_exc (lib2to3.tests.test_fixers.Test_raise) PASS: test_string_exc_val (lib2to3.tests.test_fixers.Test_raise) PASS: test_string_exc_val_tb (lib2to3.tests.test_fixers.Test_raise) PASS: test_tb_1 (lib2to3.tests.test_fixers.Test_raise) PASS: test_tb_2 (lib2to3.tests.test_fixers.Test_raise) PASS: test_tb_3 (lib2to3.tests.test_fixers.Test_raise) PASS: test_tb_4 (lib2to3.tests.test_fixers.Test_raise) PASS: test_tb_5 (lib2to3.tests.test_fixers.Test_raise) PASS: test_tb_6 (lib2to3.tests.test_fixers.Test_raise) PASS: test_tuple_detection (lib2to3.tests.test_fixers.Test_raise) PASS: test_tuple_exc_1 (lib2to3.tests.test_fixers.Test_raise) PASS: test_tuple_exc_2 (lib2to3.tests.test_fixers.Test_raise) PASS: test_tuple_value (lib2to3.tests.test_fixers.Test_raise) PASS: test_with_comments (lib2to3.tests.test_fixers.Test_raise) PASS: test_1 (lib2to3.tests.test_fixers.Test_raw_input) PASS: test_2 (lib2to3.tests.test_fixers.Test_raw_input) PASS: test_3 (lib2to3.tests.test_fixers.Test_raw_input) PASS: test_4 (lib2to3.tests.test_fixers.Test_raw_input) PASS: test_5 (lib2to3.tests.test_fixers.Test_raw_input) PASS: test_6 (lib2to3.tests.test_fixers.Test_raw_input) PASS: test_8 (lib2to3.tests.test_fixers.Test_raw_input) PASS: test_prefix_preservation (lib2to3.tests.test_fixers.Test_raw_input) PASS: test_bug_7253 (lib2to3.tests.test_fixers.Test_reduce) PASS: test_call_with_lambda (lib2to3.tests.test_fixers.Test_reduce) PASS: test_simple_call (lib2to3.tests.test_fixers.Test_reduce) PASS: test_unchanged (lib2to3.tests.test_fixers.Test_reduce) PASS: test (lib2to3.tests.test_fixers.Test_reload) PASS: test_comment (lib2to3.tests.test_fixers.Test_reload) PASS: test_space (lib2to3.tests.test_fixers.Test_reload) PASS: test_unchanged (lib2to3.tests.test_fixers.Test_reload) PASS: test_import_from (lib2to3.tests.test_fixers.Test_renames) PASS: test_import_from_as (lib2to3.tests.test_fixers.Test_renames) PASS: test_import_module_usage (lib2to3.tests.test_fixers.Test_renames) PASS: test_complex (lib2to3.tests.test_fixers.Test_repr) PASS: test_nested (lib2to3.tests.test_fixers.Test_repr) PASS: test_nested_tuples (lib2to3.tests.test_fixers.Test_repr) PASS: test_prefix_preservation (lib2to3.tests.test_fixers.Test_repr) PASS: test_simple_1 (lib2to3.tests.test_fixers.Test_repr) PASS: test_simple_2 (lib2to3.tests.test_fixers.Test_repr) PASS: test_tuple (lib2to3.tests.test_fixers.Test_repr) PASS: test_basic (lib2to3.tests.test_fixers.Test_set_literal) PASS: test_comments (lib2to3.tests.test_fixers.Test_set_literal) PASS: test_listcomps (lib2to3.tests.test_fixers.Test_set_literal) PASS: test_unchanged (lib2to3.tests.test_fixers.Test_set_literal) PASS: test_whitespace (lib2to3.tests.test_fixers.Test_set_literal) PASS: test (lib2to3.tests.test_fixers.Test_standarderror) PASS: test_0 (lib2to3.tests.test_fixers.Test_sys_exc) PASS: test_1 (lib2to3.tests.test_fixers.Test_sys_exc) PASS: test_2 (lib2to3.tests.test_fixers.Test_sys_exc) PASS: test_3 (lib2to3.tests.test_fixers.Test_sys_exc) PASS: test_4 (lib2to3.tests.test_fixers.Test_sys_exc) PASS: test_5 (lib2to3.tests.test_fixers.Test_sys_exc) PASS: test_1 (lib2to3.tests.test_fixers.Test_throw) PASS: test_2 (lib2to3.tests.test_fixers.Test_throw) PASS: test_3 (lib2to3.tests.test_fixers.Test_throw) PASS: test_4 (lib2to3.tests.test_fixers.Test_throw) PASS: test_tb_1 (lib2to3.tests.test_fixers.Test_throw) PASS: test_tb_2 (lib2to3.tests.test_fixers.Test_throw) PASS: test_tb_3 (lib2to3.tests.test_fixers.Test_throw) PASS: test_tb_4 (lib2to3.tests.test_fixers.Test_throw) PASS: test_tb_5 (lib2to3.tests.test_fixers.Test_throw) PASS: test_tb_6 (lib2to3.tests.test_fixers.Test_throw) PASS: test_tb_7 (lib2to3.tests.test_fixers.Test_throw) PASS: test_tb_8 (lib2to3.tests.test_fixers.Test_throw) PASS: test_untouched_1 (lib2to3.tests.test_fixers.Test_throw) PASS: test_untouched_2 (lib2to3.tests.test_fixers.Test_throw) PASS: test_untouched_3 (lib2to3.tests.test_fixers.Test_throw) PASS: test_warn_1 (lib2to3.tests.test_fixers.Test_throw) PASS: test_warn_2 (lib2to3.tests.test_fixers.Test_throw) PASS: test_warn_3 (lib2to3.tests.test_fixers.Test_throw) PASS: test_1 (lib2to3.tests.test_fixers.Test_tuple_params) PASS: test_2 (lib2to3.tests.test_fixers.Test_tuple_params) PASS: test_3 (lib2to3.tests.test_fixers.Test_tuple_params) PASS: test_docstring (lib2to3.tests.test_fixers.Test_tuple_params) PASS: test_keywords (lib2to3.tests.test_fixers.Test_tuple_params) PASS: test_lambda_nested (lib2to3.tests.test_fixers.Test_tuple_params) PASS: test_lambda_nested_multi_use (lib2to3.tests.test_fixers.Test_tuple_params) PASS: test_lambda_no_change (lib2to3.tests.test_fixers.Test_tuple_params) PASS: test_lambda_one_tuple (lib2to3.tests.test_fixers.Test_tuple_params) PASS: test_lambda_parens_single_arg (lib2to3.tests.test_fixers.Test_tuple_params) PASS: test_lambda_simple (lib2to3.tests.test_fixers.Test_tuple_params) PASS: test_lambda_simple_multi_use (lib2to3.tests.test_fixers.Test_tuple_params) PASS: test_lambda_simple_reverse (lib2to3.tests.test_fixers.Test_tuple_params) PASS: test_multi_1 (lib2to3.tests.test_fixers.Test_tuple_params) PASS: test_multi_2 (lib2to3.tests.test_fixers.Test_tuple_params) PASS: test_semicolon (lib2to3.tests.test_fixers.Test_tuple_params) PASS: test_unchanged_1 (lib2to3.tests.test_fixers.Test_tuple_params) PASS: test_unchanged_2 (lib2to3.tests.test_fixers.Test_tuple_params) PASS: test_unchanged_3 (lib2to3.tests.test_fixers.Test_tuple_params) PASS: test_varargs (lib2to3.tests.test_fixers.Test_tuple_params) PASS: test_basic_types_convert (lib2to3.tests.test_fixers.Test_types) PASS: test_bytes_literal_escape_u (lib2to3.tests.test_fixers.Test_unicode) PASS: test_native_literal_escape_u (lib2to3.tests.test_fixers.Test_unicode) PASS: test_native_unicode_literal_escape_u (lib2to3.tests.test_fixers.Test_unicode) PASS: test_unichr (lib2to3.tests.test_fixers.Test_unicode) PASS: test_unicode_call (lib2to3.tests.test_fixers.Test_unicode) PASS: test_unicode_literal_1 (lib2to3.tests.test_fixers.Test_unicode) PASS: test_unicode_literal_2 (lib2to3.tests.test_fixers.Test_unicode) PASS: test_unicode_literal_3 (lib2to3.tests.test_fixers.Test_unicode) PASS: test_unicode_literal_escape_u (lib2to3.tests.test_fixers.Test_unicode) PASS: test_whitespace (lib2to3.tests.test_fixers.Test_unicode) PASS: test_import_from (lib2to3.tests.test_fixers.Test_urllib) PASS: test_import_from_as (lib2to3.tests.test_fixers.Test_urllib) PASS: test_import_module (lib2to3.tests.test_fixers.Test_urllib) PASS: test_import_module_as (lib2to3.tests.test_fixers.Test_urllib) PASS: test_import_module_usage (lib2to3.tests.test_fixers.Test_urllib) PASS: test_indented (lib2to3.tests.test_fixers.Test_urllib) PASS: test_single_import (lib2to3.tests.test_fixers.Test_urllib) PASS: test_star (lib2to3.tests.test_fixers.Test_urllib) PASS: test_in_consuming_context (lib2to3.tests.test_fixers.Test_xrange) PASS: test_in_contains_test (lib2to3.tests.test_fixers.Test_xrange) PASS: test_prefix_preservation (lib2to3.tests.test_fixers.Test_xrange) PASS: test_range_in_for (lib2to3.tests.test_fixers.Test_xrange) PASS: test_single_arg (lib2to3.tests.test_fixers.Test_xrange) PASS: test_three_args (lib2to3.tests.test_fixers.Test_xrange) PASS: test_two_args (lib2to3.tests.test_fixers.Test_xrange) PASS: test_wrap_in_list (lib2to3.tests.test_fixers.Test_xrange) PASS: test_xrange_in_for (lib2to3.tests.test_fixers.Test_xrange) PASS: test_double_transform (lib2to3.tests.test_fixers.Test_xrange_with_reduce) PASS: test_attr_ref (lib2to3.tests.test_fixers.Test_xreadlines) PASS: test_call (lib2to3.tests.test_fixers.Test_xreadlines) PASS: test_unchanged (lib2to3.tests.test_fixers.Test_xreadlines) PASS: test_future_builtins (lib2to3.tests.test_fixers.Test_zip) PASS: test_zip_basic (lib2to3.tests.test_fixers.Test_zip) PASS: test_zip_nochange (lib2to3.tests.test_fixers.Test_zip) PASS: test_zip_trailers (lib2to3.tests.test_fixers.Test_zip) test_filename_changing_on_output_single_dir (lib2to3.tests.test_main.TestMain) PASS: 2to3 a single directory with a new output dir and suffix. test_filename_changing_on_output_single_file (lib2to3.tests.test_main.TestMain) PASS: 2to3 a single file with a new output dir. test_filename_changing_on_output_two_files (lib2to3.tests.test_main.TestMain) PASS: 2to3 two files in one directory with a new output dir. PASS: test_unencodable_diff (lib2to3.tests.test_main.TestMain) PASS: test_async_for (lib2to3.tests.test_parser.TestAsyncAwait) PASS: test_async_generator (lib2to3.tests.test_parser.TestAsyncAwait) PASS: test_async_var (lib2to3.tests.test_parser.TestAsyncAwait) PASS: test_async_with (lib2to3.tests.test_parser.TestAsyncAwait) PASS: test_await_expr (lib2to3.tests.test_parser.TestAsyncAwait) PASS: test_new_syntax (lib2to3.tests.test_parser.TestClassDef) PASS: test_formfeed (lib2to3.tests.test_parser.TestDriver) PASS: test_new (lib2to3.tests.test_parser.TestExcept) PASS: test_old (lib2to3.tests.test_parser.TestExcept) PASS: test_1 (lib2to3.tests.test_parser.TestFunctionAnnotations) PASS: test_10 (lib2to3.tests.test_parser.TestFunctionAnnotations) PASS: test_11 (lib2to3.tests.test_parser.TestFunctionAnnotations) PASS: test_12 (lib2to3.tests.test_parser.TestFunctionAnnotations) PASS: test_13 (lib2to3.tests.test_parser.TestFunctionAnnotations) PASS: test_14 (lib2to3.tests.test_parser.TestFunctionAnnotations) PASS: test_15 (lib2to3.tests.test_parser.TestFunctionAnnotations) PASS: test_16 (lib2to3.tests.test_parser.TestFunctionAnnotations) PASS: test_17 (lib2to3.tests.test_parser.TestFunctionAnnotations) PASS: test_18 (lib2to3.tests.test_parser.TestFunctionAnnotations) PASS: test_19 (lib2to3.tests.test_parser.TestFunctionAnnotations) PASS: test_2 (lib2to3.tests.test_parser.TestFunctionAnnotations) PASS: test_20 (lib2to3.tests.test_parser.TestFunctionAnnotations) PASS: test_21 (lib2to3.tests.test_parser.TestFunctionAnnotations) PASS: test_3 (lib2to3.tests.test_parser.TestFunctionAnnotations) PASS: test_4 (lib2to3.tests.test_parser.TestFunctionAnnotations) PASS: test_5 (lib2to3.tests.test_parser.TestFunctionAnnotations) PASS: test_6 (lib2to3.tests.test_parser.TestFunctionAnnotations) PASS: test_7 (lib2to3.tests.test_parser.TestFunctionAnnotations) PASS: test_8 (lib2to3.tests.test_parser.TestFunctionAnnotations) PASS: test_9 (lib2to3.tests.test_parser.TestFunctionAnnotations) PASS: test_non_ascii_identifiers (lib2to3.tests.test_parser.TestIdentifier) PASS: test_multiline_bytes_literals (lib2to3.tests.test_parser.TestLiterals) PASS: test_multiline_bytes_tripquote_literals (lib2to3.tests.test_parser.TestLiterals) PASS: test_multiline_str_literals (lib2to3.tests.test_parser.TestLiterals) PASS: test_matrix_multiplication_operator (lib2to3.tests.test_parser.TestMatrixMultiplication) PASS: test_named_assignment_generator (lib2to3.tests.test_parser.TestNamedAssignments) PASS: test_named_assignment_if (lib2to3.tests.test_parser.TestNamedAssignments) PASS: test_named_assignment_listcomp (lib2to3.tests.test_parser.TestNamedAssignments) PASS: test_named_assignment_while (lib2to3.tests.test_parser.TestNamedAssignments) PASS: test_new_binary_notation (lib2to3.tests.test_parser.TestNumericLiterals) PASS: test_new_octal_notation (lib2to3.tests.test_parser.TestNumericLiterals) test_all_project_files (lib2to3.tests.test_parser.TestParserIdempotency) ... Parse file: /usr/lib/python3.10/lib2to3/__main__.py Parse file: /usr/lib/python3.10/lib2to3/main.py Parse file: /usr/lib/python3.10/lib2to3/pygram.py Parse file: /usr/lib/python3.10/lib2to3/refactor.py Parse file: /usr/lib/python3.10/lib2to3/patcomp.py Parse file: /usr/lib/python3.10/lib2to3/fixer_util.py Parse file: /usr/lib/python3.10/lib2to3/pytree.py Parse file: /usr/lib/python3.10/lib2to3/__init__.py Parse file: /usr/lib/python3.10/lib2to3/btm_matcher.py Parse file: /usr/lib/python3.10/lib2to3/btm_utils.py Parse file: /usr/lib/python3.10/lib2to3/fixer_base.py Parse file: /usr/lib/python3.10/lib2to3/tests/test_util.py Parse file: /usr/lib/python3.10/lib2to3/tests/__main__.py Parse file: /usr/lib/python3.10/lib2to3/tests/test_all_fixers.py Parse file: /usr/lib/python3.10/lib2to3/tests/test_fixers.py Parse file: /usr/lib/python3.10/lib2to3/tests/support.py Parse file: /usr/lib/python3.10/lib2to3/tests/test_parser.py Parse file: /usr/lib/python3.10/lib2to3/tests/pytree_idempotency.py Parse file: /usr/lib/python3.10/lib2to3/tests/__init__.py Parse file: /usr/lib/python3.10/lib2to3/tests/test_main.py Parse file: /usr/lib/python3.10/lib2to3/tests/test_refactor.py Parse file: /usr/lib/python3.10/lib2to3/tests/test_pytree.py Parse file: /usr/lib/python3.10/lib2to3/tests/data/false_encoding.py Parse file: /usr/lib/python3.10/lib2to3/tests/data/crlf.py Parse file: /usr/lib/python3.10/lib2to3/tests/data/bom.py Parse file: /usr/lib/python3.10/lib2to3/tests/data/py2_test_grammar.py Parse file: /usr/lib/python3.10/lib2to3/tests/data/py3_test_grammar.py Parse file: /usr/lib/python3.10/lib2to3/tests/data/infinite_recursion.py Parse file: /usr/lib/python3.10/lib2to3/tests/data/different_encoding.py Parse file: /usr/lib/python3.10/lib2to3/tests/data/fixers/no_fixer_cls.py Parse file: /usr/lib/python3.10/lib2to3/tests/data/fixers/bad_order.py Parse file: /usr/lib/python3.10/lib2to3/tests/data/fixers/parrot_example.py Parse file: /usr/lib/python3.10/lib2to3/tests/data/fixers/myfixes/fix_parrot.py Parse file: /usr/lib/python3.10/lib2to3/tests/data/fixers/myfixes/fix_last.py Parse file: /usr/lib/python3.10/lib2to3/tests/data/fixers/myfixes/fix_explicit.py Parse file: /usr/lib/python3.10/lib2to3/tests/data/fixers/myfixes/__init__.py Parse file: /usr/lib/python3.10/lib2to3/tests/data/fixers/myfixes/fix_first.py Parse file: /usr/lib/python3.10/lib2to3/tests/data/fixers/myfixes/fix_preorder.py Parse file: /usr/lib/python3.10/lib2to3/fixes/fix_urllib.py Parse file: /usr/lib/python3.10/lib2to3/fixes/fix_future.py Parse file: /usr/lib/python3.10/lib2to3/fixes/fix_imports2.py Parse file: /usr/lib/python3.10/lib2to3/fixes/fix_has_key.py Parse file: /usr/lib/python3.10/lib2to3/fixes/fix_raw_input.py Parse file: /usr/lib/python3.10/lib2to3/fixes/fix_zip.py Parse file: /usr/lib/python3.10/lib2to3/fixes/fix_throw.py Parse file: /usr/lib/python3.10/lib2to3/fixes/fix_xreadlines.py Parse file: /usr/lib/python3.10/lib2to3/fixes/fix_exitfunc.py Parse file: /usr/lib/python3.10/lib2to3/fixes/fix_unicode.py Parse file: /usr/lib/python3.10/lib2to3/fixes/fix_basestring.py Parse file: /usr/lib/python3.10/lib2to3/fixes/fix_isinstance.py Parse file: /usr/lib/python3.10/lib2to3/fixes/fix_operator.py Parse file: /usr/lib/python3.10/lib2to3/fixes/fix_paren.py Parse file: /usr/lib/python3.10/lib2to3/fixes/fix_ne.py Parse file: /usr/lib/python3.10/lib2to3/fixes/fix_filter.py Parse file: /usr/lib/python3.10/lib2to3/fixes/fix_asserts.py Parse file: /usr/lib/python3.10/lib2to3/fixes/fix_print.py Parse file: /usr/lib/python3.10/lib2to3/fixes/fix_set_literal.py Parse file: /usr/lib/python3.10/lib2to3/fixes/fix_ws_comma.py Parse file: /usr/lib/python3.10/lib2to3/fixes/fix_apply.py Parse file: /usr/lib/python3.10/lib2to3/fixes/fix_types.py Parse file: /usr/lib/python3.10/lib2to3/fixes/fix_long.py Parse file: /usr/lib/python3.10/lib2to3/fixes/fix_renames.py Parse file: /usr/lib/python3.10/lib2to3/fixes/fix_xrange.py Parse file: /usr/lib/python3.10/lib2to3/fixes/fix_imports.py Parse file: /usr/lib/python3.10/lib2to3/fixes/fix_intern.py Parse file: /usr/lib/python3.10/lib2to3/fixes/fix_tuple_params.py Parse file: /usr/lib/python3.10/lib2to3/fixes/fix_idioms.py Parse file: /usr/lib/python3.10/lib2to3/fixes/fix_map.py Parse file: /usr/lib/python3.10/lib2to3/fixes/fix_import.py Parse file: /usr/lib/python3.10/lib2to3/fixes/fix_standarderror.py Parse file: /usr/lib/python3.10/lib2to3/fixes/fix_methodattrs.py Parse file: /usr/lib/python3.10/lib2to3/fixes/fix_numliterals.py Parse file: /usr/lib/python3.10/lib2to3/fixes/__init__.py Parse file: /usr/lib/python3.10/lib2to3/fixes/fix_raise.py Parse file: /usr/lib/python3.10/lib2to3/fixes/fix_funcattrs.py Parse file: /usr/lib/python3.10/lib2to3/fixes/fix_next.py Parse file: /usr/lib/python3.10/lib2to3/fixes/fix_nonzero.py Parse file: /usr/lib/python3.10/lib2to3/fixes/fix_reduce.py Parse file: /usr/lib/python3.10/lib2to3/fixes/fix_dict.py Parse file: /usr/lib/python3.10/lib2to3/fixes/fix_itertools.py Parse file: /usr/lib/python3.10/lib2to3/fixes/fix_metaclass.py Parse file: /usr/lib/python3.10/lib2to3/fixes/fix_repr.py Parse file: /usr/lib/python3.10/lib2to3/fixes/fix_except.py Parse file: /usr/lib/python3.10/lib2to3/fixes/fix_buffer.py Parse file: /usr/lib/python3.10/lib2to3/fixes/fix_input.py Parse file: /usr/lib/python3.10/lib2to3/fixes/fix_getcwdu.py Parse file: /usr/lib/python3.10/lib2to3/fixes/fix_execfile.py Parse file: /usr/lib/python3.10/lib2to3/fixes/fix_reload.py Parse file: /usr/lib/python3.10/lib2to3/fixes/fix_exec.py Parse file: /usr/lib/python3.10/lib2to3/fixes/fix_sys_exc.py Parse file: /usr/lib/python3.10/lib2to3/fixes/fix_itertools_imports.py Parse file: /usr/lib/python3.10/lib2to3/pgen2/literals.py Parse file: /usr/lib/python3.10/lib2to3/pgen2/grammar.py Parse file: /usr/lib/python3.10/lib2to3/pgen2/parse.py Parse file: /usr/lib/python3.10/lib2to3/pgen2/pgen.py Parse file: /usr/lib/python3.10/lib2to3/pgen2/token.py Parse file: /usr/lib/python3.10/lib2to3/pgen2/driver.py Parse file: /usr/lib/python3.10/lib2to3/pgen2/__init__.py Parse file: /usr/lib/python3.10/lib2to3/pgen2/conv.py Parse file: /usr/lib/python3.10/lib2to3/pgen2/tokenize.py ok PASS: test_extended_unpacking (lib2to3.tests.test_parser.TestParserIdempotency) PASS: test_load_grammar_from_pickle (lib2to3.tests.test_parser.TestPgen2Caching) PASS: test_load_grammar_from_subprocess (lib2to3.tests.test_parser.TestPgen2Caching) PASS: test_load_grammar_from_txt_file (lib2to3.tests.test_parser.TestPgen2Caching) PASS: test_load_packaged_grammar (lib2to3.tests.test_parser.TestPgen2Caching) PASS: test_ParseError (lib2to3.tests.test_parser.TestPickleableException) PASS: test_all_markers (lib2to3.tests.test_parser.TestPositionalOnlyArgs) PASS: test_all_with_args_and_kwargs (lib2to3.tests.test_parser.TestPositionalOnlyArgs) PASS: test_lambda_soup (lib2to3.tests.test_parser.TestPositionalOnlyArgs) PASS: test_one_pos_only_arg (lib2to3.tests.test_parser.TestPositionalOnlyArgs) PASS: test_only_positional_or_keyword (lib2to3.tests.test_parser.TestPositionalOnlyArgs) PASS: test_2x_style_1 (lib2to3.tests.test_parser.TestRaiseChanges) PASS: test_2x_style_2 (lib2to3.tests.test_parser.TestRaiseChanges) PASS: test_2x_style_3 (lib2to3.tests.test_parser.TestRaiseChanges) PASS: test_2x_style_invalid_1 (lib2to3.tests.test_parser.TestRaiseChanges) PASS: test_3x_style (lib2to3.tests.test_parser.TestRaiseChanges) PASS: test_3x_style_invalid_1 (lib2to3.tests.test_parser.TestRaiseChanges) PASS: test_3x_style_invalid_2 (lib2to3.tests.test_parser.TestRaiseChanges) PASS: test_3x_style_invalid_3 (lib2to3.tests.test_parser.TestRaiseChanges) PASS: test_3x_style_invalid_4 (lib2to3.tests.test_parser.TestRaiseChanges) PASS: test_1 (lib2to3.tests.test_parser.TestSetLiteral) PASS: test_2 (lib2to3.tests.test_parser.TestSetLiteral) PASS: test_3 (lib2to3.tests.test_parser.TestSetLiteral) PASS: test_4 (lib2to3.tests.test_parser.TestSetLiteral) PASS: test_lit (lib2to3.tests.test_parser.TestStringLiterals) PASS: test_argument_unpacking_1 (lib2to3.tests.test_parser.TestUnpackingGeneralizations) PASS: test_argument_unpacking_2 (lib2to3.tests.test_parser.TestUnpackingGeneralizations) PASS: test_argument_unpacking_3 (lib2to3.tests.test_parser.TestUnpackingGeneralizations) PASS: test_complex_double_star_expression (lib2to3.tests.test_parser.TestUnpackingGeneralizations) PASS: test_complex_star_expression (lib2to3.tests.test_parser.TestUnpackingGeneralizations) PASS: test_dict_display_1 (lib2to3.tests.test_parser.TestUnpackingGeneralizations) PASS: test_dict_display_2 (lib2to3.tests.test_parser.TestUnpackingGeneralizations) PASS: test_double_star_dict_literal (lib2to3.tests.test_parser.TestUnpackingGeneralizations) PASS: test_double_star_dict_literal_after_keywords (lib2to3.tests.test_parser.TestUnpackingGeneralizations) PASS: test_double_star_expression (lib2to3.tests.test_parser.TestUnpackingGeneralizations) PASS: test_list_display (lib2to3.tests.test_parser.TestUnpackingGeneralizations) PASS: test_mid_positional_star (lib2to3.tests.test_parser.TestUnpackingGeneralizations) PASS: test_set_display (lib2to3.tests.test_parser.TestUnpackingGeneralizations) PASS: test_star_expression (lib2to3.tests.test_parser.TestUnpackingGeneralizations) PASS: test_trailing_commas_1 (lib2to3.tests.test_parser.TestUnpackingGeneralizations) PASS: test_trailing_commas_2 (lib2to3.tests.test_parser.TestUnpackingGeneralizations) PASS: test_trailing_commas_3 (lib2to3.tests.test_parser.TestUnpackingGeneralizations) PASS: test_trailing_commas_4 (lib2to3.tests.test_parser.TestUnpackingGeneralizations) PASS: test_trailing_commas_5 (lib2to3.tests.test_parser.TestUnpackingGeneralizations) PASS: test_trailing_commas_6 (lib2to3.tests.test_parser.TestUnpackingGeneralizations) PASS: test_trailing_commas_7 (lib2to3.tests.test_parser.TestUnpackingGeneralizations) PASS: test_trailing_commas_8 (lib2to3.tests.test_parser.TestUnpackingGeneralizations) PASS: test_trailing_commas_9 (lib2to3.tests.test_parser.TestUnpackingGeneralizations) PASS: test_trailing_commas_lambda_1 (lib2to3.tests.test_parser.TestUnpackingGeneralizations) PASS: test_trailing_commas_lambda_2 (lib2to3.tests.test_parser.TestUnpackingGeneralizations) PASS: test_trailing_commas_lambda_3 (lib2to3.tests.test_parser.TestUnpackingGeneralizations) PASS: test_trailing_commas_lambda_4 (lib2to3.tests.test_parser.TestUnpackingGeneralizations) PASS: test_trailing_commas_lambda_5 (lib2to3.tests.test_parser.TestUnpackingGeneralizations) PASS: test_trailing_commas_lambda_6 (lib2to3.tests.test_parser.TestUnpackingGeneralizations) PASS: test_trailing_commas_lambda_7 (lib2to3.tests.test_parser.TestUnpackingGeneralizations) PASS: test_trailing_commas_lambda_8 (lib2to3.tests.test_parser.TestUnpackingGeneralizations) PASS: test_trailing_commas_lambda_9 (lib2to3.tests.test_parser.TestUnpackingGeneralizations) PASS: test_1 (lib2to3.tests.test_parser.TestVarAnnotations) PASS: test_2 (lib2to3.tests.test_parser.TestVarAnnotations) PASS: test_3 (lib2to3.tests.test_parser.TestVarAnnotations) PASS: test_4 (lib2to3.tests.test_parser.TestVarAnnotations) PASS: test_5 (lib2to3.tests.test_parser.TestVarAnnotations) PASS: test_6 (lib2to3.tests.test_parser.TestVarAnnotations) PASS: test_yield_from (lib2to3.tests.test_parser.TestYieldFrom) PASS: test_changed (lib2to3.tests.test_pytree.TestNodes) PASS: test_depth (lib2to3.tests.test_pytree.TestNodes) PASS: test_get_suffix (lib2to3.tests.test_pytree.TestNodes) PASS: test_instantiate_base (lib2to3.tests.test_pytree.TestNodes) PASS: test_leaf (lib2to3.tests.test_pytree.TestNodes) PASS: test_leaf_constructor_prefix (lib2to3.tests.test_pytree.TestNodes) PASS: test_leaf_equality (lib2to3.tests.test_pytree.TestNodes) PASS: test_leaf_next_sibling (lib2to3.tests.test_pytree.TestNodes) PASS: test_leaf_prefix (lib2to3.tests.test_pytree.TestNodes) PASS: test_leaf_prev_sibling (lib2to3.tests.test_pytree.TestNodes) PASS: test_leaf_repr (lib2to3.tests.test_pytree.TestNodes) PASS: test_leaf_str (lib2to3.tests.test_pytree.TestNodes) PASS: test_leaf_str_numeric_value (lib2to3.tests.test_pytree.TestNodes) PASS: test_leaves (lib2to3.tests.test_pytree.TestNodes) PASS: test_node (lib2to3.tests.test_pytree.TestNodes) PASS: test_node_append_child (lib2to3.tests.test_pytree.TestNodes) PASS: test_node_constructor_prefix (lib2to3.tests.test_pytree.TestNodes) PASS: test_node_equality (lib2to3.tests.test_pytree.TestNodes) PASS: test_node_insert_child (lib2to3.tests.test_pytree.TestNodes) PASS: test_node_next_sibling (lib2to3.tests.test_pytree.TestNodes) PASS: test_node_prefix (lib2to3.tests.test_pytree.TestNodes) PASS: test_node_prev_sibling (lib2to3.tests.test_pytree.TestNodes) PASS: test_node_recursive_equality (lib2to3.tests.test_pytree.TestNodes) PASS: test_node_repr (lib2to3.tests.test_pytree.TestNodes) PASS: test_node_set_child (lib2to3.tests.test_pytree.TestNodes) PASS: test_node_str (lib2to3.tests.test_pytree.TestNodes) PASS: test_post_order (lib2to3.tests.test_pytree.TestNodes) PASS: test_pre_order (lib2to3.tests.test_pytree.TestNodes) PASS: test_remove (lib2to3.tests.test_pytree.TestNodes) PASS: test_remove_parentless (lib2to3.tests.test_pytree.TestNodes) PASS: test_replace (lib2to3.tests.test_pytree.TestNodes) PASS: test_replace_with_list (lib2to3.tests.test_pytree.TestNodes) PASS: test_basic_patterns (lib2to3.tests.test_pytree.TestPatterns) PASS: test_generate_matches (lib2to3.tests.test_pytree.TestPatterns) PASS: test_has_key_example (lib2to3.tests.test_pytree.TestPatterns) PASS: test_wildcard (lib2to3.tests.test_pytree.TestPatterns) PASS: test_bom (lib2to3.tests.test_refactor.TestRefactoringTool) PASS: test_crlf_newlines (lib2to3.tests.test_refactor.TestRefactoringTool) PASS: test_crlf_unchanged (lib2to3.tests.test_refactor.TestRefactoringTool) PASS: test_detect_future_features (lib2to3.tests.test_refactor.TestRefactoringTool) PASS: test_exec_function_option (lib2to3.tests.test_refactor.TestRefactoringTool) PASS: test_explicit (lib2to3.tests.test_refactor.TestRefactoringTool) PASS: test_false_file_encoding (lib2to3.tests.test_refactor.TestRefactoringTool) PASS: test_file_encoding (lib2to3.tests.test_refactor.TestRefactoringTool) PASS: test_fixer_loading (lib2to3.tests.test_refactor.TestRefactoringTool) PASS: test_fixer_loading_helpers (lib2to3.tests.test_refactor.TestRefactoringTool) PASS: test_get_headnode_dict (lib2to3.tests.test_refactor.TestRefactoringTool) PASS: test_naughty_fixers (lib2to3.tests.test_refactor.TestRefactoringTool) PASS: test_print_function_option (lib2to3.tests.test_refactor.TestRefactoringTool) PASS: test_refactor_dir (lib2to3.tests.test_refactor.TestRefactoringTool) PASS: test_refactor_docstring (lib2to3.tests.test_refactor.TestRefactoringTool) PASS: test_refactor_file (lib2to3.tests.test_refactor.TestRefactoringTool) PASS: test_refactor_file_write_unchanged_file (lib2to3.tests.test_refactor.TestRefactoringTool) PASS: test_refactor_stdin (lib2to3.tests.test_refactor.TestRefactoringTool) PASS: test_refactor_string (lib2to3.tests.test_refactor.TestRefactoringTool) PASS: test_write_unchanged_files_option (lib2to3.tests.test_refactor.TestRefactoringTool) PASS: test (lib2to3.tests.test_util.Test_Attr) PASS: test_returns (lib2to3.tests.test_util.Test_Attr) PASS: test (lib2to3.tests.test_util.Test_Call) PASS: test (lib2to3.tests.test_util.Test_Name) PASS: test_in_function (lib2to3.tests.test_util.Test_does_tree_import) PASS: test_class_def (lib2to3.tests.test_util.Test_find_binding) PASS: test_for (lib2to3.tests.test_util.Test_find_binding) PASS: test_for_nested (lib2to3.tests.test_util.Test_find_binding) PASS: test_from_import (lib2to3.tests.test_util.Test_find_binding) PASS: test_from_import_as (lib2to3.tests.test_util.Test_find_binding) PASS: test_from_import_as_with_package (lib2to3.tests.test_util.Test_find_binding) PASS: test_from_import_with_package (lib2to3.tests.test_util.Test_find_binding) PASS: test_function_def (lib2to3.tests.test_util.Test_find_binding) PASS: test_if (lib2to3.tests.test_util.Test_find_binding) PASS: test_if_nested (lib2to3.tests.test_util.Test_find_binding) PASS: test_import_as (lib2to3.tests.test_util.Test_find_binding) PASS: test_import_as_with_package (lib2to3.tests.test_util.Test_find_binding) PASS: test_invalid_assignments (lib2to3.tests.test_util.Test_find_binding) PASS: test_list_assignment (lib2to3.tests.test_util.Test_find_binding) PASS: test_simple_assignment (lib2to3.tests.test_util.Test_find_binding) PASS: test_simple_import (lib2to3.tests.test_util.Test_find_binding) PASS: test_simple_import_with_package (lib2to3.tests.test_util.Test_find_binding) PASS: test_try_except (lib2to3.tests.test_util.Test_find_binding) PASS: test_try_except_finally (lib2to3.tests.test_util.Test_find_binding) PASS: test_try_except_finally_nested (lib2to3.tests.test_util.Test_find_binding) PASS: test_try_except_nested (lib2to3.tests.test_util.Test_find_binding) PASS: test_tuple_assignment (lib2to3.tests.test_util.Test_find_binding) PASS: test_while (lib2to3.tests.test_util.Test_find_binding) PASS: test_while_nested (lib2to3.tests.test_util.Test_find_binding) PASS: test_nothing (lib2to3.tests.test_util.Test_find_indentation) PASS: test_simple (lib2to3.tests.test_util.Test_find_indentation) PASS: test_invalid (lib2to3.tests.test_util.Test_is_list) PASS: test_valid (lib2to3.tests.test_util.Test_is_list) PASS: test_invalid (lib2to3.tests.test_util.Test_is_tuple) PASS: test_valid (lib2to3.tests.test_util.Test_is_tuple) PASS: test_after_docstring (lib2to3.tests.test_util.Test_touch_import) PASS: test_after_imports (lib2to3.tests.test_util.Test_touch_import) PASS: test_beginning (lib2to3.tests.test_util.Test_touch_import) PASS: test_from_import (lib2to3.tests.test_util.Test_touch_import) PASS: test_name_import (lib2to3.tests.test_util.Test_touch_import) ---------------------------------------------------------------------- Ran 671 tests in 8.587s OK (skipped=1) 0:08:17 load avg: 0.54 [207/427] test_linecache PASS: test_getline (test.test_linecache.BadUnicode_NoDeclaration) PASS: test_getlines (test.test_linecache.BadUnicode_NoDeclaration) PASS: test_getline (test.test_linecache.BadUnicode_WithDeclaration) PASS: test_getlines (test.test_linecache.BadUnicode_WithDeclaration) PASS: test_getline (test.test_linecache.EmptyFile) PASS: test_getlines (test.test_linecache.EmptyFile) PASS: test_getline (test.test_linecache.GoodUnicode) PASS: test_getlines (test.test_linecache.GoodUnicode) PASS: test_checkcache_for_deleted_file (test.test_linecache.LineCacheInvalidationTests) PASS: test_checkcache_for_modified_file (test.test_linecache.LineCacheInvalidationTests) PASS: test_checkcache_with_no_parameter (test.test_linecache.LineCacheInvalidationTests) PASS: test_checkcache (test.test_linecache.LineCacheTests) PASS: test_clearcache (test.test_linecache.LineCacheTests) PASS: test_getline (test.test_linecache.LineCacheTests) PASS: test_lazycache_already_cached (test.test_linecache.LineCacheTests) PASS: test_lazycache_bad_filename (test.test_linecache.LineCacheTests) PASS: test_lazycache_check (test.test_linecache.LineCacheTests) PASS: test_lazycache_no_globals (test.test_linecache.LineCacheTests) PASS: test_lazycache_provide_after_failed_lookup (test.test_linecache.LineCacheTests) PASS: test_lazycache_smoke (test.test_linecache.LineCacheTests) PASS: test_memoryerror (test.test_linecache.LineCacheTests) PASS: test_no_ending_newline (test.test_linecache.LineCacheTests) PASS: test_getline (test.test_linecache.SingleEmptyLine) PASS: test_getlines (test.test_linecache.SingleEmptyLine) ---------------------------------------------------------------------- Ran 24 tests in 0.010s OK 0:08:17 load avg: 0.54 [208/427] test_list PASS: test_addmul (test.test_list.ListTest) PASS: test_append (test.test_list.ListTest) PASS: test_basic (test.test_list.ListTest) PASS: test_bigrepeat (test.test_list.ListTest) PASS: test_clear (test.test_list.ListTest) PASS: test_constructor_exception_handling (test.test_list.ListTest) PASS: test_constructors (test.test_list.ListTest) PASS: test_contains (test.test_list.ListTest) PASS: test_contains_fake (test.test_list.ListTest) PASS: test_contains_order (test.test_list.ListTest) PASS: test_copy (test.test_list.ListTest) PASS: test_count (test.test_list.ListTest) PASS: test_count_index_remove_crashes (test.test_list.ListTest) PASS: test_delitem (test.test_list.ListTest) PASS: test_delslice (test.test_list.ListTest) PASS: test_equal_operator_modifying_operand (test.test_list.ListTest) PASS: test_exhausted_iterator (test.test_list.ListTest) PASS: test_extend (test.test_list.ListTest) PASS: test_extendedslicing (test.test_list.ListTest) PASS: test_free_after_iterating (test.test_list.ListTest) PASS: test_getitem (test.test_list.ListTest) PASS: test_getitem_error (test.test_list.ListTest) PASS: test_getitemoverwriteiter (test.test_list.ListTest) PASS: test_getslice (test.test_list.ListTest) PASS: test_iadd (test.test_list.ListTest) PASS: test_identity (test.test_list.ListTest) PASS: test_imul (test.test_list.ListTest) PASS: test_index (test.test_list.ListTest) PASS: test_init (test.test_list.ListTest) PASS: test_insert (test.test_list.ListTest) PASS: test_iterator_pickle (test.test_list.ListTest) PASS: test_keyword_args (test.test_list.ListTest) PASS: test_len (test.test_list.ListTest) PASS: test_minmax (test.test_list.ListTest) PASS: test_no_comdat_folding (test.test_list.ListTest) PASS: test_overflow (test.test_list.ListTest) PASS: test_pickle (test.test_list.ListTest) PASS: test_pop (test.test_list.ListTest) PASS: test_preallocation (test.test_list.ListTest) PASS: test_remove (test.test_list.ListTest) PASS: test_repeat (test.test_list.ListTest) PASS: test_repr (test.test_list.ListTest) PASS: test_repr_deep (test.test_list.ListTest) PASS: test_repr_large (test.test_list.ListTest) PASS: test_reverse (test.test_list.ListTest) PASS: test_reversed (test.test_list.ListTest) PASS: test_reversed_pickle (test.test_list.ListTest) PASS: test_set_subscript (test.test_list.ListTest) PASS: test_setitem (test.test_list.ListTest) PASS: test_setitem_error (test.test_list.ListTest) PASS: test_setslice (test.test_list.ListTest) PASS: test_slice (test.test_list.ListTest) PASS: test_sort (test.test_list.ListTest) PASS: test_step_overflow (test.test_list.ListTest) PASS: test_subscript (test.test_list.ListTest) PASS: test_truth (test.test_list.ListTest) ---------------------------------------------------------------------- Ran 56 tests in 0.310s OK 0:08:18 load avg: 0.54 [209/427] test_listcomps Trying: sum([i*i for i in range(100) if i&1 == 1]) Expecting: 166650 ok Trying: [(i,j) for i in range(3) for j in range(4)] Expecting: [(0, 0), (0, 1), (0, 2), (0, 3), (1, 0), (1, 1), (1, 2), (1, 3), (2, 0), (2, 1), (2, 2), (2, 3)] ok Trying: [(i,j) for i in range(4) for j in range(i)] Expecting: [(1, 0), (2, 0), (2, 1), (3, 0), (3, 1), (3, 2)] ok Trying: [j*j for i in range(4) for j in [i+1]] Expecting: [1, 4, 9, 16] ok Trying: [j*k for i in range(4) for j in [i+1] for k in [j+1]] Expecting: [2, 6, 12, 20] ok Trying: [j*k for i in range(4) for j, k in [(i+1, i+2)]] Expecting: [2, 6, 12, 20] ok Trying: [i*i for i in [*range(4)]] Expecting: [0, 1, 4, 9] ok Trying: [i*i for i in (*range(4),)] Expecting: [0, 1, 4, 9] ok Trying: i = 20 Expecting nothing ok Trying: sum([i*i for i in range(100)]) Expecting: 328350 ok Trying: i Expecting: 20 ok Trying: [y for y in (1,2)] = 10 # doctest: +IGNORE_EXCEPTION_DETAIL Expecting: Traceback (most recent call last): ... SyntaxError: ... ok Trying: [y for y in (1,2)] += 10 # doctest: +IGNORE_EXCEPTION_DETAIL Expecting: Traceback (most recent call last): ... SyntaxError: ... ok Trying: def frange(n): return [i for i in range(n)] Expecting nothing ok Trying: frange(10) Expecting: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] ok Trying: lrange = lambda n: [i for i in range(n)] Expecting nothing ok Trying: lrange(10) Expecting: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] ok Trying: def grange(n): for x in [i for i in range(n)]: yield x Expecting nothing ok Trying: list(grange(5)) Expecting: [0, 1, 2, 3, 4] ok Trying: [None for i in range(10)] Expecting: [None, None, None, None, None, None, None, None, None, None] ok Trying: items = [(lambda i=i: i) for i in range(5)] Expecting nothing ok Trying: [x() for x in items] Expecting: [0, 1, 2, 3, 4] ok Trying: items = [(lambda: i) for i in range(5)] Expecting nothing ok Trying: [x() for x in items] Expecting: [4, 4, 4, 4, 4] ok Trying: items = [(lambda: i) for i in range(5)] Expecting nothing ok Trying: i = 20 Expecting nothing ok Trying: [x() for x in items] Expecting: [4, 4, 4, 4, 4] ok Trying: items = [(lambda: y) for i in range(5)] Expecting nothing ok Trying: y = 2 Expecting nothing ok Trying: [x() for x in items] Expecting: [2, 2, 2, 2, 2] ok Trying: def test_func(): items = [(lambda i=i: i) for i in range(5)] return [x() for x in items] Expecting nothing ok Trying: test_func() Expecting: [0, 1, 2, 3, 4] ok Trying: def test_func(): items = [(lambda: i) for i in range(5)] return [x() for x in items] Expecting nothing ok Trying: test_func() Expecting: [4, 4, 4, 4, 4] ok Trying: def test_func(): items = [(lambda: i) for i in range(5)] i = 20 return [x() for x in items] Expecting nothing ok Trying: test_func() Expecting: [4, 4, 4, 4, 4] ok Trying: def test_func(): items = [(lambda: y) for i in range(5)] y = 2 return [x() for x in items] Expecting nothing ok Trying: test_func() Expecting: [2, 2, 2, 2, 2] ok 2 items had no tests: test.test_listcomps test.test_listcomps.test_main 1 items passed all tests: 38 tests in test.test_listcomps.__test__.doctests 38 tests in 3 items. 38 passed and 0 failed. Test passed. doctest (test.test_listcomps) ... 38 tests with zero failures 0:08:19 load avg: 0.54 [210/427] test_lltrace SKIP: test_lltrace (test.test_lltrace.TestLLTrace) 'lltrace requires Py_DEBUG' SKIP: test_lltrace_does_not_crash_on_subscript_operator (test.test_lltrace.TestLLTrace) 'lltrace requires Py_DEBUG' ---------------------------------------------------------------------- Ran 2 tests in 0.000s OK (skipped=2) 0:08:19 load avg: 0.54 [211/427] test_locale PASS: test_c (test.test_locale.NormalizeTest) PASS: test_devanagari_modifier (test.test_locale.NormalizeTest) PASS: test_empty (test.test_locale.NormalizeTest) PASS: test_english (test.test_locale.NormalizeTest) PASS: test_euc_encoding (test.test_locale.NormalizeTest) PASS: test_euro_modifier (test.test_locale.NormalizeTest) PASS: test_hyphenated_encoding (test.test_locale.NormalizeTest) PASS: test_japanese (test.test_locale.NormalizeTest) PASS: test_latin_modifier (test.test_locale.NormalizeTest) PASS: test_locale_alias (test.test_locale.NormalizeTest) PASS: test_valencia_modifier (test.test_locale.NormalizeTest) PASS: test_atof (test.test_locale.TestCDelocalizeTest) PASS: test_atoi (test.test_locale.TestCDelocalizeTest) PASS: test_delocalize (test.test_locale.TestCDelocalizeTest) PASS: test_localize (test.test_locale.TestCLocalize) PASS: test_grouping (test.test_locale.TestCNumberFormatting) PASS: test_grouping_and_padding (test.test_locale.TestCNumberFormatting) PASS: test_strcoll (test.test_locale.TestCollation) PASS: test_strxfrm (test.test_locale.TestCollation) PASS: test_strcoll (test.test_locale.TestEnUSCollation) ... testing with 'en_US.UTF-8'... ok PASS: test_strcoll_with_diacritic (test.test_locale.TestEnUSCollation) ... testing with 'en_US.UTF-8'... ok PASS: test_strxfrm (test.test_locale.TestEnUSCollation) ... testing with 'en_US.UTF-8'... ok PASS: test_strxfrm_with_diacritic (test.test_locale.TestEnUSCollation) ... testing with 'en_US.UTF-8'... ok PASS: test_atof (test.test_locale.TestEnUSDelocalize) PASS: test_atoi (test.test_locale.TestEnUSDelocalize) PASS: test_delocalize (test.test_locale.TestEnUSDelocalize) PASS: test_localize (test.test_locale.TestEnUSLocalize) PASS: test_complex_formatting (test.test_locale.TestEnUSNumberFormatting) PASS: test_currency (test.test_locale.TestEnUSNumberFormatting) PASS: test_format_deprecation (test.test_locale.TestEnUSNumberFormatting) PASS: test_grouping (test.test_locale.TestEnUSNumberFormatting) PASS: test_grouping_and_padding (test.test_locale.TestEnUSNumberFormatting) PASS: test_integer_grouping (test.test_locale.TestEnUSNumberFormatting) PASS: test_integer_grouping_and_padding (test.test_locale.TestEnUSNumberFormatting) PASS: test_padding (test.test_locale.TestEnUSNumberFormatting) PASS: test_simple (test.test_locale.TestEnUSNumberFormatting) PASS: test_onlyOnePattern (test.test_locale.TestFormatPatternArg) PASS: test_currency (test.test_locale.TestFrFRNumberFormatting) PASS: test_decimal_point (test.test_locale.TestFrFRNumberFormatting) PASS: test_grouping (test.test_locale.TestFrFRNumberFormatting) PASS: test_grouping_and_padding (test.test_locale.TestFrFRNumberFormatting) PASS: test_integer_grouping (test.test_locale.TestFrFRNumberFormatting) PASS: test_integer_grouping_and_padding (test.test_locale.TestFrFRNumberFormatting) PASS: test_mapping (test.test_locale.TestLocaleFormatString) PASS: test_percent_escape (test.test_locale.TestLocaleFormatString) PASS: test_defaults_UTF8 (test.test_locale.TestMiscellaneous) PASS: test_getpreferredencoding (test.test_locale.TestMiscellaneous) PASS: test_getsetlocale_issue1813 (test.test_locale.TestMiscellaneous) ... testing with ('tr_TR', 'ISO8859-9')... ok PASS: test_invalid_iterable_in_localetuple (test.test_locale.TestMiscellaneous) PASS: test_invalid_locale_format_in_localetuple (test.test_locale.TestMiscellaneous) PASS: test_setlocale_category (test.test_locale.TestMiscellaneous) PASS: test_strcoll_3303 (test.test_locale.TestMiscellaneous) PASS: test_complex_formatting (test.test_locale.TestNumberFormatting) ... testing with 'en_US.UTF-8'... ok PASS: test_format_deprecation (test.test_locale.TestNumberFormatting) ... testing with 'en_US.UTF-8'... ok PASS: test_grouping (test.test_locale.TestNumberFormatting) ... testing with 'en_US.UTF-8'... ok PASS: test_grouping_and_padding (test.test_locale.TestNumberFormatting) ... testing with 'en_US.UTF-8'... ok PASS: test_integer_grouping (test.test_locale.TestNumberFormatting) ... testing with 'en_US.UTF-8'... ok PASS: test_integer_grouping_and_padding (test.test_locale.TestNumberFormatting) ... testing with 'en_US.UTF-8'... ok PASS: test_padding (test.test_locale.TestNumberFormatting) ... testing with 'en_US.UTF-8'... ok PASS: test_simple (test.test_locale.TestNumberFormatting) ... testing with 'en_US.UTF-8'... ok PASS: test_atof (test.test_locale.TestfrFRDelocalizeTest) PASS: test_atoi (test.test_locale.TestfrFRDelocalizeTest) PASS: test_delocalize (test.test_locale.TestfrFRDelocalizeTest) PASS: test_localize (test.test_locale.TestfrFRLocalize) ---------------------------------------------------------------------- Ran 64 tests in 0.025s OK 0:08:20 load avg: 0.54 [212/427] test_logging PASS: test_critical (test.test_logging.BasicConfigTest) PASS: test_datefmt (test.test_logging.BasicConfigTest) PASS: test_debug (test.test_logging.BasicConfigTest) PASS: test_encoding (test.test_logging.BasicConfigTest) PASS: test_encoding_errors (test.test_logging.BasicConfigTest) PASS: test_encoding_errors_default (test.test_logging.BasicConfigTest) PASS: test_encoding_errors_none (test.test_logging.BasicConfigTest) PASS: test_error (test.test_logging.BasicConfigTest) PASS: test_filemode (test.test_logging.BasicConfigTest) PASS: test_filename (test.test_logging.BasicConfigTest) PASS: test_force (test.test_logging.BasicConfigTest) PASS: test_format (test.test_logging.BasicConfigTest) PASS: test_handlers (test.test_logging.BasicConfigTest) PASS: test_incompatible (test.test_logging.BasicConfigTest) PASS: test_info (test.test_logging.BasicConfigTest) PASS: test_level (test.test_logging.BasicConfigTest) PASS: test_log (test.test_logging.BasicConfigTest) PASS: test_no_kwargs (test.test_logging.BasicConfigTest) PASS: test_stream (test.test_logging.BasicConfigTest) PASS: test_strformatstyle (test.test_logging.BasicConfigTest) PASS: test_stringtemplatestyle (test.test_logging.BasicConfigTest) PASS: test_style (test.test_logging.BasicConfigTest) PASS: test_warning (test.test_logging.BasicConfigTest) PASS: test_callable_filter (test.test_logging.BasicFilterTest) PASS: test_empty_filter (test.test_logging.BasicFilterTest) PASS: test_filter (test.test_logging.BasicFilterTest) PASS: test_custom (test.test_logging.BufferingFormatterTest) PASS: test_default (test.test_logging.BufferingFormatterTest) PASS: test_flat (test.test_logging.BuiltinLevelsTest) PASS: test_issue27935 (test.test_logging.BuiltinLevelsTest) PASS: test_nested_explicit (test.test_logging.BuiltinLevelsTest) PASS: test_nested_inherited (test.test_logging.BuiltinLevelsTest) PASS: test_nested_with_virtual_parent (test.test_logging.BuiltinLevelsTest) test_regression_22386 (test.test_logging.BuiltinLevelsTest) PASS: See issue #22386 for more information. test_regression_29220 (test.test_logging.BuiltinLevelsTest) PASS: See issue #29220 for more information. PASS: test_child_loggers (test.test_logging.ChildLoggerTest) PASS: test_baseconfig (test.test_logging.ConfigDictTest) PASS: test_config0_ok (test.test_logging.ConfigDictTest) PASS: test_config11_ok (test.test_logging.ConfigDictTest) PASS: test_config12_failure (test.test_logging.ConfigDictTest) PASS: test_config13_failure (test.test_logging.ConfigDictTest) PASS: test_config14_ok (test.test_logging.ConfigDictTest) PASS: test_config15_ok (test.test_logging.ConfigDictTest) PASS: test_config1_ok (test.test_logging.ConfigDictTest) PASS: test_config2_failure (test.test_logging.ConfigDictTest) PASS: test_config2a_failure (test.test_logging.ConfigDictTest) PASS: test_config2b_failure (test.test_logging.ConfigDictTest) PASS: test_config3_failure (test.test_logging.ConfigDictTest) PASS: test_config4_ok (test.test_logging.ConfigDictTest) PASS: test_config4a_ok (test.test_logging.ConfigDictTest) PASS: test_config5_ok (test.test_logging.ConfigDictTest) PASS: test_config6_failure (test.test_logging.ConfigDictTest) PASS: test_config7_ok (test.test_logging.ConfigDictTest) PASS: test_config_10_ok (test.test_logging.ConfigDictTest) PASS: test_config_8_ok (test.test_logging.ConfigDictTest) PASS: test_config_8a_ok (test.test_logging.ConfigDictTest) PASS: test_config_9_ok (test.test_logging.ConfigDictTest) PASS: test_custom_formatter_class_with_validate (test.test_logging.ConfigDictTest) PASS: test_custom_formatter_class_with_validate2 (test.test_logging.ConfigDictTest) PASS: test_custom_formatter_class_with_validate2_with_wrong_fmt (test.test_logging.ConfigDictTest) PASS: test_custom_formatter_class_with_validate3 (test.test_logging.ConfigDictTest) PASS: test_custom_formatter_function_with_validate (test.test_logging.ConfigDictTest) PASS: test_listen_config_10_ok (test.test_logging.ConfigDictTest) PASS: test_listen_config_1_ok (test.test_logging.ConfigDictTest) PASS: test_listen_verify (test.test_logging.ConfigDictTest) PASS: test_namedtuple (test.test_logging.ConfigDictTest) PASS: test_out_of_order (test.test_logging.ConfigDictTest) PASS: test_out_of_order_with_dollar_style (test.test_logging.ConfigDictTest) PASS: test_config0_ok (test.test_logging.ConfigFileTest) PASS: test_config0_using_cp_ok (test.test_logging.ConfigFileTest) PASS: test_config1_ok (test.test_logging.ConfigFileTest) PASS: test_config2_failure (test.test_logging.ConfigFileTest) PASS: test_config3_failure (test.test_logging.ConfigFileTest) PASS: test_config4_ok (test.test_logging.ConfigFileTest) PASS: test_config5_ok (test.test_logging.ConfigFileTest) PASS: test_config6_ok (test.test_logging.ConfigFileTest) PASS: test_config7_ok (test.test_logging.ConfigFileTest) PASS: test_config8_ok (test.test_logging.ConfigFileTest) PASS: test_config_set_handler_names (test.test_logging.ConfigFileTest) test_defaults_do_no_interpolation (test.test_logging.ConfigFileTest) PASS: bpo-33802 defaults should not get interpolated PASS: test_logger_disabling (test.test_logging.ConfigFileTest) PASS: test_handler_filter (test.test_logging.CustomLevelsAndFiltersTest) PASS: test_logger_filter (test.test_logging.CustomLevelsAndFiltersTest) PASS: test_specific_filters (test.test_logging.CustomLevelsAndFiltersTest) PASS: test_output (test.test_logging.DatagramHandlerTest) PASS: test_encoding_cyrillic_unicode (test.test_logging.EncodingTest) PASS: test_encoding_plain_file (test.test_logging.EncodingTest) PASS: test_formatting (test.test_logging.ExceptionTest) PASS: test_delay (test.test_logging.FileHandlerTest) PASS: test_emit_after_closing_in_write_mode (test.test_logging.FileHandlerTest) PASS: test_braces (test.test_logging.FormatterTest) PASS: test_default_msec_format_none (test.test_logging.FormatterTest) PASS: test_defaults_parameter (test.test_logging.FormatterTest) PASS: test_dollars (test.test_logging.FormatterTest) PASS: test_format_validate (test.test_logging.FormatterTest) PASS: test_invalid_style (test.test_logging.FormatterTest) PASS: test_percent (test.test_logging.FormatterTest) PASS: test_time (test.test_logging.FormatterTest) PASS: test_output (test.test_logging.HTTPHandlerTest) PASS: test_builtin_handlers (test.test_logging.HandlerTest) PASS: test_name (test.test_logging.HandlerTest) test_path_objects (test.test_logging.HandlerTest) PASS: Test that Path objects are accepted as filename arguments to handlers. test_post_fork_child_no_deadlock (test.test_logging.HandlerTest) PASS: Ensure child logging locks are not held; bpo-6721 & bpo-36533. PASS: test_race (test.test_logging.HandlerTest) PASS: test_output (test.test_logging.IPv6SysLogHandlerTest) PASS: test_last_resort (test.test_logging.LastResortTest) PASS: test_logrecord_class (test.test_logging.LogRecordFactoryTest) PASS: test_dict_arg (test.test_logging.LogRecordTest) PASS: test_multiprocessing (test.test_logging.LogRecordTest) PASS: test_optional (test.test_logging.LogRecordTest) PASS: test_str_rep (test.test_logging.LogRecordTest) PASS: test_critical (test.test_logging.LoggerAdapterTest) PASS: test_exception (test.test_logging.LoggerAdapterTest) PASS: test_exception_excinfo (test.test_logging.LoggerAdapterTest) PASS: test_has_handlers (test.test_logging.LoggerAdapterTest) PASS: test_is_enabled_for (test.test_logging.LoggerAdapterTest) PASS: test_nested (test.test_logging.LoggerAdapterTest) PASS: test_caching (test.test_logging.LoggerTest) PASS: test_exception (test.test_logging.LoggerTest) PASS: test_find_caller_with_stack_info (test.test_logging.LoggerTest) PASS: test_find_caller_with_stacklevel (test.test_logging.LoggerTest) PASS: test_has_handlers (test.test_logging.LoggerTest) PASS: test_has_handlers_no_propagate (test.test_logging.LoggerTest) PASS: test_invalid_names (test.test_logging.LoggerTest) PASS: test_is_enabled_for (test.test_logging.LoggerTest) PASS: test_is_enabled_for_disabled_logger (test.test_logging.LoggerTest) PASS: test_log_invalid_level_no_raise (test.test_logging.LoggerTest) PASS: test_log_invalid_level_with_raise (test.test_logging.LoggerTest) PASS: test_make_record_with_extra_no_overwrite (test.test_logging.LoggerTest) PASS: test_make_record_with_extra_overwrite (test.test_logging.LoggerTest) PASS: test_pickling (test.test_logging.LoggerTest) PASS: test_root_logger_aliases (test.test_logging.LoggerTest) PASS: test_set_invalid_level (test.test_logging.LoggerTest) PASS: test_manager_loggerclass (test.test_logging.ManagerTest) PASS: test_set_log_record_factory (test.test_logging.ManagerTest) PASS: test_flush (test.test_logging.MemoryHandlerTest) test_flush_on_close (test.test_logging.MemoryHandlerTest) PASS: Test that the flush-on-close configuration works as expected. PASS: test_race_between_set_target_and_flush (test.test_logging.MemoryHandlerTest) PASS: test_persistent_loggers (test.test_logging.MemoryTest) PASS: test__all__ (test.test_logging.MiscTestCase) PASS: test_critical (test.test_logging.ModuleLevelMiscTest) PASS: test_debug (test.test_logging.ModuleLevelMiscTest) PASS: test_disable (test.test_logging.ModuleLevelMiscTest) PASS: test_error (test.test_logging.ModuleLevelMiscTest) PASS: test_info (test.test_logging.ModuleLevelMiscTest) PASS: test_log (test.test_logging.ModuleLevelMiscTest) PASS: test_logging_at_shutdown (test.test_logging.ModuleLevelMiscTest) PASS: test_logging_at_shutdown_open (test.test_logging.ModuleLevelMiscTest) PASS: test_recursion_error (test.test_logging.ModuleLevelMiscTest) PASS: test_set_logger_class (test.test_logging.ModuleLevelMiscTest) PASS: test_subclass_logger_cache (test.test_logging.ModuleLevelMiscTest) PASS: test_warning (test.test_logging.ModuleLevelMiscTest) SKIP: test_basic (test.test_logging.NTEventLogHandlerTest) 'win32evtlog/win32evtlogutil/pywintypes required for this test.' PASS: test_formatting (test.test_logging.QueueHandlerTest) PASS: test_queue_handler (test.test_logging.QueueHandlerTest) PASS: test_queue_listener (test.test_logging.QueueHandlerTest) PASS: test_queue_listener_with_StreamHandler (test.test_logging.QueueHandlerTest) PASS: test_queue_listener_with_multiple_handlers (test.test_logging.QueueHandlerTest) PASS: test_calls_task_done_after_stop (test.test_logging.QueueListenerTest) PASS: test_handle_called_with_mp_queue (test.test_logging.QueueListenerTest) PASS: test_handle_called_with_queue_queue (test.test_logging.QueueListenerTest) test_no_messages_in_queue_after_stop (test.test_logging.QueueListenerTest) PASS: Five messages are logged then the QueueListener is stopped. This PASS: test_file_created (test.test_logging.RotatingFileHandlerTest) PASS: test_namer_rotator_inheritance (test.test_logging.RotatingFileHandlerTest) PASS: test_rollover_filenames (test.test_logging.RotatingFileHandlerTest) PASS: test_rotator (test.test_logging.RotatingFileHandlerTest) PASS: test_should_not_rollover (test.test_logging.RotatingFileHandlerTest) PASS: test_should_rollover (test.test_logging.RotatingFileHandlerTest) PASS: test_basic (test.test_logging.SMTPHandlerTest) PASS: test_no_failure (test.test_logging.ShutdownTest) PASS: test_with_ioerror_in_acquire (test.test_logging.ShutdownTest) PASS: test_with_ioerror_in_close (test.test_logging.ShutdownTest) PASS: test_with_ioerror_in_flush (test.test_logging.ShutdownTest) PASS: test_with_other_error_in_acquire_with_raise (test.test_logging.ShutdownTest) PASS: test_with_other_error_in_acquire_without_raise (test.test_logging.ShutdownTest) PASS: test_with_other_error_in_close_with_raise (test.test_logging.ShutdownTest) PASS: test_with_other_error_in_close_without_raise (test.test_logging.ShutdownTest) PASS: test_with_other_error_in_flush_with_raise (test.test_logging.ShutdownTest) PASS: test_with_other_error_in_flush_without_raise (test.test_logging.ShutdownTest) PASS: test_with_valueerror_in_acquire (test.test_logging.ShutdownTest) PASS: test_with_valueerror_in_close (test.test_logging.ShutdownTest) PASS: test_with_valueerror_in_flush (test.test_logging.ShutdownTest) PASS: test_noserver (test.test_logging.SocketHandlerTest) PASS: test_output (test.test_logging.SocketHandlerTest) PASS: test_can_represent_stream_with_int_name (test.test_logging.StreamHandlerTest) PASS: test_error_handling (test.test_logging.StreamHandlerTest) test_stream_setting (test.test_logging.StreamHandlerTest) PASS: Test setting the handler's stream PASS: test_output (test.test_logging.SysLogHandlerTest) PASS: test_compute_files_to_delete (test.test_logging.TimedRotatingFileHandlerTest) PASS: test_compute_rollover_D (test.test_logging.TimedRotatingFileHandlerTest) PASS: test_compute_rollover_H (test.test_logging.TimedRotatingFileHandlerTest) PASS: test_compute_rollover_M (test.test_logging.TimedRotatingFileHandlerTest) PASS: test_compute_rollover_MIDNIGHT (test.test_logging.TimedRotatingFileHandlerTest) PASS: test_compute_rollover_S (test.test_logging.TimedRotatingFileHandlerTest) PASS: test_compute_rollover_W0 (test.test_logging.TimedRotatingFileHandlerTest) PASS: test_compute_rollover_daily_attime (test.test_logging.TimedRotatingFileHandlerTest) PASS: test_compute_rollover_weekly_attime (test.test_logging.TimedRotatingFileHandlerTest) PASS: test_invalid (test.test_logging.TimedRotatingFileHandlerTest) PASS: test_rollover (test.test_logging.TimedRotatingFileHandlerTest) PASS: test_should_not_rollover (test.test_logging.TimedRotatingFileHandlerTest) PASS: test_output (test.test_logging.UnixDatagramHandlerTest) PASS: test_noserver (test.test_logging.UnixSocketHandlerTest) PASS: test_output (test.test_logging.UnixSocketHandlerTest) PASS: test_output (test.test_logging.UnixSysLogHandlerTest) PASS: test_warnings (test.test_logging.WarningsTest) PASS: test_warnings_no_handlers (test.test_logging.WarningsTest) ---------------------------------------------------------------------- Ran 206 tests in 21.673s OK (skipped=1) 0:08:42 load avg: 0.42 [213/427] test_long PASS: test__format__ (test.test_long.LongTest) PASS: test_access_to_nonexistent_digit_0 (test.test_long.LongTest) PASS: test_as_integer_ratio (test.test_long.LongTest) PASS: test_bit_count (test.test_long.LongTest) PASS: test_bit_length (test.test_long.LongTest) PASS: test_bitop_identities (test.test_long.LongTest) PASS: test_conversion (test.test_long.LongTest) PASS: test_correctly_rounded_true_division (test.test_long.LongTest) PASS: test_division (test.test_long.LongTest) PASS: test_float_conversion (test.test_long.LongTest) PASS: test_float_overflow (test.test_long.LongTest) PASS: test_floordiv (test.test_long.LongTest) PASS: test_format (test.test_long.LongTest) PASS: test_from_bytes (test.test_long.LongTest) SKIP: test_huge_lshift (test.test_long.LongTest) 'not enough memory: 2290649224.5G minimum needed' PASS: test_huge_lshift_of_zero (test.test_long.LongTest) PASS: test_huge_rshift (test.test_long.LongTest) SKIP: test_huge_rshift_of_huge (test.test_long.LongTest) 'not enough memory: 1145324612.3G minimum needed' PASS: test_karatsuba (test.test_long.LongTest) PASS: test_logs (test.test_long.LongTest) PASS: test_long (test.test_long.LongTest) PASS: test_lshift_of_zero (test.test_long.LongTest) PASS: test_mixed_compares (test.test_long.LongTest) PASS: test_mod_division (test.test_long.LongTest) PASS: test_nan_inf (test.test_long.LongTest) PASS: test_negative_shift_count (test.test_long.LongTest) PASS: test_round (test.test_long.LongTest) PASS: test_shift_bool (test.test_long.LongTest) PASS: test_small_ints (test.test_long.LongTest) PASS: test_small_ints_in_huge_calculation (test.test_long.LongTest) PASS: test_to_bytes (test.test_long.LongTest) PASS: test_true_division (test.test_long.LongTest) ---------------------------------------------------------------------- Ran 32 tests in 2.008s OK (skipped=2) 0:08:45 load avg: 0.42 [214/427] test_longexp PASS: test_longexp (test.test_longexp.LongExpText) ---------------------------------------------------------------------- Ran 1 test in 0.122s OK 0:08:45 load avg: 0.42 [215/427] test_lzma PASS: test_bad_args (test.test_lzma.CompressDecompressFunctionTestCase) PASS: test_decompress_bad_input (test.test_lzma.CompressDecompressFunctionTestCase) PASS: test_decompress_good_input (test.test_lzma.CompressDecompressFunctionTestCase) PASS: test_decompress_incomplete_input (test.test_lzma.CompressDecompressFunctionTestCase) PASS: test_decompress_memlimit (test.test_lzma.CompressDecompressFunctionTestCase) PASS: test_decompress_multistream (test.test_lzma.CompressDecompressFunctionTestCase) PASS: test_decompress_multistream_trailing_junk (test.test_lzma.CompressDecompressFunctionTestCase) PASS: test_decompress_trailing_junk (test.test_lzma.CompressDecompressFunctionTestCase) PASS: test_roundtrip (test.test_lzma.CompressDecompressFunctionTestCase) PASS: test_bad_filter_spec (test.test_lzma.CompressorDecompressorTestCase) PASS: test_compressor_bigmem (test.test_lzma.CompressorDecompressorTestCase) PASS: test_decompressor_after_eof (test.test_lzma.CompressorDecompressorTestCase) PASS: test_decompressor_alone (test.test_lzma.CompressorDecompressorTestCase) PASS: test_decompressor_auto (test.test_lzma.CompressorDecompressorTestCase) PASS: test_decompressor_bad_input (test.test_lzma.CompressorDecompressorTestCase) PASS: test_decompressor_bigmem (test.test_lzma.CompressorDecompressorTestCase) PASS: test_decompressor_bug_28275 (test.test_lzma.CompressorDecompressorTestCase) PASS: test_decompressor_chunks (test.test_lzma.CompressorDecompressorTestCase) PASS: test_decompressor_chunks_empty (test.test_lzma.CompressorDecompressorTestCase) PASS: test_decompressor_chunks_maxsize (test.test_lzma.CompressorDecompressorTestCase) PASS: test_decompressor_inputbuf_1 (test.test_lzma.CompressorDecompressorTestCase) PASS: test_decompressor_inputbuf_2 (test.test_lzma.CompressorDecompressorTestCase) PASS: test_decompressor_inputbuf_3 (test.test_lzma.CompressorDecompressorTestCase) PASS: test_decompressor_memlimit (test.test_lzma.CompressorDecompressorTestCase) PASS: test_decompressor_multistream (test.test_lzma.CompressorDecompressorTestCase) PASS: test_decompressor_raw_1 (test.test_lzma.CompressorDecompressorTestCase) PASS: test_decompressor_raw_2 (test.test_lzma.CompressorDecompressorTestCase) PASS: test_decompressor_raw_3 (test.test_lzma.CompressorDecompressorTestCase) PASS: test_decompressor_raw_4 (test.test_lzma.CompressorDecompressorTestCase) PASS: test_decompressor_unused_data (test.test_lzma.CompressorDecompressorTestCase) PASS: test_decompressor_xz (test.test_lzma.CompressorDecompressorTestCase) PASS: test_pickle (test.test_lzma.CompressorDecompressorTestCase) SKIP: test_refleaks_in_decompressor___init__ (test.test_lzma.CompressorDecompressorTestCase) "object has no attribute 'gettotalrefcount'" PASS: test_roundtrip_alone (test.test_lzma.CompressorDecompressorTestCase) PASS: test_roundtrip_chunks (test.test_lzma.CompressorDecompressorTestCase) PASS: test_roundtrip_empty_chunks (test.test_lzma.CompressorDecompressorTestCase) PASS: test_roundtrip_raw (test.test_lzma.CompressorDecompressorTestCase) PASS: test_roundtrip_raw_empty (test.test_lzma.CompressorDecompressorTestCase) PASS: test_roundtrip_xz (test.test_lzma.CompressorDecompressorTestCase) PASS: test_simple_bad_args (test.test_lzma.CompressorDecompressorTestCase) PASS: test_close (test.test_lzma.FileTestCase) PASS: test_closed (test.test_lzma.FileTestCase) test_decompress_limited (test.test_lzma.FileTestCase) PASS: Decompressed data buffering should be limited PASS: test_fileno (test.test_lzma.FileTestCase) PASS: test_init (test.test_lzma.FileTestCase) PASS: test_init_bad_check (test.test_lzma.FileTestCase) PASS: test_init_bad_filter_spec (test.test_lzma.FileTestCase) PASS: test_init_bad_mode (test.test_lzma.FileTestCase) PASS: test_init_bad_preset (test.test_lzma.FileTestCase) PASS: test_init_mode (test.test_lzma.FileTestCase) PASS: test_init_with_PathLike_filename (test.test_lzma.FileTestCase) PASS: test_init_with_filename (test.test_lzma.FileTestCase) PASS: test_init_with_preset_and_filters (test.test_lzma.FileTestCase) PASS: test_init_with_x_mode (test.test_lzma.FileTestCase) PASS: test_issue21872 (test.test_lzma.FileTestCase) PASS: test_issue44439 (test.test_lzma.FileTestCase) PASS: test_iterator (test.test_lzma.FileTestCase) PASS: test_peek (test.test_lzma.FileTestCase) PASS: test_peek_bad_args (test.test_lzma.FileTestCase) PASS: test_read (test.test_lzma.FileTestCase) PASS: test_read1 (test.test_lzma.FileTestCase) PASS: test_read1_0 (test.test_lzma.FileTestCase) PASS: test_read1_10 (test.test_lzma.FileTestCase) PASS: test_read1_bad_args (test.test_lzma.FileTestCase) PASS: test_read1_multistream (test.test_lzma.FileTestCase) PASS: test_read_0 (test.test_lzma.FileTestCase) PASS: test_read_10 (test.test_lzma.FileTestCase) PASS: test_read_bad_args (test.test_lzma.FileTestCase) PASS: test_read_bad_data (test.test_lzma.FileTestCase) PASS: test_read_from_file (test.test_lzma.FileTestCase) SKIP: test_read_from_file_with_bytes_filename (test.test_lzma.FileTestCase) 'Temporary file name needs to be ASCII' PASS: test_read_incomplete (test.test_lzma.FileTestCase) PASS: test_read_multistream (test.test_lzma.FileTestCase) PASS: test_read_multistream_buffer_size_aligned (test.test_lzma.FileTestCase) PASS: test_read_multistream_trailing_junk (test.test_lzma.FileTestCase) PASS: test_read_trailing_junk (test.test_lzma.FileTestCase) PASS: test_read_truncated (test.test_lzma.FileTestCase) PASS: test_readable (test.test_lzma.FileTestCase) PASS: test_readline (test.test_lzma.FileTestCase) PASS: test_readlines (test.test_lzma.FileTestCase) PASS: test_seek_backward (test.test_lzma.FileTestCase) PASS: test_seek_backward_across_streams (test.test_lzma.FileTestCase) PASS: test_seek_backward_relative_to_end (test.test_lzma.FileTestCase) PASS: test_seek_bad_args (test.test_lzma.FileTestCase) PASS: test_seek_forward (test.test_lzma.FileTestCase) PASS: test_seek_forward_across_streams (test.test_lzma.FileTestCase) PASS: test_seek_forward_relative_to_current (test.test_lzma.FileTestCase) PASS: test_seek_forward_relative_to_end (test.test_lzma.FileTestCase) PASS: test_seek_past_end (test.test_lzma.FileTestCase) PASS: test_seek_past_start (test.test_lzma.FileTestCase) PASS: test_seekable (test.test_lzma.FileTestCase) PASS: test_tell (test.test_lzma.FileTestCase) PASS: test_tell_bad_args (test.test_lzma.FileTestCase) PASS: test_writable (test.test_lzma.FileTestCase) PASS: test_write (test.test_lzma.FileTestCase) PASS: test_write_10 (test.test_lzma.FileTestCase) PASS: test_write_append (test.test_lzma.FileTestCase) PASS: test_write_append_to_file (test.test_lzma.FileTestCase) PASS: test_write_bad_args (test.test_lzma.FileTestCase) PASS: test_write_to_file (test.test_lzma.FileTestCase) SKIP: test_write_to_file_with_bytes_filename (test.test_lzma.FileTestCase) 'Temporary file name needs to be ASCII' PASS: test_writelines (test.test_lzma.FileTestCase) PASS: test__decode_filter_properties (test.test_lzma.MiscellaneousTestCase) PASS: test__encode_filter_properties (test.test_lzma.MiscellaneousTestCase) PASS: test_filter_properties_roundtrip (test.test_lzma.MiscellaneousTestCase) PASS: test_is_check_supported (test.test_lzma.MiscellaneousTestCase) PASS: test_bad_params (test.test_lzma.OpenTestCase) PASS: test_binary_modes (test.test_lzma.OpenTestCase) PASS: test_encoding (test.test_lzma.OpenTestCase) PASS: test_encoding_error_handler (test.test_lzma.OpenTestCase) PASS: test_filename (test.test_lzma.OpenTestCase) PASS: test_format_and_filters (test.test_lzma.OpenTestCase) PASS: test_newline (test.test_lzma.OpenTestCase) PASS: test_text_modes (test.test_lzma.OpenTestCase) PASS: test_with_pathlike_filename (test.test_lzma.OpenTestCase) PASS: test_x_mode (test.test_lzma.OpenTestCase) ---------------------------------------------------------------------- Ran 116 tests in 3.491s OK (skipped=3) 0:08:49 load avg: 0.47 [216/427] test_mailbox test_empty_maildir (test.test_mailbox.MaildirTestCase) PASS: Test an empty maildir mailbox PASS: test_nonempty_maildir_both (test.test_mailbox.MaildirTestCase) PASS: test_nonempty_maildir_cur (test.test_mailbox.MaildirTestCase) PASS: test_nonempty_maildir_new (test.test_mailbox.MaildirTestCase) PASS: test__all__ (test.test_mailbox.MiscTestCase) PASS: test_add (test.test_mailbox.TestBabyl) PASS: test_add_8bit_body (test.test_mailbox.TestBabyl) PASS: test_add_StringIO_warns (test.test_mailbox.TestBabyl) PASS: test_add_binary_file (test.test_mailbox.TestBabyl) PASS: test_add_binary_nonascii_file (test.test_mailbox.TestBabyl) PASS: test_add_doesnt_rewrite (test.test_mailbox.TestBabyl) PASS: test_add_invalid_8bit_bytes_header (test.test_mailbox.TestBabyl) PASS: test_add_nonascii_StringIO_raises (test.test_mailbox.TestBabyl) PASS: test_add_nonascii_string_header_raises (test.test_mailbox.TestBabyl) PASS: test_add_text_file_warns (test.test_mailbox.TestBabyl) PASS: test_add_that_raises_leaves_mailbox_empty (test.test_mailbox.TestBabyl) PASS: test_clear (test.test_mailbox.TestBabyl) PASS: test_close (test.test_mailbox.TestBabyl) PASS: test_contains (test.test_mailbox.TestBabyl) PASS: test_delitem (test.test_mailbox.TestBabyl) PASS: test_discard (test.test_mailbox.TestBabyl) PASS: test_dump_message (test.test_mailbox.TestBabyl) PASS: test_flush (test.test_mailbox.TestBabyl) PASS: test_get (test.test_mailbox.TestBabyl) PASS: test_get_bytes (test.test_mailbox.TestBabyl) PASS: test_get_file (test.test_mailbox.TestBabyl) PASS: test_get_file_can_be_closed_twice (test.test_mailbox.TestBabyl) PASS: test_get_message (test.test_mailbox.TestBabyl) PASS: test_get_string (test.test_mailbox.TestBabyl) PASS: test_getitem (test.test_mailbox.TestBabyl) PASS: test_invalid_nonascii_header_as_string (test.test_mailbox.TestBabyl) PASS: test_items (test.test_mailbox.TestBabyl) PASS: test_iter (test.test_mailbox.TestBabyl) PASS: test_iteritems (test.test_mailbox.TestBabyl) PASS: test_iterkeys (test.test_mailbox.TestBabyl) PASS: test_itervalues (test.test_mailbox.TestBabyl) PASS: test_keys (test.test_mailbox.TestBabyl) PASS: test_labels (test.test_mailbox.TestBabyl) PASS: test_len (test.test_mailbox.TestBabyl) PASS: test_lock_unlock (test.test_mailbox.TestBabyl) PASS: test_permissions_after_flush (test.test_mailbox.TestBabyl) PASS: test_pop (test.test_mailbox.TestBabyl) PASS: test_popitem (test.test_mailbox.TestBabyl) PASS: test_popitem_and_flush_twice (test.test_mailbox.TestBabyl) PASS: test_remove (test.test_mailbox.TestBabyl) PASS: test_set_item (test.test_mailbox.TestBabyl) PASS: test_update (test.test_mailbox.TestBabyl) PASS: test_values (test.test_mailbox.TestBabyl) PASS: test_all_eMM_attributes_exist (test.test_mailbox.TestBabylMessage) PASS: test_become_message (test.test_mailbox.TestBabylMessage) PASS: test_explain_to (test.test_mailbox.TestBabylMessage) PASS: test_initialize_incorrectly (test.test_mailbox.TestBabylMessage) PASS: test_initialize_with_binary_file (test.test_mailbox.TestBabylMessage) PASS: test_initialize_with_eMM (test.test_mailbox.TestBabylMessage) PASS: test_initialize_with_file (test.test_mailbox.TestBabylMessage) PASS: test_initialize_with_nothing (test.test_mailbox.TestBabylMessage) PASS: test_initialize_with_string (test.test_mailbox.TestBabylMessage) PASS: test_labels (test.test_mailbox.TestBabylMessage) PASS: test_visible (test.test_mailbox.TestBabylMessage) PASS: test_closing_fd (test.test_mailbox.TestFakeMailBox) PASS: test_add (test.test_mailbox.TestMH) PASS: test_add_8bit_body (test.test_mailbox.TestMH) PASS: test_add_StringIO_warns (test.test_mailbox.TestMH) PASS: test_add_and_remove_folders (test.test_mailbox.TestMH) PASS: test_add_binary_file (test.test_mailbox.TestMH) PASS: test_add_binary_nonascii_file (test.test_mailbox.TestMH) PASS: test_add_invalid_8bit_bytes_header (test.test_mailbox.TestMH) PASS: test_add_nonascii_StringIO_raises (test.test_mailbox.TestMH) PASS: test_add_nonascii_string_header_raises (test.test_mailbox.TestMH) PASS: test_add_text_file_warns (test.test_mailbox.TestMH) PASS: test_add_that_raises_leaves_mailbox_empty (test.test_mailbox.TestMH) PASS: test_clear (test.test_mailbox.TestMH) PASS: test_close (test.test_mailbox.TestMH) PASS: test_contains (test.test_mailbox.TestMH) PASS: test_delitem (test.test_mailbox.TestMH) PASS: test_discard (test.test_mailbox.TestMH) PASS: test_dump_message (test.test_mailbox.TestMH) PASS: test_flush (test.test_mailbox.TestMH) PASS: test_get (test.test_mailbox.TestMH) PASS: test_get_bytes (test.test_mailbox.TestMH) PASS: test_get_file (test.test_mailbox.TestMH) PASS: test_get_file_can_be_closed_twice (test.test_mailbox.TestMH) PASS: test_get_folder (test.test_mailbox.TestMH) PASS: test_get_message (test.test_mailbox.TestMH) PASS: test_get_string (test.test_mailbox.TestMH) PASS: test_getitem (test.test_mailbox.TestMH) PASS: test_invalid_nonascii_header_as_string (test.test_mailbox.TestMH) PASS: test_issue2625 (test.test_mailbox.TestMH) PASS: test_issue7627 (test.test_mailbox.TestMH) PASS: test_items (test.test_mailbox.TestMH) PASS: test_iter (test.test_mailbox.TestMH) PASS: test_iteritems (test.test_mailbox.TestMH) PASS: test_iterkeys (test.test_mailbox.TestMH) PASS: test_itervalues (test.test_mailbox.TestMH) PASS: test_keys (test.test_mailbox.TestMH) PASS: test_len (test.test_mailbox.TestMH) PASS: test_list_folders (test.test_mailbox.TestMH) PASS: test_lock_unlock (test.test_mailbox.TestMH) PASS: test_pack (test.test_mailbox.TestMH) PASS: test_pop (test.test_mailbox.TestMH) PASS: test_popitem (test.test_mailbox.TestMH) PASS: test_popitem_and_flush_twice (test.test_mailbox.TestMH) PASS: test_remove (test.test_mailbox.TestMH) PASS: test_sequences (test.test_mailbox.TestMH) PASS: test_set_item (test.test_mailbox.TestMH) PASS: test_update (test.test_mailbox.TestMH) PASS: test_values (test.test_mailbox.TestMH) PASS: test_all_eMM_attributes_exist (test.test_mailbox.TestMHMessage) PASS: test_become_message (test.test_mailbox.TestMHMessage) PASS: test_explain_to (test.test_mailbox.TestMHMessage) PASS: test_initialize_incorrectly (test.test_mailbox.TestMHMessage) PASS: test_initialize_with_binary_file (test.test_mailbox.TestMHMessage) PASS: test_initialize_with_eMM (test.test_mailbox.TestMHMessage) PASS: test_initialize_with_file (test.test_mailbox.TestMHMessage) PASS: test_initialize_with_nothing (test.test_mailbox.TestMHMessage) PASS: test_initialize_with_string (test.test_mailbox.TestMHMessage) PASS: test_sequences (test.test_mailbox.TestMHMessage) PASS: test_add (test.test_mailbox.TestMMDF) PASS: test_add_8bit_body (test.test_mailbox.TestMMDF) PASS: test_add_StringIO_warns (test.test_mailbox.TestMMDF) PASS: test_add_and_close (test.test_mailbox.TestMMDF) PASS: test_add_binary_file (test.test_mailbox.TestMMDF) PASS: test_add_binary_nonascii_file (test.test_mailbox.TestMMDF) PASS: test_add_doesnt_rewrite (test.test_mailbox.TestMMDF) PASS: test_add_from_bytes (test.test_mailbox.TestMMDF) PASS: test_add_from_string (test.test_mailbox.TestMMDF) PASS: test_add_invalid_8bit_bytes_header (test.test_mailbox.TestMMDF) PASS: test_add_mbox_or_mmdf_message (test.test_mailbox.TestMMDF) PASS: test_add_nonascii_StringIO_raises (test.test_mailbox.TestMMDF) PASS: test_add_nonascii_string_header_raises (test.test_mailbox.TestMMDF) PASS: test_add_text_file_warns (test.test_mailbox.TestMMDF) PASS: test_add_that_raises_leaves_mailbox_empty (test.test_mailbox.TestMMDF) PASS: test_clear (test.test_mailbox.TestMMDF) PASS: test_close (test.test_mailbox.TestMMDF) PASS: test_contains (test.test_mailbox.TestMMDF) PASS: test_delitem (test.test_mailbox.TestMMDF) PASS: test_discard (test.test_mailbox.TestMMDF) PASS: test_dump_message (test.test_mailbox.TestMMDF) PASS: test_flush (test.test_mailbox.TestMMDF) PASS: test_get (test.test_mailbox.TestMMDF) PASS: test_get_bytes (test.test_mailbox.TestMMDF) PASS: test_get_bytes_from (test.test_mailbox.TestMMDF) PASS: test_get_file (test.test_mailbox.TestMMDF) PASS: test_get_file_can_be_closed_twice (test.test_mailbox.TestMMDF) PASS: test_get_message (test.test_mailbox.TestMMDF) PASS: test_get_string (test.test_mailbox.TestMMDF) PASS: test_get_string_from (test.test_mailbox.TestMMDF) PASS: test_getitem (test.test_mailbox.TestMMDF) PASS: test_invalid_nonascii_header_as_string (test.test_mailbox.TestMMDF) PASS: test_items (test.test_mailbox.TestMMDF) PASS: test_iter (test.test_mailbox.TestMMDF) PASS: test_iteritems (test.test_mailbox.TestMMDF) PASS: test_iterkeys (test.test_mailbox.TestMMDF) PASS: test_itervalues (test.test_mailbox.TestMMDF) PASS: test_keys (test.test_mailbox.TestMMDF) PASS: test_len (test.test_mailbox.TestMMDF) PASS: test_lock_conflict (test.test_mailbox.TestMMDF) PASS: test_lock_unlock (test.test_mailbox.TestMMDF) PASS: test_open_close_open (test.test_mailbox.TestMMDF) PASS: test_permissions_after_flush (test.test_mailbox.TestMMDF) PASS: test_pop (test.test_mailbox.TestMMDF) PASS: test_popitem (test.test_mailbox.TestMMDF) PASS: test_popitem_and_flush_twice (test.test_mailbox.TestMMDF) PASS: test_relock (test.test_mailbox.TestMMDF) PASS: test_remove (test.test_mailbox.TestMMDF) PASS: test_set_item (test.test_mailbox.TestMMDF) PASS: test_update (test.test_mailbox.TestMMDF) PASS: test_values (test.test_mailbox.TestMMDF) PASS: test_all_eMM_attributes_exist (test.test_mailbox.TestMMDFMessage) PASS: test_become_message (test.test_mailbox.TestMMDFMessage) PASS: test_explain_to (test.test_mailbox.TestMMDFMessage) PASS: test_flags (test.test_mailbox.TestMMDFMessage) PASS: test_from (test.test_mailbox.TestMMDFMessage) PASS: test_initialize_incorrectly (test.test_mailbox.TestMMDFMessage) PASS: test_initialize_with_binary_file (test.test_mailbox.TestMMDFMessage) PASS: test_initialize_with_eMM (test.test_mailbox.TestMMDFMessage) PASS: test_initialize_with_file (test.test_mailbox.TestMMDFMessage) PASS: test_initialize_with_nothing (test.test_mailbox.TestMMDFMessage) PASS: test_initialize_with_string (test.test_mailbox.TestMMDFMessage) PASS: test_initialize_with_unixfrom (test.test_mailbox.TestMMDFMessage) PASS: test_notimplemented (test.test_mailbox.TestMailboxSuperclass) PASS: test_add (test.test_mailbox.TestMaildir) PASS: test_add_8bit_body (test.test_mailbox.TestMaildir) PASS: test_add_MM (test.test_mailbox.TestMaildir) PASS: test_add_StringIO_warns (test.test_mailbox.TestMaildir) PASS: test_add_and_remove_folders (test.test_mailbox.TestMaildir) PASS: test_add_binary_file (test.test_mailbox.TestMaildir) PASS: test_add_binary_nonascii_file (test.test_mailbox.TestMaildir) PASS: test_add_invalid_8bit_bytes_header (test.test_mailbox.TestMaildir) PASS: test_add_nonascii_StringIO_raises (test.test_mailbox.TestMaildir) PASS: test_add_nonascii_string_header_raises (test.test_mailbox.TestMaildir) PASS: test_add_text_file_warns (test.test_mailbox.TestMaildir) PASS: test_add_that_raises_leaves_mailbox_empty (test.test_mailbox.TestMaildir) PASS: test_clean (test.test_mailbox.TestMaildir) PASS: test_clear (test.test_mailbox.TestMaildir) PASS: test_close (test.test_mailbox.TestMaildir) PASS: test_consistent_factory (test.test_mailbox.TestMaildir) PASS: test_contains (test.test_mailbox.TestMaildir) PASS: test_create_tmp (test.test_mailbox.TestMaildir) PASS: test_delitem (test.test_mailbox.TestMaildir) PASS: test_directory_in_folder (test.test_mailbox.TestMaildir) PASS: test_discard (test.test_mailbox.TestMaildir) PASS: test_dump_message (test.test_mailbox.TestMaildir) PASS: test_file_permissions (test.test_mailbox.TestMaildir) PASS: test_flush (test.test_mailbox.TestMaildir) PASS: test_folder (test.test_mailbox.TestMaildir) PASS: test_folder_file_perms (test.test_mailbox.TestMaildir) PASS: test_get (test.test_mailbox.TestMaildir) PASS: test_get_MM (test.test_mailbox.TestMaildir) PASS: test_get_bytes (test.test_mailbox.TestMaildir) PASS: test_get_file (test.test_mailbox.TestMaildir) PASS: test_get_file_can_be_closed_twice (test.test_mailbox.TestMaildir) PASS: test_get_folder (test.test_mailbox.TestMaildir) PASS: test_get_message (test.test_mailbox.TestMaildir) PASS: test_get_string (test.test_mailbox.TestMaildir) PASS: test_getitem (test.test_mailbox.TestMaildir) PASS: test_initialize_existing (test.test_mailbox.TestMaildir) PASS: test_initialize_new (test.test_mailbox.TestMaildir) PASS: test_invalid_nonascii_header_as_string (test.test_mailbox.TestMaildir) PASS: test_items (test.test_mailbox.TestMaildir) PASS: test_iter (test.test_mailbox.TestMaildir) PASS: test_iteritems (test.test_mailbox.TestMaildir) PASS: test_iterkeys (test.test_mailbox.TestMaildir) PASS: test_itervalues (test.test_mailbox.TestMaildir) PASS: test_keys (test.test_mailbox.TestMaildir) PASS: test_len (test.test_mailbox.TestMaildir) PASS: test_list_folders (test.test_mailbox.TestMaildir) PASS: test_lock_unlock (test.test_mailbox.TestMaildir) PASS: test_lookup (test.test_mailbox.TestMaildir) PASS: test_pop (test.test_mailbox.TestMaildir) PASS: test_popitem (test.test_mailbox.TestMaildir) PASS: test_popitem_and_flush_twice (test.test_mailbox.TestMaildir) PASS: test_refresh (test.test_mailbox.TestMaildir) PASS: test_refresh_after_safety_period (test.test_mailbox.TestMaildir) PASS: test_remove (test.test_mailbox.TestMaildir) PASS: test_reread (test.test_mailbox.TestMaildir) PASS: test_set_MM (test.test_mailbox.TestMaildir) PASS: test_set_item (test.test_mailbox.TestMaildir) PASS: test_update (test.test_mailbox.TestMaildir) PASS: test_values (test.test_mailbox.TestMaildir) PASS: test_all_eMM_attributes_exist (test.test_mailbox.TestMaildirMessage) PASS: test_become_message (test.test_mailbox.TestMaildirMessage) PASS: test_date (test.test_mailbox.TestMaildirMessage) PASS: test_explain_to (test.test_mailbox.TestMaildirMessage) PASS: test_flags (test.test_mailbox.TestMaildirMessage) PASS: test_info (test.test_mailbox.TestMaildirMessage) PASS: test_info_and_flags (test.test_mailbox.TestMaildirMessage) PASS: test_initialize_incorrectly (test.test_mailbox.TestMaildirMessage) PASS: test_initialize_with_binary_file (test.test_mailbox.TestMaildirMessage) PASS: test_initialize_with_eMM (test.test_mailbox.TestMaildirMessage) PASS: test_initialize_with_file (test.test_mailbox.TestMaildirMessage) PASS: test_initialize_with_nothing (test.test_mailbox.TestMaildirMessage) PASS: test_initialize_with_string (test.test_mailbox.TestMaildirMessage) PASS: test_subdir (test.test_mailbox.TestMaildirMessage) PASS: test_add (test.test_mailbox.TestMbox) PASS: test_add_8bit_body (test.test_mailbox.TestMbox) PASS: test_add_StringIO_warns (test.test_mailbox.TestMbox) PASS: test_add_and_close (test.test_mailbox.TestMbox) PASS: test_add_binary_file (test.test_mailbox.TestMbox) PASS: test_add_binary_nonascii_file (test.test_mailbox.TestMbox) PASS: test_add_doesnt_rewrite (test.test_mailbox.TestMbox) PASS: test_add_from_bytes (test.test_mailbox.TestMbox) PASS: test_add_from_string (test.test_mailbox.TestMbox) PASS: test_add_invalid_8bit_bytes_header (test.test_mailbox.TestMbox) PASS: test_add_mbox_or_mmdf_message (test.test_mailbox.TestMbox) PASS: test_add_nonascii_StringIO_raises (test.test_mailbox.TestMbox) PASS: test_add_nonascii_string_header_raises (test.test_mailbox.TestMbox) PASS: test_add_text_file_warns (test.test_mailbox.TestMbox) PASS: test_add_that_raises_leaves_mailbox_empty (test.test_mailbox.TestMbox) PASS: test_clear (test.test_mailbox.TestMbox) PASS: test_close (test.test_mailbox.TestMbox) PASS: test_contains (test.test_mailbox.TestMbox) PASS: test_delitem (test.test_mailbox.TestMbox) PASS: test_discard (test.test_mailbox.TestMbox) PASS: test_dump_message (test.test_mailbox.TestMbox) PASS: test_file_perms (test.test_mailbox.TestMbox) PASS: test_flush (test.test_mailbox.TestMbox) PASS: test_get (test.test_mailbox.TestMbox) PASS: test_get_bytes (test.test_mailbox.TestMbox) PASS: test_get_bytes_from (test.test_mailbox.TestMbox) PASS: test_get_file (test.test_mailbox.TestMbox) PASS: test_get_file_can_be_closed_twice (test.test_mailbox.TestMbox) PASS: test_get_message (test.test_mailbox.TestMbox) PASS: test_get_string (test.test_mailbox.TestMbox) PASS: test_get_string_from (test.test_mailbox.TestMbox) PASS: test_getitem (test.test_mailbox.TestMbox) PASS: test_invalid_nonascii_header_as_string (test.test_mailbox.TestMbox) PASS: test_items (test.test_mailbox.TestMbox) PASS: test_iter (test.test_mailbox.TestMbox) PASS: test_iteritems (test.test_mailbox.TestMbox) PASS: test_iterkeys (test.test_mailbox.TestMbox) PASS: test_itervalues (test.test_mailbox.TestMbox) PASS: test_keys (test.test_mailbox.TestMbox) PASS: test_len (test.test_mailbox.TestMbox) PASS: test_lock_conflict (test.test_mailbox.TestMbox) PASS: test_lock_unlock (test.test_mailbox.TestMbox) PASS: test_message_separator (test.test_mailbox.TestMbox) PASS: test_open_close_open (test.test_mailbox.TestMbox) PASS: test_permissions_after_flush (test.test_mailbox.TestMbox) PASS: test_pop (test.test_mailbox.TestMbox) PASS: test_popitem (test.test_mailbox.TestMbox) PASS: test_popitem_and_flush_twice (test.test_mailbox.TestMbox) PASS: test_relock (test.test_mailbox.TestMbox) PASS: test_remove (test.test_mailbox.TestMbox) PASS: test_set_item (test.test_mailbox.TestMbox) PASS: test_terminating_newline (test.test_mailbox.TestMbox) PASS: test_update (test.test_mailbox.TestMbox) PASS: test_values (test.test_mailbox.TestMbox) PASS: test_all_eMM_attributes_exist (test.test_mailbox.TestMboxMessage) PASS: test_become_message (test.test_mailbox.TestMboxMessage) PASS: test_explain_to (test.test_mailbox.TestMboxMessage) PASS: test_flags (test.test_mailbox.TestMboxMessage) PASS: test_from (test.test_mailbox.TestMboxMessage) PASS: test_initialize_incorrectly (test.test_mailbox.TestMboxMessage) PASS: test_initialize_with_binary_file (test.test_mailbox.TestMboxMessage) PASS: test_initialize_with_eMM (test.test_mailbox.TestMboxMessage) PASS: test_initialize_with_file (test.test_mailbox.TestMboxMessage) PASS: test_initialize_with_nothing (test.test_mailbox.TestMboxMessage) PASS: test_initialize_with_string (test.test_mailbox.TestMboxMessage) PASS: test_initialize_with_unixfrom (test.test_mailbox.TestMboxMessage) PASS: test_all_eMM_attributes_exist (test.test_mailbox.TestMessage) PASS: test_become_message (test.test_mailbox.TestMessage) PASS: test_explain_to (test.test_mailbox.TestMessage) PASS: test_initialize_incorrectly (test.test_mailbox.TestMessage) PASS: test_initialize_with_binary_file (test.test_mailbox.TestMessage) PASS: test_initialize_with_eMM (test.test_mailbox.TestMessage) PASS: test_initialize_with_file (test.test_mailbox.TestMessage) PASS: test_initialize_with_nothing (test.test_mailbox.TestMessage) PASS: test_initialize_with_string (test.test_mailbox.TestMessage) PASS: test_babyl_to_babyl (test.test_mailbox.TestMessageConversion) PASS: test_babyl_to_maildir (test.test_mailbox.TestMessageConversion) PASS: test_babyl_to_mboxmmdf (test.test_mailbox.TestMessageConversion) PASS: test_babyl_to_mh (test.test_mailbox.TestMessageConversion) PASS: test_maildir_to_babyl (test.test_mailbox.TestMessageConversion) PASS: test_maildir_to_maildir (test.test_mailbox.TestMessageConversion) PASS: test_maildir_to_mboxmmdf (test.test_mailbox.TestMessageConversion) PASS: test_maildir_to_mh (test.test_mailbox.TestMessageConversion) PASS: test_mboxmmdf_to_babyl (test.test_mailbox.TestMessageConversion) PASS: test_mboxmmdf_to_maildir (test.test_mailbox.TestMessageConversion) PASS: test_mboxmmdf_to_mboxmmdf (test.test_mailbox.TestMessageConversion) PASS: test_mboxmmdf_to_mh (test.test_mailbox.TestMessageConversion) PASS: test_mh_to_babyl (test.test_mailbox.TestMessageConversion) PASS: test_mh_to_maildir (test.test_mailbox.TestMessageConversion) PASS: test_mh_to_mboxmmdf (test.test_mailbox.TestMessageConversion) PASS: test_mh_to_mh (test.test_mailbox.TestMessageConversion) PASS: test_plain_to_x (test.test_mailbox.TestMessageConversion) PASS: test_type_specific_attributes_removed_on_conversion (test.test_mailbox.TestMessageConversion) PASS: test_x_from_bytes (test.test_mailbox.TestMessageConversion) PASS: test_x_to_invalid (test.test_mailbox.TestMessageConversion) PASS: test_x_to_plain (test.test_mailbox.TestMessageConversion) PASS: test_close (test.test_mailbox.TestPartialFile) PASS: test_initialize (test.test_mailbox.TestPartialFile) PASS: test_iteration (test.test_mailbox.TestPartialFile) PASS: test_read (test.test_mailbox.TestPartialFile) PASS: test_readline (test.test_mailbox.TestPartialFile) PASS: test_readlines (test.test_mailbox.TestPartialFile) PASS: test_seek_and_tell (test.test_mailbox.TestPartialFile) PASS: test_close (test.test_mailbox.TestProxyFile) PASS: test_initialize (test.test_mailbox.TestProxyFile) PASS: test_iteration (test.test_mailbox.TestProxyFile) PASS: test_read (test.test_mailbox.TestProxyFile) PASS: test_readline (test.test_mailbox.TestProxyFile) PASS: test_readlines (test.test_mailbox.TestProxyFile) PASS: test_seek_and_tell (test.test_mailbox.TestProxyFile) ---------------------------------------------------------------------- Ran 364 tests in 0.604s OK 0:08:50 load avg: 0.47 [217/427] test_mailcap PASS: test_findmatch (test.test_mailcap.FindmatchTest) PASS: test_test (test.test_mailcap.FindmatchTest) PASS: test_mock_getcaps (test.test_mailcap.GetcapsTest) PASS: test_system_mailcap (test.test_mailcap.GetcapsTest) PASS: test_listmailcapfiles (test.test_mailcap.HelperFunctionTest) PASS: test_lookup (test.test_mailcap.HelperFunctionTest) PASS: test_readmailcapfile (test.test_mailcap.HelperFunctionTest) PASS: test_subst (test.test_mailcap.HelperFunctionTest) ---------------------------------------------------------------------- Ran 8 tests in 0.011s OK 0:08:51 load avg: 0.47 [218/427] test_marshal PASS: test_array (test.test_marshal.BufferTestCase) PASS: test_bytearray (test.test_marshal.BufferTestCase) PASS: test_memoryview (test.test_marshal.BufferTestCase) PASS: test_bad_reader (test.test_marshal.BugsTestCase) PASS: test_bug_5888452 (test.test_marshal.BugsTestCase) PASS: test_eof (test.test_marshal.BugsTestCase) PASS: test_exact_type_match (test.test_marshal.BugsTestCase) PASS: test_fuzz (test.test_marshal.BugsTestCase) PASS: test_invalid_longs (test.test_marshal.BugsTestCase) PASS: test_large_marshal (test.test_marshal.BugsTestCase) PASS: test_loads_recursion (test.test_marshal.BugsTestCase) PASS: test_loads_reject_unicode_strings (test.test_marshal.BugsTestCase) PASS: test_multiple_dumps_and_loads (test.test_marshal.BugsTestCase) PASS: test_patch_873224 (test.test_marshal.BugsTestCase) PASS: test_recursion_limit (test.test_marshal.BugsTestCase) PASS: test_version_argument (test.test_marshal.BugsTestCase) PASS: test_read_last_object_from_file (test.test_marshal.CAPI_TestCase) PASS: test_read_long_from_file (test.test_marshal.CAPI_TestCase) PASS: test_read_object_from_file (test.test_marshal.CAPI_TestCase) PASS: test_read_short_from_file (test.test_marshal.CAPI_TestCase) PASS: test_write_long_to_file (test.test_marshal.CAPI_TestCase) PASS: test_write_object_to_file (test.test_marshal.CAPI_TestCase) PASS: test_code (test.test_marshal.CodeTestCase) PASS: test_different_filenames (test.test_marshal.CodeTestCase) PASS: test_many_codeobjects (test.test_marshal.CodeTestCase) PASS: test_same_filename_used (test.test_marshal.CodeTestCase) PASS: test0To3 (test.test_marshal.CompatibilityTestCase) PASS: test1To3 (test.test_marshal.CompatibilityTestCase) PASS: test2To3 (test.test_marshal.CompatibilityTestCase) PASS: test3To3 (test.test_marshal.CompatibilityTestCase) PASS: test_dict (test.test_marshal.ContainerTestCase) PASS: test_list (test.test_marshal.ContainerTestCase) PASS: test_sets (test.test_marshal.ContainerTestCase) PASS: test_tuple (test.test_marshal.ContainerTestCase) PASS: test_exceptions (test.test_marshal.ExceptionTestCase) PASS: test_floats (test.test_marshal.FloatTestCase) PASS: testBytes (test.test_marshal.InstancingTestCase) PASS: testDict (test.test_marshal.InstancingTestCase) PASS: testFloat (test.test_marshal.InstancingTestCase) PASS: testFrozenSet (test.test_marshal.InstancingTestCase) PASS: testInt (test.test_marshal.InstancingTestCase) PASS: testList (test.test_marshal.InstancingTestCase) PASS: testModule (test.test_marshal.InstancingTestCase) PASS: testRecursion (test.test_marshal.InstancingTestCase) PASS: testSet (test.test_marshal.InstancingTestCase) PASS: testStr (test.test_marshal.InstancingTestCase) PASS: testTuple (test.test_marshal.InstancingTestCase) PASS: test_bool (test.test_marshal.IntTestCase) PASS: test_int64 (test.test_marshal.IntTestCase) PASS: test_ints (test.test_marshal.IntTestCase) PASS: testIntern (test.test_marshal.InterningTestCase) PASS: testNoIntern (test.test_marshal.InterningTestCase) SKIP: test_bytearray (test.test_marshal.LargeValuesTestCase) 'not enough memory: 4.0G minimum needed' SKIP: test_bytes (test.test_marshal.LargeValuesTestCase) 'not enough memory: 4.0G minimum needed' SKIP: test_frozenset (test.test_marshal.LargeValuesTestCase) 'not enough memory: 256.0G minimum needed' SKIP: test_list (test.test_marshal.LargeValuesTestCase) 'not enough memory: 18.0G minimum needed' SKIP: test_set (test.test_marshal.LargeValuesTestCase) 'not enough memory: 256.0G minimum needed' SKIP: test_str (test.test_marshal.LargeValuesTestCase) 'not enough memory: 4.0G minimum needed' SKIP: test_tuple (test.test_marshal.LargeValuesTestCase) 'not enough memory: 18.0G minimum needed' PASS: test_bytes (test.test_marshal.StringTestCase) PASS: test_string (test.test_marshal.StringTestCase) PASS: test_unicode (test.test_marshal.StringTestCase) ---------------------------------------------------------------------- Ran 62 tests in 0.134s OK (skipped=7) 0:08:52 load avg: 0.51 [219/427] test_math PASS: testAcos (test.test_math.MathTests) PASS: testAcosh (test.test_math.MathTests) PASS: testAsin (test.test_math.MathTests) PASS: testAsinh (test.test_math.MathTests) PASS: testAtan (test.test_math.MathTests) PASS: testAtan2 (test.test_math.MathTests) PASS: testAtanh (test.test_math.MathTests) PASS: testCeil (test.test_math.MathTests) PASS: testComb (test.test_math.MathTests) PASS: testConstants (test.test_math.MathTests) PASS: testCopysign (test.test_math.MathTests) PASS: testCos (test.test_math.MathTests) PASS: testCosh (test.test_math.MathTests) PASS: testDegrees (test.test_math.MathTests) PASS: testDist (test.test_math.MathTests) PASS: testExp (test.test_math.MathTests) PASS: testFabs (test.test_math.MathTests) PASS: testFactorial (test.test_math.MathTests) PASS: testFactorialHugeInputs (test.test_math.MathTests) PASS: testFactorialNonIntegers (test.test_math.MathTests) PASS: testFloor (test.test_math.MathTests) PASS: testFmod (test.test_math.MathTests) PASS: testFrexp (test.test_math.MathTests) PASS: testFsum (test.test_math.MathTests) PASS: testGcd (test.test_math.MathTests) PASS: testHypot (test.test_math.MathTests) PASS: testHypotAccuracy (test.test_math.MathTests) PASS: testIsfinite (test.test_math.MathTests) PASS: testIsinf (test.test_math.MathTests) PASS: testIsnan (test.test_math.MathTests) PASS: testIsqrt (test.test_math.MathTests) PASS: testLdexp (test.test_math.MathTests) PASS: testLog (test.test_math.MathTests) PASS: testLog10 (test.test_math.MathTests) PASS: testLog1p (test.test_math.MathTests) PASS: testLog2 (test.test_math.MathTests) PASS: testLog2Exact (test.test_math.MathTests) PASS: testModf (test.test_math.MathTests) PASS: testPerm (test.test_math.MathTests) PASS: testPow (test.test_math.MathTests) PASS: testRadians (test.test_math.MathTests) PASS: testRemainder (test.test_math.MathTests) PASS: testSin (test.test_math.MathTests) PASS: testSinh (test.test_math.MathTests) PASS: testSqrt (test.test_math.MathTests) PASS: testTan (test.test_math.MathTests) PASS: testTanh (test.test_math.MathTests) PASS: testTanhSign (test.test_math.MathTests) PASS: test_exceptions (test.test_math.MathTests) PASS: test_inf_constant (test.test_math.MathTests) PASS: test_issue39871 (test.test_math.MathTests) PASS: test_lcm (test.test_math.MathTests) PASS: test_mtestfile (test.test_math.MathTests) PASS: test_nan_constant (test.test_math.MathTests) PASS: test_nextafter (test.test_math.MathTests) PASS: test_prod (test.test_math.MathTests) PASS: test_testfile (test.test_math.MathTests) PASS: test_trunc (test.test_math.MathTests) PASS: test_ulp (test.test_math.MathTests) PASS: test_asymmetry (test.test_math.IsCloseTests) PASS: test_decimals (test.test_math.IsCloseTests) PASS: test_eight_decimal_places (test.test_math.IsCloseTests) PASS: test_fractions (test.test_math.IsCloseTests) PASS: test_identical (test.test_math.IsCloseTests) PASS: test_identical_infinite (test.test_math.IsCloseTests) PASS: test_inf_ninf_nan (test.test_math.IsCloseTests) PASS: test_integers (test.test_math.IsCloseTests) PASS: test_near_zero (test.test_math.IsCloseTests) PASS: test_negative_tolerances (test.test_math.IsCloseTests) PASS: test_zero_tolerance (test.test_math.IsCloseTests) /usr/lib/python3.10/test/ieee754.txt PASS: Doctest: ieee754.txt ---------------------------------------------------------------------- Ran 71 tests in 1.747s OK 0:08:54 load avg: 0.51 [220/427] test_memoryio PASS: testInit (test.test_memoryio.CBytesIOTest) PASS: testRead (test.test_memoryio.CBytesIOTest) PASS: testReadNoArgs (test.test_memoryio.CBytesIOTest) PASS: testSeek (test.test_memoryio.CBytesIOTest) PASS: testTell (test.test_memoryio.CBytesIOTest) PASS: test_bytes_array (test.test_memoryio.CBytesIOTest) PASS: test_cow_mutable (test.test_memoryio.CBytesIOTest) PASS: test_cow_setstate (test.test_memoryio.CBytesIOTest) PASS: test_cow_truncate (test.test_memoryio.CBytesIOTest) PASS: test_cow_write (test.test_memoryio.CBytesIOTest) PASS: test_detach (test.test_memoryio.CBytesIOTest) PASS: test_flags (test.test_memoryio.CBytesIOTest) PASS: test_flush (test.test_memoryio.CBytesIOTest) PASS: test_getbuffer (test.test_memoryio.CBytesIOTest) PASS: test_getstate (test.test_memoryio.CBytesIOTest) PASS: test_getvalue (test.test_memoryio.CBytesIOTest) PASS: test_init (test.test_memoryio.CBytesIOTest) PASS: test_instance_dict_leak (test.test_memoryio.CBytesIOTest) PASS: test_issue5449 (test.test_memoryio.CBytesIOTest) PASS: test_iterator (test.test_memoryio.CBytesIOTest) PASS: test_overseek (test.test_memoryio.CBytesIOTest) PASS: test_pickling (test.test_memoryio.CBytesIOTest) PASS: test_read (test.test_memoryio.CBytesIOTest) PASS: test_read1 (test.test_memoryio.CBytesIOTest) PASS: test_readinto (test.test_memoryio.CBytesIOTest) PASS: test_readline (test.test_memoryio.CBytesIOTest) PASS: test_readlines (test.test_memoryio.CBytesIOTest) PASS: test_relative_seek (test.test_memoryio.CBytesIOTest) PASS: test_seek (test.test_memoryio.CBytesIOTest) PASS: test_setstate (test.test_memoryio.CBytesIOTest) PASS: test_sizeof (test.test_memoryio.CBytesIOTest) PASS: test_subclassing (test.test_memoryio.CBytesIOTest) PASS: test_tell (test.test_memoryio.CBytesIOTest) PASS: test_truncate (test.test_memoryio.CBytesIOTest) PASS: test_unicode (test.test_memoryio.CBytesIOTest) PASS: test_write (test.test_memoryio.CBytesIOTest) PASS: test_writelines (test.test_memoryio.CBytesIOTest) PASS: test_writelines_error (test.test_memoryio.CBytesIOTest) PASS: test_issue5265 (test.test_memoryio.CStringIOPickleTest) PASS: test_newline_argument (test.test_memoryio.CStringIOPickleTest) PASS: test_newline_cr (test.test_memoryio.CStringIOPickleTest) PASS: test_newline_crlf (test.test_memoryio.CStringIOPickleTest) PASS: test_newline_default (test.test_memoryio.CStringIOPickleTest) PASS: test_newline_empty (test.test_memoryio.CStringIOPickleTest) PASS: test_newline_lf (test.test_memoryio.CStringIOPickleTest) PASS: test_newline_none (test.test_memoryio.CStringIOPickleTest) PASS: test_newlines_property (test.test_memoryio.CStringIOPickleTest) PASS: test_relative_seek (test.test_memoryio.CStringIOPickleTest) PASS: test_textio_properties (test.test_memoryio.CStringIOPickleTest) PASS: testInit (test.test_memoryio.CStringIOTest) PASS: testRead (test.test_memoryio.CStringIOTest) PASS: testReadNoArgs (test.test_memoryio.CStringIOTest) PASS: testSeek (test.test_memoryio.CStringIOTest) PASS: testTell (test.test_memoryio.CStringIOTest) PASS: test_detach (test.test_memoryio.CStringIOTest) PASS: test_flags (test.test_memoryio.CStringIOTest) PASS: test_flush (test.test_memoryio.CStringIOTest) PASS: test_getstate (test.test_memoryio.CStringIOTest) PASS: test_getvalue (test.test_memoryio.CStringIOTest) PASS: test_init (test.test_memoryio.CStringIOTest) PASS: test_instance_dict_leak (test.test_memoryio.CStringIOTest) PASS: test_issue5265 (test.test_memoryio.CStringIOTest) PASS: test_iterator (test.test_memoryio.CStringIOTest) PASS: test_lone_surrogates (test.test_memoryio.CStringIOTest) PASS: test_newline_argument (test.test_memoryio.CStringIOTest) PASS: test_newline_cr (test.test_memoryio.CStringIOTest) PASS: test_newline_crlf (test.test_memoryio.CStringIOTest) PASS: test_newline_default (test.test_memoryio.CStringIOTest) PASS: test_newline_empty (test.test_memoryio.CStringIOTest) PASS: test_newline_lf (test.test_memoryio.CStringIOTest) PASS: test_newline_none (test.test_memoryio.CStringIOTest) PASS: test_newlines_property (test.test_memoryio.CStringIOTest) PASS: test_overseek (test.test_memoryio.CStringIOTest) PASS: test_pickling (test.test_memoryio.CStringIOTest) PASS: test_read (test.test_memoryio.CStringIOTest) PASS: test_readline (test.test_memoryio.CStringIOTest) PASS: test_readlines (test.test_memoryio.CStringIOTest) PASS: test_relative_seek (test.test_memoryio.CStringIOTest) PASS: test_seek (test.test_memoryio.CStringIOTest) PASS: test_setstate (test.test_memoryio.CStringIOTest) PASS: test_subclassing (test.test_memoryio.CStringIOTest) PASS: test_tell (test.test_memoryio.CStringIOTest) PASS: test_textio_properties (test.test_memoryio.CStringIOTest) PASS: test_truncate (test.test_memoryio.CStringIOTest) PASS: test_widechar (test.test_memoryio.CStringIOTest) PASS: test_write (test.test_memoryio.CStringIOTest) PASS: test_writelines (test.test_memoryio.CStringIOTest) PASS: test_writelines_error (test.test_memoryio.CStringIOTest) PASS: testInit (test.test_memoryio.PyBytesIOTest) PASS: testRead (test.test_memoryio.PyBytesIOTest) PASS: testReadNoArgs (test.test_memoryio.PyBytesIOTest) PASS: testSeek (test.test_memoryio.PyBytesIOTest) PASS: testTell (test.test_memoryio.PyBytesIOTest) PASS: test_bytes_array (test.test_memoryio.PyBytesIOTest) PASS: test_detach (test.test_memoryio.PyBytesIOTest) PASS: test_flags (test.test_memoryio.PyBytesIOTest) PASS: test_flush (test.test_memoryio.PyBytesIOTest) PASS: test_getbuffer (test.test_memoryio.PyBytesIOTest) PASS: test_getvalue (test.test_memoryio.PyBytesIOTest) PASS: test_init (test.test_memoryio.PyBytesIOTest) PASS: test_instance_dict_leak (test.test_memoryio.PyBytesIOTest) PASS: test_issue5449 (test.test_memoryio.PyBytesIOTest) PASS: test_iterator (test.test_memoryio.PyBytesIOTest) PASS: test_overseek (test.test_memoryio.PyBytesIOTest) PASS: test_pickling (test.test_memoryio.PyBytesIOTest) PASS: test_read (test.test_memoryio.PyBytesIOTest) PASS: test_read1 (test.test_memoryio.PyBytesIOTest) PASS: test_readinto (test.test_memoryio.PyBytesIOTest) PASS: test_readline (test.test_memoryio.PyBytesIOTest) PASS: test_readlines (test.test_memoryio.PyBytesIOTest) PASS: test_relative_seek (test.test_memoryio.PyBytesIOTest) PASS: test_seek (test.test_memoryio.PyBytesIOTest) PASS: test_subclassing (test.test_memoryio.PyBytesIOTest) PASS: test_tell (test.test_memoryio.PyBytesIOTest) PASS: test_truncate (test.test_memoryio.PyBytesIOTest) PASS: test_unicode (test.test_memoryio.PyBytesIOTest) PASS: test_write (test.test_memoryio.PyBytesIOTest) PASS: test_writelines (test.test_memoryio.PyBytesIOTest) PASS: test_writelines_error (test.test_memoryio.PyBytesIOTest) PASS: test_issue5265 (test.test_memoryio.PyStringIOPickleTest) PASS: test_newline_argument (test.test_memoryio.PyStringIOPickleTest) PASS: test_newline_cr (test.test_memoryio.PyStringIOPickleTest) PASS: test_newline_crlf (test.test_memoryio.PyStringIOPickleTest) PASS: test_newline_default (test.test_memoryio.PyStringIOPickleTest) PASS: test_newline_empty (test.test_memoryio.PyStringIOPickleTest) PASS: test_newline_lf (test.test_memoryio.PyStringIOPickleTest) PASS: test_newline_none (test.test_memoryio.PyStringIOPickleTest) PASS: test_newlines_property (test.test_memoryio.PyStringIOPickleTest) PASS: test_relative_seek (test.test_memoryio.PyStringIOPickleTest) PASS: test_textio_properties (test.test_memoryio.PyStringIOPickleTest) PASS: testInit (test.test_memoryio.PyStringIOTest) PASS: testRead (test.test_memoryio.PyStringIOTest) PASS: testReadNoArgs (test.test_memoryio.PyStringIOTest) PASS: testSeek (test.test_memoryio.PyStringIOTest) PASS: testTell (test.test_memoryio.PyStringIOTest) PASS: test_detach (test.test_memoryio.PyStringIOTest) PASS: test_flags (test.test_memoryio.PyStringIOTest) PASS: test_flush (test.test_memoryio.PyStringIOTest) PASS: test_getvalue (test.test_memoryio.PyStringIOTest) PASS: test_init (test.test_memoryio.PyStringIOTest) PASS: test_instance_dict_leak (test.test_memoryio.PyStringIOTest) PASS: test_issue5265 (test.test_memoryio.PyStringIOTest) PASS: test_iterator (test.test_memoryio.PyStringIOTest) PASS: test_lone_surrogates (test.test_memoryio.PyStringIOTest) PASS: test_newline_argument (test.test_memoryio.PyStringIOTest) PASS: test_newline_cr (test.test_memoryio.PyStringIOTest) PASS: test_newline_crlf (test.test_memoryio.PyStringIOTest) PASS: test_newline_default (test.test_memoryio.PyStringIOTest) PASS: test_newline_empty (test.test_memoryio.PyStringIOTest) PASS: test_newline_lf (test.test_memoryio.PyStringIOTest) PASS: test_newline_none (test.test_memoryio.PyStringIOTest) PASS: test_newlines_property (test.test_memoryio.PyStringIOTest) PASS: test_overseek (test.test_memoryio.PyStringIOTest) PASS: test_pickling (test.test_memoryio.PyStringIOTest) PASS: test_read (test.test_memoryio.PyStringIOTest) PASS: test_readline (test.test_memoryio.PyStringIOTest) PASS: test_readlines (test.test_memoryio.PyStringIOTest) PASS: test_relative_seek (test.test_memoryio.PyStringIOTest) PASS: test_seek (test.test_memoryio.PyStringIOTest) PASS: test_subclassing (test.test_memoryio.PyStringIOTest) PASS: test_tell (test.test_memoryio.PyStringIOTest) PASS: test_textio_properties (test.test_memoryio.PyStringIOTest) PASS: test_truncate (test.test_memoryio.PyStringIOTest) PASS: test_write (test.test_memoryio.PyStringIOTest) PASS: test_writelines (test.test_memoryio.PyStringIOTest) PASS: test_writelines_error (test.test_memoryio.PyStringIOTest) ---------------------------------------------------------------------- Ran 166 tests in 0.255s OK 0:08:55 load avg: 0.51 [221/427] test_memoryview SKIP: test_attributes_readonly (test.test_memoryview.ArrayMemorySliceSliceTest) 'no read-only type to test' PASS: test_attributes_writable (test.test_memoryview.ArrayMemorySliceSliceTest) PASS: test_compare (test.test_memoryview.ArrayMemorySliceSliceTest) PASS: test_contextmanager (test.test_memoryview.ArrayMemorySliceSliceTest) PASS: test_delitem (test.test_memoryview.ArrayMemorySliceSliceTest) PASS: test_gc (test.test_memoryview.ArrayMemorySliceSliceTest) PASS: test_getbuf_fail (test.test_memoryview.ArrayMemorySliceSliceTest) SKIP: test_getbuffer (test.test_memoryview.ArrayMemorySliceSliceTest) 'XXX test should be adapted for non-byte buffers' PASS: test_getitem (test.test_memoryview.ArrayMemorySliceSliceTest) SKIP: test_hash (test.test_memoryview.ArrayMemorySliceSliceTest) 'no read-only type to test' PASS: test_hash_writable (test.test_memoryview.ArrayMemorySliceSliceTest) PASS: test_issue22668 (test.test_memoryview.ArrayMemorySliceSliceTest) PASS: test_iter (test.test_memoryview.ArrayMemorySliceSliceTest) PASS: test_release (test.test_memoryview.ArrayMemorySliceSliceTest) PASS: test_reversed (test.test_memoryview.ArrayMemorySliceSliceTest) SKIP: test_setitem_readonly (test.test_memoryview.ArrayMemorySliceSliceTest) 'no read-only type to test' PASS: test_setitem_writable (test.test_memoryview.ArrayMemorySliceSliceTest) PASS: test_tobytes (test.test_memoryview.ArrayMemorySliceSliceTest) SKIP: test_tolist (test.test_memoryview.ArrayMemorySliceSliceTest) 'XXX NotImplementedError: tolist() only supports byte views' PASS: test_toreadonly (test.test_memoryview.ArrayMemorySliceSliceTest) PASS: test_weakref (test.test_memoryview.ArrayMemorySliceSliceTest) SKIP: test_writable_readonly (test.test_memoryview.ArrayMemorySliceSliceTest) 'no read-only type to test' SKIP: test_attributes_readonly (test.test_memoryview.ArrayMemorySliceTest) 'no read-only type to test' PASS: test_attributes_writable (test.test_memoryview.ArrayMemorySliceTest) PASS: test_compare (test.test_memoryview.ArrayMemorySliceTest) PASS: test_contextmanager (test.test_memoryview.ArrayMemorySliceTest) PASS: test_delitem (test.test_memoryview.ArrayMemorySliceTest) PASS: test_gc (test.test_memoryview.ArrayMemorySliceTest) PASS: test_getbuf_fail (test.test_memoryview.ArrayMemorySliceTest) SKIP: test_getbuffer (test.test_memoryview.ArrayMemorySliceTest) 'XXX test should be adapted for non-byte buffers' PASS: test_getitem (test.test_memoryview.ArrayMemorySliceTest) SKIP: test_hash (test.test_memoryview.ArrayMemorySliceTest) 'no read-only type to test' PASS: test_hash_writable (test.test_memoryview.ArrayMemorySliceTest) PASS: test_issue22668 (test.test_memoryview.ArrayMemorySliceTest) PASS: test_iter (test.test_memoryview.ArrayMemorySliceTest) PASS: test_refs (test.test_memoryview.ArrayMemorySliceTest) PASS: test_release (test.test_memoryview.ArrayMemorySliceTest) PASS: test_reversed (test.test_memoryview.ArrayMemorySliceTest) SKIP: test_setitem_readonly (test.test_memoryview.ArrayMemorySliceTest) 'no read-only type to test' PASS: test_setitem_writable (test.test_memoryview.ArrayMemorySliceTest) PASS: test_tobytes (test.test_memoryview.ArrayMemorySliceTest) SKIP: test_tolist (test.test_memoryview.ArrayMemorySliceTest) 'XXX NotImplementedError: tolist() only supports byte views' PASS: test_toreadonly (test.test_memoryview.ArrayMemorySliceTest) PASS: test_weakref (test.test_memoryview.ArrayMemorySliceTest) SKIP: test_writable_readonly (test.test_memoryview.ArrayMemorySliceTest) 'no read-only type to test' PASS: test_array_assign (test.test_memoryview.ArrayMemoryviewTest) SKIP: test_attributes_readonly (test.test_memoryview.ArrayMemoryviewTest) 'no read-only type to test' PASS: test_attributes_writable (test.test_memoryview.ArrayMemoryviewTest) PASS: test_compare (test.test_memoryview.ArrayMemoryviewTest) PASS: test_contextmanager (test.test_memoryview.ArrayMemoryviewTest) PASS: test_delitem (test.test_memoryview.ArrayMemoryviewTest) PASS: test_gc (test.test_memoryview.ArrayMemoryviewTest) PASS: test_getbuf_fail (test.test_memoryview.ArrayMemoryviewTest) SKIP: test_getbuffer (test.test_memoryview.ArrayMemoryviewTest) 'XXX test should be adapted for non-byte buffers' PASS: test_getitem (test.test_memoryview.ArrayMemoryviewTest) SKIP: test_hash (test.test_memoryview.ArrayMemoryviewTest) 'no read-only type to test' PASS: test_hash_writable (test.test_memoryview.ArrayMemoryviewTest) PASS: test_issue22668 (test.test_memoryview.ArrayMemoryviewTest) PASS: test_iter (test.test_memoryview.ArrayMemoryviewTest) PASS: test_release (test.test_memoryview.ArrayMemoryviewTest) PASS: test_reversed (test.test_memoryview.ArrayMemoryviewTest) SKIP: test_setitem_readonly (test.test_memoryview.ArrayMemoryviewTest) 'no read-only type to test' PASS: test_setitem_writable (test.test_memoryview.ArrayMemoryviewTest) PASS: test_tobytes (test.test_memoryview.ArrayMemoryviewTest) SKIP: test_tolist (test.test_memoryview.ArrayMemoryviewTest) 'XXX NotImplementedError: tolist() only supports byte views' PASS: test_toreadonly (test.test_memoryview.ArrayMemoryviewTest) PASS: test_weakref (test.test_memoryview.ArrayMemoryviewTest) SKIP: test_writable_readonly (test.test_memoryview.ArrayMemoryviewTest) 'no read-only type to test' PASS: test_attributes_readonly (test.test_memoryview.BytesMemorySliceSliceTest) PASS: test_attributes_writable (test.test_memoryview.BytesMemorySliceSliceTest) PASS: test_compare (test.test_memoryview.BytesMemorySliceSliceTest) PASS: test_contextmanager (test.test_memoryview.BytesMemorySliceSliceTest) PASS: test_delitem (test.test_memoryview.BytesMemorySliceSliceTest) PASS: test_gc (test.test_memoryview.BytesMemorySliceSliceTest) PASS: test_getbuf_fail (test.test_memoryview.BytesMemorySliceSliceTest) PASS: test_getbuffer (test.test_memoryview.BytesMemorySliceSliceTest) PASS: test_getitem (test.test_memoryview.BytesMemorySliceSliceTest) PASS: test_hash (test.test_memoryview.BytesMemorySliceSliceTest) PASS: test_hash_writable (test.test_memoryview.BytesMemorySliceSliceTest) PASS: test_issue22668 (test.test_memoryview.BytesMemorySliceSliceTest) PASS: test_iter (test.test_memoryview.BytesMemorySliceSliceTest) PASS: test_release (test.test_memoryview.BytesMemorySliceSliceTest) PASS: test_reversed (test.test_memoryview.BytesMemorySliceSliceTest) PASS: test_setitem_readonly (test.test_memoryview.BytesMemorySliceSliceTest) PASS: test_setitem_writable (test.test_memoryview.BytesMemorySliceSliceTest) PASS: test_tobytes (test.test_memoryview.BytesMemorySliceSliceTest) PASS: test_tolist (test.test_memoryview.BytesMemorySliceSliceTest) PASS: test_toreadonly (test.test_memoryview.BytesMemorySliceSliceTest) PASS: test_weakref (test.test_memoryview.BytesMemorySliceSliceTest) PASS: test_writable_readonly (test.test_memoryview.BytesMemorySliceSliceTest) PASS: test_attributes_readonly (test.test_memoryview.BytesMemorySliceTest) PASS: test_attributes_writable (test.test_memoryview.BytesMemorySliceTest) PASS: test_compare (test.test_memoryview.BytesMemorySliceTest) PASS: test_contextmanager (test.test_memoryview.BytesMemorySliceTest) PASS: test_delitem (test.test_memoryview.BytesMemorySliceTest) PASS: test_gc (test.test_memoryview.BytesMemorySliceTest) PASS: test_getbuf_fail (test.test_memoryview.BytesMemorySliceTest) PASS: test_getbuffer (test.test_memoryview.BytesMemorySliceTest) PASS: test_getitem (test.test_memoryview.BytesMemorySliceTest) PASS: test_hash (test.test_memoryview.BytesMemorySliceTest) PASS: test_hash_writable (test.test_memoryview.BytesMemorySliceTest) PASS: test_issue22668 (test.test_memoryview.BytesMemorySliceTest) PASS: test_iter (test.test_memoryview.BytesMemorySliceTest) PASS: test_refs (test.test_memoryview.BytesMemorySliceTest) PASS: test_release (test.test_memoryview.BytesMemorySliceTest) PASS: test_reversed (test.test_memoryview.BytesMemorySliceTest) PASS: test_setitem_readonly (test.test_memoryview.BytesMemorySliceTest) PASS: test_setitem_writable (test.test_memoryview.BytesMemorySliceTest) PASS: test_tobytes (test.test_memoryview.BytesMemorySliceTest) PASS: test_tolist (test.test_memoryview.BytesMemorySliceTest) PASS: test_toreadonly (test.test_memoryview.BytesMemorySliceTest) PASS: test_weakref (test.test_memoryview.BytesMemorySliceTest) PASS: test_writable_readonly (test.test_memoryview.BytesMemorySliceTest) PASS: test_attributes_readonly (test.test_memoryview.BytesMemoryviewTest) PASS: test_attributes_writable (test.test_memoryview.BytesMemoryviewTest) PASS: test_compare (test.test_memoryview.BytesMemoryviewTest) PASS: test_constructor (test.test_memoryview.BytesMemoryviewTest) PASS: test_contextmanager (test.test_memoryview.BytesMemoryviewTest) PASS: test_delitem (test.test_memoryview.BytesMemoryviewTest) PASS: test_gc (test.test_memoryview.BytesMemoryviewTest) PASS: test_getbuf_fail (test.test_memoryview.BytesMemoryviewTest) PASS: test_getbuffer (test.test_memoryview.BytesMemoryviewTest) PASS: test_getitem (test.test_memoryview.BytesMemoryviewTest) PASS: test_hash (test.test_memoryview.BytesMemoryviewTest) PASS: test_hash_writable (test.test_memoryview.BytesMemoryviewTest) PASS: test_issue22668 (test.test_memoryview.BytesMemoryviewTest) PASS: test_iter (test.test_memoryview.BytesMemoryviewTest) PASS: test_release (test.test_memoryview.BytesMemoryviewTest) PASS: test_reversed (test.test_memoryview.BytesMemoryviewTest) PASS: test_setitem_readonly (test.test_memoryview.BytesMemoryviewTest) PASS: test_setitem_writable (test.test_memoryview.BytesMemoryviewTest) PASS: test_tobytes (test.test_memoryview.BytesMemoryviewTest) PASS: test_tolist (test.test_memoryview.BytesMemoryviewTest) PASS: test_toreadonly (test.test_memoryview.BytesMemoryviewTest) PASS: test_weakref (test.test_memoryview.BytesMemoryviewTest) PASS: test_writable_readonly (test.test_memoryview.BytesMemoryviewTest) PASS: test_copy (test.test_memoryview.OtherTest) PASS: test_ctypes_cast (test.test_memoryview.OtherTest) PASS: test_memoryview_hex (test.test_memoryview.OtherTest) PASS: test_pickle (test.test_memoryview.OtherTest) PASS: test_use_released_memory (test.test_memoryview.OtherTest) ---------------------------------------------------------------------- Ran 141 tests in 1.457s OK (skipped=18) 0:08:57 load avg: 0.55 [222/427] test_metaclass Trying: class C: def meth(self): print("Hello") Expecting nothing ok Trying: C.__class__ is type Expecting: True ok Trying: a = C() Expecting nothing ok Trying: a.__class__ is C Expecting: True ok Trying: a.meth() Expecting: Hello ok Trying: class A: pass Expecting nothing ok Trying: class B: pass Expecting nothing ok Trying: bases = (A, B) Expecting nothing ok Trying: class C(*bases): pass Expecting nothing ok Trying: C.__bases__ == bases Expecting: True ok Trying: class M(type): pass Expecting nothing ok Trying: class C(metaclass=M): def meth(self): print("Hello") Expecting nothing ok Trying: C.__class__ is M Expecting: True ok Trying: a = C() Expecting nothing ok Trying: a.__class__ is C Expecting: True ok Trying: a.meth() Expecting: Hello ok Trying: kwds = {'metaclass': M} Expecting nothing ok Trying: class C(**kwds): pass Expecting nothing ok Trying: C.__class__ is M Expecting: True ok Trying: a = C() Expecting nothing ok Trying: a.__class__ is C Expecting: True ok Trying: class M(type): @staticmethod def __prepare__(*args, **kwds): print("Prepare called:", args, kwds) return dict() def __new__(cls, name, bases, namespace, **kwds): print("New called:", kwds) return type.__new__(cls, name, bases, namespace) def __init__(cls, *args, **kwds): pass Expecting nothing ok Trying: class C(metaclass=M): def meth(self): print("Hello") Expecting: Prepare called: ('C', ()) {} New called: {} ok Trying: class C(object, metaclass=M, other="haha"): pass Expecting: Prepare called: ('C', (,)) {'other': 'haha'} New called: {'other': 'haha'} ok Trying: C.__class__ is M Expecting: True ok Trying: C.__bases__ == (object,) Expecting: True ok Trying: a = C() Expecting nothing ok Trying: a.__class__ is C Expecting: True ok Trying: kwds = {'metaclass': type} Expecting nothing ok Trying: class C(**kwds): pass Expecting nothing ok Trying: kwds == {'metaclass': type} Expecting: True ok Trying: bases = (object,) Expecting nothing ok Trying: kwds = {'metaclass': M, 'other': 'haha'} Expecting nothing ok Trying: class C(*bases, **kwds): pass Expecting: Prepare called: ('C', (,)) {'other': 'haha'} New called: {'other': 'haha'} ok Trying: C.__class__ is M Expecting: True ok Trying: C.__bases__ == (object,) Expecting: True ok Trying: class B: pass Expecting nothing ok Trying: kwds = {'other': 'haha'} Expecting nothing ok Trying: class C(B, metaclass=M, *bases, **kwds): pass Expecting: Prepare called: ('C', (, )) {'other': 'haha'} New called: {'other': 'haha'} ok Trying: C.__class__ is M Expecting: True ok Trying: C.__bases__ == (B, object) Expecting: True ok Trying: class C(metaclass=type, metaclass=type): pass Expecting: Traceback (most recent call last): [...] SyntaxError: keyword argument repeated: metaclass ok Trying: kwds = {'metaclass': type} Expecting nothing ok Trying: class C(metaclass=type, **kwds): pass Expecting: Traceback (most recent call last): [...] TypeError: __build_class__() got multiple values for keyword argument 'metaclass' ok Trying: class LoggingDict(dict): def __setitem__(self, key, value): print("d[%r] = %r" % (key, value)) dict.__setitem__(self, key, value) Expecting nothing ok Trying: class Meta(type): @staticmethod def __prepare__(name, bases): return LoggingDict() Expecting nothing ok Trying: class C(metaclass=Meta): foo = 2+2 foo = 42 bar = 123 Expecting: d['__module__'] = 'test.test_metaclass' d['__qualname__'] = 'C' d['foo'] = 4 d['foo'] = 42 d['bar'] = 123 ok Trying: def meta(name, bases, namespace, **kwds): print("meta:", name, bases) print("ns:", sorted(namespace.items())) print("kw:", sorted(kwds.items())) return namespace Expecting nothing ok Trying: class C(metaclass=meta): a = 42 b = 24 Expecting: meta: C () ns: [('__module__', 'test.test_metaclass'), ('__qualname__', 'C'), ('a', 42), ('b', 24)] kw: [] ok Trying: type(C) is dict Expecting: True ok Trying: print(sorted(C.items())) Expecting: [('__module__', 'test.test_metaclass'), ('__qualname__', 'C'), ('a', 42), ('b', 24)] ok Trying: def prepare(name, bases, **kwds): print("prepare:", name, bases, sorted(kwds.items())) return LoggingDict() Expecting nothing ok Trying: meta.__prepare__ = prepare Expecting nothing ok Trying: class C(metaclass=meta, other="booh"): a = 1 a = 2 b = 3 Expecting: prepare: C () [('other', 'booh')] d['__module__'] = 'test.test_metaclass' d['__qualname__'] = 'C' d['a'] = 1 d['a'] = 2 d['b'] = 3 meta: C () ns: [('__module__', 'test.test_metaclass'), ('__qualname__', 'C'), ('a', 2), ('b', 3)] kw: [('other', 'booh')] ok Trying: type.__prepare__() Expecting: {} ok Trying: class M(type): @classmethod def __prepare__(cls, *args, **kwds): d = super().__prepare__(*args, **kwds) d["hello"] = 42 return d Expecting nothing ok Trying: class C(metaclass=M): print(hello) Expecting: 42 ok Trying: print(C.hello) Expecting: 42 ok Trying: class ObscureException(Exception): pass Expecting nothing ok Trying: class FailDescr: def __get__(self, instance, owner): raise ObscureException Expecting nothing ok Trying: class Meta(type): __prepare__ = FailDescr() Expecting nothing ok Trying: class X(metaclass=Meta): pass Expecting: Traceback (most recent call last): [...] test.test_metaclass.ObscureException ok 2 items had no tests: test.test_metaclass test.test_metaclass.test_main 1 items passed all tests: 62 tests in test.test_metaclass.__test__.doctests 62 tests in 3 items. 62 passed and 0 failed. Test passed. doctest (test.test_metaclass) ... 62 tests with zero failures 0:08:57 load avg: 0.55 [223/427] test_mimetypes PASS: test_case_sensitivity (test.test_mimetypes.MimeTypesTestCase) PASS: test_data_urls (test.test_mimetypes.MimeTypesTestCase) PASS: test_default_data (test.test_mimetypes.MimeTypesTestCase) PASS: test_encoding (test.test_mimetypes.MimeTypesTestCase) PASS: test_file_parsing (test.test_mimetypes.MimeTypesTestCase) PASS: test_filename_with_url_delimiters (test.test_mimetypes.MimeTypesTestCase) PASS: test_guess_all_types (test.test_mimetypes.MimeTypesTestCase) PASS: test_init_reinitializes (test.test_mimetypes.MimeTypesTestCase) PASS: test_init_stability (test.test_mimetypes.MimeTypesTestCase) PASS: test_keywords_args_api (test.test_mimetypes.MimeTypesTestCase) PASS: test_non_standard_types (test.test_mimetypes.MimeTypesTestCase) PASS: test_path_like_ob (test.test_mimetypes.MimeTypesTestCase) PASS: test_preferred_extension (test.test_mimetypes.MimeTypesTestCase) PASS: test_read_mime_types (test.test_mimetypes.MimeTypesTestCase) PASS: test_guess_extension (test.test_mimetypes.MimetypesCliTestCase) PASS: test_guess_type (test.test_mimetypes.MimetypesCliTestCase) PASS: test_help_option (test.test_mimetypes.MimetypesCliTestCase) PASS: test_invalid_option (test.test_mimetypes.MimetypesCliTestCase) PASS: test__all__ (test.test_mimetypes.MiscTestCase) SKIP: test_registry_accelerator (test.test_mimetypes.Win32MimeTypesTestCase) 'Windows only' SKIP: test_registry_parsing (test.test_mimetypes.Win32MimeTypesTestCase) 'Windows only' ---------------------------------------------------------------------- Ran 21 tests in 0.010s OK (skipped=2) 0:08:58 load avg: 0.55 [224/427] test_minidom PASS: testAAA (test.test_minidom.MinidomTest) PASS: testAAB (test.test_minidom.MinidomTest) PASS: testAddAttr (test.test_minidom.MinidomTest) PASS: testAltNewline (test.test_minidom.MinidomTest) PASS: testAppendChild (test.test_minidom.MinidomTest) PASS: testAppendChildFragment (test.test_minidom.MinidomTest) PASS: testAttrListItem (test.test_minidom.MinidomTest) PASS: testAttrListItemNS (test.test_minidom.MinidomTest) PASS: testAttrListItems (test.test_minidom.MinidomTest) PASS: testAttrListKeys (test.test_minidom.MinidomTest) PASS: testAttrListKeysNS (test.test_minidom.MinidomTest) PASS: testAttrListLength (test.test_minidom.MinidomTest) PASS: testAttrListValues (test.test_minidom.MinidomTest) PASS: testAttrList__getitem__ (test.test_minidom.MinidomTest) PASS: testAttrList__setitem__ (test.test_minidom.MinidomTest) PASS: testAttributeRepr (test.test_minidom.MinidomTest) PASS: testBug0777884 (test.test_minidom.MinidomTest) PASS: testBug1433694 (test.test_minidom.MinidomTest) PASS: testChangeAttr (test.test_minidom.MinidomTest) PASS: testChildNodes (test.test_minidom.MinidomTest) PASS: testCloneAttributeDeep (test.test_minidom.MinidomTest) PASS: testCloneAttributeShallow (test.test_minidom.MinidomTest) PASS: testCloneDocumentDeep (test.test_minidom.MinidomTest) PASS: testCloneDocumentShallow (test.test_minidom.MinidomTest) PASS: testCloneDocumentTypeDeepNotOk (test.test_minidom.MinidomTest) PASS: testCloneDocumentTypeDeepOk (test.test_minidom.MinidomTest) PASS: testCloneDocumentTypeShallowNotOk (test.test_minidom.MinidomTest) PASS: testCloneDocumentTypeShallowOk (test.test_minidom.MinidomTest) PASS: testCloneElementDeep (test.test_minidom.MinidomTest) PASS: testCloneElementShallow (test.test_minidom.MinidomTest) PASS: testCloneNodeEntity (test.test_minidom.MinidomTest) PASS: testClonePIDeep (test.test_minidom.MinidomTest) PASS: testClonePIShallow (test.test_minidom.MinidomTest) PASS: testComment (test.test_minidom.MinidomTest) PASS: testContext (test.test_minidom.MinidomTest) PASS: testCreateAttributeNS (test.test_minidom.MinidomTest) PASS: testCreateElementNS (test.test_minidom.MinidomTest) PASS: testDeepcopiedDocument (test.test_minidom.MinidomTest) PASS: testDeleteAttr (test.test_minidom.MinidomTest) PASS: testDocRemoveChild (test.test_minidom.MinidomTest) PASS: testDocumentAsyncAttr (test.test_minidom.MinidomTest) PASS: testDocumentElement (test.test_minidom.MinidomTest) PASS: testElement (test.test_minidom.MinidomTest) PASS: testElementReprAndStr (test.test_minidom.MinidomTest) PASS: testElementReprAndStrUnicode (test.test_minidom.MinidomTest) PASS: testElementReprAndStrUnicodeNS (test.test_minidom.MinidomTest) PASS: testEmptyXMLNSValue (test.test_minidom.MinidomTest) PASS: testEncodings (test.test_minidom.MinidomTest) PASS: testExceptionOnSpacesInXMLNSValue (test.test_minidom.MinidomTest) PASS: testFirstChild (test.test_minidom.MinidomTest) PASS: testGetAttrLength (test.test_minidom.MinidomTest) PASS: testGetAttrList (test.test_minidom.MinidomTest) PASS: testGetAttrValues (test.test_minidom.MinidomTest) PASS: testGetAttribute (test.test_minidom.MinidomTest) PASS: testGetAttributeNS (test.test_minidom.MinidomTest) PASS: testGetAttributeNode (test.test_minidom.MinidomTest) PASS: testGetElementsByTagName (test.test_minidom.MinidomTest) PASS: testGetElementsByTagNameNS (test.test_minidom.MinidomTest) PASS: testGetEmptyNodeListFromElementsByTagNameNS (test.test_minidom.MinidomTest) PASS: testHasAttribute (test.test_minidom.MinidomTest) PASS: testHasChildNodes (test.test_minidom.MinidomTest) PASS: testImportDocumentDeep (test.test_minidom.MinidomTest) PASS: testImportDocumentShallow (test.test_minidom.MinidomTest) PASS: testImportDocumentTypeDeep (test.test_minidom.MinidomTest) PASS: testImportDocumentTypeShallow (test.test_minidom.MinidomTest) PASS: testInsertBefore (test.test_minidom.MinidomTest) PASS: testInsertBeforeFragment (test.test_minidom.MinidomTest) PASS: testLegalChildren (test.test_minidom.MinidomTest) PASS: testNamedNodeMapSetItem (test.test_minidom.MinidomTest) PASS: testNodeListItem (test.test_minidom.MinidomTest) PASS: testNonZero (test.test_minidom.MinidomTest) PASS: testNormalize (test.test_minidom.MinidomTest) PASS: testNormalizeCombineAndNextSibling (test.test_minidom.MinidomTest) PASS: testNormalizeDeleteAndCombine (test.test_minidom.MinidomTest) PASS: testNormalizeDeleteWithNextSibling (test.test_minidom.MinidomTest) PASS: testNormalizeDeleteWithPrevSibling (test.test_minidom.MinidomTest) PASS: testNormalizeDeleteWithTwoNonTextSiblings (test.test_minidom.MinidomTest) PASS: testNormalizeRecursion (test.test_minidom.MinidomTest) PASS: testParents (test.test_minidom.MinidomTest) PASS: testParse (test.test_minidom.MinidomTest) PASS: testParseAttributeNamespaces (test.test_minidom.MinidomTest) PASS: testParseAttributes (test.test_minidom.MinidomTest) PASS: testParseElement (test.test_minidom.MinidomTest) PASS: testParseElementNamespaces (test.test_minidom.MinidomTest) PASS: testParseFromBinaryFile (test.test_minidom.MinidomTest) PASS: testParseFromTextFile (test.test_minidom.MinidomTest) PASS: testParseProcessingInstructions (test.test_minidom.MinidomTest) PASS: testParseString (test.test_minidom.MinidomTest) PASS: testPatch1094164 (test.test_minidom.MinidomTest) PASS: testPickledDocument (test.test_minidom.MinidomTest) PASS: testProcessingInstruction (test.test_minidom.MinidomTest) PASS: testProcessingInstructionNameError (test.test_minidom.MinidomTest) PASS: testProcessingInstructionRepr (test.test_minidom.MinidomTest) PASS: testRemoveAttr (test.test_minidom.MinidomTest) PASS: testRemoveAttrNS (test.test_minidom.MinidomTest) PASS: testRemoveAttributeNode (test.test_minidom.MinidomTest) PASS: testRemoveNamedItem (test.test_minidom.MinidomTest) PASS: testRemoveNamedItemNS (test.test_minidom.MinidomTest) PASS: testRenameAttribute (test.test_minidom.MinidomTest) PASS: testRenameElement (test.test_minidom.MinidomTest) PASS: testRenameOther (test.test_minidom.MinidomTest) PASS: testReplaceChildFragment (test.test_minidom.MinidomTest) PASS: testReplaceWholeText (test.test_minidom.MinidomTest) PASS: testSchemaType (test.test_minidom.MinidomTest) PASS: testSerializeCommentNodeWithDoubleHyphen (test.test_minidom.MinidomTest) PASS: testSetAttrValueandNodeValue (test.test_minidom.MinidomTest) PASS: testSetIdAttribute (test.test_minidom.MinidomTest) PASS: testSetIdAttributeNS (test.test_minidom.MinidomTest) PASS: testSetIdAttributeNode (test.test_minidom.MinidomTest) PASS: testSiblings (test.test_minidom.MinidomTest) PASS: testStandalone (test.test_minidom.MinidomTest) PASS: testTextNodeRepr (test.test_minidom.MinidomTest) PASS: testTextRepr (test.test_minidom.MinidomTest) PASS: testTooManyDocumentElements (test.test_minidom.MinidomTest) PASS: testUnlink (test.test_minidom.MinidomTest) PASS: testUserData (test.test_minidom.MinidomTest) PASS: testWholeText (test.test_minidom.MinidomTest) PASS: testWriteText (test.test_minidom.MinidomTest) PASS: testWriteXML (test.test_minidom.MinidomTest) PASS: test_cdata_parsing (test.test_minidom.MinidomTest) PASS: test_minidom_attribute_order (test.test_minidom.MinidomTest) PASS: test_toprettyxml_preserves_content_of_text_node (test.test_minidom.MinidomTest) PASS: test_toprettyxml_with_adjacent_text_nodes (test.test_minidom.MinidomTest) PASS: test_toprettyxml_with_attributes_ordered (test.test_minidom.MinidomTest) PASS: test_toprettyxml_with_cdata (test.test_minidom.MinidomTest) PASS: test_toprettyxml_with_text_nodes (test.test_minidom.MinidomTest) PASS: test_toxml_with_attributes_ordered (test.test_minidom.MinidomTest) ---------------------------------------------------------------------- Ran 127 tests in 0.028s OK 0:08:59 load avg: 0.55 [225/427] test_mmap PASS: test_around_2GB (test.test_mmap.LargeMmapTests) PASS: test_around_4GB (test.test_mmap.LargeMmapTests) PASS: test_large_filesize (test.test_mmap.LargeMmapTests) PASS: test_large_offset (test.test_mmap.LargeMmapTests) PASS: test_access_parameter (test.test_mmap.MmapTests) PASS: test_anonymous (test.test_mmap.MmapTests) PASS: test_bad_file_desc (test.test_mmap.MmapTests) PASS: test_basic (test.test_mmap.MmapTests) PASS: test_concat_repeat_exception (test.test_mmap.MmapTests) PASS: test_context_manager (test.test_mmap.MmapTests) PASS: test_context_manager_exception (test.test_mmap.MmapTests) SKIP: test_crasher_on_windows (test.test_mmap.MmapTests) 'requires Windows' PASS: test_double_close (test.test_mmap.MmapTests) PASS: test_empty_file (test.test_mmap.MmapTests) PASS: test_entire_file (test.test_mmap.MmapTests) PASS: test_error (test.test_mmap.MmapTests) PASS: test_extended_getslice (test.test_mmap.MmapTests) PASS: test_extended_set_del_slice (test.test_mmap.MmapTests) PASS: test_find_end (test.test_mmap.MmapTests) PASS: test_flush_return_value (test.test_mmap.MmapTests) SKIP: test_invalid_descriptor (test.test_mmap.MmapTests) 'requires Windows' PASS: test_io_methods (test.test_mmap.MmapTests) PASS: test_length_0_large_offset (test.test_mmap.MmapTests) PASS: test_length_0_offset (test.test_mmap.MmapTests) PASS: test_madvise (test.test_mmap.MmapTests) PASS: test_move (test.test_mmap.MmapTests) PASS: test_non_ascii_byte (test.test_mmap.MmapTests) PASS: test_offset (test.test_mmap.MmapTests) PASS: test_prot_readonly (test.test_mmap.MmapTests) PASS: test_read_all (test.test_mmap.MmapTests) PASS: test_read_invalid_arg (test.test_mmap.MmapTests) PASS: test_repr (test.test_mmap.MmapTests) PASS: test_resize_past_pos (test.test_mmap.MmapTests) PASS: test_rfind (test.test_mmap.MmapTests) SKIP: test_sizeof (test.test_mmap.MmapTests) 'requires Windows' PASS: test_subclass (test.test_mmap.MmapTests) SKIP: test_tagname (test.test_mmap.MmapTests) 'requires Windows' PASS: test_tougher_find (test.test_mmap.MmapTests) PASS: test_weakref (test.test_mmap.MmapTests) PASS: test_write_returning_the_number_of_bytes_written (test.test_mmap.MmapTests) ---------------------------------------------------------------------- Ran 40 tests in 0.166s OK (skipped=4) 0:08:59 load avg: 0.55 [226/427] test_module PASS: test_annotations_are_created_correctly (test.test_module.ModuleTests) PASS: test_annotations_getset_raises (test.test_module.ModuleTests) PASS: test_ascii_docstring (test.test_module.ModuleTests) PASS: test_clear_dict_in_ref_cycle (test.test_module.ModuleTests) PASS: test_descriptor_errors_propagate (test.test_module.ModuleTests) PASS: test_dont_clear_dict (test.test_module.ModuleTests) PASS: test_lazy_create_annotations (test.test_module.ModuleTests) PASS: test_missing_getattr (test.test_module.ModuleTests) PASS: test_module_dir (test.test_module.ModuleTests) PASS: test_module_dir_errors (test.test_module.ModuleTests) PASS: test_module_finalization_at_shutdown (test.test_module.ModuleTests) PASS: test_module_getattr (test.test_module.ModuleTests) PASS: test_module_getattr_errors (test.test_module.ModuleTests) PASS: test_module_getattr_tricky (test.test_module.ModuleTests) PASS: test_module_repr_builtin (test.test_module.ModuleTests) PASS: test_module_repr_minimal (test.test_module.ModuleTests) PASS: test_module_repr_source (test.test_module.ModuleTests) PASS: test_module_repr_with_bare_loader (test.test_module.ModuleTests) PASS: test_module_repr_with_bare_loader_and_filename (test.test_module.ModuleTests) PASS: test_module_repr_with_bare_loader_but_no_name (test.test_module.ModuleTests) PASS: test_module_repr_with_filename_only (test.test_module.ModuleTests) PASS: test_module_repr_with_full_loader (test.test_module.ModuleTests) PASS: test_module_repr_with_full_loader_and_filename (test.test_module.ModuleTests) PASS: test_module_repr_with_full_loader_but_no_name (test.test_module.ModuleTests) PASS: test_module_repr_with_loader_as_None (test.test_module.ModuleTests) PASS: test_module_repr_with_name (test.test_module.ModuleTests) PASS: test_module_repr_with_name_and_filename (test.test_module.ModuleTests) PASS: test_no_docstring (test.test_module.ModuleTests) PASS: test_reinit (test.test_module.ModuleTests) PASS: test_setting_annotations (test.test_module.ModuleTests) PASS: test_unicode_docstring (test.test_module.ModuleTests) PASS: test_uninitialized (test.test_module.ModuleTests) PASS: test_uninitialized_missing_getattr (test.test_module.ModuleTests) PASS: test_weakref (test.test_module.ModuleTests) ---------------------------------------------------------------------- Ran 34 tests in 0.406s OK 0:09:00 load avg: 0.55 [227/427] test_modulefinder PASS: test_absolute_imports (test.test_modulefinder.ModuleFinderTest) PASS: test_bytecode (test.test_modulefinder.ModuleFinderTest) PASS: test_coding_default_utf8 (test.test_modulefinder.ModuleFinderTest) PASS: test_coding_explicit_cp1252 (test.test_modulefinder.ModuleFinderTest) PASS: test_coding_explicit_utf8 (test.test_modulefinder.ModuleFinderTest) PASS: test_extended_opargs (test.test_modulefinder.ModuleFinderTest) PASS: test_load_module_api (test.test_modulefinder.ModuleFinderTest) PASS: test_maybe (test.test_modulefinder.ModuleFinderTest) PASS: test_maybe_new (test.test_modulefinder.ModuleFinderTest) PASS: test_package (test.test_modulefinder.ModuleFinderTest) PASS: test_relative_imports (test.test_modulefinder.ModuleFinderTest) PASS: test_relative_imports_2 (test.test_modulefinder.ModuleFinderTest) PASS: test_relative_imports_3 (test.test_modulefinder.ModuleFinderTest) PASS: test_relative_imports_4 (test.test_modulefinder.ModuleFinderTest) PASS: test_replace_paths (test.test_modulefinder.ModuleFinderTest) PASS: test_same_name_as_bad (test.test_modulefinder.ModuleFinderTest) PASS: test_syntax_error (test.test_modulefinder.ModuleFinderTest) ---------------------------------------------------------------------- Ran 17 tests in 0.182s OK 0:09:01 load avg: 0.55 [228/427] test_msilib test_msilib skipped -- No module named 'msilib' 0:09:01 load avg: 0.55 [229/427] test_multibytecodec -- test_msilib skipped PASS: test_encode (test.test_multibytecodec.TestHZStateful) PASS: test_incrementalencoder (test.test_multibytecodec.TestHZStateful) PASS: test_incrementalencoder_final (test.test_multibytecodec.TestHZStateful) PASS: test_encode (test.test_multibytecodec.TestStateful) PASS: test_incrementalencoder (test.test_multibytecodec.TestStateful) PASS: test_incrementalencoder_final (test.test_multibytecodec.TestStateful) PASS: test_bug1572832 (test.test_multibytecodec.Test_ISO2022) PASS: test_g2 (test.test_multibytecodec.Test_ISO2022) PASS: test_iso2022_jp_g0 (test.test_multibytecodec.Test_ISO2022) PASS: test_dbcs (test.test_multibytecodec.Test_IncrementalDecoder) PASS: test_dbcs_keep_buffer (test.test_multibytecodec.Test_IncrementalDecoder) PASS: test_decode_unicode (test.test_multibytecodec.Test_IncrementalDecoder) PASS: test_iso2022 (test.test_multibytecodec.Test_IncrementalDecoder) PASS: test_setstate_validates_input (test.test_multibytecodec.Test_IncrementalDecoder) PASS: test_state_methods (test.test_multibytecodec.Test_IncrementalDecoder) PASS: test_getstate_returns_expected_value (test.test_multibytecodec.Test_IncrementalEncoder) PASS: test_issue5640 (test.test_multibytecodec.Test_IncrementalEncoder) PASS: test_setstate_validates_input_bytes (test.test_multibytecodec.Test_IncrementalEncoder) PASS: test_setstate_validates_input_size (test.test_multibytecodec.Test_IncrementalEncoder) PASS: test_state_methods_with_buffer_state (test.test_multibytecodec.Test_IncrementalEncoder) PASS: test_state_methods_with_non_buffer_state (test.test_multibytecodec.Test_IncrementalEncoder) PASS: test_stateful (test.test_multibytecodec.Test_IncrementalEncoder) PASS: test_stateful_keep_buffer (test.test_multibytecodec.Test_IncrementalEncoder) PASS: test_stateless (test.test_multibytecodec.Test_IncrementalEncoder) PASS: test_subinterp (test.test_multibytecodec.Test_IncrementalEncoder) PASS: test_codingspec (test.test_multibytecodec.Test_MultibyteCodec) PASS: test_decode_unicode (test.test_multibytecodec.Test_MultibyteCodec) PASS: test_errorcallback_custom_ignore (test.test_multibytecodec.Test_MultibyteCodec) PASS: test_errorcallback_longindex (test.test_multibytecodec.Test_MultibyteCodec) PASS: test_init_segfault (test.test_multibytecodec.Test_MultibyteCodec) PASS: test_nullcoding (test.test_multibytecodec.Test_MultibyteCodec) PASS: test_str_decode (test.test_multibytecodec.Test_MultibyteCodec) PASS: test_bug1728403 (test.test_multibytecodec.Test_StreamReader) PASS: test_gb18030 (test.test_multibytecodec.Test_StreamWriter) PASS: test_streamwriter_strwrite (test.test_multibytecodec.Test_StreamWriter) PASS: test_utf_8 (test.test_multibytecodec.Test_StreamWriter) ---------------------------------------------------------------------- Ran 36 tests in 0.631s OK 0:09:03 load avg: 0.58 [230/427] test_multiprocessing_fork PASS: test__all__ (test.test_multiprocessing_fork.MiscTestCase) PASS: test_answer_challenge_auth_failure (test.test_multiprocessing_fork.OtherTest) PASS: test_deliver_challenge_auth_failure (test.test_multiprocessing_fork.OtherTest) PASS: test_semlock_subclass (test.test_multiprocessing_fork.SemLockTests) PASS: test_closefd (test.test_multiprocessing_fork.TestCloseFds) PASS: test_flags (test.test_multiprocessing_fork.TestFlags) PASS: test_lock (test.test_multiprocessing_fork.TestForkAwareThreadLock) PASS: test_ignore (test.test_multiprocessing_fork.TestIgnoreEINTR) PASS: test_ignore_listener (test.test_multiprocessing_fork.TestIgnoreEINTR) PASS: test_manager_initializer (test.test_multiprocessing_fork.TestInitializers) PASS: test_pool_initializer (test.test_multiprocessing_fork.TestInitializers) PASS: test_invalid_family (test.test_multiprocessing_fork.TestInvalidFamily) SKIP: test_invalid_family_win32 (test.test_multiprocessing_fork.TestInvalidFamily) 'skipped on non-Windows platforms' PASS: test_invalid_handles (test.test_multiprocessing_fork.TestInvalidHandle) PASS: test_global_named_resource_spawn (test.test_multiprocessing_fork.TestNamedResource) PASS: test_noforkbomb (test.test_multiprocessing_fork.TestNoForkBomb) PASS: test_release_unused_processes (test.test_multiprocessing_fork.TestPoolNotLeakOnFailure) PASS: test_resource_tracker (test.test_multiprocessing_fork.TestResourceTracker) PASS: test_resource_tracker_reused (test.test_multiprocessing_fork.TestResourceTracker) PASS: test_resource_tracker_sigint (test.test_multiprocessing_fork.TestResourceTracker) PASS: test_resource_tracker_sigkill (test.test_multiprocessing_fork.TestResourceTracker) PASS: test_resource_tracker_sigterm (test.test_multiprocessing_fork.TestResourceTracker) PASS: test_close (test.test_multiprocessing_fork.TestSimpleQueue) PASS: test_closed (test.test_multiprocessing_fork.TestSimpleQueue) PASS: test_empty (test.test_multiprocessing_fork.TestSimpleQueue) PASS: test_context (test.test_multiprocessing_fork.TestStartMethod) PASS: test_get_all (test.test_multiprocessing_fork.TestStartMethod) SKIP: test_preload_resources (test.test_multiprocessing_fork.TestStartMethod) "test only relevant for 'forkserver' method" PASS: test_set_get (test.test_multiprocessing_fork.TestStartMethod) PASS: test_flushing (test.test_multiprocessing_fork.TestStdinBadfiledescriptor) PASS: test_pool_in_process (test.test_multiprocessing_fork.TestStdinBadfiledescriptor) PASS: test_queue_in_process (test.test_multiprocessing_fork.TestStdinBadfiledescriptor) PASS: test_array (test.test_multiprocessing_fork.TestSyncManagerTypes) PASS: test_barrier (test.test_multiprocessing_fork.TestSyncManagerTypes) PASS: test_bounded_semaphore (test.test_multiprocessing_fork.TestSyncManagerTypes) PASS: test_condition (test.test_multiprocessing_fork.TestSyncManagerTypes) PASS: test_dict (test.test_multiprocessing_fork.TestSyncManagerTypes) PASS: test_event (test.test_multiprocessing_fork.TestSyncManagerTypes) PASS: test_joinable_queue (test.test_multiprocessing_fork.TestSyncManagerTypes) PASS: test_list (test.test_multiprocessing_fork.TestSyncManagerTypes) PASS: test_lock (test.test_multiprocessing_fork.TestSyncManagerTypes) PASS: test_namespace (test.test_multiprocessing_fork.TestSyncManagerTypes) PASS: test_pool (test.test_multiprocessing_fork.TestSyncManagerTypes) PASS: test_queue (test.test_multiprocessing_fork.TestSyncManagerTypes) PASS: test_rlock (test.test_multiprocessing_fork.TestSyncManagerTypes) PASS: test_semaphore (test.test_multiprocessing_fork.TestSyncManagerTypes) PASS: test_value (test.test_multiprocessing_fork.TestSyncManagerTypes) PASS: test_timeout (test.test_multiprocessing_fork.TestTimeouts) PASS: test_neg_timeout (test.test_multiprocessing_fork.TestWait) PASS: test_wait (test.test_multiprocessing_fork.TestWait) SKIP: test_wait_integer (test.test_multiprocessing_fork.TestWait) 'timing related test, dependent on load' PASS: test_wait_slow (test.test_multiprocessing_fork.TestWait) PASS: test_wait_socket (test.test_multiprocessing_fork.TestWait) PASS: test_wait_socket_slow (test.test_multiprocessing_fork.TestWait) PASS: test_wait_timeout (test.test_multiprocessing_fork.TestWait) test_abort (test.test_multiprocessing_fork.WithManagerTestBarrier) PASS: Test that an abort will put the barrier in a broken state test_abort_and_reset (test.test_multiprocessing_fork.WithManagerTestBarrier) PASS: Test that a barrier can be reset after being broken. test_action (test.test_multiprocessing_fork.WithManagerTestBarrier) PASS: Test the 'action' callback test_barrier (test.test_multiprocessing_fork.WithManagerTestBarrier) PASS: Test that a barrier is passed in lockstep test_barrier_10 (test.test_multiprocessing_fork.WithManagerTestBarrier) PASS: Test that a barrier works for 10 consecutive runs test_default_timeout (test.test_multiprocessing_fork.WithManagerTestBarrier) PASS: Test the barrier's default timeout test_reset (test.test_multiprocessing_fork.WithManagerTestBarrier) PASS: Test that a 'reset' on a barrier frees the waiting threads PASS: test_single_thread (test.test_multiprocessing_fork.WithManagerTestBarrier) SKIP: test_thousand (test.test_multiprocessing_fork.WithManagerTestBarrier) 'test not appropriate for manager' test_timeout (test.test_multiprocessing_fork.WithManagerTestBarrier) PASS: Test wait(timeout) test_wait_return (test.test_multiprocessing_fork.WithManagerTestBarrier) PASS: test the return value from barrier.wait PASS: test_notify (test.test_multiprocessing_fork.WithManagerTestCondition) PASS: test_notify_all (test.test_multiprocessing_fork.WithManagerTestCondition) PASS: test_notify_n (test.test_multiprocessing_fork.WithManagerTestCondition) PASS: test_timeout (test.test_multiprocessing_fork.WithManagerTestCondition) PASS: test_wait_result (test.test_multiprocessing_fork.WithManagerTestCondition) PASS: test_waitfor (test.test_multiprocessing_fork.WithManagerTestCondition) PASS: test_waitfor_timeout (test.test_multiprocessing_fork.WithManagerTestCondition) PASS: test_dict (test.test_multiprocessing_fork.WithManagerTestContainers) PASS: test_dict_iter (test.test_multiprocessing_fork.WithManagerTestContainers) PASS: test_dict_proxy_nested (test.test_multiprocessing_fork.WithManagerTestContainers) PASS: test_list (test.test_multiprocessing_fork.WithManagerTestContainers) PASS: test_list_iter (test.test_multiprocessing_fork.WithManagerTestContainers) PASS: test_list_proxy_in_list (test.test_multiprocessing_fork.WithManagerTestContainers) PASS: test_namespace (test.test_multiprocessing_fork.WithManagerTestContainers) PASS: test_nested_queue (test.test_multiprocessing_fork.WithManagerTestContainers) PASS: test_event (test.test_multiprocessing_fork.WithManagerTestEvent) PASS: test_lock (test.test_multiprocessing_fork.WithManagerTestLock) PASS: test_lock_context (test.test_multiprocessing_fork.WithManagerTestLock) PASS: test_rlock (test.test_multiprocessing_fork.WithManagerTestLock) PASS: test_rapid_restart (test.test_multiprocessing_fork.WithManagerTestManagerRestart) PASS: test_mymanager (test.test_multiprocessing_fork.WithManagerTestMyManager) PASS: test_mymanager_context (test.test_multiprocessing_fork.WithManagerTestMyManager) PASS: test_mymanager_context_prestarted (test.test_multiprocessing_fork.WithManagerTestMyManager) PASS: test_apply (test.test_multiprocessing_fork.WithManagerTestPool) PASS: test_async (test.test_multiprocessing_fork.WithManagerTestPool) PASS: test_async_timeout (test.test_multiprocessing_fork.WithManagerTestPool) PASS: test_context (test.test_multiprocessing_fork.WithManagerTestPool) PASS: test_empty_iterable (test.test_multiprocessing_fork.WithManagerTestPool) SKIP: test_enter (test.test_multiprocessing_fork.WithManagerTestPool) 'test not applicable to manager' PASS: test_imap (test.test_multiprocessing_fork.WithManagerTestPool) SKIP: test_imap_handle_iterable_exception (test.test_multiprocessing_fork.WithManagerTestPool) 'test not appropriate for manager' PASS: test_imap_unordered (test.test_multiprocessing_fork.WithManagerTestPool) SKIP: test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_fork.WithManagerTestPool) 'test not appropriate for manager' PASS: test_make_pool (test.test_multiprocessing_fork.WithManagerTestPool) PASS: test_map (test.test_multiprocessing_fork.WithManagerTestPool) PASS: test_map_async (test.test_multiprocessing_fork.WithManagerTestPool) PASS: test_map_async_callbacks (test.test_multiprocessing_fork.WithManagerTestPool) PASS: test_map_chunksize (test.test_multiprocessing_fork.WithManagerTestPool) SKIP: test_map_handle_iterable_exception (test.test_multiprocessing_fork.WithManagerTestPool) 'test not appropriate for manager' PASS: test_map_no_failfast (test.test_multiprocessing_fork.WithManagerTestPool) PASS: test_map_unplicklable (test.test_multiprocessing_fork.WithManagerTestPool) PASS: test_release_task_refs (test.test_multiprocessing_fork.WithManagerTestPool) SKIP: test_resource_warning (test.test_multiprocessing_fork.WithManagerTestPool) 'test not applicable to manager' PASS: test_starmap (test.test_multiprocessing_fork.WithManagerTestPool) PASS: test_starmap_async (test.test_multiprocessing_fork.WithManagerTestPool) PASS: test_terminate (test.test_multiprocessing_fork.WithManagerTestPool) PASS: test_traceback (test.test_multiprocessing_fork.WithManagerTestPool) PASS: test_wrapped_exception (test.test_multiprocessing_fork.WithManagerTestPool) PASS: test_closed_queue_put_get_exceptions (test.test_multiprocessing_fork.WithManagerTestQueue) PASS: test_fork (test.test_multiprocessing_fork.WithManagerTestQueue) PASS: test_get (test.test_multiprocessing_fork.WithManagerTestQueue) PASS: test_no_import_lock_contention (test.test_multiprocessing_fork.WithManagerTestQueue) PASS: test_put (test.test_multiprocessing_fork.WithManagerTestQueue) PASS: test_qsize (test.test_multiprocessing_fork.WithManagerTestQueue) SKIP: test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_fork.WithManagerTestQueue) 'test not appropriate for manager' SKIP: test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_fork.WithManagerTestQueue) 'test not appropriate for manager' PASS: test_task_done (test.test_multiprocessing_fork.WithManagerTestQueue) PASS: test_timeout (test.test_multiprocessing_fork.WithManagerTestQueue) PASS: test_remote (test.test_multiprocessing_fork.WithManagerTestRemoteManager) PASS: test_bounded_semaphore (test.test_multiprocessing_fork.WithManagerTestSemaphore) PASS: test_semaphore (test.test_multiprocessing_fork.WithManagerTestSemaphore) SKIP: test_timeout (test.test_multiprocessing_fork.WithManagerTestSemaphore) 'test not appropriate for manager' PASS: test_array (test.test_multiprocessing_fork.WithProcessesTestArray) PASS: test_array_from_size (test.test_multiprocessing_fork.WithProcessesTestArray) PASS: test_getobj_getlock_obj (test.test_multiprocessing_fork.WithProcessesTestArray) PASS: test_rawarray (test.test_multiprocessing_fork.WithProcessesTestArray) test_abort (test.test_multiprocessing_fork.WithProcessesTestBarrier) PASS: Test that an abort will put the barrier in a broken state test_abort_and_reset (test.test_multiprocessing_fork.WithProcessesTestBarrier) PASS: Test that a barrier can be reset after being broken. test_action (test.test_multiprocessing_fork.WithProcessesTestBarrier) PASS: Test the 'action' callback test_barrier (test.test_multiprocessing_fork.WithProcessesTestBarrier) PASS: Test that a barrier is passed in lockstep test_barrier_10 (test.test_multiprocessing_fork.WithProcessesTestBarrier) PASS: Test that a barrier works for 10 consecutive runs test_default_timeout (test.test_multiprocessing_fork.WithProcessesTestBarrier) PASS: Test the barrier's default timeout test_reset (test.test_multiprocessing_fork.WithProcessesTestBarrier) PASS: Test that a 'reset' on a barrier frees the waiting threads PASS: test_single_thread (test.test_multiprocessing_fork.WithProcessesTestBarrier) PASS: test_thousand (test.test_multiprocessing_fork.WithProcessesTestBarrier) test_timeout (test.test_multiprocessing_fork.WithProcessesTestBarrier) PASS: Test wait(timeout) test_wait_return (test.test_multiprocessing_fork.WithProcessesTestBarrier) PASS: test the return value from barrier.wait PASS: test_notify (test.test_multiprocessing_fork.WithProcessesTestCondition) PASS: test_notify_all (test.test_multiprocessing_fork.WithProcessesTestCondition) PASS: test_notify_n (test.test_multiprocessing_fork.WithProcessesTestCondition) PASS: test_timeout (test.test_multiprocessing_fork.WithProcessesTestCondition) PASS: test_wait_result (test.test_multiprocessing_fork.WithProcessesTestCondition) PASS: test_waitfor (test.test_multiprocessing_fork.WithProcessesTestCondition) PASS: test_waitfor_timeout (test.test_multiprocessing_fork.WithProcessesTestCondition) PASS: test_connection (test.test_multiprocessing_fork.WithProcessesTestConnection) PASS: test_context (test.test_multiprocessing_fork.WithProcessesTestConnection) PASS: test_duplex_false (test.test_multiprocessing_fork.WithProcessesTestConnection) PASS: test_fd_transfer (test.test_multiprocessing_fork.WithProcessesTestConnection) PASS: test_large_fd_transfer (test.test_multiprocessing_fork.WithProcessesTestConnection) PASS: test_missing_fd_transfer (test.test_multiprocessing_fork.WithProcessesTestConnection) PASS: test_sendbytes (test.test_multiprocessing_fork.WithProcessesTestConnection) PASS: test_spawn_close (test.test_multiprocessing_fork.WithProcessesTestConnection) PASS: test_event (test.test_multiprocessing_fork.WithProcessesTestEvent) PASS: test_finalize (test.test_multiprocessing_fork.WithProcessesTestFinalize) PASS: test_thread_safety (test.test_multiprocessing_fork.WithProcessesTestFinalize) PASS: test_free_from_gc (test.test_multiprocessing_fork.WithProcessesTestHeap) PASS: test_heap (test.test_multiprocessing_fork.WithProcessesTestHeap) PASS: test_abstract_socket (test.test_multiprocessing_fork.WithProcessesTestListener) PASS: test_context (test.test_multiprocessing_fork.WithProcessesTestListener) PASS: test_multiple_bind (test.test_multiprocessing_fork.WithProcessesTestListener) PASS: test_issue14725 (test.test_multiprocessing_fork.WithProcessesTestListenerClient) PASS: test_issue16955 (test.test_multiprocessing_fork.WithProcessesTestListenerClient) PASS: test_listener_client (test.test_multiprocessing_fork.WithProcessesTestListenerClient) PASS: test_lock (test.test_multiprocessing_fork.WithProcessesTestLock) PASS: test_lock_context (test.test_multiprocessing_fork.WithProcessesTestLock) PASS: test_rlock (test.test_multiprocessing_fork.WithProcessesTestLock) PASS: test_enable_logging (test.test_multiprocessing_fork.WithProcessesTestLogging) PASS: test_level (test.test_multiprocessing_fork.WithProcessesTestLogging) PASS: test_rapid_restart (test.test_multiprocessing_fork.WithProcessesTestManagerRestart) PASS: test_access (test.test_multiprocessing_fork.WithProcessesTestPicklingConnections) PASS: test_pickling (test.test_multiprocessing_fork.WithProcessesTestPicklingConnections) PASS: test_boundaries (test.test_multiprocessing_fork.WithProcessesTestPoll) PASS: test_dont_merge (test.test_multiprocessing_fork.WithProcessesTestPoll) PASS: test_empty_string (test.test_multiprocessing_fork.WithProcessesTestPoll) PASS: test_strings (test.test_multiprocessing_fork.WithProcessesTestPoll) PASS: test_poll_eintr (test.test_multiprocessing_fork.WithProcessesTestPollEintr) PASS: test_apply (test.test_multiprocessing_fork.WithProcessesTestPool) PASS: test_async (test.test_multiprocessing_fork.WithProcessesTestPool) PASS: test_async_timeout (test.test_multiprocessing_fork.WithProcessesTestPool) PASS: test_context (test.test_multiprocessing_fork.WithProcessesTestPool) PASS: test_empty_iterable (test.test_multiprocessing_fork.WithProcessesTestPool) PASS: test_enter (test.test_multiprocessing_fork.WithProcessesTestPool) PASS: test_imap (test.test_multiprocessing_fork.WithProcessesTestPool) PASS: test_imap_handle_iterable_exception (test.test_multiprocessing_fork.WithProcessesTestPool) PASS: test_imap_unordered (test.test_multiprocessing_fork.WithProcessesTestPool) PASS: test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_fork.WithProcessesTestPool) PASS: test_make_pool (test.test_multiprocessing_fork.WithProcessesTestPool) PASS: test_map (test.test_multiprocessing_fork.WithProcessesTestPool) PASS: test_map_async (test.test_multiprocessing_fork.WithProcessesTestPool) PASS: test_map_async_callbacks (test.test_multiprocessing_fork.WithProcessesTestPool) PASS: test_map_chunksize (test.test_multiprocessing_fork.WithProcessesTestPool) PASS: test_map_handle_iterable_exception (test.test_multiprocessing_fork.WithProcessesTestPool) PASS: test_map_no_failfast (test.test_multiprocessing_fork.WithProcessesTestPool) PASS: test_map_unplicklable (test.test_multiprocessing_fork.WithProcessesTestPool) PASS: test_release_task_refs (test.test_multiprocessing_fork.WithProcessesTestPool) PASS: test_resource_warning (test.test_multiprocessing_fork.WithProcessesTestPool) PASS: test_starmap (test.test_multiprocessing_fork.WithProcessesTestPool) PASS: test_starmap_async (test.test_multiprocessing_fork.WithProcessesTestPool) PASS: test_terminate (test.test_multiprocessing_fork.WithProcessesTestPool) PASS: test_traceback (test.test_multiprocessing_fork.WithProcessesTestPool) PASS: test_wrapped_exception (test.test_multiprocessing_fork.WithProcessesTestPool) PASS: test_async_error_callback (test.test_multiprocessing_fork.WithProcessesTestPoolWorkerErrors) PASS: test_unpickleable_result (test.test_multiprocessing_fork.WithProcessesTestPoolWorkerErrors) PASS: test_pool_maxtasksperchild_invalid (test.test_multiprocessing_fork.WithProcessesTestPoolWorkerLifetime) PASS: test_pool_worker_lifetime (test.test_multiprocessing_fork.WithProcessesTestPoolWorkerLifetime) PASS: test_pool_worker_lifetime_early_close (test.test_multiprocessing_fork.WithProcessesTestPoolWorkerLifetime) PASS: test_worker_finalization_via_atexit_handler_of_multiprocessing (test.test_multiprocessing_fork.WithProcessesTestPoolWorkerLifetime) PASS: test_active_children (test.test_multiprocessing_fork.WithProcessesTestProcess) SKIP: test_child_fd_inflation (test.test_multiprocessing_fork.WithProcessesTestProcess) 'test not appropriate for fork' PASS: test_close (test.test_multiprocessing_fork.WithProcessesTestProcess) PASS: test_cpu_count (test.test_multiprocessing_fork.WithProcessesTestProcess) PASS: test_current (test.test_multiprocessing_fork.WithProcessesTestProcess) PASS: test_daemon_argument (test.test_multiprocessing_fork.WithProcessesTestProcess) PASS: test_error_on_stdio_flush_1 (test.test_multiprocessing_fork.WithProcessesTestProcess) PASS: test_error_on_stdio_flush_2 (test.test_multiprocessing_fork.WithProcessesTestProcess) SKIP: test_forkserver_sigint (test.test_multiprocessing_fork.WithProcessesTestProcess) 'test not appropriate for fork' SKIP: test_forkserver_sigkill (test.test_multiprocessing_fork.WithProcessesTestProcess) 'test not appropriate for fork' PASS: test_kill (test.test_multiprocessing_fork.WithProcessesTestProcess) PASS: test_lose_target_ref (test.test_multiprocessing_fork.WithProcessesTestProcess) SKIP: test_many_processes (test.test_multiprocessing_fork.WithProcessesTestProcess) 'timing related test, dependent on load' PASS: test_parent_process (test.test_multiprocessing_fork.WithProcessesTestProcess) PASS: test_parent_process_attributes (test.test_multiprocessing_fork.WithProcessesTestProcess) PASS: test_process (test.test_multiprocessing_fork.WithProcessesTestProcess) PASS: test_process_mainthread_native_id (test.test_multiprocessing_fork.WithProcessesTestProcess) PASS: test_recursion (test.test_multiprocessing_fork.WithProcessesTestProcess) PASS: test_sentinel (test.test_multiprocessing_fork.WithProcessesTestProcess) PASS: test_terminate (test.test_multiprocessing_fork.WithProcessesTestProcess) PASS: test_wait_for_threads (test.test_multiprocessing_fork.WithProcessesTestProcess) PASS: test_closed_queue_put_get_exceptions (test.test_multiprocessing_fork.WithProcessesTestQueue) PASS: test_fork (test.test_multiprocessing_fork.WithProcessesTestQueue) PASS: test_get (test.test_multiprocessing_fork.WithProcessesTestQueue) PASS: test_no_import_lock_contention (test.test_multiprocessing_fork.WithProcessesTestQueue) PASS: test_put (test.test_multiprocessing_fork.WithProcessesTestQueue) SKIP: test_qsize (test.test_multiprocessing_fork.WithProcessesTestQueue) 'qsize method not implemented' PASS: test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_fork.WithProcessesTestQueue) PASS: test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_fork.WithProcessesTestQueue) PASS: test_task_done (test.test_multiprocessing_fork.WithProcessesTestQueue) PASS: test_timeout (test.test_multiprocessing_fork.WithProcessesTestQueue) PASS: test_bounded_semaphore (test.test_multiprocessing_fork.WithProcessesTestSemaphore) PASS: test_semaphore (test.test_multiprocessing_fork.WithProcessesTestSemaphore) PASS: test_timeout (test.test_multiprocessing_fork.WithProcessesTestSemaphore) PASS: test_copy (test.test_multiprocessing_fork.WithProcessesTestSharedCTypes) PASS: test_sharedctypes (test.test_multiprocessing_fork.WithProcessesTestSharedCTypes) PASS: test_synchronize (test.test_multiprocessing_fork.WithProcessesTestSharedCTypes) PASS: test_invalid_shared_memory_cration (test.test_multiprocessing_fork.WithProcessesTestSharedMemory) PASS: test_shared_memory_ShareableList_basics (test.test_multiprocessing_fork.WithProcessesTestSharedMemory) PASS: test_shared_memory_ShareableList_pickling (test.test_multiprocessing_fork.WithProcessesTestSharedMemory) PASS: test_shared_memory_ShareableList_pickling_dead_object (test.test_multiprocessing_fork.WithProcessesTestSharedMemory) PASS: test_shared_memory_SharedMemoryManager_basics (test.test_multiprocessing_fork.WithProcessesTestSharedMemory) PASS: test_shared_memory_SharedMemoryManager_reuses_resource_tracker (test.test_multiprocessing_fork.WithProcessesTestSharedMemory) PASS: test_shared_memory_SharedMemoryServer_ignores_sigint (test.test_multiprocessing_fork.WithProcessesTestSharedMemory) PASS: test_shared_memory_across_processes (test.test_multiprocessing_fork.WithProcessesTestSharedMemory) PASS: test_shared_memory_basics (test.test_multiprocessing_fork.WithProcessesTestSharedMemory) Traceback (most recent call last): PASS: test_shared_memory_cleaned_after_process_termination (test.test_multiprocessing_fork.WithProcessesTestSharedMemory) File "/usr/lib/python3.10/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) KeyError: '/psm_5188d981' PASS: test_shared_memory_pickle_unpickle (test.test_multiprocessing_fork.WithProcessesTestSharedMemory) PASS: test_shared_memory_pickle_unpickle_dead_object (test.test_multiprocessing_fork.WithProcessesTestSharedMemory) PASS: test_shared_memory_recreate (test.test_multiprocessing_fork.WithProcessesTestSharedMemory) PASS: test_stderr_flush (test.test_multiprocessing_fork.WithProcessesTestSubclassingProcess) PASS: test_subclassing (test.test_multiprocessing_fork.WithProcessesTestSubclassingProcess) PASS: test_sys_exit (test.test_multiprocessing_fork.WithProcessesTestSubclassingProcess) PASS: test_getobj_getlock (test.test_multiprocessing_fork.WithProcessesTestValue) PASS: test_rawvalue (test.test_multiprocessing_fork.WithProcessesTestValue) PASS: test_value (test.test_multiprocessing_fork.WithProcessesTestValue) test_abort (test.test_multiprocessing_fork.WithThreadsTestBarrier) PASS: Test that an abort will put the barrier in a broken state test_abort_and_reset (test.test_multiprocessing_fork.WithThreadsTestBarrier) PASS: Test that a barrier can be reset after being broken. test_action (test.test_multiprocessing_fork.WithThreadsTestBarrier) PASS: Test the 'action' callback test_barrier (test.test_multiprocessing_fork.WithThreadsTestBarrier) PASS: Test that a barrier is passed in lockstep test_barrier_10 (test.test_multiprocessing_fork.WithThreadsTestBarrier) PASS: Test that a barrier works for 10 consecutive runs test_default_timeout (test.test_multiprocessing_fork.WithThreadsTestBarrier) PASS: Test the barrier's default timeout test_reset (test.test_multiprocessing_fork.WithThreadsTestBarrier) PASS: Test that a 'reset' on a barrier frees the waiting threads PASS: test_single_thread (test.test_multiprocessing_fork.WithThreadsTestBarrier) PASS: test_thousand (test.test_multiprocessing_fork.WithThreadsTestBarrier) test_timeout (test.test_multiprocessing_fork.WithThreadsTestBarrier) PASS: Test wait(timeout) test_wait_return (test.test_multiprocessing_fork.WithThreadsTestBarrier) PASS: test the return value from barrier.wait PASS: test_notify (test.test_multiprocessing_fork.WithThreadsTestCondition) PASS: test_notify_all (test.test_multiprocessing_fork.WithThreadsTestCondition) PASS: test_notify_n (test.test_multiprocessing_fork.WithThreadsTestCondition) PASS: test_timeout (test.test_multiprocessing_fork.WithThreadsTestCondition) PASS: test_wait_result (test.test_multiprocessing_fork.WithThreadsTestCondition) PASS: test_waitfor (test.test_multiprocessing_fork.WithThreadsTestCondition) PASS: test_waitfor_timeout (test.test_multiprocessing_fork.WithThreadsTestCondition) PASS: test_connection (test.test_multiprocessing_fork.WithThreadsTestConnection) PASS: test_context (test.test_multiprocessing_fork.WithThreadsTestConnection) PASS: test_duplex_false (test.test_multiprocessing_fork.WithThreadsTestConnection) SKIP: test_fd_transfer (test.test_multiprocessing_fork.WithThreadsTestConnection) 'only makes sense with processes' SKIP: test_large_fd_transfer (test.test_multiprocessing_fork.WithThreadsTestConnection) 'only makes sense with processes' SKIP: test_missing_fd_transfer (test.test_multiprocessing_fork.WithThreadsTestConnection) 'only makes sense with processes' SKIP: test_sendbytes (test.test_multiprocessing_fork.WithThreadsTestConnection) 'test not appropriate for threads' PASS: test_spawn_close (test.test_multiprocessing_fork.WithThreadsTestConnection) PASS: test_event (test.test_multiprocessing_fork.WithThreadsTestEvent) PASS: test_issue14725 (test.test_multiprocessing_fork.WithThreadsTestListenerClient) PASS: test_issue16955 (test.test_multiprocessing_fork.WithThreadsTestListenerClient) PASS: test_listener_client (test.test_multiprocessing_fork.WithThreadsTestListenerClient) PASS: test_lock (test.test_multiprocessing_fork.WithThreadsTestLock) PASS: test_lock_context (test.test_multiprocessing_fork.WithThreadsTestLock) PASS: test_rlock (test.test_multiprocessing_fork.WithThreadsTestLock) PASS: test_rapid_restart (test.test_multiprocessing_fork.WithThreadsTestManagerRestart) PASS: test_boundaries (test.test_multiprocessing_fork.WithThreadsTestPoll) PASS: test_dont_merge (test.test_multiprocessing_fork.WithThreadsTestPoll) PASS: test_empty_string (test.test_multiprocessing_fork.WithThreadsTestPoll) PASS: test_strings (test.test_multiprocessing_fork.WithThreadsTestPoll) PASS: test_apply (test.test_multiprocessing_fork.WithThreadsTestPool) PASS: test_async (test.test_multiprocessing_fork.WithThreadsTestPool) PASS: test_async_timeout (test.test_multiprocessing_fork.WithThreadsTestPool) PASS: test_context (test.test_multiprocessing_fork.WithThreadsTestPool) PASS: test_empty_iterable (test.test_multiprocessing_fork.WithThreadsTestPool) PASS: test_enter (test.test_multiprocessing_fork.WithThreadsTestPool) PASS: test_imap (test.test_multiprocessing_fork.WithThreadsTestPool) PASS: test_imap_handle_iterable_exception (test.test_multiprocessing_fork.WithThreadsTestPool) PASS: test_imap_unordered (test.test_multiprocessing_fork.WithThreadsTestPool) PASS: test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_fork.WithThreadsTestPool) PASS: test_make_pool (test.test_multiprocessing_fork.WithThreadsTestPool) PASS: test_map (test.test_multiprocessing_fork.WithThreadsTestPool) PASS: test_map_async (test.test_multiprocessing_fork.WithThreadsTestPool) PASS: test_map_async_callbacks (test.test_multiprocessing_fork.WithThreadsTestPool) PASS: test_map_chunksize (test.test_multiprocessing_fork.WithThreadsTestPool) PASS: test_map_handle_iterable_exception (test.test_multiprocessing_fork.WithThreadsTestPool) PASS: test_map_no_failfast (test.test_multiprocessing_fork.WithThreadsTestPool) SKIP: test_map_unplicklable (test.test_multiprocessing_fork.WithThreadsTestPool) 'test not appropriate for threads' PASS: test_release_task_refs (test.test_multiprocessing_fork.WithThreadsTestPool) PASS: test_resource_warning (test.test_multiprocessing_fork.WithThreadsTestPool) PASS: test_starmap (test.test_multiprocessing_fork.WithThreadsTestPool) PASS: test_starmap_async (test.test_multiprocessing_fork.WithThreadsTestPool) PASS: test_terminate (test.test_multiprocessing_fork.WithThreadsTestPool) PASS: test_traceback (test.test_multiprocessing_fork.WithThreadsTestPool) PASS: test_wrapped_exception (test.test_multiprocessing_fork.WithThreadsTestPool) PASS: test_active_children (test.test_multiprocessing_fork.WithThreadsTestProcess) SKIP: test_child_fd_inflation (test.test_multiprocessing_fork.WithThreadsTestProcess) 'test not appropriate for threads' SKIP: test_close (test.test_multiprocessing_fork.WithThreadsTestProcess) 'test not appropriate for threads' PASS: test_cpu_count (test.test_multiprocessing_fork.WithThreadsTestProcess) SKIP: test_current (test.test_multiprocessing_fork.WithThreadsTestProcess) 'test not appropriate for threads' SKIP: test_daemon_argument (test.test_multiprocessing_fork.WithThreadsTestProcess) 'test not appropriate for threads' PASS: test_error_on_stdio_flush_1 (test.test_multiprocessing_fork.WithThreadsTestProcess) PASS: test_error_on_stdio_flush_2 (test.test_multiprocessing_fork.WithThreadsTestProcess) SKIP: test_forkserver_sigint (test.test_multiprocessing_fork.WithThreadsTestProcess) 'test not appropriate for threads' SKIP: test_forkserver_sigkill (test.test_multiprocessing_fork.WithThreadsTestProcess) 'test not appropriate for threads' SKIP: test_kill (test.test_multiprocessing_fork.WithThreadsTestProcess) 'test not appropriate for threads' PASS: test_lose_target_ref (test.test_multiprocessing_fork.WithThreadsTestProcess) SKIP: test_many_processes (test.test_multiprocessing_fork.WithThreadsTestProcess) 'timing related test, dependent on load' SKIP: test_parent_process (test.test_multiprocessing_fork.WithThreadsTestProcess) 'test not appropriate for threads' SKIP: test_parent_process_attributes (test.test_multiprocessing_fork.WithThreadsTestProcess) 'test not appropriate for threads' PASS: test_process (test.test_multiprocessing_fork.WithThreadsTestProcess) SKIP: test_process_mainthread_native_id (test.test_multiprocessing_fork.WithThreadsTestProcess) 'test not appropriate for threads' PASS: test_recursion (test.test_multiprocessing_fork.WithThreadsTestProcess) SKIP: test_sentinel (test.test_multiprocessing_fork.WithThreadsTestProcess) 'test not appropriate for threads' SKIP: test_terminate (test.test_multiprocessing_fork.WithThreadsTestProcess) 'test not appropriate for threads' SKIP: test_wait_for_threads (test.test_multiprocessing_fork.WithThreadsTestProcess) 'test not appropriate for threads' PASS: test_closed_queue_put_get_exceptions (test.test_multiprocessing_fork.WithThreadsTestQueue) PASS: test_fork (test.test_multiprocessing_fork.WithThreadsTestQueue) PASS: test_get (test.test_multiprocessing_fork.WithThreadsTestQueue) PASS: test_no_import_lock_contention (test.test_multiprocessing_fork.WithThreadsTestQueue) PASS: test_put (test.test_multiprocessing_fork.WithThreadsTestQueue) PASS: test_qsize (test.test_multiprocessing_fork.WithThreadsTestQueue) SKIP: test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_fork.WithThreadsTestQueue) 'test not appropriate for threads' SKIP: test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_fork.WithThreadsTestQueue) 'test not appropriate for threads' PASS: test_task_done (test.test_multiprocessing_fork.WithThreadsTestQueue) PASS: test_timeout (test.test_multiprocessing_fork.WithThreadsTestQueue) PASS: test_bounded_semaphore (test.test_multiprocessing_fork.WithThreadsTestSemaphore) PASS: test_semaphore (test.test_multiprocessing_fork.WithThreadsTestSemaphore) SKIP: test_timeout (test.test_multiprocessing_fork.WithThreadsTestSemaphore) 'test not appropriate for threads' PASS: test_import (test.test_multiprocessing_fork._TestImportStar) ---------------------------------------------------------------------- Ran 367 tests in 74.681s OK (skipped=39) 0:10:18 load avg: 0.33 [231/427] test_multiprocessing_forkserver -- test_multiprocessing_fork passed in 1 min 15 sec PASS: test__all__ (test.test_multiprocessing_forkserver.MiscTestCase) PASS: test_answer_challenge_auth_failure (test.test_multiprocessing_forkserver.OtherTest) PASS: test_deliver_challenge_auth_failure (test.test_multiprocessing_forkserver.OtherTest) PASS: test_semlock_subclass (test.test_multiprocessing_forkserver.SemLockTests) PASS: test_closefd (test.test_multiprocessing_forkserver.TestCloseFds) PASS: test_flags (test.test_multiprocessing_forkserver.TestFlags) PASS: test_lock (test.test_multiprocessing_forkserver.TestForkAwareThreadLock) PASS: test_ignore (test.test_multiprocessing_forkserver.TestIgnoreEINTR) PASS: test_ignore_listener (test.test_multiprocessing_forkserver.TestIgnoreEINTR) PASS: test_manager_initializer (test.test_multiprocessing_forkserver.TestInitializers) PASS: test_pool_initializer (test.test_multiprocessing_forkserver.TestInitializers) PASS: test_invalid_family (test.test_multiprocessing_forkserver.TestInvalidFamily) SKIP: test_invalid_family_win32 (test.test_multiprocessing_forkserver.TestInvalidFamily) 'skipped on non-Windows platforms' PASS: test_invalid_handles (test.test_multiprocessing_forkserver.TestInvalidHandle) PASS: test_global_named_resource_spawn (test.test_multiprocessing_forkserver.TestNamedResource) PASS: test_noforkbomb (test.test_multiprocessing_forkserver.TestNoForkBomb) PASS: test_release_unused_processes (test.test_multiprocessing_forkserver.TestPoolNotLeakOnFailure) PASS: test_resource_tracker (test.test_multiprocessing_forkserver.TestResourceTracker) PASS: test_resource_tracker_reused (test.test_multiprocessing_forkserver.TestResourceTracker) PASS: test_resource_tracker_sigint (test.test_multiprocessing_forkserver.TestResourceTracker) PASS: test_resource_tracker_sigkill (test.test_multiprocessing_forkserver.TestResourceTracker) PASS: test_resource_tracker_sigterm (test.test_multiprocessing_forkserver.TestResourceTracker) PASS: test_close (test.test_multiprocessing_forkserver.TestSimpleQueue) PASS: test_closed (test.test_multiprocessing_forkserver.TestSimpleQueue) PASS: test_empty (test.test_multiprocessing_forkserver.TestSimpleQueue) PASS: test_context (test.test_multiprocessing_forkserver.TestStartMethod) PASS: test_get_all (test.test_multiprocessing_forkserver.TestStartMethod) PASS: test_preload_resources (test.test_multiprocessing_forkserver.TestStartMethod) PASS: test_set_get (test.test_multiprocessing_forkserver.TestStartMethod) PASS: test_flushing (test.test_multiprocessing_forkserver.TestStdinBadfiledescriptor) PASS: test_pool_in_process (test.test_multiprocessing_forkserver.TestStdinBadfiledescriptor) PASS: test_queue_in_process (test.test_multiprocessing_forkserver.TestStdinBadfiledescriptor) PASS: test_array (test.test_multiprocessing_forkserver.TestSyncManagerTypes) PASS: test_barrier (test.test_multiprocessing_forkserver.TestSyncManagerTypes) PASS: test_bounded_semaphore (test.test_multiprocessing_forkserver.TestSyncManagerTypes) PASS: test_condition (test.test_multiprocessing_forkserver.TestSyncManagerTypes) PASS: test_dict (test.test_multiprocessing_forkserver.TestSyncManagerTypes) PASS: test_event (test.test_multiprocessing_forkserver.TestSyncManagerTypes) PASS: test_joinable_queue (test.test_multiprocessing_forkserver.TestSyncManagerTypes) PASS: test_list (test.test_multiprocessing_forkserver.TestSyncManagerTypes) PASS: test_lock (test.test_multiprocessing_forkserver.TestSyncManagerTypes) PASS: test_namespace (test.test_multiprocessing_forkserver.TestSyncManagerTypes) PASS: test_pool (test.test_multiprocessing_forkserver.TestSyncManagerTypes) PASS: test_queue (test.test_multiprocessing_forkserver.TestSyncManagerTypes) PASS: test_rlock (test.test_multiprocessing_forkserver.TestSyncManagerTypes) PASS: test_semaphore (test.test_multiprocessing_forkserver.TestSyncManagerTypes) PASS: test_value (test.test_multiprocessing_forkserver.TestSyncManagerTypes) PASS: test_timeout (test.test_multiprocessing_forkserver.TestTimeouts) PASS: test_neg_timeout (test.test_multiprocessing_forkserver.TestWait) PASS: test_wait (test.test_multiprocessing_forkserver.TestWait) SKIP: test_wait_integer (test.test_multiprocessing_forkserver.TestWait) 'timing related test, dependent on load' PASS: test_wait_slow (test.test_multiprocessing_forkserver.TestWait) PASS: test_wait_socket (test.test_multiprocessing_forkserver.TestWait) PASS: test_wait_socket_slow (test.test_multiprocessing_forkserver.TestWait) PASS: test_wait_timeout (test.test_multiprocessing_forkserver.TestWait) test_abort (test.test_multiprocessing_forkserver.WithManagerTestBarrier) PASS: Test that an abort will put the barrier in a broken state test_abort_and_reset (test.test_multiprocessing_forkserver.WithManagerTestBarrier) PASS: Test that a barrier can be reset after being broken. test_action (test.test_multiprocessing_forkserver.WithManagerTestBarrier) PASS: Test the 'action' callback test_barrier (test.test_multiprocessing_forkserver.WithManagerTestBarrier) PASS: Test that a barrier is passed in lockstep test_barrier_10 (test.test_multiprocessing_forkserver.WithManagerTestBarrier) PASS: Test that a barrier works for 10 consecutive runs test_default_timeout (test.test_multiprocessing_forkserver.WithManagerTestBarrier) PASS: Test the barrier's default timeout test_reset (test.test_multiprocessing_forkserver.WithManagerTestBarrier) PASS: Test that a 'reset' on a barrier frees the waiting threads PASS: test_single_thread (test.test_multiprocessing_forkserver.WithManagerTestBarrier) SKIP: test_thousand (test.test_multiprocessing_forkserver.WithManagerTestBarrier) 'test not appropriate for manager' test_timeout (test.test_multiprocessing_forkserver.WithManagerTestBarrier) PASS: Test wait(timeout) test_wait_return (test.test_multiprocessing_forkserver.WithManagerTestBarrier) PASS: test the return value from barrier.wait PASS: test_notify (test.test_multiprocessing_forkserver.WithManagerTestCondition) PASS: test_notify_all (test.test_multiprocessing_forkserver.WithManagerTestCondition) PASS: test_notify_n (test.test_multiprocessing_forkserver.WithManagerTestCondition) PASS: test_timeout (test.test_multiprocessing_forkserver.WithManagerTestCondition) PASS: test_wait_result (test.test_multiprocessing_forkserver.WithManagerTestCondition) PASS: test_waitfor (test.test_multiprocessing_forkserver.WithManagerTestCondition) PASS: test_waitfor_timeout (test.test_multiprocessing_forkserver.WithManagerTestCondition) PASS: test_dict (test.test_multiprocessing_forkserver.WithManagerTestContainers) PASS: test_dict_iter (test.test_multiprocessing_forkserver.WithManagerTestContainers) PASS: test_dict_proxy_nested (test.test_multiprocessing_forkserver.WithManagerTestContainers) PASS: test_list (test.test_multiprocessing_forkserver.WithManagerTestContainers) PASS: test_list_iter (test.test_multiprocessing_forkserver.WithManagerTestContainers) PASS: test_list_proxy_in_list (test.test_multiprocessing_forkserver.WithManagerTestContainers) PASS: test_namespace (test.test_multiprocessing_forkserver.WithManagerTestContainers) PASS: test_nested_queue (test.test_multiprocessing_forkserver.WithManagerTestContainers) PASS: test_event (test.test_multiprocessing_forkserver.WithManagerTestEvent) PASS: test_lock (test.test_multiprocessing_forkserver.WithManagerTestLock) PASS: test_lock_context (test.test_multiprocessing_forkserver.WithManagerTestLock) PASS: test_rlock (test.test_multiprocessing_forkserver.WithManagerTestLock) PASS: test_rapid_restart (test.test_multiprocessing_forkserver.WithManagerTestManagerRestart) PASS: test_mymanager (test.test_multiprocessing_forkserver.WithManagerTestMyManager) PASS: test_mymanager_context (test.test_multiprocessing_forkserver.WithManagerTestMyManager) PASS: test_mymanager_context_prestarted (test.test_multiprocessing_forkserver.WithManagerTestMyManager) PASS: test_apply (test.test_multiprocessing_forkserver.WithManagerTestPool) PASS: test_async (test.test_multiprocessing_forkserver.WithManagerTestPool) PASS: test_async_timeout (test.test_multiprocessing_forkserver.WithManagerTestPool) PASS: test_context (test.test_multiprocessing_forkserver.WithManagerTestPool) PASS: test_empty_iterable (test.test_multiprocessing_forkserver.WithManagerTestPool) SKIP: test_enter (test.test_multiprocessing_forkserver.WithManagerTestPool) 'test not applicable to manager' PASS: test_imap (test.test_multiprocessing_forkserver.WithManagerTestPool) SKIP: test_imap_handle_iterable_exception (test.test_multiprocessing_forkserver.WithManagerTestPool) 'test not appropriate for manager' PASS: test_imap_unordered (test.test_multiprocessing_forkserver.WithManagerTestPool) SKIP: test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_forkserver.WithManagerTestPool) 'test not appropriate for manager' PASS: test_make_pool (test.test_multiprocessing_forkserver.WithManagerTestPool) PASS: test_map (test.test_multiprocessing_forkserver.WithManagerTestPool) PASS: test_map_async (test.test_multiprocessing_forkserver.WithManagerTestPool) PASS: test_map_async_callbacks (test.test_multiprocessing_forkserver.WithManagerTestPool) PASS: test_map_chunksize (test.test_multiprocessing_forkserver.WithManagerTestPool) SKIP: test_map_handle_iterable_exception (test.test_multiprocessing_forkserver.WithManagerTestPool) 'test not appropriate for manager' PASS: test_map_no_failfast (test.test_multiprocessing_forkserver.WithManagerTestPool) PASS: test_map_unplicklable (test.test_multiprocessing_forkserver.WithManagerTestPool) PASS: test_release_task_refs (test.test_multiprocessing_forkserver.WithManagerTestPool) SKIP: test_resource_warning (test.test_multiprocessing_forkserver.WithManagerTestPool) 'test not applicable to manager' PASS: test_starmap (test.test_multiprocessing_forkserver.WithManagerTestPool) PASS: test_starmap_async (test.test_multiprocessing_forkserver.WithManagerTestPool) PASS: test_terminate (test.test_multiprocessing_forkserver.WithManagerTestPool) PASS: test_traceback (test.test_multiprocessing_forkserver.WithManagerTestPool) PASS: test_wrapped_exception (test.test_multiprocessing_forkserver.WithManagerTestPool) PASS: test_closed_queue_put_get_exceptions (test.test_multiprocessing_forkserver.WithManagerTestQueue) PASS: test_fork (test.test_multiprocessing_forkserver.WithManagerTestQueue) PASS: test_get (test.test_multiprocessing_forkserver.WithManagerTestQueue) PASS: test_no_import_lock_contention (test.test_multiprocessing_forkserver.WithManagerTestQueue) PASS: test_put (test.test_multiprocessing_forkserver.WithManagerTestQueue) PASS: test_qsize (test.test_multiprocessing_forkserver.WithManagerTestQueue) SKIP: test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_forkserver.WithManagerTestQueue) 'test not appropriate for manager' SKIP: test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_forkserver.WithManagerTestQueue) 'test not appropriate for manager' PASS: test_task_done (test.test_multiprocessing_forkserver.WithManagerTestQueue) PASS: test_timeout (test.test_multiprocessing_forkserver.WithManagerTestQueue) PASS: test_remote (test.test_multiprocessing_forkserver.WithManagerTestRemoteManager) PASS: test_bounded_semaphore (test.test_multiprocessing_forkserver.WithManagerTestSemaphore) PASS: test_semaphore (test.test_multiprocessing_forkserver.WithManagerTestSemaphore) SKIP: test_timeout (test.test_multiprocessing_forkserver.WithManagerTestSemaphore) 'test not appropriate for manager' PASS: test_array (test.test_multiprocessing_forkserver.WithProcessesTestArray) PASS: test_array_from_size (test.test_multiprocessing_forkserver.WithProcessesTestArray) PASS: test_getobj_getlock_obj (test.test_multiprocessing_forkserver.WithProcessesTestArray) PASS: test_rawarray (test.test_multiprocessing_forkserver.WithProcessesTestArray) test_abort (test.test_multiprocessing_forkserver.WithProcessesTestBarrier) PASS: Test that an abort will put the barrier in a broken state test_abort_and_reset (test.test_multiprocessing_forkserver.WithProcessesTestBarrier) PASS: Test that a barrier can be reset after being broken. test_action (test.test_multiprocessing_forkserver.WithProcessesTestBarrier) PASS: Test the 'action' callback test_barrier (test.test_multiprocessing_forkserver.WithProcessesTestBarrier) PASS: Test that a barrier is passed in lockstep test_barrier_10 (test.test_multiprocessing_forkserver.WithProcessesTestBarrier) PASS: Test that a barrier works for 10 consecutive runs test_default_timeout (test.test_multiprocessing_forkserver.WithProcessesTestBarrier) PASS: Test the barrier's default timeout test_reset (test.test_multiprocessing_forkserver.WithProcessesTestBarrier) PASS: Test that a 'reset' on a barrier frees the waiting threads PASS: test_single_thread (test.test_multiprocessing_forkserver.WithProcessesTestBarrier) PASS: test_thousand (test.test_multiprocessing_forkserver.WithProcessesTestBarrier) test_timeout (test.test_multiprocessing_forkserver.WithProcessesTestBarrier) PASS: Test wait(timeout) test_wait_return (test.test_multiprocessing_forkserver.WithProcessesTestBarrier) PASS: test the return value from barrier.wait PASS: test_notify (test.test_multiprocessing_forkserver.WithProcessesTestCondition) PASS: test_notify_all (test.test_multiprocessing_forkserver.WithProcessesTestCondition) PASS: test_notify_n (test.test_multiprocessing_forkserver.WithProcessesTestCondition) PASS: test_timeout (test.test_multiprocessing_forkserver.WithProcessesTestCondition) PASS: test_wait_result (test.test_multiprocessing_forkserver.WithProcessesTestCondition) PASS: test_waitfor (test.test_multiprocessing_forkserver.WithProcessesTestCondition) PASS: test_waitfor_timeout (test.test_multiprocessing_forkserver.WithProcessesTestCondition) PASS: test_connection (test.test_multiprocessing_forkserver.WithProcessesTestConnection) PASS: test_context (test.test_multiprocessing_forkserver.WithProcessesTestConnection) PASS: test_duplex_false (test.test_multiprocessing_forkserver.WithProcessesTestConnection) PASS: test_fd_transfer (test.test_multiprocessing_forkserver.WithProcessesTestConnection) PASS: test_large_fd_transfer (test.test_multiprocessing_forkserver.WithProcessesTestConnection) PASS: test_missing_fd_transfer (test.test_multiprocessing_forkserver.WithProcessesTestConnection) PASS: test_sendbytes (test.test_multiprocessing_forkserver.WithProcessesTestConnection) PASS: test_spawn_close (test.test_multiprocessing_forkserver.WithProcessesTestConnection) PASS: test_event (test.test_multiprocessing_forkserver.WithProcessesTestEvent) PASS: test_finalize (test.test_multiprocessing_forkserver.WithProcessesTestFinalize) PASS: test_thread_safety (test.test_multiprocessing_forkserver.WithProcessesTestFinalize) PASS: test_free_from_gc (test.test_multiprocessing_forkserver.WithProcessesTestHeap) PASS: test_heap (test.test_multiprocessing_forkserver.WithProcessesTestHeap) PASS: test_abstract_socket (test.test_multiprocessing_forkserver.WithProcessesTestListener) PASS: test_context (test.test_multiprocessing_forkserver.WithProcessesTestListener) PASS: test_multiple_bind (test.test_multiprocessing_forkserver.WithProcessesTestListener) PASS: test_issue14725 (test.test_multiprocessing_forkserver.WithProcessesTestListenerClient) PASS: test_issue16955 (test.test_multiprocessing_forkserver.WithProcessesTestListenerClient) PASS: test_listener_client (test.test_multiprocessing_forkserver.WithProcessesTestListenerClient) PASS: test_lock (test.test_multiprocessing_forkserver.WithProcessesTestLock) PASS: test_lock_context (test.test_multiprocessing_forkserver.WithProcessesTestLock) PASS: test_rlock (test.test_multiprocessing_forkserver.WithProcessesTestLock) PASS: test_enable_logging (test.test_multiprocessing_forkserver.WithProcessesTestLogging) PASS: test_level (test.test_multiprocessing_forkserver.WithProcessesTestLogging) PASS: test_rapid_restart (test.test_multiprocessing_forkserver.WithProcessesTestManagerRestart) PASS: test_access (test.test_multiprocessing_forkserver.WithProcessesTestPicklingConnections) PASS: test_pickling (test.test_multiprocessing_forkserver.WithProcessesTestPicklingConnections) PASS: test_boundaries (test.test_multiprocessing_forkserver.WithProcessesTestPoll) PASS: test_dont_merge (test.test_multiprocessing_forkserver.WithProcessesTestPoll) PASS: test_empty_string (test.test_multiprocessing_forkserver.WithProcessesTestPoll) PASS: test_strings (test.test_multiprocessing_forkserver.WithProcessesTestPoll) PASS: test_poll_eintr (test.test_multiprocessing_forkserver.WithProcessesTestPollEintr) PASS: test_apply (test.test_multiprocessing_forkserver.WithProcessesTestPool) PASS: test_async (test.test_multiprocessing_forkserver.WithProcessesTestPool) PASS: test_async_timeout (test.test_multiprocessing_forkserver.WithProcessesTestPool) PASS: test_context (test.test_multiprocessing_forkserver.WithProcessesTestPool) PASS: test_empty_iterable (test.test_multiprocessing_forkserver.WithProcessesTestPool) PASS: test_enter (test.test_multiprocessing_forkserver.WithProcessesTestPool) PASS: test_imap (test.test_multiprocessing_forkserver.WithProcessesTestPool) PASS: test_imap_handle_iterable_exception (test.test_multiprocessing_forkserver.WithProcessesTestPool) PASS: test_imap_unordered (test.test_multiprocessing_forkserver.WithProcessesTestPool) PASS: test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_forkserver.WithProcessesTestPool) PASS: test_make_pool (test.test_multiprocessing_forkserver.WithProcessesTestPool) PASS: test_map (test.test_multiprocessing_forkserver.WithProcessesTestPool) PASS: test_map_async (test.test_multiprocessing_forkserver.WithProcessesTestPool) PASS: test_map_async_callbacks (test.test_multiprocessing_forkserver.WithProcessesTestPool) PASS: test_map_chunksize (test.test_multiprocessing_forkserver.WithProcessesTestPool) PASS: test_map_handle_iterable_exception (test.test_multiprocessing_forkserver.WithProcessesTestPool) PASS: test_map_no_failfast (test.test_multiprocessing_forkserver.WithProcessesTestPool) PASS: test_map_unplicklable (test.test_multiprocessing_forkserver.WithProcessesTestPool) PASS: test_release_task_refs (test.test_multiprocessing_forkserver.WithProcessesTestPool) PASS: test_resource_warning (test.test_multiprocessing_forkserver.WithProcessesTestPool) PASS: test_starmap (test.test_multiprocessing_forkserver.WithProcessesTestPool) PASS: test_starmap_async (test.test_multiprocessing_forkserver.WithProcessesTestPool) PASS: test_terminate (test.test_multiprocessing_forkserver.WithProcessesTestPool) PASS: test_traceback (test.test_multiprocessing_forkserver.WithProcessesTestPool) PASS: test_wrapped_exception (test.test_multiprocessing_forkserver.WithProcessesTestPool) PASS: test_async_error_callback (test.test_multiprocessing_forkserver.WithProcessesTestPoolWorkerErrors) PASS: test_unpickleable_result (test.test_multiprocessing_forkserver.WithProcessesTestPoolWorkerErrors) PASS: test_pool_maxtasksperchild_invalid (test.test_multiprocessing_forkserver.WithProcessesTestPoolWorkerLifetime) PASS: test_pool_worker_lifetime (test.test_multiprocessing_forkserver.WithProcessesTestPoolWorkerLifetime) PASS: test_pool_worker_lifetime_early_close (test.test_multiprocessing_forkserver.WithProcessesTestPoolWorkerLifetime) PASS: test_worker_finalization_via_atexit_handler_of_multiprocessing (test.test_multiprocessing_forkserver.WithProcessesTestPoolWorkerLifetime) PASS: test_active_children (test.test_multiprocessing_forkserver.WithProcessesTestProcess) PASS: test_child_fd_inflation (test.test_multiprocessing_forkserver.WithProcessesTestProcess) PASS: test_close (test.test_multiprocessing_forkserver.WithProcessesTestProcess) PASS: test_cpu_count (test.test_multiprocessing_forkserver.WithProcessesTestProcess) PASS: test_current (test.test_multiprocessing_forkserver.WithProcessesTestProcess) PASS: test_daemon_argument (test.test_multiprocessing_forkserver.WithProcessesTestProcess) PASS: test_error_on_stdio_flush_1 (test.test_multiprocessing_forkserver.WithProcessesTestProcess) PASS: test_error_on_stdio_flush_2 (test.test_multiprocessing_forkserver.WithProcessesTestProcess) PASS: test_forkserver_sigint (test.test_multiprocessing_forkserver.WithProcessesTestProcess) PASS: test_forkserver_sigkill (test.test_multiprocessing_forkserver.WithProcessesTestProcess) PASS: test_kill (test.test_multiprocessing_forkserver.WithProcessesTestProcess) PASS: test_lose_target_ref (test.test_multiprocessing_forkserver.WithProcessesTestProcess) SKIP: test_many_processes (test.test_multiprocessing_forkserver.WithProcessesTestProcess) 'timing related test, dependent on load' PASS: test_parent_process (test.test_multiprocessing_forkserver.WithProcessesTestProcess) PASS: test_parent_process_attributes (test.test_multiprocessing_forkserver.WithProcessesTestProcess) PASS: test_process (test.test_multiprocessing_forkserver.WithProcessesTestProcess) PASS: test_process_mainthread_native_id (test.test_multiprocessing_forkserver.WithProcessesTestProcess) PASS: test_recursion (test.test_multiprocessing_forkserver.WithProcessesTestProcess) PASS: test_sentinel (test.test_multiprocessing_forkserver.WithProcessesTestProcess) PASS: test_terminate (test.test_multiprocessing_forkserver.WithProcessesTestProcess) PASS: test_wait_for_threads (test.test_multiprocessing_forkserver.WithProcessesTestProcess) PASS: test_closed_queue_put_get_exceptions (test.test_multiprocessing_forkserver.WithProcessesTestQueue) PASS: test_fork (test.test_multiprocessing_forkserver.WithProcessesTestQueue) PASS: test_get (test.test_multiprocessing_forkserver.WithProcessesTestQueue) PASS: test_no_import_lock_contention (test.test_multiprocessing_forkserver.WithProcessesTestQueue) PASS: test_put (test.test_multiprocessing_forkserver.WithProcessesTestQueue) SKIP: test_qsize (test.test_multiprocessing_forkserver.WithProcessesTestQueue) 'qsize method not implemented' PASS: test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_forkserver.WithProcessesTestQueue) PASS: test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_forkserver.WithProcessesTestQueue) PASS: test_task_done (test.test_multiprocessing_forkserver.WithProcessesTestQueue) PASS: test_timeout (test.test_multiprocessing_forkserver.WithProcessesTestQueue) PASS: test_bounded_semaphore (test.test_multiprocessing_forkserver.WithProcessesTestSemaphore) PASS: test_semaphore (test.test_multiprocessing_forkserver.WithProcessesTestSemaphore) PASS: test_timeout (test.test_multiprocessing_forkserver.WithProcessesTestSemaphore) PASS: test_copy (test.test_multiprocessing_forkserver.WithProcessesTestSharedCTypes) PASS: test_sharedctypes (test.test_multiprocessing_forkserver.WithProcessesTestSharedCTypes) PASS: test_synchronize (test.test_multiprocessing_forkserver.WithProcessesTestSharedCTypes) PASS: test_invalid_shared_memory_cration (test.test_multiprocessing_forkserver.WithProcessesTestSharedMemory) PASS: test_shared_memory_ShareableList_basics (test.test_multiprocessing_forkserver.WithProcessesTestSharedMemory) PASS: test_shared_memory_ShareableList_pickling (test.test_multiprocessing_forkserver.WithProcessesTestSharedMemory) PASS: test_shared_memory_ShareableList_pickling_dead_object (test.test_multiprocessing_forkserver.WithProcessesTestSharedMemory) PASS: test_shared_memory_SharedMemoryManager_basics (test.test_multiprocessing_forkserver.WithProcessesTestSharedMemory) PASS: test_shared_memory_SharedMemoryManager_reuses_resource_tracker (test.test_multiprocessing_forkserver.WithProcessesTestSharedMemory) PASS: test_shared_memory_SharedMemoryServer_ignores_sigint (test.test_multiprocessing_forkserver.WithProcessesTestSharedMemory) PASS: test_shared_memory_across_processes (test.test_multiprocessing_forkserver.WithProcessesTestSharedMemory) PASS: test_shared_memory_basics (test.test_multiprocessing_forkserver.WithProcessesTestSharedMemory) Traceback (most recent call last): File "/usr/lib/python3.10/multiprocessing/resource_tracker.py", line 209, in main PASS: test_shared_memory_cleaned_after_process_termination (test.test_multiprocessing_forkserver.WithProcessesTestSharedMemory) cache[rtype].remove(name) KeyError: '/psm_7491a8b5' PASS: test_shared_memory_pickle_unpickle (test.test_multiprocessing_forkserver.WithProcessesTestSharedMemory) PASS: test_shared_memory_pickle_unpickle_dead_object (test.test_multiprocessing_forkserver.WithProcessesTestSharedMemory) PASS: test_shared_memory_recreate (test.test_multiprocessing_forkserver.WithProcessesTestSharedMemory) PASS: test_stderr_flush (test.test_multiprocessing_forkserver.WithProcessesTestSubclassingProcess) PASS: test_subclassing (test.test_multiprocessing_forkserver.WithProcessesTestSubclassingProcess) PASS: test_sys_exit (test.test_multiprocessing_forkserver.WithProcessesTestSubclassingProcess) PASS: test_getobj_getlock (test.test_multiprocessing_forkserver.WithProcessesTestValue) PASS: test_rawvalue (test.test_multiprocessing_forkserver.WithProcessesTestValue) PASS: test_value (test.test_multiprocessing_forkserver.WithProcessesTestValue) test_abort (test.test_multiprocessing_forkserver.WithThreadsTestBarrier) PASS: Test that an abort will put the barrier in a broken state test_abort_and_reset (test.test_multiprocessing_forkserver.WithThreadsTestBarrier) PASS: Test that a barrier can be reset after being broken. test_action (test.test_multiprocessing_forkserver.WithThreadsTestBarrier) PASS: Test the 'action' callback test_barrier (test.test_multiprocessing_forkserver.WithThreadsTestBarrier) PASS: Test that a barrier is passed in lockstep test_barrier_10 (test.test_multiprocessing_forkserver.WithThreadsTestBarrier) PASS: Test that a barrier works for 10 consecutive runs test_default_timeout (test.test_multiprocessing_forkserver.WithThreadsTestBarrier) PASS: Test the barrier's default timeout test_reset (test.test_multiprocessing_forkserver.WithThreadsTestBarrier) PASS: Test that a 'reset' on a barrier frees the waiting threads PASS: test_single_thread (test.test_multiprocessing_forkserver.WithThreadsTestBarrier) PASS: test_thousand (test.test_multiprocessing_forkserver.WithThreadsTestBarrier) test_timeout (test.test_multiprocessing_forkserver.WithThreadsTestBarrier) PASS: Test wait(timeout) test_wait_return (test.test_multiprocessing_forkserver.WithThreadsTestBarrier) PASS: test the return value from barrier.wait PASS: test_notify (test.test_multiprocessing_forkserver.WithThreadsTestCondition) PASS: test_notify_all (test.test_multiprocessing_forkserver.WithThreadsTestCondition) PASS: test_notify_n (test.test_multiprocessing_forkserver.WithThreadsTestCondition) PASS: test_timeout (test.test_multiprocessing_forkserver.WithThreadsTestCondition) PASS: test_wait_result (test.test_multiprocessing_forkserver.WithThreadsTestCondition) PASS: test_waitfor (test.test_multiprocessing_forkserver.WithThreadsTestCondition) PASS: test_waitfor_timeout (test.test_multiprocessing_forkserver.WithThreadsTestCondition) PASS: test_connection (test.test_multiprocessing_forkserver.WithThreadsTestConnection) PASS: test_context (test.test_multiprocessing_forkserver.WithThreadsTestConnection) PASS: test_duplex_false (test.test_multiprocessing_forkserver.WithThreadsTestConnection) SKIP: test_fd_transfer (test.test_multiprocessing_forkserver.WithThreadsTestConnection) 'only makes sense with processes' SKIP: test_large_fd_transfer (test.test_multiprocessing_forkserver.WithThreadsTestConnection) 'only makes sense with processes' SKIP: test_missing_fd_transfer (test.test_multiprocessing_forkserver.WithThreadsTestConnection) 'only makes sense with processes' SKIP: test_sendbytes (test.test_multiprocessing_forkserver.WithThreadsTestConnection) 'test not appropriate for threads' PASS: test_spawn_close (test.test_multiprocessing_forkserver.WithThreadsTestConnection) PASS: test_event (test.test_multiprocessing_forkserver.WithThreadsTestEvent) PASS: test_issue14725 (test.test_multiprocessing_forkserver.WithThreadsTestListenerClient) PASS: test_issue16955 (test.test_multiprocessing_forkserver.WithThreadsTestListenerClient) PASS: test_listener_client (test.test_multiprocessing_forkserver.WithThreadsTestListenerClient) PASS: test_lock (test.test_multiprocessing_forkserver.WithThreadsTestLock) PASS: test_lock_context (test.test_multiprocessing_forkserver.WithThreadsTestLock) PASS: test_rlock (test.test_multiprocessing_forkserver.WithThreadsTestLock) PASS: test_rapid_restart (test.test_multiprocessing_forkserver.WithThreadsTestManagerRestart) PASS: test_boundaries (test.test_multiprocessing_forkserver.WithThreadsTestPoll) PASS: test_dont_merge (test.test_multiprocessing_forkserver.WithThreadsTestPoll) PASS: test_empty_string (test.test_multiprocessing_forkserver.WithThreadsTestPoll) PASS: test_strings (test.test_multiprocessing_forkserver.WithThreadsTestPoll) PASS: test_apply (test.test_multiprocessing_forkserver.WithThreadsTestPool) PASS: test_async (test.test_multiprocessing_forkserver.WithThreadsTestPool) PASS: test_async_timeout (test.test_multiprocessing_forkserver.WithThreadsTestPool) PASS: test_context (test.test_multiprocessing_forkserver.WithThreadsTestPool) PASS: test_empty_iterable (test.test_multiprocessing_forkserver.WithThreadsTestPool) PASS: test_enter (test.test_multiprocessing_forkserver.WithThreadsTestPool) PASS: test_imap (test.test_multiprocessing_forkserver.WithThreadsTestPool) PASS: test_imap_handle_iterable_exception (test.test_multiprocessing_forkserver.WithThreadsTestPool) PASS: test_imap_unordered (test.test_multiprocessing_forkserver.WithThreadsTestPool) PASS: test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_forkserver.WithThreadsTestPool) PASS: test_make_pool (test.test_multiprocessing_forkserver.WithThreadsTestPool) PASS: test_map (test.test_multiprocessing_forkserver.WithThreadsTestPool) PASS: test_map_async (test.test_multiprocessing_forkserver.WithThreadsTestPool) PASS: test_map_async_callbacks (test.test_multiprocessing_forkserver.WithThreadsTestPool) PASS: test_map_chunksize (test.test_multiprocessing_forkserver.WithThreadsTestPool) PASS: test_map_handle_iterable_exception (test.test_multiprocessing_forkserver.WithThreadsTestPool) PASS: test_map_no_failfast (test.test_multiprocessing_forkserver.WithThreadsTestPool) SKIP: test_map_unplicklable (test.test_multiprocessing_forkserver.WithThreadsTestPool) 'test not appropriate for threads' PASS: test_release_task_refs (test.test_multiprocessing_forkserver.WithThreadsTestPool) PASS: test_resource_warning (test.test_multiprocessing_forkserver.WithThreadsTestPool) PASS: test_starmap (test.test_multiprocessing_forkserver.WithThreadsTestPool) PASS: test_starmap_async (test.test_multiprocessing_forkserver.WithThreadsTestPool) PASS: test_terminate (test.test_multiprocessing_forkserver.WithThreadsTestPool) PASS: test_traceback (test.test_multiprocessing_forkserver.WithThreadsTestPool) PASS: test_wrapped_exception (test.test_multiprocessing_forkserver.WithThreadsTestPool) PASS: test_active_children (test.test_multiprocessing_forkserver.WithThreadsTestProcess) SKIP: test_child_fd_inflation (test.test_multiprocessing_forkserver.WithThreadsTestProcess) 'test not appropriate for threads' SKIP: test_close (test.test_multiprocessing_forkserver.WithThreadsTestProcess) 'test not appropriate for threads' PASS: test_cpu_count (test.test_multiprocessing_forkserver.WithThreadsTestProcess) SKIP: test_current (test.test_multiprocessing_forkserver.WithThreadsTestProcess) 'test not appropriate for threads' SKIP: test_daemon_argument (test.test_multiprocessing_forkserver.WithThreadsTestProcess) 'test not appropriate for threads' PASS: test_error_on_stdio_flush_1 (test.test_multiprocessing_forkserver.WithThreadsTestProcess) PASS: test_error_on_stdio_flush_2 (test.test_multiprocessing_forkserver.WithThreadsTestProcess) SKIP: test_forkserver_sigint (test.test_multiprocessing_forkserver.WithThreadsTestProcess) 'test not appropriate for threads' SKIP: test_forkserver_sigkill (test.test_multiprocessing_forkserver.WithThreadsTestProcess) 'test not appropriate for threads' SKIP: test_kill (test.test_multiprocessing_forkserver.WithThreadsTestProcess) 'test not appropriate for threads' PASS: test_lose_target_ref (test.test_multiprocessing_forkserver.WithThreadsTestProcess) SKIP: test_many_processes (test.test_multiprocessing_forkserver.WithThreadsTestProcess) 'timing related test, dependent on load' SKIP: test_parent_process (test.test_multiprocessing_forkserver.WithThreadsTestProcess) 'test not appropriate for threads' SKIP: test_parent_process_attributes (test.test_multiprocessing_forkserver.WithThreadsTestProcess) 'test not appropriate for threads' PASS: test_process (test.test_multiprocessing_forkserver.WithThreadsTestProcess) SKIP: test_process_mainthread_native_id (test.test_multiprocessing_forkserver.WithThreadsTestProcess) 'test not appropriate for threads' PASS: test_recursion (test.test_multiprocessing_forkserver.WithThreadsTestProcess) SKIP: test_sentinel (test.test_multiprocessing_forkserver.WithThreadsTestProcess) 'test not appropriate for threads' SKIP: test_terminate (test.test_multiprocessing_forkserver.WithThreadsTestProcess) 'test not appropriate for threads' SKIP: test_wait_for_threads (test.test_multiprocessing_forkserver.WithThreadsTestProcess) 'test not appropriate for threads' PASS: test_closed_queue_put_get_exceptions (test.test_multiprocessing_forkserver.WithThreadsTestQueue) PASS: test_fork (test.test_multiprocessing_forkserver.WithThreadsTestQueue) PASS: test_get (test.test_multiprocessing_forkserver.WithThreadsTestQueue) PASS: test_no_import_lock_contention (test.test_multiprocessing_forkserver.WithThreadsTestQueue) PASS: test_put (test.test_multiprocessing_forkserver.WithThreadsTestQueue) PASS: test_qsize (test.test_multiprocessing_forkserver.WithThreadsTestQueue) SKIP: test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_forkserver.WithThreadsTestQueue) 'test not appropriate for threads' SKIP: test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_forkserver.WithThreadsTestQueue) 'test not appropriate for threads' PASS: test_task_done (test.test_multiprocessing_forkserver.WithThreadsTestQueue) PASS: test_timeout (test.test_multiprocessing_forkserver.WithThreadsTestQueue) PASS: test_bounded_semaphore (test.test_multiprocessing_forkserver.WithThreadsTestSemaphore) PASS: test_semaphore (test.test_multiprocessing_forkserver.WithThreadsTestSemaphore) SKIP: test_timeout (test.test_multiprocessing_forkserver.WithThreadsTestSemaphore) 'test not appropriate for threads' PASS: test_import (test.test_multiprocessing_forkserver._TestImportStar) ---------------------------------------------------------------------- Ran 367 tests in 75.214s OK (skipped=35) 0:11:34 load avg: 0.27 [232/427] test_multiprocessing_main_handling -- test_multiprocessing_forkserver passed in 1 min 15 sec PASS: test_basic_script (test.test_multiprocessing_main_handling.ForkCmdLineTest) PASS: test_basic_script_no_suffix (test.test_multiprocessing_main_handling.ForkCmdLineTest) PASS: test_directory (test.test_multiprocessing_main_handling.ForkCmdLineTest) PASS: test_directory_compiled (test.test_multiprocessing_main_handling.ForkCmdLineTest) PASS: test_ipython_workaround (test.test_multiprocessing_main_handling.ForkCmdLineTest) PASS: test_module_in_package (test.test_multiprocessing_main_handling.ForkCmdLineTest) PASS: test_module_in_package_in_zipfile (test.test_multiprocessing_main_handling.ForkCmdLineTest) PASS: test_module_in_subpackage_in_zipfile (test.test_multiprocessing_main_handling.ForkCmdLineTest) PASS: test_package (test.test_multiprocessing_main_handling.ForkCmdLineTest) PASS: test_package_compiled (test.test_multiprocessing_main_handling.ForkCmdLineTest) PASS: test_script_compiled (test.test_multiprocessing_main_handling.ForkCmdLineTest) PASS: test_zipfile (test.test_multiprocessing_main_handling.ForkCmdLineTest) PASS: test_zipfile_compiled (test.test_multiprocessing_main_handling.ForkCmdLineTest) PASS: test_basic_script (test.test_multiprocessing_main_handling.ForkServerCmdLineTest) PASS: test_basic_script_no_suffix (test.test_multiprocessing_main_handling.ForkServerCmdLineTest) PASS: test_directory (test.test_multiprocessing_main_handling.ForkServerCmdLineTest) PASS: test_directory_compiled (test.test_multiprocessing_main_handling.ForkServerCmdLineTest) PASS: test_ipython_workaround (test.test_multiprocessing_main_handling.ForkServerCmdLineTest) PASS: test_module_in_package (test.test_multiprocessing_main_handling.ForkServerCmdLineTest) PASS: test_module_in_package_in_zipfile (test.test_multiprocessing_main_handling.ForkServerCmdLineTest) PASS: test_module_in_subpackage_in_zipfile (test.test_multiprocessing_main_handling.ForkServerCmdLineTest) PASS: test_package (test.test_multiprocessing_main_handling.ForkServerCmdLineTest) PASS: test_package_compiled (test.test_multiprocessing_main_handling.ForkServerCmdLineTest) PASS: test_script_compiled (test.test_multiprocessing_main_handling.ForkServerCmdLineTest) PASS: test_zipfile (test.test_multiprocessing_main_handling.ForkServerCmdLineTest) PASS: test_zipfile_compiled (test.test_multiprocessing_main_handling.ForkServerCmdLineTest) PASS: test_basic_script (test.test_multiprocessing_main_handling.SpawnCmdLineTest) PASS: test_basic_script_no_suffix (test.test_multiprocessing_main_handling.SpawnCmdLineTest) PASS: test_directory (test.test_multiprocessing_main_handling.SpawnCmdLineTest) PASS: test_directory_compiled (test.test_multiprocessing_main_handling.SpawnCmdLineTest) PASS: test_ipython_workaround (test.test_multiprocessing_main_handling.SpawnCmdLineTest) PASS: test_module_in_package (test.test_multiprocessing_main_handling.SpawnCmdLineTest) PASS: test_module_in_package_in_zipfile (test.test_multiprocessing_main_handling.SpawnCmdLineTest) PASS: test_module_in_subpackage_in_zipfile (test.test_multiprocessing_main_handling.SpawnCmdLineTest) PASS: test_package (test.test_multiprocessing_main_handling.SpawnCmdLineTest) PASS: test_package_compiled (test.test_multiprocessing_main_handling.SpawnCmdLineTest) PASS: test_script_compiled (test.test_multiprocessing_main_handling.SpawnCmdLineTest) PASS: test_zipfile (test.test_multiprocessing_main_handling.SpawnCmdLineTest) PASS: test_zipfile_compiled (test.test_multiprocessing_main_handling.SpawnCmdLineTest) ---------------------------------------------------------------------- Ran 39 tests in 7.792s OK 0:11:43 load avg: 0.63 [233/427] test_multiprocessing_spawn PASS: test__all__ (test.test_multiprocessing_spawn.MiscTestCase) PASS: test_answer_challenge_auth_failure (test.test_multiprocessing_spawn.OtherTest) PASS: test_deliver_challenge_auth_failure (test.test_multiprocessing_spawn.OtherTest) PASS: test_semlock_subclass (test.test_multiprocessing_spawn.SemLockTests) PASS: test_closefd (test.test_multiprocessing_spawn.TestCloseFds) PASS: test_flags (test.test_multiprocessing_spawn.TestFlags) PASS: test_lock (test.test_multiprocessing_spawn.TestForkAwareThreadLock) PASS: test_ignore (test.test_multiprocessing_spawn.TestIgnoreEINTR) PASS: test_ignore_listener (test.test_multiprocessing_spawn.TestIgnoreEINTR) PASS: test_manager_initializer (test.test_multiprocessing_spawn.TestInitializers) PASS: test_pool_initializer (test.test_multiprocessing_spawn.TestInitializers) PASS: test_invalid_family (test.test_multiprocessing_spawn.TestInvalidFamily) SKIP: test_invalid_family_win32 (test.test_multiprocessing_spawn.TestInvalidFamily) 'skipped on non-Windows platforms' PASS: test_invalid_handles (test.test_multiprocessing_spawn.TestInvalidHandle) PASS: test_global_named_resource_spawn (test.test_multiprocessing_spawn.TestNamedResource) PASS: test_noforkbomb (test.test_multiprocessing_spawn.TestNoForkBomb) PASS: test_release_unused_processes (test.test_multiprocessing_spawn.TestPoolNotLeakOnFailure) PASS: test_resource_tracker (test.test_multiprocessing_spawn.TestResourceTracker) PASS: test_resource_tracker_reused (test.test_multiprocessing_spawn.TestResourceTracker) PASS: test_resource_tracker_sigint (test.test_multiprocessing_spawn.TestResourceTracker) PASS: test_resource_tracker_sigkill (test.test_multiprocessing_spawn.TestResourceTracker) PASS: test_resource_tracker_sigterm (test.test_multiprocessing_spawn.TestResourceTracker) PASS: test_close (test.test_multiprocessing_spawn.TestSimpleQueue) PASS: test_closed (test.test_multiprocessing_spawn.TestSimpleQueue) PASS: test_empty (test.test_multiprocessing_spawn.TestSimpleQueue) PASS: test_context (test.test_multiprocessing_spawn.TestStartMethod) PASS: test_get_all (test.test_multiprocessing_spawn.TestStartMethod) SKIP: test_preload_resources (test.test_multiprocessing_spawn.TestStartMethod) "test only relevant for 'forkserver' method" PASS: test_set_get (test.test_multiprocessing_spawn.TestStartMethod) PASS: test_flushing (test.test_multiprocessing_spawn.TestStdinBadfiledescriptor) PASS: test_pool_in_process (test.test_multiprocessing_spawn.TestStdinBadfiledescriptor) PASS: test_queue_in_process (test.test_multiprocessing_spawn.TestStdinBadfiledescriptor) PASS: test_array (test.test_multiprocessing_spawn.TestSyncManagerTypes) PASS: test_barrier (test.test_multiprocessing_spawn.TestSyncManagerTypes) PASS: test_bounded_semaphore (test.test_multiprocessing_spawn.TestSyncManagerTypes) PASS: test_condition (test.test_multiprocessing_spawn.TestSyncManagerTypes) PASS: test_dict (test.test_multiprocessing_spawn.TestSyncManagerTypes) PASS: test_event (test.test_multiprocessing_spawn.TestSyncManagerTypes) PASS: test_joinable_queue (test.test_multiprocessing_spawn.TestSyncManagerTypes) PASS: test_list (test.test_multiprocessing_spawn.TestSyncManagerTypes) PASS: test_lock (test.test_multiprocessing_spawn.TestSyncManagerTypes) PASS: test_namespace (test.test_multiprocessing_spawn.TestSyncManagerTypes) PASS: test_pool (test.test_multiprocessing_spawn.TestSyncManagerTypes) PASS: test_queue (test.test_multiprocessing_spawn.TestSyncManagerTypes) PASS: test_rlock (test.test_multiprocessing_spawn.TestSyncManagerTypes) PASS: test_semaphore (test.test_multiprocessing_spawn.TestSyncManagerTypes) PASS: test_value (test.test_multiprocessing_spawn.TestSyncManagerTypes) PASS: test_timeout (test.test_multiprocessing_spawn.TestTimeouts) PASS: test_neg_timeout (test.test_multiprocessing_spawn.TestWait) PASS: test_wait (test.test_multiprocessing_spawn.TestWait) SKIP: test_wait_integer (test.test_multiprocessing_spawn.TestWait) 'timing related test, dependent on load' PASS: test_wait_slow (test.test_multiprocessing_spawn.TestWait) PASS: test_wait_socket (test.test_multiprocessing_spawn.TestWait) PASS: test_wait_socket_slow (test.test_multiprocessing_spawn.TestWait) PASS: test_wait_timeout (test.test_multiprocessing_spawn.TestWait) test_abort (test.test_multiprocessing_spawn.WithManagerTestBarrier) PASS: Test that an abort will put the barrier in a broken state test_abort_and_reset (test.test_multiprocessing_spawn.WithManagerTestBarrier) PASS: Test that a barrier can be reset after being broken. test_action (test.test_multiprocessing_spawn.WithManagerTestBarrier) PASS: Test the 'action' callback test_barrier (test.test_multiprocessing_spawn.WithManagerTestBarrier) PASS: Test that a barrier is passed in lockstep test_barrier_10 (test.test_multiprocessing_spawn.WithManagerTestBarrier) PASS: Test that a barrier works for 10 consecutive runs test_default_timeout (test.test_multiprocessing_spawn.WithManagerTestBarrier) PASS: Test the barrier's default timeout test_reset (test.test_multiprocessing_spawn.WithManagerTestBarrier) PASS: Test that a 'reset' on a barrier frees the waiting threads PASS: test_single_thread (test.test_multiprocessing_spawn.WithManagerTestBarrier) SKIP: test_thousand (test.test_multiprocessing_spawn.WithManagerTestBarrier) 'test not appropriate for manager' test_timeout (test.test_multiprocessing_spawn.WithManagerTestBarrier) PASS: Test wait(timeout) test_wait_return (test.test_multiprocessing_spawn.WithManagerTestBarrier) PASS: test the return value from barrier.wait PASS: test_notify (test.test_multiprocessing_spawn.WithManagerTestCondition) PASS: test_notify_all (test.test_multiprocessing_spawn.WithManagerTestCondition) PASS: test_notify_n (test.test_multiprocessing_spawn.WithManagerTestCondition) PASS: test_timeout (test.test_multiprocessing_spawn.WithManagerTestCondition) PASS: test_wait_result (test.test_multiprocessing_spawn.WithManagerTestCondition) PASS: test_waitfor (test.test_multiprocessing_spawn.WithManagerTestCondition) PASS: test_waitfor_timeout (test.test_multiprocessing_spawn.WithManagerTestCondition) PASS: test_dict (test.test_multiprocessing_spawn.WithManagerTestContainers) PASS: test_dict_iter (test.test_multiprocessing_spawn.WithManagerTestContainers) PASS: test_dict_proxy_nested (test.test_multiprocessing_spawn.WithManagerTestContainers) PASS: test_list (test.test_multiprocessing_spawn.WithManagerTestContainers) PASS: test_list_iter (test.test_multiprocessing_spawn.WithManagerTestContainers) PASS: test_list_proxy_in_list (test.test_multiprocessing_spawn.WithManagerTestContainers) PASS: test_namespace (test.test_multiprocessing_spawn.WithManagerTestContainers) PASS: test_nested_queue (test.test_multiprocessing_spawn.WithManagerTestContainers) PASS: test_event (test.test_multiprocessing_spawn.WithManagerTestEvent) PASS: test_lock (test.test_multiprocessing_spawn.WithManagerTestLock) PASS: test_lock_context (test.test_multiprocessing_spawn.WithManagerTestLock) PASS: test_rlock (test.test_multiprocessing_spawn.WithManagerTestLock) PASS: test_rapid_restart (test.test_multiprocessing_spawn.WithManagerTestManagerRestart) PASS: test_mymanager (test.test_multiprocessing_spawn.WithManagerTestMyManager) PASS: test_mymanager_context (test.test_multiprocessing_spawn.WithManagerTestMyManager) PASS: test_mymanager_context_prestarted (test.test_multiprocessing_spawn.WithManagerTestMyManager) PASS: test_apply (test.test_multiprocessing_spawn.WithManagerTestPool) PASS: test_async (test.test_multiprocessing_spawn.WithManagerTestPool) PASS: test_async_timeout (test.test_multiprocessing_spawn.WithManagerTestPool) PASS: test_context (test.test_multiprocessing_spawn.WithManagerTestPool) PASS: test_empty_iterable (test.test_multiprocessing_spawn.WithManagerTestPool) SKIP: test_enter (test.test_multiprocessing_spawn.WithManagerTestPool) 'test not applicable to manager' PASS: test_imap (test.test_multiprocessing_spawn.WithManagerTestPool) SKIP: test_imap_handle_iterable_exception (test.test_multiprocessing_spawn.WithManagerTestPool) 'test not appropriate for manager' PASS: test_imap_unordered (test.test_multiprocessing_spawn.WithManagerTestPool) SKIP: test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_spawn.WithManagerTestPool) 'test not appropriate for manager' PASS: test_make_pool (test.test_multiprocessing_spawn.WithManagerTestPool) PASS: test_map (test.test_multiprocessing_spawn.WithManagerTestPool) PASS: test_map_async (test.test_multiprocessing_spawn.WithManagerTestPool) PASS: test_map_async_callbacks (test.test_multiprocessing_spawn.WithManagerTestPool) PASS: test_map_chunksize (test.test_multiprocessing_spawn.WithManagerTestPool) SKIP: test_map_handle_iterable_exception (test.test_multiprocessing_spawn.WithManagerTestPool) 'test not appropriate for manager' PASS: test_map_no_failfast (test.test_multiprocessing_spawn.WithManagerTestPool) PASS: test_map_unplicklable (test.test_multiprocessing_spawn.WithManagerTestPool) PASS: test_release_task_refs (test.test_multiprocessing_spawn.WithManagerTestPool) SKIP: test_resource_warning (test.test_multiprocessing_spawn.WithManagerTestPool) 'test not applicable to manager' PASS: test_starmap (test.test_multiprocessing_spawn.WithManagerTestPool) PASS: test_starmap_async (test.test_multiprocessing_spawn.WithManagerTestPool) PASS: test_terminate (test.test_multiprocessing_spawn.WithManagerTestPool) PASS: test_traceback (test.test_multiprocessing_spawn.WithManagerTestPool) PASS: test_wrapped_exception (test.test_multiprocessing_spawn.WithManagerTestPool) PASS: test_closed_queue_put_get_exceptions (test.test_multiprocessing_spawn.WithManagerTestQueue) PASS: test_fork (test.test_multiprocessing_spawn.WithManagerTestQueue) PASS: test_get (test.test_multiprocessing_spawn.WithManagerTestQueue) PASS: test_no_import_lock_contention (test.test_multiprocessing_spawn.WithManagerTestQueue) PASS: test_put (test.test_multiprocessing_spawn.WithManagerTestQueue) PASS: test_qsize (test.test_multiprocessing_spawn.WithManagerTestQueue) SKIP: test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_spawn.WithManagerTestQueue) 'test not appropriate for manager' SKIP: test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_spawn.WithManagerTestQueue) 'test not appropriate for manager' PASS: test_task_done (test.test_multiprocessing_spawn.WithManagerTestQueue) PASS: test_timeout (test.test_multiprocessing_spawn.WithManagerTestQueue) PASS: test_remote (test.test_multiprocessing_spawn.WithManagerTestRemoteManager) PASS: test_bounded_semaphore (test.test_multiprocessing_spawn.WithManagerTestSemaphore) PASS: test_semaphore (test.test_multiprocessing_spawn.WithManagerTestSemaphore) SKIP: test_timeout (test.test_multiprocessing_spawn.WithManagerTestSemaphore) 'test not appropriate for manager' PASS: test_array (test.test_multiprocessing_spawn.WithProcessesTestArray) PASS: test_array_from_size (test.test_multiprocessing_spawn.WithProcessesTestArray) PASS: test_getobj_getlock_obj (test.test_multiprocessing_spawn.WithProcessesTestArray) PASS: test_rawarray (test.test_multiprocessing_spawn.WithProcessesTestArray) test_abort (test.test_multiprocessing_spawn.WithProcessesTestBarrier) PASS: Test that an abort will put the barrier in a broken state test_abort_and_reset (test.test_multiprocessing_spawn.WithProcessesTestBarrier) PASS: Test that a barrier can be reset after being broken. test_action (test.test_multiprocessing_spawn.WithProcessesTestBarrier) PASS: Test the 'action' callback test_barrier (test.test_multiprocessing_spawn.WithProcessesTestBarrier) PASS: Test that a barrier is passed in lockstep test_barrier_10 (test.test_multiprocessing_spawn.WithProcessesTestBarrier) PASS: Test that a barrier works for 10 consecutive runs test_default_timeout (test.test_multiprocessing_spawn.WithProcessesTestBarrier) PASS: Test the barrier's default timeout test_reset (test.test_multiprocessing_spawn.WithProcessesTestBarrier) PASS: Test that a 'reset' on a barrier frees the waiting threads PASS: test_single_thread (test.test_multiprocessing_spawn.WithProcessesTestBarrier) PASS: test_thousand (test.test_multiprocessing_spawn.WithProcessesTestBarrier) test_timeout (test.test_multiprocessing_spawn.WithProcessesTestBarrier) PASS: Test wait(timeout) test_wait_return (test.test_multiprocessing_spawn.WithProcessesTestBarrier) PASS: test the return value from barrier.wait PASS: test_notify (test.test_multiprocessing_spawn.WithProcessesTestCondition) PASS: test_notify_all (test.test_multiprocessing_spawn.WithProcessesTestCondition) PASS: test_notify_n (test.test_multiprocessing_spawn.WithProcessesTestCondition) PASS: test_timeout (test.test_multiprocessing_spawn.WithProcessesTestCondition) PASS: test_wait_result (test.test_multiprocessing_spawn.WithProcessesTestCondition) PASS: test_waitfor (test.test_multiprocessing_spawn.WithProcessesTestCondition) PASS: test_waitfor_timeout (test.test_multiprocessing_spawn.WithProcessesTestCondition) PASS: test_connection (test.test_multiprocessing_spawn.WithProcessesTestConnection) PASS: test_context (test.test_multiprocessing_spawn.WithProcessesTestConnection) PASS: test_duplex_false (test.test_multiprocessing_spawn.WithProcessesTestConnection) PASS: test_fd_transfer (test.test_multiprocessing_spawn.WithProcessesTestConnection) PASS: test_large_fd_transfer (test.test_multiprocessing_spawn.WithProcessesTestConnection) PASS: test_missing_fd_transfer (test.test_multiprocessing_spawn.WithProcessesTestConnection) PASS: test_sendbytes (test.test_multiprocessing_spawn.WithProcessesTestConnection) PASS: test_spawn_close (test.test_multiprocessing_spawn.WithProcessesTestConnection) PASS: test_event (test.test_multiprocessing_spawn.WithProcessesTestEvent) PASS: test_finalize (test.test_multiprocessing_spawn.WithProcessesTestFinalize) PASS: test_thread_safety (test.test_multiprocessing_spawn.WithProcessesTestFinalize) PASS: test_free_from_gc (test.test_multiprocessing_spawn.WithProcessesTestHeap) PASS: test_heap (test.test_multiprocessing_spawn.WithProcessesTestHeap) PASS: test_abstract_socket (test.test_multiprocessing_spawn.WithProcessesTestListener) PASS: test_context (test.test_multiprocessing_spawn.WithProcessesTestListener) PASS: test_multiple_bind (test.test_multiprocessing_spawn.WithProcessesTestListener) PASS: test_issue14725 (test.test_multiprocessing_spawn.WithProcessesTestListenerClient) PASS: test_issue16955 (test.test_multiprocessing_spawn.WithProcessesTestListenerClient) PASS: test_listener_client (test.test_multiprocessing_spawn.WithProcessesTestListenerClient) PASS: test_lock (test.test_multiprocessing_spawn.WithProcessesTestLock) PASS: test_lock_context (test.test_multiprocessing_spawn.WithProcessesTestLock) PASS: test_rlock (test.test_multiprocessing_spawn.WithProcessesTestLock) PASS: test_enable_logging (test.test_multiprocessing_spawn.WithProcessesTestLogging) PASS: test_level (test.test_multiprocessing_spawn.WithProcessesTestLogging) PASS: test_rapid_restart (test.test_multiprocessing_spawn.WithProcessesTestManagerRestart) PASS: test_access (test.test_multiprocessing_spawn.WithProcessesTestPicklingConnections) PASS: test_pickling (test.test_multiprocessing_spawn.WithProcessesTestPicklingConnections) PASS: test_boundaries (test.test_multiprocessing_spawn.WithProcessesTestPoll) PASS: test_dont_merge (test.test_multiprocessing_spawn.WithProcessesTestPoll) PASS: test_empty_string (test.test_multiprocessing_spawn.WithProcessesTestPoll) PASS: test_strings (test.test_multiprocessing_spawn.WithProcessesTestPoll) PASS: test_poll_eintr (test.test_multiprocessing_spawn.WithProcessesTestPollEintr) PASS: test_apply (test.test_multiprocessing_spawn.WithProcessesTestPool) PASS: test_async (test.test_multiprocessing_spawn.WithProcessesTestPool) PASS: test_async_timeout (test.test_multiprocessing_spawn.WithProcessesTestPool) PASS: test_context (test.test_multiprocessing_spawn.WithProcessesTestPool) PASS: test_empty_iterable (test.test_multiprocessing_spawn.WithProcessesTestPool) PASS: test_enter (test.test_multiprocessing_spawn.WithProcessesTestPool) PASS: test_imap (test.test_multiprocessing_spawn.WithProcessesTestPool) PASS: test_imap_handle_iterable_exception (test.test_multiprocessing_spawn.WithProcessesTestPool) PASS: test_imap_unordered (test.test_multiprocessing_spawn.WithProcessesTestPool) PASS: test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_spawn.WithProcessesTestPool) PASS: test_make_pool (test.test_multiprocessing_spawn.WithProcessesTestPool) PASS: test_map (test.test_multiprocessing_spawn.WithProcessesTestPool) PASS: test_map_async (test.test_multiprocessing_spawn.WithProcessesTestPool) PASS: test_map_async_callbacks (test.test_multiprocessing_spawn.WithProcessesTestPool) PASS: test_map_chunksize (test.test_multiprocessing_spawn.WithProcessesTestPool) PASS: test_map_handle_iterable_exception (test.test_multiprocessing_spawn.WithProcessesTestPool) PASS: test_map_no_failfast (test.test_multiprocessing_spawn.WithProcessesTestPool) PASS: test_map_unplicklable (test.test_multiprocessing_spawn.WithProcessesTestPool) PASS: test_release_task_refs (test.test_multiprocessing_spawn.WithProcessesTestPool) PASS: test_resource_warning (test.test_multiprocessing_spawn.WithProcessesTestPool) PASS: test_starmap (test.test_multiprocessing_spawn.WithProcessesTestPool) PASS: test_starmap_async (test.test_multiprocessing_spawn.WithProcessesTestPool) PASS: test_terminate (test.test_multiprocessing_spawn.WithProcessesTestPool) PASS: test_traceback (test.test_multiprocessing_spawn.WithProcessesTestPool) PASS: test_wrapped_exception (test.test_multiprocessing_spawn.WithProcessesTestPool) PASS: test_async_error_callback (test.test_multiprocessing_spawn.WithProcessesTestPoolWorkerErrors) PASS: test_unpickleable_result (test.test_multiprocessing_spawn.WithProcessesTestPoolWorkerErrors) PASS: test_pool_maxtasksperchild_invalid (test.test_multiprocessing_spawn.WithProcessesTestPoolWorkerLifetime) PASS: test_pool_worker_lifetime (test.test_multiprocessing_spawn.WithProcessesTestPoolWorkerLifetime) PASS: test_pool_worker_lifetime_early_close (test.test_multiprocessing_spawn.WithProcessesTestPoolWorkerLifetime) PASS: test_worker_finalization_via_atexit_handler_of_multiprocessing (test.test_multiprocessing_spawn.WithProcessesTestPoolWorkerLifetime) PASS: test_active_children (test.test_multiprocessing_spawn.WithProcessesTestProcess) PASS: test_child_fd_inflation (test.test_multiprocessing_spawn.WithProcessesTestProcess) PASS: test_close (test.test_multiprocessing_spawn.WithProcessesTestProcess) PASS: test_cpu_count (test.test_multiprocessing_spawn.WithProcessesTestProcess) PASS: test_current (test.test_multiprocessing_spawn.WithProcessesTestProcess) PASS: test_daemon_argument (test.test_multiprocessing_spawn.WithProcessesTestProcess) PASS: test_error_on_stdio_flush_1 (test.test_multiprocessing_spawn.WithProcessesTestProcess) PASS: test_error_on_stdio_flush_2 (test.test_multiprocessing_spawn.WithProcessesTestProcess) SKIP: test_forkserver_sigint (test.test_multiprocessing_spawn.WithProcessesTestProcess) 'test not appropriate for spawn' SKIP: test_forkserver_sigkill (test.test_multiprocessing_spawn.WithProcessesTestProcess) 'test not appropriate for spawn' PASS: test_kill (test.test_multiprocessing_spawn.WithProcessesTestProcess) PASS: test_lose_target_ref (test.test_multiprocessing_spawn.WithProcessesTestProcess) SKIP: test_many_processes (test.test_multiprocessing_spawn.WithProcessesTestProcess) 'timing related test, dependent on load' PASS: test_parent_process (test.test_multiprocessing_spawn.WithProcessesTestProcess) PASS: test_parent_process_attributes (test.test_multiprocessing_spawn.WithProcessesTestProcess) PASS: test_process (test.test_multiprocessing_spawn.WithProcessesTestProcess) PASS: test_process_mainthread_native_id (test.test_multiprocessing_spawn.WithProcessesTestProcess) PASS: test_recursion (test.test_multiprocessing_spawn.WithProcessesTestProcess) PASS: test_sentinel (test.test_multiprocessing_spawn.WithProcessesTestProcess) PASS: test_terminate (test.test_multiprocessing_spawn.WithProcessesTestProcess) PASS: test_wait_for_threads (test.test_multiprocessing_spawn.WithProcessesTestProcess) PASS: test_closed_queue_put_get_exceptions (test.test_multiprocessing_spawn.WithProcessesTestQueue) PASS: test_fork (test.test_multiprocessing_spawn.WithProcessesTestQueue) PASS: test_get (test.test_multiprocessing_spawn.WithProcessesTestQueue) PASS: test_no_import_lock_contention (test.test_multiprocessing_spawn.WithProcessesTestQueue) PASS: test_put (test.test_multiprocessing_spawn.WithProcessesTestQueue) SKIP: test_qsize (test.test_multiprocessing_spawn.WithProcessesTestQueue) 'qsize method not implemented' PASS: test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_spawn.WithProcessesTestQueue) PASS: test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_spawn.WithProcessesTestQueue) PASS: test_task_done (test.test_multiprocessing_spawn.WithProcessesTestQueue) PASS: test_timeout (test.test_multiprocessing_spawn.WithProcessesTestQueue) PASS: test_bounded_semaphore (test.test_multiprocessing_spawn.WithProcessesTestSemaphore) PASS: test_semaphore (test.test_multiprocessing_spawn.WithProcessesTestSemaphore) PASS: test_timeout (test.test_multiprocessing_spawn.WithProcessesTestSemaphore) PASS: test_copy (test.test_multiprocessing_spawn.WithProcessesTestSharedCTypes) PASS: test_sharedctypes (test.test_multiprocessing_spawn.WithProcessesTestSharedCTypes) PASS: test_synchronize (test.test_multiprocessing_spawn.WithProcessesTestSharedCTypes) PASS: test_invalid_shared_memory_cration (test.test_multiprocessing_spawn.WithProcessesTestSharedMemory) PASS: test_shared_memory_ShareableList_basics (test.test_multiprocessing_spawn.WithProcessesTestSharedMemory) PASS: test_shared_memory_ShareableList_pickling (test.test_multiprocessing_spawn.WithProcessesTestSharedMemory) PASS: test_shared_memory_ShareableList_pickling_dead_object (test.test_multiprocessing_spawn.WithProcessesTestSharedMemory) PASS: test_shared_memory_SharedMemoryManager_basics (test.test_multiprocessing_spawn.WithProcessesTestSharedMemory) PASS: test_shared_memory_SharedMemoryManager_reuses_resource_tracker (test.test_multiprocessing_spawn.WithProcessesTestSharedMemory) PASS: test_shared_memory_SharedMemoryServer_ignores_sigint (test.test_multiprocessing_spawn.WithProcessesTestSharedMemory) PASS: test_shared_memory_across_processes (test.test_multiprocessing_spawn.WithProcessesTestSharedMemory) PASS: test_shared_memory_basics (test.test_multiprocessing_spawn.WithProcessesTestSharedMemory) PASS: test_shared_memory_cleaned_after_process_termination (test.test_multiprocessing_spawn.WithProcessesTestSharedMemory) Traceback (most recent call last): File "/usr/lib/python3.10/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) KeyError: '/psm_77d703d9' PASS: test_shared_memory_pickle_unpickle (test.test_multiprocessing_spawn.WithProcessesTestSharedMemory) PASS: test_shared_memory_pickle_unpickle_dead_object (test.test_multiprocessing_spawn.WithProcessesTestSharedMemory) PASS: test_shared_memory_recreate (test.test_multiprocessing_spawn.WithProcessesTestSharedMemory) PASS: test_stderr_flush (test.test_multiprocessing_spawn.WithProcessesTestSubclassingProcess) PASS: test_subclassing (test.test_multiprocessing_spawn.WithProcessesTestSubclassingProcess) PASS: test_sys_exit (test.test_multiprocessing_spawn.WithProcessesTestSubclassingProcess) PASS: test_getobj_getlock (test.test_multiprocessing_spawn.WithProcessesTestValue) PASS: test_rawvalue (test.test_multiprocessing_spawn.WithProcessesTestValue) PASS: test_value (test.test_multiprocessing_spawn.WithProcessesTestValue) test_abort (test.test_multiprocessing_spawn.WithThreadsTestBarrier) PASS: Test that an abort will put the barrier in a broken state test_abort_and_reset (test.test_multiprocessing_spawn.WithThreadsTestBarrier) PASS: Test that a barrier can be reset after being broken. test_action (test.test_multiprocessing_spawn.WithThreadsTestBarrier) PASS: Test the 'action' callback test_barrier (test.test_multiprocessing_spawn.WithThreadsTestBarrier) PASS: Test that a barrier is passed in lockstep test_barrier_10 (test.test_multiprocessing_spawn.WithThreadsTestBarrier) PASS: Test that a barrier works for 10 consecutive runs test_default_timeout (test.test_multiprocessing_spawn.WithThreadsTestBarrier) PASS: Test the barrier's default timeout test_reset (test.test_multiprocessing_spawn.WithThreadsTestBarrier) PASS: Test that a 'reset' on a barrier frees the waiting threads PASS: test_single_thread (test.test_multiprocessing_spawn.WithThreadsTestBarrier) PASS: test_thousand (test.test_multiprocessing_spawn.WithThreadsTestBarrier) test_timeout (test.test_multiprocessing_spawn.WithThreadsTestBarrier) PASS: Test wait(timeout) test_wait_return (test.test_multiprocessing_spawn.WithThreadsTestBarrier) PASS: test the return value from barrier.wait PASS: test_notify (test.test_multiprocessing_spawn.WithThreadsTestCondition) PASS: test_notify_all (test.test_multiprocessing_spawn.WithThreadsTestCondition) PASS: test_notify_n (test.test_multiprocessing_spawn.WithThreadsTestCondition) PASS: test_timeout (test.test_multiprocessing_spawn.WithThreadsTestCondition) PASS: test_wait_result (test.test_multiprocessing_spawn.WithThreadsTestCondition) PASS: test_waitfor (test.test_multiprocessing_spawn.WithThreadsTestCondition) PASS: test_waitfor_timeout (test.test_multiprocessing_spawn.WithThreadsTestCondition) PASS: test_connection (test.test_multiprocessing_spawn.WithThreadsTestConnection) PASS: test_context (test.test_multiprocessing_spawn.WithThreadsTestConnection) PASS: test_duplex_false (test.test_multiprocessing_spawn.WithThreadsTestConnection) SKIP: test_fd_transfer (test.test_multiprocessing_spawn.WithThreadsTestConnection) 'only makes sense with processes' SKIP: test_large_fd_transfer (test.test_multiprocessing_spawn.WithThreadsTestConnection) 'only makes sense with processes' SKIP: test_missing_fd_transfer (test.test_multiprocessing_spawn.WithThreadsTestConnection) 'only makes sense with processes' SKIP: test_sendbytes (test.test_multiprocessing_spawn.WithThreadsTestConnection) 'test not appropriate for threads' PASS: test_spawn_close (test.test_multiprocessing_spawn.WithThreadsTestConnection) PASS: test_event (test.test_multiprocessing_spawn.WithThreadsTestEvent) PASS: test_issue14725 (test.test_multiprocessing_spawn.WithThreadsTestListenerClient) PASS: test_issue16955 (test.test_multiprocessing_spawn.WithThreadsTestListenerClient) PASS: test_listener_client (test.test_multiprocessing_spawn.WithThreadsTestListenerClient) PASS: test_lock (test.test_multiprocessing_spawn.WithThreadsTestLock) PASS: test_lock_context (test.test_multiprocessing_spawn.WithThreadsTestLock) PASS: test_rlock (test.test_multiprocessing_spawn.WithThreadsTestLock) PASS: test_rapid_restart (test.test_multiprocessing_spawn.WithThreadsTestManagerRestart) PASS: test_boundaries (test.test_multiprocessing_spawn.WithThreadsTestPoll) PASS: test_dont_merge (test.test_multiprocessing_spawn.WithThreadsTestPoll) PASS: test_empty_string (test.test_multiprocessing_spawn.WithThreadsTestPoll) PASS: test_strings (test.test_multiprocessing_spawn.WithThreadsTestPoll) PASS: test_apply (test.test_multiprocessing_spawn.WithThreadsTestPool) PASS: test_async (test.test_multiprocessing_spawn.WithThreadsTestPool) PASS: test_async_timeout (test.test_multiprocessing_spawn.WithThreadsTestPool) PASS: test_context (test.test_multiprocessing_spawn.WithThreadsTestPool) PASS: test_empty_iterable (test.test_multiprocessing_spawn.WithThreadsTestPool) PASS: test_enter (test.test_multiprocessing_spawn.WithThreadsTestPool) PASS: test_imap (test.test_multiprocessing_spawn.WithThreadsTestPool) PASS: test_imap_handle_iterable_exception (test.test_multiprocessing_spawn.WithThreadsTestPool) PASS: test_imap_unordered (test.test_multiprocessing_spawn.WithThreadsTestPool) PASS: test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_spawn.WithThreadsTestPool) PASS: test_make_pool (test.test_multiprocessing_spawn.WithThreadsTestPool) PASS: test_map (test.test_multiprocessing_spawn.WithThreadsTestPool) PASS: test_map_async (test.test_multiprocessing_spawn.WithThreadsTestPool) PASS: test_map_async_callbacks (test.test_multiprocessing_spawn.WithThreadsTestPool) PASS: test_map_chunksize (test.test_multiprocessing_spawn.WithThreadsTestPool) PASS: test_map_handle_iterable_exception (test.test_multiprocessing_spawn.WithThreadsTestPool) PASS: test_map_no_failfast (test.test_multiprocessing_spawn.WithThreadsTestPool) SKIP: test_map_unplicklable (test.test_multiprocessing_spawn.WithThreadsTestPool) 'test not appropriate for threads' PASS: test_release_task_refs (test.test_multiprocessing_spawn.WithThreadsTestPool) PASS: test_resource_warning (test.test_multiprocessing_spawn.WithThreadsTestPool) PASS: test_starmap (test.test_multiprocessing_spawn.WithThreadsTestPool) PASS: test_starmap_async (test.test_multiprocessing_spawn.WithThreadsTestPool) PASS: test_terminate (test.test_multiprocessing_spawn.WithThreadsTestPool) PASS: test_traceback (test.test_multiprocessing_spawn.WithThreadsTestPool) PASS: test_wrapped_exception (test.test_multiprocessing_spawn.WithThreadsTestPool) PASS: test_active_children (test.test_multiprocessing_spawn.WithThreadsTestProcess) SKIP: test_child_fd_inflation (test.test_multiprocessing_spawn.WithThreadsTestProcess) 'test not appropriate for threads' SKIP: test_close (test.test_multiprocessing_spawn.WithThreadsTestProcess) 'test not appropriate for threads' PASS: test_cpu_count (test.test_multiprocessing_spawn.WithThreadsTestProcess) SKIP: test_current (test.test_multiprocessing_spawn.WithThreadsTestProcess) 'test not appropriate for threads' SKIP: test_daemon_argument (test.test_multiprocessing_spawn.WithThreadsTestProcess) 'test not appropriate for threads' PASS: test_error_on_stdio_flush_1 (test.test_multiprocessing_spawn.WithThreadsTestProcess) PASS: test_error_on_stdio_flush_2 (test.test_multiprocessing_spawn.WithThreadsTestProcess) SKIP: test_forkserver_sigint (test.test_multiprocessing_spawn.WithThreadsTestProcess) 'test not appropriate for threads' SKIP: test_forkserver_sigkill (test.test_multiprocessing_spawn.WithThreadsTestProcess) 'test not appropriate for threads' SKIP: test_kill (test.test_multiprocessing_spawn.WithThreadsTestProcess) 'test not appropriate for threads' PASS: test_lose_target_ref (test.test_multiprocessing_spawn.WithThreadsTestProcess) SKIP: test_many_processes (test.test_multiprocessing_spawn.WithThreadsTestProcess) 'timing related test, dependent on load' SKIP: test_parent_process (test.test_multiprocessing_spawn.WithThreadsTestProcess) 'test not appropriate for threads' SKIP: test_parent_process_attributes (test.test_multiprocessing_spawn.WithThreadsTestProcess) 'test not appropriate for threads' PASS: test_process (test.test_multiprocessing_spawn.WithThreadsTestProcess) SKIP: test_process_mainthread_native_id (test.test_multiprocessing_spawn.WithThreadsTestProcess) 'test not appropriate for threads' PASS: test_recursion (test.test_multiprocessing_spawn.WithThreadsTestProcess) SKIP: test_sentinel (test.test_multiprocessing_spawn.WithThreadsTestProcess) 'test not appropriate for threads' SKIP: test_terminate (test.test_multiprocessing_spawn.WithThreadsTestProcess) 'test not appropriate for threads' SKIP: test_wait_for_threads (test.test_multiprocessing_spawn.WithThreadsTestProcess) 'test not appropriate for threads' PASS: test_closed_queue_put_get_exceptions (test.test_multiprocessing_spawn.WithThreadsTestQueue) PASS: test_fork (test.test_multiprocessing_spawn.WithThreadsTestQueue) PASS: test_get (test.test_multiprocessing_spawn.WithThreadsTestQueue) PASS: test_no_import_lock_contention (test.test_multiprocessing_spawn.WithThreadsTestQueue) PASS: test_put (test.test_multiprocessing_spawn.WithThreadsTestQueue) PASS: test_qsize (test.test_multiprocessing_spawn.WithThreadsTestQueue) SKIP: test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_spawn.WithThreadsTestQueue) 'test not appropriate for threads' SKIP: test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_spawn.WithThreadsTestQueue) 'test not appropriate for threads' PASS: test_task_done (test.test_multiprocessing_spawn.WithThreadsTestQueue) PASS: test_timeout (test.test_multiprocessing_spawn.WithThreadsTestQueue) PASS: test_bounded_semaphore (test.test_multiprocessing_spawn.WithThreadsTestSemaphore) PASS: test_semaphore (test.test_multiprocessing_spawn.WithThreadsTestSemaphore) SKIP: test_timeout (test.test_multiprocessing_spawn.WithThreadsTestSemaphore) 'test not appropriate for threads' PASS: test_import (test.test_multiprocessing_spawn._TestImportStar) ---------------------------------------------------------------------- Ran 367 tests in 104.236s OK (skipped=38) 0:13:28 load avg: 0.65 [234/427] test_named_expressions -- test_multiprocessing_spawn passed in 1 min 45 sec PASS: test_named_expression_assignment_01 (test.test_named_expressions.NamedExpressionAssignmentTest) PASS: test_named_expression_assignment_02 (test.test_named_expressions.NamedExpressionAssignmentTest) PASS: test_named_expression_assignment_03 (test.test_named_expressions.NamedExpressionAssignmentTest) PASS: test_named_expression_assignment_04 (test.test_named_expressions.NamedExpressionAssignmentTest) PASS: test_named_expression_assignment_05 (test.test_named_expressions.NamedExpressionAssignmentTest) PASS: test_named_expression_assignment_06 (test.test_named_expressions.NamedExpressionAssignmentTest) PASS: test_named_expression_assignment_07 (test.test_named_expressions.NamedExpressionAssignmentTest) PASS: test_named_expression_assignment_08 (test.test_named_expressions.NamedExpressionAssignmentTest) PASS: test_named_expression_assignment_09 (test.test_named_expressions.NamedExpressionAssignmentTest) PASS: test_named_expression_assignment_10 (test.test_named_expressions.NamedExpressionAssignmentTest) PASS: test_named_expression_assignment_11 (test.test_named_expressions.NamedExpressionAssignmentTest) PASS: test_named_expression_assignment_12 (test.test_named_expressions.NamedExpressionAssignmentTest) PASS: test_named_expression_assignment_13 (test.test_named_expressions.NamedExpressionAssignmentTest) test_named_expression_assignment_14 (test.test_named_expressions.NamedExpressionAssignmentTest) PASS: Where all variables are positive integers, and a is at least as large PASS: test_named_expression_assignment_15 (test.test_named_expressions.NamedExpressionAssignmentTest) PASS: test_named_expression_assignment_16 (test.test_named_expressions.NamedExpressionAssignmentTest) PASS: test_named_expression_assignment_17 (test.test_named_expressions.NamedExpressionAssignmentTest) PASS: test_named_expression_assignment_18 (test.test_named_expressions.NamedExpressionAssignmentTest) PASS: test_named_expression_invalid_01 (test.test_named_expressions.NamedExpressionInvalidTest) PASS: test_named_expression_invalid_02 (test.test_named_expressions.NamedExpressionInvalidTest) PASS: test_named_expression_invalid_03 (test.test_named_expressions.NamedExpressionInvalidTest) PASS: test_named_expression_invalid_04 (test.test_named_expressions.NamedExpressionInvalidTest) PASS: test_named_expression_invalid_06 (test.test_named_expressions.NamedExpressionInvalidTest) PASS: test_named_expression_invalid_07 (test.test_named_expressions.NamedExpressionInvalidTest) PASS: test_named_expression_invalid_08 (test.test_named_expressions.NamedExpressionInvalidTest) PASS: test_named_expression_invalid_09 (test.test_named_expressions.NamedExpressionInvalidTest) PASS: test_named_expression_invalid_10 (test.test_named_expressions.NamedExpressionInvalidTest) PASS: test_named_expression_invalid_11 (test.test_named_expressions.NamedExpressionInvalidTest) PASS: test_named_expression_invalid_12 (test.test_named_expressions.NamedExpressionInvalidTest) PASS: test_named_expression_invalid_13 (test.test_named_expressions.NamedExpressionInvalidTest) PASS: test_named_expression_invalid_14 (test.test_named_expressions.NamedExpressionInvalidTest) PASS: test_named_expression_invalid_15 (test.test_named_expressions.NamedExpressionInvalidTest) PASS: test_named_expression_invalid_16 (test.test_named_expressions.NamedExpressionInvalidTest) PASS: test_named_expression_invalid_17 (test.test_named_expressions.NamedExpressionInvalidTest) PASS: test_named_expression_invalid_in_class_body (test.test_named_expressions.NamedExpressionInvalidTest) PASS: test_named_expression_invalid_list_comprehension_iterable_expression (test.test_named_expressions.NamedExpressionInvalidTest) PASS: test_named_expression_invalid_rebinding_list_comprehension_inner_loop (test.test_named_expressions.NamedExpressionInvalidTest) PASS: test_named_expression_invalid_rebinding_list_comprehension_iteration_variable (test.test_named_expressions.NamedExpressionInvalidTest) PASS: test_named_expression_invalid_rebinding_set_comprehension_inner_loop (test.test_named_expressions.NamedExpressionInvalidTest) PASS: test_named_expression_invalid_rebinding_set_comprehension_iteration_variable (test.test_named_expressions.NamedExpressionInvalidTest) PASS: test_named_expression_invalid_set_comprehension_iterable_expression (test.test_named_expressions.NamedExpressionInvalidTest) PASS: test_named_expression_global_scope (test.test_named_expressions.NamedExpressionScopeTest) PASS: test_named_expression_global_scope_no_global_keyword (test.test_named_expressions.NamedExpressionScopeTest) PASS: test_named_expression_nonlocal_scope (test.test_named_expressions.NamedExpressionScopeTest) PASS: test_named_expression_nonlocal_scope_no_nonlocal_keyword (test.test_named_expressions.NamedExpressionScopeTest) PASS: test_named_expression_scope_01 (test.test_named_expressions.NamedExpressionScopeTest) PASS: test_named_expression_scope_02 (test.test_named_expressions.NamedExpressionScopeTest) PASS: test_named_expression_scope_03 (test.test_named_expressions.NamedExpressionScopeTest) PASS: test_named_expression_scope_04 (test.test_named_expressions.NamedExpressionScopeTest) PASS: test_named_expression_scope_05 (test.test_named_expressions.NamedExpressionScopeTest) PASS: test_named_expression_scope_06 (test.test_named_expressions.NamedExpressionScopeTest) PASS: test_named_expression_scope_07 (test.test_named_expressions.NamedExpressionScopeTest) PASS: test_named_expression_scope_08 (test.test_named_expressions.NamedExpressionScopeTest) PASS: test_named_expression_scope_09 (test.test_named_expressions.NamedExpressionScopeTest) PASS: test_named_expression_scope_10 (test.test_named_expressions.NamedExpressionScopeTest) PASS: test_named_expression_scope_11 (test.test_named_expressions.NamedExpressionScopeTest) PASS: test_named_expression_scope_17 (test.test_named_expressions.NamedExpressionScopeTest) PASS: test_named_expression_scope_18 (test.test_named_expressions.NamedExpressionScopeTest) PASS: test_named_expression_scope_19 (test.test_named_expressions.NamedExpressionScopeTest) PASS: test_named_expression_scope_20 (test.test_named_expressions.NamedExpressionScopeTest) PASS: test_named_expression_scope_21 (test.test_named_expressions.NamedExpressionScopeTest) PASS: test_named_expression_scope_22 (test.test_named_expressions.NamedExpressionScopeTest) PASS: test_named_expression_scope_23 (test.test_named_expressions.NamedExpressionScopeTest) PASS: test_named_expression_scope_24 (test.test_named_expressions.NamedExpressionScopeTest) PASS: test_named_expression_scope_25 (test.test_named_expressions.NamedExpressionScopeTest) PASS: test_named_expression_scope_in_genexp (test.test_named_expressions.NamedExpressionScopeTest) PASS: test_named_expression_variable_reuse_in_comprehensions (test.test_named_expressions.NamedExpressionScopeTest) ---------------------------------------------------------------------- Ran 67 tests in 0.016s OK 0:13:29 load avg: 0.65 [235/427] test_netrc PASS: test_comment_at_end_of_machine_line (test.test_netrc.NetrcTestCase) PASS: test_comment_at_end_of_machine_line_no_space (test.test_netrc.NetrcTestCase) PASS: test_comment_at_end_of_machine_line_pass_has_hash (test.test_netrc.NetrcTestCase) PASS: test_comment_before_machine_line (test.test_netrc.NetrcTestCase) PASS: test_comment_before_machine_line_hash_only (test.test_netrc.NetrcTestCase) PASS: test_comment_before_machine_line_no_space (test.test_netrc.NetrcTestCase) PASS: test_default (test.test_netrc.NetrcTestCase) PASS: test_file_not_found_explicit (test.test_netrc.NetrcTestCase) PASS: test_file_not_found_in_home (test.test_netrc.NetrcTestCase) PASS: test_home_not_set (test.test_netrc.NetrcTestCase) PASS: test_macros (test.test_netrc.NetrcTestCase) PASS: test_password_with_internal_hash (test.test_netrc.NetrcTestCase) PASS: test_password_with_leading_hash (test.test_netrc.NetrcTestCase) PASS: test_password_with_trailing_hash (test.test_netrc.NetrcTestCase) PASS: test_security (test.test_netrc.NetrcTestCase) ---------------------------------------------------------------------- Ran 15 tests in 0.008s OK 0:13:29 load avg: 0.65 [236/427] test_nis SKIP: test_maps (test.test_nis.NisTests) 'Local domain name not set' ---------------------------------------------------------------------- Ran 1 test in 0.000s OK (skipped=1) 0:13:30 load avg: 0.65 [237/427] test_nntplib PASS: test_caps_only_after_login (test.test_nntplib.CapsAfterLoginNNTPv2Tests) PASS: test_starttls (test.test_nntplib.LocalServerTests) PASS: test_decode_header (test.test_nntplib.MiscTests) PASS: test_parse_datetime (test.test_nntplib.MiscTests) PASS: test_parse_overview (test.test_nntplib.MiscTests) PASS: test_parse_overview_fmt (test.test_nntplib.MiscTests) PASS: test_ssl_support (test.test_nntplib.MiscTests) PASS: test_unparse_datetime (test.test_nntplib.MiscTests) PASS: test_unparse_datetime_legacy (test.test_nntplib.MiscTests) PASS: test_bad_capabilities (test.test_nntplib.MockSocketTests) PASS: test_bad_welcome (test.test_nntplib.MockSocketTests) PASS: test_login_aborted (test.test_nntplib.MockSocketTests) PASS: test_service_permanently_unavailable (test.test_nntplib.MockSocketTests) PASS: test_service_temporarily_unavailable (test.test_nntplib.MockSocketTests) PASS: test_bad_capabilities (test.test_nntplib.MockSslTests) PASS: test_bad_welcome (test.test_nntplib.MockSslTests) PASS: test_login_aborted (test.test_nntplib.MockSslTests) PASS: test_service_permanently_unavailable (test.test_nntplib.MockSslTests) PASS: test_service_temporarily_unavailable (test.test_nntplib.MockSslTests) PASS: test_article (test.test_nntplib.NNTPv1Tests) PASS: test_article_file (test.test_nntplib.NNTPv1Tests) PASS: test_authinfo (test.test_nntplib.NNTPv1Tests) PASS: test_body (test.test_nntplib.NNTPv1Tests) PASS: test_body_file (test.test_nntplib.NNTPv1Tests) PASS: test_caps (test.test_nntplib.NNTPv1Tests) PASS: test_date (test.test_nntplib.NNTPv1Tests) PASS: test_description (test.test_nntplib.NNTPv1Tests) PASS: test_descriptions (test.test_nntplib.NNTPv1Tests) PASS: test_group (test.test_nntplib.NNTPv1Tests) PASS: test_head (test.test_nntplib.NNTPv1Tests) PASS: test_head_file (test.test_nntplib.NNTPv1Tests) PASS: test_help (test.test_nntplib.NNTPv1Tests) PASS: test_ihave (test.test_nntplib.NNTPv1Tests) PASS: test_last (test.test_nntplib.NNTPv1Tests) PASS: test_list (test.test_nntplib.NNTPv1Tests) PASS: test_newnews (test.test_nntplib.NNTPv1Tests) PASS: test_next (test.test_nntplib.NNTPv1Tests) PASS: test_over (test.test_nntplib.NNTPv1Tests) PASS: test_post (test.test_nntplib.NNTPv1Tests) PASS: test_quit (test.test_nntplib.NNTPv1Tests) PASS: test_stat (test.test_nntplib.NNTPv1Tests) PASS: test_too_long_lines (test.test_nntplib.NNTPv1Tests) PASS: test_welcome (test.test_nntplib.NNTPv1Tests) PASS: test_xover (test.test_nntplib.NNTPv1Tests) PASS: test_article (test.test_nntplib.NNTPv2Tests) PASS: test_article_file (test.test_nntplib.NNTPv2Tests) PASS: test_authinfo (test.test_nntplib.NNTPv2Tests) PASS: test_body (test.test_nntplib.NNTPv2Tests) PASS: test_body_file (test.test_nntplib.NNTPv2Tests) PASS: test_caps (test.test_nntplib.NNTPv2Tests) PASS: test_date (test.test_nntplib.NNTPv2Tests) PASS: test_description (test.test_nntplib.NNTPv2Tests) PASS: test_descriptions (test.test_nntplib.NNTPv2Tests) PASS: test_group (test.test_nntplib.NNTPv2Tests) PASS: test_head (test.test_nntplib.NNTPv2Tests) PASS: test_head_file (test.test_nntplib.NNTPv2Tests) PASS: test_help (test.test_nntplib.NNTPv2Tests) PASS: test_ihave (test.test_nntplib.NNTPv2Tests) PASS: test_last (test.test_nntplib.NNTPv2Tests) PASS: test_list (test.test_nntplib.NNTPv2Tests) PASS: test_newnews (test.test_nntplib.NNTPv2Tests) PASS: test_next (test.test_nntplib.NNTPv2Tests) PASS: test_over (test.test_nntplib.NNTPv2Tests) PASS: test_post (test.test_nntplib.NNTPv2Tests) PASS: test_quit (test.test_nntplib.NNTPv2Tests) PASS: test_stat (test.test_nntplib.NNTPv2Tests) PASS: test_too_long_lines (test.test_nntplib.NNTPv2Tests) PASS: test_welcome (test.test_nntplib.NNTPv2Tests) PASS: test_xover (test.test_nntplib.NNTPv2Tests) skipped "Use of the 'network' resource not enabled" skipped "Use of the 'network' resource not enabled" PASS: test_module_all_attribute (test.test_nntplib.PublicAPITests) PASS: test_we_are_in_reader_mode_after_connect (test.test_nntplib.SendReaderNNTPv2Tests) ---------------------------------------------------------------------- Ran 71 tests in 0.087s OK (skipped=2) 0:13:31 load avg: 0.65 [238/427] test_ntpath PASS: test_abspath (test.test_ntpath.NtCommonTest) PASS: test_abspath_issue3426 (test.test_ntpath.NtCommonTest) PASS: test_commonprefix (test.test_ntpath.NtCommonTest) PASS: test_exists (test.test_ntpath.NtCommonTest) PASS: test_exists_fd (test.test_ntpath.NtCommonTest) PASS: test_expandvars (test.test_ntpath.NtCommonTest) PASS: test_expandvars_nonascii (test.test_ntpath.NtCommonTest) PASS: test_filetime (test.test_ntpath.NtCommonTest) PASS: test_getsize (test.test_ntpath.NtCommonTest) PASS: test_import (test.test_ntpath.NtCommonTest) PASS: test_isdir (test.test_ntpath.NtCommonTest) PASS: test_isfile (test.test_ntpath.NtCommonTest) PASS: test_join_errors (test.test_ntpath.NtCommonTest) PASS: test_no_argument (test.test_ntpath.NtCommonTest) PASS: test_nonascii_abspath (test.test_ntpath.NtCommonTest) PASS: test_normcase (test.test_ntpath.NtCommonTest) PASS: test_normpath_issue5827 (test.test_ntpath.NtCommonTest) PASS: test_realpath (test.test_ntpath.NtCommonTest) PASS: test_relpath_errors (test.test_ntpath.NtCommonTest) PASS: test_samefile (test.test_ntpath.NtCommonTest) PASS: test_samefile_on_link (test.test_ntpath.NtCommonTest) PASS: test_samefile_on_symlink (test.test_ntpath.NtCommonTest) PASS: test_sameopenfile (test.test_ntpath.NtCommonTest) PASS: test_samestat (test.test_ntpath.NtCommonTest) PASS: test_samestat_on_link (test.test_ntpath.NtCommonTest) PASS: test_samestat_on_symlink (test.test_ntpath.NtCommonTest) PASS: test_splitdrive (test.test_ntpath.NtCommonTest) PASS: test_path_abspath (test.test_ntpath.PathLikeTests) PASS: test_path_basename (test.test_ntpath.PathLikeTests) PASS: test_path_commonpath (test.test_ntpath.PathLikeTests) PASS: test_path_dirname (test.test_ntpath.PathLikeTests) PASS: test_path_expanduser (test.test_ntpath.PathLikeTests) PASS: test_path_expandvars (test.test_ntpath.PathLikeTests) PASS: test_path_isabs (test.test_ntpath.PathLikeTests) PASS: test_path_isdir (test.test_ntpath.PathLikeTests) PASS: test_path_islink (test.test_ntpath.PathLikeTests) PASS: test_path_ismount (test.test_ntpath.PathLikeTests) PASS: test_path_join (test.test_ntpath.PathLikeTests) PASS: test_path_lexists (test.test_ntpath.PathLikeTests) PASS: test_path_normcase (test.test_ntpath.PathLikeTests) PASS: test_path_normpath (test.test_ntpath.PathLikeTests) PASS: test_path_realpath (test.test_ntpath.PathLikeTests) PASS: test_path_relpath (test.test_ntpath.PathLikeTests) PASS: test_path_split (test.test_ntpath.PathLikeTests) PASS: test_path_splitdrive (test.test_ntpath.PathLikeTests) PASS: test_path_splitext (test.test_ntpath.PathLikeTests) SKIP: test_abspath (test.test_ntpath.TestNtpath) "abspath requires 'nt' module" PASS: test_commonpath (test.test_ntpath.TestNtpath) PASS: test_commonprefix (test.test_ntpath.TestNtpath) PASS: test_expanduser (test.test_ntpath.TestNtpath) PASS: test_expandvars (test.test_ntpath.TestNtpath) PASS: test_expandvars_nonascii (test.test_ntpath.TestNtpath) PASS: test_isabs (test.test_ntpath.TestNtpath) PASS: test_ismount (test.test_ntpath.TestNtpath) PASS: test_join (test.test_ntpath.TestNtpath) PASS: test_normpath (test.test_ntpath.TestNtpath) SKIP: test_nt_helpers (test.test_ntpath.TestNtpath) "OS helpers require 'nt' module" SKIP: test_realpath_basic (test.test_ntpath.TestNtpath) 'need _getfinalpathname' SKIP: test_realpath_broken_symlinks (test.test_ntpath.TestNtpath) 'need _getfinalpathname' PASS: test_realpath_curdir (test.test_ntpath.TestNtpath) SKIP: test_realpath_cwd (test.test_ntpath.TestNtpath) 'need _getfinalpathname' SKIP: test_realpath_nul (test.test_ntpath.TestNtpath) 'need _getfinalpathname' PASS: test_realpath_pardir (test.test_ntpath.TestNtpath) SKIP: test_realpath_relative (test.test_ntpath.TestNtpath) 'need _getfinalpathname' SKIP: test_realpath_strict (test.test_ntpath.TestNtpath) 'need _getfinalpathname' SKIP: test_realpath_symlink_loops (test.test_ntpath.TestNtpath) 'need _getfinalpathname' SKIP: test_realpath_symlink_loops_strict (test.test_ntpath.TestNtpath) 'need _getfinalpathname' SKIP: test_realpath_symlink_prefix (test.test_ntpath.TestNtpath) 'need _getfinalpathname' PASS: test_relpath (test.test_ntpath.TestNtpath) PASS: test_sameopenfile (test.test_ntpath.TestNtpath) PASS: test_split (test.test_ntpath.TestNtpath) PASS: test_splitdrive (test.test_ntpath.TestNtpath) PASS: test_splitext (test.test_ntpath.TestNtpath) ---------------------------------------------------------------------- Ran 73 tests in 0.062s OK (skipped=11) 0:13:32 load avg: 0.67 [239/427] test_numeric_tower PASS: test_complex (test.test_numeric_tower.ComparisonTest) PASS: test_mixed_comparisons (test.test_numeric_tower.ComparisonTest) PASS: test_binary_floats (test.test_numeric_tower.HashTest) PASS: test_bools (test.test_numeric_tower.HashTest) PASS: test_complex (test.test_numeric_tower.HashTest) PASS: test_decimals (test.test_numeric_tower.HashTest) PASS: test_fractions (test.test_numeric_tower.HashTest) PASS: test_hash_normalization (test.test_numeric_tower.HashTest) PASS: test_integers (test.test_numeric_tower.HashTest) ---------------------------------------------------------------------- Ran 9 tests in 0.085s OK 0:13:33 load avg: 0.67 [240/427] test_opcache PASS: test_descriptor_added_after_optimization (test.test_opcache.TestLoadAttrCache) ---------------------------------------------------------------------- Ran 1 test in 0.000s OK 0:13:33 load avg: 0.67 [241/427] test_openpty PASS: test (test.test_openpty.OpenptyTest) ---------------------------------------------------------------------- Ran 1 test in 0.001s OK 0:13:34 load avg: 0.67 [242/427] test_operator PASS: test_attrgetter (test.test_operator.CCOperatorPickleTestCase) PASS: test_itemgetter (test.test_operator.CCOperatorPickleTestCase) PASS: test_methodcaller (test.test_operator.CCOperatorPickleTestCase) PASS: test_abs (test.test_operator.COperatorTestCase) PASS: test_add (test.test_operator.COperatorTestCase) PASS: test_attrgetter (test.test_operator.COperatorTestCase) PASS: test_bitwise_and (test.test_operator.COperatorTestCase) PASS: test_bitwise_or (test.test_operator.COperatorTestCase) PASS: test_bitwise_xor (test.test_operator.COperatorTestCase) PASS: test_concat (test.test_operator.COperatorTestCase) PASS: test_contains (test.test_operator.COperatorTestCase) PASS: test_countOf (test.test_operator.COperatorTestCase) PASS: test_delitem (test.test_operator.COperatorTestCase) PASS: test_dunder_is_original (test.test_operator.COperatorTestCase) PASS: test_eq (test.test_operator.COperatorTestCase) PASS: test_floordiv (test.test_operator.COperatorTestCase) PASS: test_ge (test.test_operator.COperatorTestCase) PASS: test_getitem (test.test_operator.COperatorTestCase) PASS: test_gt (test.test_operator.COperatorTestCase) PASS: test_indexOf (test.test_operator.COperatorTestCase) PASS: test_inplace (test.test_operator.COperatorTestCase) PASS: test_invert (test.test_operator.COperatorTestCase) PASS: test_is (test.test_operator.COperatorTestCase) PASS: test_is_not (test.test_operator.COperatorTestCase) PASS: test_itemgetter (test.test_operator.COperatorTestCase) PASS: test_le (test.test_operator.COperatorTestCase) PASS: test_length_hint (test.test_operator.COperatorTestCase) PASS: test_lshift (test.test_operator.COperatorTestCase) PASS: test_lt (test.test_operator.COperatorTestCase) PASS: test_matmul (test.test_operator.COperatorTestCase) PASS: test_methodcaller (test.test_operator.COperatorTestCase) PASS: test_mod (test.test_operator.COperatorTestCase) PASS: test_mul (test.test_operator.COperatorTestCase) PASS: test_ne (test.test_operator.COperatorTestCase) PASS: test_neg (test.test_operator.COperatorTestCase) PASS: test_pos (test.test_operator.COperatorTestCase) PASS: test_pow (test.test_operator.COperatorTestCase) PASS: test_rshift (test.test_operator.COperatorTestCase) PASS: test_setitem (test.test_operator.COperatorTestCase) PASS: test_sub (test.test_operator.COperatorTestCase) PASS: test_truediv (test.test_operator.COperatorTestCase) PASS: test_truth (test.test_operator.COperatorTestCase) PASS: test_attrgetter (test.test_operator.CPyOperatorPickleTestCase) PASS: test_itemgetter (test.test_operator.CPyOperatorPickleTestCase) PASS: test_methodcaller (test.test_operator.CPyOperatorPickleTestCase) PASS: test_attrgetter (test.test_operator.PyCOperatorPickleTestCase) PASS: test_itemgetter (test.test_operator.PyCOperatorPickleTestCase) PASS: test_methodcaller (test.test_operator.PyCOperatorPickleTestCase) PASS: test_abs (test.test_operator.PyOperatorTestCase) PASS: test_add (test.test_operator.PyOperatorTestCase) PASS: test_attrgetter (test.test_operator.PyOperatorTestCase) PASS: test_bitwise_and (test.test_operator.PyOperatorTestCase) PASS: test_bitwise_or (test.test_operator.PyOperatorTestCase) PASS: test_bitwise_xor (test.test_operator.PyOperatorTestCase) PASS: test_concat (test.test_operator.PyOperatorTestCase) PASS: test_contains (test.test_operator.PyOperatorTestCase) PASS: test_countOf (test.test_operator.PyOperatorTestCase) PASS: test_delitem (test.test_operator.PyOperatorTestCase) PASS: test_dunder_is_original (test.test_operator.PyOperatorTestCase) PASS: test_eq (test.test_operator.PyOperatorTestCase) PASS: test_floordiv (test.test_operator.PyOperatorTestCase) PASS: test_ge (test.test_operator.PyOperatorTestCase) PASS: test_getitem (test.test_operator.PyOperatorTestCase) PASS: test_gt (test.test_operator.PyOperatorTestCase) PASS: test_indexOf (test.test_operator.PyOperatorTestCase) PASS: test_inplace (test.test_operator.PyOperatorTestCase) PASS: test_invert (test.test_operator.PyOperatorTestCase) PASS: test_is (test.test_operator.PyOperatorTestCase) PASS: test_is_not (test.test_operator.PyOperatorTestCase) PASS: test_itemgetter (test.test_operator.PyOperatorTestCase) PASS: test_le (test.test_operator.PyOperatorTestCase) PASS: test_length_hint (test.test_operator.PyOperatorTestCase) PASS: test_lshift (test.test_operator.PyOperatorTestCase) PASS: test_lt (test.test_operator.PyOperatorTestCase) PASS: test_matmul (test.test_operator.PyOperatorTestCase) PASS: test_methodcaller (test.test_operator.PyOperatorTestCase) PASS: test_mod (test.test_operator.PyOperatorTestCase) PASS: test_mul (test.test_operator.PyOperatorTestCase) PASS: test_ne (test.test_operator.PyOperatorTestCase) PASS: test_neg (test.test_operator.PyOperatorTestCase) PASS: test_pos (test.test_operator.PyOperatorTestCase) PASS: test_pow (test.test_operator.PyOperatorTestCase) PASS: test_rshift (test.test_operator.PyOperatorTestCase) PASS: test_setitem (test.test_operator.PyOperatorTestCase) PASS: test_sub (test.test_operator.PyOperatorTestCase) PASS: test_truediv (test.test_operator.PyOperatorTestCase) PASS: test_truth (test.test_operator.PyOperatorTestCase) PASS: test_attrgetter (test.test_operator.PyPyOperatorPickleTestCase) PASS: test_itemgetter (test.test_operator.PyPyOperatorPickleTestCase) PASS: test_methodcaller (test.test_operator.PyPyOperatorPickleTestCase) ---------------------------------------------------------------------- Ran 90 tests in 0.024s OK 0:13:35 load avg: 0.67 [243/427] test_optparse PASS: test__all__ (test.test_optparse.MiscTestCase) PASS: test_bool_default (test.test_optparse.TestBool) PASS: test_bool_false (test.test_optparse.TestBool) PASS: test_bool_flicker_on_and_off (test.test_optparse.TestBool) PASS: test_bool_true (test.test_optparse.TestBool) PASS: test_callback (test.test_optparse.TestCallback) PASS: test_callback_help (test.test_optparse.TestCallback) PASS: test_abbrev_callback_expansion (test.test_optparse.TestCallbackCheckAbbrev) PASS: test_callback_extra_args (test.test_optparse.TestCallbackExtraArgs) PASS: test_many_args (test.test_optparse.TestCallbackManyArgs) PASS: test_callback_meddle_args (test.test_optparse.TestCallbackMeddleArgs) PASS: test_callback_meddle_args_separator (test.test_optparse.TestCallbackMeddleArgs) PASS: test_consume_separator_stop_at_option (test.test_optparse.TestCallbackVarArgs) PASS: test_positional_arg_and_variable_args (test.test_optparse.TestCallbackVarArgs) PASS: test_stop_at_invalid_option (test.test_optparse.TestCallbackVarArgs) PASS: test_stop_at_option (test.test_optparse.TestCallbackVarArgs) PASS: test_variable_args (test.test_optparse.TestCallbackVarArgs) PASS: test_add_choice_option (test.test_optparse.TestChoice) PASS: test_invalid_choice (test.test_optparse.TestChoice) PASS: test_valid_choice (test.test_optparse.TestChoice) PASS: test_conflict_error (test.test_optparse.TestConflict) PASS: test_conflict_error_group (test.test_optparse.TestConflict) PASS: test_no_such_conflict_handler (test.test_optparse.TestConflict) PASS: test_conflict_override_args (test.test_optparse.TestConflictOverride) PASS: test_conflict_override_help (test.test_optparse.TestConflictOverride) PASS: test_conflict_override_opts (test.test_optparse.TestConflictOverride) PASS: test_conflict_resolve (test.test_optparse.TestConflictResolve) PASS: test_conflict_resolve_help (test.test_optparse.TestConflictResolve) PASS: test_conflict_resolve_long_opt (test.test_optparse.TestConflictResolve) PASS: test_conflict_resolve_long_opts (test.test_optparse.TestConflictResolve) PASS: test_conflict_resolve_short_opt (test.test_optparse.TestConflictResolve) PASS: test_conflict_default (test.test_optparse.TestConflictingDefaults) PASS: test_conflict_default_none (test.test_optparse.TestConflictingDefaults) PASS: test_count_interspersed_args (test.test_optparse.TestCount) PASS: test_count_no_interspersed_args (test.test_optparse.TestCount) PASS: test_count_no_such_option (test.test_optparse.TestCount) PASS: test_count_one (test.test_optparse.TestCount) PASS: test_count_option_no_value (test.test_optparse.TestCount) PASS: test_count_override_amount (test.test_optparse.TestCount) PASS: test_count_override_quiet (test.test_optparse.TestCount) PASS: test_count_overriding (test.test_optparse.TestCount) PASS: test_count_overriding_default (test.test_optparse.TestCount) PASS: test_count_three (test.test_optparse.TestCount) PASS: test_count_three_apart (test.test_optparse.TestCount) PASS: test_count_with_default (test.test_optparse.TestCount) PASS: test_empty (test.test_optparse.TestCount) PASS: test_basic_defaults (test.test_optparse.TestDefaultValues) PASS: test_mixed_defaults_post (test.test_optparse.TestDefaultValues) PASS: test_mixed_defaults_pre (test.test_optparse.TestDefaultValues) PASS: test_process_default (test.test_optparse.TestDefaultValues) PASS: test_alt_expand (test.test_optparse.TestExpandDefaults) PASS: test_default_none_1 (test.test_optparse.TestExpandDefaults) PASS: test_default_none_2 (test.test_optparse.TestExpandDefaults) PASS: test_float_default (test.test_optparse.TestExpandDefaults) PASS: test_no_default (test.test_optparse.TestExpandDefaults) PASS: test_no_expand (test.test_optparse.TestExpandDefaults) PASS: test_option_default (test.test_optparse.TestExpandDefaults) PASS: test_parser_default_1 (test.test_optparse.TestExpandDefaults) PASS: test_parser_default_2 (test.test_optparse.TestExpandDefaults) PASS: test_extend_add_action (test.test_optparse.TestExtendAddActions) PASS: test_extend_add_action_normal (test.test_optparse.TestExtendAddActions) PASS: test_filetype_noexist (test.test_optparse.TestExtendAddTypes) PASS: test_filetype_notfile (test.test_optparse.TestExtendAddTypes) PASS: test_filetype_ok (test.test_optparse.TestExtendAddTypes) PASS: test_help (test.test_optparse.TestHelp) PASS: test_help_description_groups (test.test_optparse.TestHelp) PASS: test_help_long_opts_first (test.test_optparse.TestHelp) PASS: test_help_old_usage (test.test_optparse.TestHelp) PASS: test_help_title_formatter (test.test_optparse.TestHelp) PASS: test_help_unicode (test.test_optparse.TestHelp) PASS: test_help_unicode_description (test.test_optparse.TestHelp) PASS: test_wrap_columns (test.test_optparse.TestHelp) PASS: test_match_abbrev (test.test_optparse.TestMatchAbbrev) PASS: test_match_abbrev_error (test.test_optparse.TestMatchAbbrev) PASS: test_nargs_invalid_float_value (test.test_optparse.TestMultipleArgs) PASS: test_nargs_long_opt (test.test_optparse.TestMultipleArgs) PASS: test_nargs_required_values (test.test_optparse.TestMultipleArgs) PASS: test_nargs_with_positional_args (test.test_optparse.TestMultipleArgs) PASS: test_nargs_append (test.test_optparse.TestMultipleArgsAppend) PASS: test_nargs_append_const (test.test_optparse.TestMultipleArgsAppend) PASS: test_nargs_append_required_values (test.test_optparse.TestMultipleArgsAppend) PASS: test_nargs_append_simple (test.test_optparse.TestMultipleArgsAppend) PASS: test_action_invalid (test.test_optparse.TestOptionChecks) PASS: test_attr_invalid (test.test_optparse.TestOptionChecks) PASS: test_bad_choices_list (test.test_optparse.TestOptionChecks) PASS: test_callback_args_no_tuple (test.test_optparse.TestOptionChecks) PASS: test_callback_kwargs_no_dict (test.test_optparse.TestOptionChecks) PASS: test_callback_not_callable (test.test_optparse.TestOptionChecks) PASS: test_no_callback_args_for_action (test.test_optparse.TestOptionChecks) PASS: test_no_callback_for_action (test.test_optparse.TestOptionChecks) PASS: test_no_callback_kwargs_for_action (test.test_optparse.TestOptionChecks) PASS: test_no_choices_for_type (test.test_optparse.TestOptionChecks) PASS: test_no_choices_list (test.test_optparse.TestOptionChecks) PASS: test_no_const_for_action (test.test_optparse.TestOptionChecks) PASS: test_no_nargs_for_action (test.test_optparse.TestOptionChecks) PASS: test_no_single_dash (test.test_optparse.TestOptionChecks) PASS: test_no_type_for_action (test.test_optparse.TestOptionChecks) PASS: test_opt_string_empty (test.test_optparse.TestOptionChecks) PASS: test_opt_string_long_invalid (test.test_optparse.TestOptionChecks) PASS: test_opt_string_short_invalid (test.test_optparse.TestOptionChecks) PASS: test_opt_string_too_short (test.test_optparse.TestOptionChecks) PASS: test_type_invalid (test.test_optparse.TestOptionChecks) PASS: test_add_group_invalid_arguments (test.test_optparse.TestOptionGroup) PASS: test_add_group_no_group (test.test_optparse.TestOptionGroup) PASS: test_add_group_wrong_parser (test.test_optparse.TestOptionGroup) PASS: test_group_manipulate (test.test_optparse.TestOptionGroup) PASS: test_option_group_create_instance (test.test_optparse.TestOptionGroup) PASS: test_add_option_invalid_arguments (test.test_optparse.TestOptionParser) PASS: test_add_option_no_Option (test.test_optparse.TestOptionParser) PASS: test_get_option (test.test_optparse.TestOptionParser) PASS: test_get_option_equals (test.test_optparse.TestOptionParser) PASS: test_has_option (test.test_optparse.TestOptionParser) PASS: test_refleak (test.test_optparse.TestOptionParser) PASS: test_remove_long_opt (test.test_optparse.TestOptionParser) PASS: test_remove_nonexistent (test.test_optparse.TestOptionParser) PASS: test_remove_short_opt (test.test_optparse.TestOptionParser) PASS: test_basics (test.test_optparse.TestOptionValues) PASS: test_numeric_options (test.test_optparse.TestParseNumber) PASS: test_parse_num_fail (test.test_optparse.TestParseNumber) PASS: test_parse_num_ok (test.test_optparse.TestParseNumber) PASS: test_custom_progname (test.test_optparse.TestProgName) PASS: test_default_progname (test.test_optparse.TestProgName) PASS: test_abbrev_long_option (test.test_optparse.TestStandard) PASS: test_ambiguous_option (test.test_optparse.TestStandard) PASS: test_combined_single_invalid_option (test.test_optparse.TestStandard) PASS: test_defaults (test.test_optparse.TestStandard) PASS: test_empty (test.test_optparse.TestStandard) PASS: test_hyphen_becomes_positional_arg (test.test_optparse.TestStandard) PASS: test_invalid_integer (test.test_optparse.TestStandard) PASS: test_long_invalid_integer (test.test_optparse.TestStandard) PASS: test_long_option_append (test.test_optparse.TestStandard) PASS: test_long_option_argument_joined (test.test_optparse.TestStandard) PASS: test_long_option_argument_split (test.test_optparse.TestStandard) PASS: test_long_option_short_option (test.test_optparse.TestStandard) PASS: test_no_append_versus_append (test.test_optparse.TestStandard) PASS: test_no_such_option (test.test_optparse.TestStandard) PASS: test_option_argument_joined (test.test_optparse.TestStandard) PASS: test_option_argument_joined_integer (test.test_optparse.TestStandard) PASS: test_option_argument_split (test.test_optparse.TestStandard) PASS: test_option_argument_split_negative_integer (test.test_optparse.TestStandard) PASS: test_option_consumes_optionlike_string (test.test_optparse.TestStandard) PASS: test_required_value (test.test_optparse.TestStandard) PASS: test_short_and_long_option_split (test.test_optparse.TestStandard) PASS: test_short_option_consumes_separator (test.test_optparse.TestStandard) PASS: test_short_option_joined_and_separator (test.test_optparse.TestStandard) PASS: test_short_option_split_long_option_append (test.test_optparse.TestStandard) PASS: test_short_option_split_one_positional_arg (test.test_optparse.TestStandard) PASS: test_shortopt_empty_longopt_append (test.test_optparse.TestStandard) PASS: test_str_aliases_string (test.test_optparse.TestTypeAliases) PASS: test_type_object (test.test_optparse.TestTypeAliases) PASS: test_no_version (test.test_optparse.TestVersion) PASS: test_version (test.test_optparse.TestVersion) ---------------------------------------------------------------------- Ran 152 tests in 0.044s OK 0:13:35 load avg: 0.67 [244/427] test_ordered_dict PASS: test_abc (test.test_ordered_dict.CPythonBuiltinDictTests) PASS: test_clear (test.test_ordered_dict.CPythonBuiltinDictTests) PASS: test_delitem (test.test_ordered_dict.CPythonBuiltinDictTests) PASS: test_delitem_hash_collision (test.test_ordered_dict.CPythonBuiltinDictTests) PASS: test_detect_deletion_during_iteration (test.test_ordered_dict.CPythonBuiltinDictTests) PASS: test_highly_nested (test.test_ordered_dict.CPythonBuiltinDictTests) PASS: test_highly_nested_subclass (test.test_ordered_dict.CPythonBuiltinDictTests) PASS: test_init (test.test_ordered_dict.CPythonBuiltinDictTests) PASS: test_override_update (test.test_ordered_dict.CPythonBuiltinDictTests) PASS: test_popitem (test.test_ordered_dict.CPythonBuiltinDictTests) PASS: test_reinsert (test.test_ordered_dict.CPythonBuiltinDictTests) PASS: test_setitem (test.test_ordered_dict.CPythonBuiltinDictTests) PASS: test_update (test.test_ordered_dict.CPythonBuiltinDictTests) PASS: test_bool (test.test_ordered_dict.CPythonGeneralMappingTests) PASS: test_constructor (test.test_ordered_dict.CPythonGeneralMappingTests) PASS: test_get (test.test_ordered_dict.CPythonGeneralMappingTests) PASS: test_getitem (test.test_ordered_dict.CPythonGeneralMappingTests) PASS: test_items (test.test_ordered_dict.CPythonGeneralMappingTests) PASS: test_keys (test.test_ordered_dict.CPythonGeneralMappingTests) PASS: test_len (test.test_ordered_dict.CPythonGeneralMappingTests) PASS: test_pop (test.test_ordered_dict.CPythonGeneralMappingTests) PASS: test_popitem (test.test_ordered_dict.CPythonGeneralMappingTests) PASS: test_read (test.test_ordered_dict.CPythonGeneralMappingTests) PASS: test_setdefault (test.test_ordered_dict.CPythonGeneralMappingTests) PASS: test_update (test.test_ordered_dict.CPythonGeneralMappingTests) PASS: test_values (test.test_ordered_dict.CPythonGeneralMappingTests) PASS: test_write (test.test_ordered_dict.CPythonGeneralMappingTests) PASS: test_468 (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_abc (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_clear (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_copying (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_delitem (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_delitem_hash_collision (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_detect_deletion_during_iteration (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_dict_clear (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_dict_delitem (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_dict_pop (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_dict_popitem (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_dict_setdefault (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_dict_setitem (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_dict_update (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_equality (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_free_after_iterating (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_fromkeys (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_highly_nested (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_highly_nested_subclass (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_init (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_init_calls (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_issue24347 (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_issue24348 (test.test_ordered_dict.CPythonOrderedDictSubclassTests) test_issue24667 (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: dict resizes after a certain number of insertion operations, PASS: test_iterators (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_iterators_empty (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_iterators_pickling (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_key_change_during_iteration (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_merge_operator (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_move_to_end (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_move_to_end_issue25406 (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_ordered_dict_items_result_gc (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_override_update (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_pickle_recursive (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_pop (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_popitem (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_popitem_last (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_reduce_not_too_fat (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_reference_loop (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_reinsert (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_repr (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_repr_recursive (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_repr_recursive_values (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_setdefault (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_setitem (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_sizeof (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_sizeof_exact (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_sorted_iterators (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_update (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_views (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_weakref_list_is_not_traversed (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_yaml_linkage (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_468 (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_abc (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_clear (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_copying (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_delitem (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_delitem_hash_collision (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_detect_deletion_during_iteration (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_dict_clear (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_dict_delitem (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_dict_pop (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_dict_popitem (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_dict_setdefault (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_dict_setitem (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_dict_update (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_equality (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_free_after_iterating (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_fromkeys (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_highly_nested (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_highly_nested_subclass (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_init (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_init_calls (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_issue24347 (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_issue24348 (test.test_ordered_dict.CPythonOrderedDictTests) test_issue24667 (test.test_ordered_dict.CPythonOrderedDictTests) PASS: dict resizes after a certain number of insertion operations, PASS: test_iterators (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_iterators_empty (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_iterators_pickling (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_key_change_during_iteration (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_merge_operator (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_move_to_end (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_move_to_end_issue25406 (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_ordered_dict_items_result_gc (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_override_update (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_pickle_recursive (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_pop (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_popitem (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_popitem_last (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_reduce_not_too_fat (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_reference_loop (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_reinsert (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_repr (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_repr_recursive (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_repr_recursive_values (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_setdefault (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_setitem (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_sizeof (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_sizeof_exact (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_sorted_iterators (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_update (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_views (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_weakref_list_is_not_traversed (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_yaml_linkage (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_bool (test.test_ordered_dict.CPythonSubclassMappingTests) PASS: test_constructor (test.test_ordered_dict.CPythonSubclassMappingTests) PASS: test_get (test.test_ordered_dict.CPythonSubclassMappingTests) PASS: test_getitem (test.test_ordered_dict.CPythonSubclassMappingTests) PASS: test_items (test.test_ordered_dict.CPythonSubclassMappingTests) PASS: test_keys (test.test_ordered_dict.CPythonSubclassMappingTests) PASS: test_len (test.test_ordered_dict.CPythonSubclassMappingTests) PASS: test_pop (test.test_ordered_dict.CPythonSubclassMappingTests) PASS: test_popitem (test.test_ordered_dict.CPythonSubclassMappingTests) PASS: test_read (test.test_ordered_dict.CPythonSubclassMappingTests) PASS: test_setdefault (test.test_ordered_dict.CPythonSubclassMappingTests) PASS: test_update (test.test_ordered_dict.CPythonSubclassMappingTests) PASS: test_values (test.test_ordered_dict.CPythonSubclassMappingTests) PASS: test_write (test.test_ordered_dict.CPythonSubclassMappingTests) PASS: test_bool (test.test_ordered_dict.PurePythonGeneralMappingTests) PASS: test_constructor (test.test_ordered_dict.PurePythonGeneralMappingTests) PASS: test_get (test.test_ordered_dict.PurePythonGeneralMappingTests) PASS: test_getitem (test.test_ordered_dict.PurePythonGeneralMappingTests) PASS: test_items (test.test_ordered_dict.PurePythonGeneralMappingTests) PASS: test_keys (test.test_ordered_dict.PurePythonGeneralMappingTests) PASS: test_len (test.test_ordered_dict.PurePythonGeneralMappingTests) PASS: test_pop (test.test_ordered_dict.PurePythonGeneralMappingTests) PASS: test_popitem (test.test_ordered_dict.PurePythonGeneralMappingTests) PASS: test_read (test.test_ordered_dict.PurePythonGeneralMappingTests) PASS: test_setdefault (test.test_ordered_dict.PurePythonGeneralMappingTests) PASS: test_update (test.test_ordered_dict.PurePythonGeneralMappingTests) PASS: test_values (test.test_ordered_dict.PurePythonGeneralMappingTests) PASS: test_write (test.test_ordered_dict.PurePythonGeneralMappingTests) PASS: test_468 (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_abc (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_clear (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_copying (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_delitem (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_delitem_hash_collision (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_detect_deletion_during_iteration (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_dict_clear (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_dict_delitem (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_dict_pop (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_dict_popitem (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_dict_setdefault (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_dict_setitem (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_dict_update (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_equality (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_free_after_iterating (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_fromkeys (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_highly_nested (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_highly_nested_subclass (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_init (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_init_calls (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_issue24347 (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_issue24348 (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) test_issue24667 (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: dict resizes after a certain number of insertion operations, PASS: test_iterators (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_iterators_empty (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_merge_operator (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_move_to_end (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_move_to_end_issue25406 (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_ordered_dict_items_result_gc (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_override_update (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_pickle_recursive (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_pop (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_popitem (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_popitem_last (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_reduce_not_too_fat (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_reference_loop (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_reinsert (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_repr (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_repr_recursive (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_repr_recursive_values (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_setdefault (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_setitem (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_sizeof (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_sorted_iterators (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_update (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_views (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_yaml_linkage (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_468 (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_abc (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_clear (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_copying (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_delitem (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_delitem_hash_collision (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_detect_deletion_during_iteration (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_dict_clear (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_dict_delitem (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_dict_pop (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_dict_popitem (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_dict_setdefault (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_dict_setitem (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_dict_update (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_equality (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_free_after_iterating (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_fromkeys (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_highly_nested (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_highly_nested_subclass (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_init (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_init_calls (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_issue24347 (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_issue24348 (test.test_ordered_dict.PurePythonOrderedDictTests) test_issue24667 (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: dict resizes after a certain number of insertion operations, PASS: test_iterators (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_iterators_empty (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_merge_operator (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_move_to_end (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_move_to_end_issue25406 (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_ordered_dict_items_result_gc (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_override_update (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_pickle_recursive (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_pop (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_popitem (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_popitem_last (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_reduce_not_too_fat (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_reference_loop (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_reinsert (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_repr (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_repr_recursive (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_repr_recursive_values (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_setdefault (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_setitem (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_sizeof (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_sorted_iterators (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_update (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_views (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_yaml_linkage (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_bool (test.test_ordered_dict.PurePythonSubclassMappingTests) PASS: test_constructor (test.test_ordered_dict.PurePythonSubclassMappingTests) PASS: test_get (test.test_ordered_dict.PurePythonSubclassMappingTests) PASS: test_getitem (test.test_ordered_dict.PurePythonSubclassMappingTests) PASS: test_items (test.test_ordered_dict.PurePythonSubclassMappingTests) PASS: test_keys (test.test_ordered_dict.PurePythonSubclassMappingTests) PASS: test_len (test.test_ordered_dict.PurePythonSubclassMappingTests) PASS: test_pop (test.test_ordered_dict.PurePythonSubclassMappingTests) PASS: test_popitem (test.test_ordered_dict.PurePythonSubclassMappingTests) PASS: test_read (test.test_ordered_dict.PurePythonSubclassMappingTests) PASS: test_setdefault (test.test_ordered_dict.PurePythonSubclassMappingTests) PASS: test_update (test.test_ordered_dict.PurePythonSubclassMappingTests) PASS: test_values (test.test_ordered_dict.PurePythonSubclassMappingTests) PASS: test_write (test.test_ordered_dict.PurePythonSubclassMappingTests) ---------------------------------------------------------------------- Ran 269 tests in 4.685s OK 0:13:41 load avg: 0.70 [245/427] test_os PASS: test_blocking (test.test_os.BlockingTests) PASS: test_compare_to_walk (test.test_os.BytesFwalkTests) PASS: test_dir_fd (test.test_os.BytesFwalkTests) PASS: test_fd_leak (test.test_os.BytesFwalkTests) PASS: test_file_like_path (test.test_os.BytesFwalkTests) PASS: test_walk_bad_dir (test.test_os.BytesFwalkTests) PASS: test_walk_bottom_up (test.test_os.BytesFwalkTests) PASS: test_walk_prune (test.test_os.BytesFwalkTests) PASS: test_walk_symlink (test.test_os.BytesFwalkTests) PASS: test_walk_topdown (test.test_os.BytesFwalkTests) PASS: test_yields_correct_dir_fd (test.test_os.BytesFwalkTests) PASS: test_file_like_path (test.test_os.BytesWalkTests) PASS: test_walk_bad_dir (test.test_os.BytesWalkTests) PASS: test_walk_bottom_up (test.test_os.BytesWalkTests) PASS: test_walk_many_open_files (test.test_os.BytesWalkTests) PASS: test_walk_prune (test.test_os.BytesWalkTests) PASS: test_walk_symlink (test.test_os.BytesWalkTests) PASS: test_walk_topdown (test.test_os.BytesWalkTests) PASS: test_cpu_count (test.test_os.CPUCountTests) SKIP: test_chown_gid (test.test_os.ChownFileTests) 'test needs at least 2 groups' PASS: test_chown_uid_gid_arguments_must_be_index (test.test_os.ChownFileTests) PASS: test_chown_with_root (test.test_os.ChownFileTests) SKIP: test_chown_without_permission (test.test_os.ChownFileTests) 'test needs non-root account and more than one user' PASS: test_devnull (test.test_os.DevNullTests) PASS: test_bad_fd (test.test_os.DeviceEncodingTests) PASS: test_device_encoding (test.test_os.DeviceEncodingTests) test___repr__ (test.test_os.EnvironTests) PASS: Check that the repr() of os.environ looks like environ({...}). PASS: test_bool (test.test_os.EnvironTests) PASS: test_constructor (test.test_os.EnvironTests) PASS: test_environb (test.test_os.EnvironTests) PASS: test_get (test.test_os.EnvironTests) PASS: test_get_exec_path (test.test_os.EnvironTests) PASS: test_getitem (test.test_os.EnvironTests) PASS: test_ior_operator (test.test_os.EnvironTests) PASS: test_ior_operator_invalid_dicts (test.test_os.EnvironTests) PASS: test_ior_operator_key_value_iterable (test.test_os.EnvironTests) PASS: test_items (test.test_os.EnvironTests) PASS: test_iter_error_when_changing_os_environ (test.test_os.EnvironTests) PASS: test_iter_error_when_changing_os_environ_items (test.test_os.EnvironTests) PASS: test_iter_error_when_changing_os_environ_values (test.test_os.EnvironTests) PASS: test_key_type (test.test_os.EnvironTests) PASS: test_keys (test.test_os.EnvironTests) PASS: test_keyvalue_types (test.test_os.EnvironTests) PASS: test_len (test.test_os.EnvironTests) PASS: test_or_operator (test.test_os.EnvironTests) PASS: test_os_popen_iter (test.test_os.EnvironTests) PASS: test_pop (test.test_os.EnvironTests) PASS: test_popitem (test.test_os.EnvironTests) PASS: test_putenv_unsetenv (test.test_os.EnvironTests) PASS: test_putenv_unsetenv_error (test.test_os.EnvironTests) PASS: test_read (test.test_os.EnvironTests) PASS: test_ror_operator (test.test_os.EnvironTests) PASS: test_setdefault (test.test_os.EnvironTests) PASS: test_update (test.test_os.EnvironTests) PASS: test_update2 (test.test_os.EnvironTests) PASS: test_values (test.test_os.EnvironTests) PASS: test_write (test.test_os.EnvironTests) PASS: test_eventfd_initval (test.test_os.EventfdTests) PASS: test_eventfd_select (test.test_os.EventfdTests) PASS: test_eventfd_semaphore (test.test_os.EventfdTests) PASS: test_execv_with_bad_arglist (test.test_os.ExecTests) PASS: test_execve_invalid_env (test.test_os.ExecTests) SKIP: test_execve_with_empty_path (test.test_os.ExecTests) 'Win32-specific test' PASS: test_execvpe_with_bad_arglist (test.test_os.ExecTests) PASS: test_execvpe_with_bad_program (test.test_os.ExecTests) PASS: test_internal_execvpe_str (test.test_os.ExecTests) PASS: test_os_all (test.test_os.ExportsTests) SKIP: test_fds (test.test_os.ExtendedAttributeTests) 'no non-broken extended attribute support' SKIP: test_lpath (test.test_os.ExtendedAttributeTests) 'no non-broken extended attribute support' SKIP: test_simple (test.test_os.ExtendedAttributeTests) 'no non-broken extended attribute support' PASS: test_dup (test.test_os.FDInheritanceTests) PASS: test_dup2 (test.test_os.FDInheritanceTests) SKIP: test_dup_nul (test.test_os.FDInheritanceTests) 'win32-specific test' PASS: test_dup_standard_stream (test.test_os.FDInheritanceTests) PASS: test_get_inheritable_cloexec (test.test_os.FDInheritanceTests) PASS: test_get_set_inheritable (test.test_os.FDInheritanceTests) PASS: test_get_set_inheritable_badf (test.test_os.FDInheritanceTests) PASS: test_get_set_inheritable_o_path (test.test_os.FDInheritanceTests) PASS: test_open (test.test_os.FDInheritanceTests) PASS: test_openpty (test.test_os.FDInheritanceTests) PASS: test_pipe (test.test_os.FDInheritanceTests) PASS: test_set_inheritable_cloexec (test.test_os.FDInheritanceTests) PASS: test_identity (test.test_os.FSEncodingTests) PASS: test_nop (test.test_os.FSEncodingTests) PASS: test_access (test.test_os.FileTests) SKIP: test_closerange (test.test_os.FileTests) "couldn't allocate two consecutive fds" PASS: test_copy_file_range (test.test_os.FileTests) PASS: test_copy_file_range_invalid_values (test.test_os.FileTests) PASS: test_copy_file_range_offset (test.test_os.FileTests) PASS: test_fdopen (test.test_os.FileTests) SKIP: test_large_read (test.test_os.FileTests) 'not enough memory: 2.0G minimum needed' PASS: test_open_keywords (test.test_os.FileTests) PASS: test_read (test.test_os.FileTests) PASS: test_rename (test.test_os.FileTests) PASS: test_replace (test.test_os.FileTests) PASS: test_splice (test.test_os.FileTests) PASS: test_splice_invalid_values (test.test_os.FileTests) PASS: test_splice_offset_in (test.test_os.FileTests) PASS: test_splice_offset_out (test.test_os.FileTests) PASS: test_symlink_keywords (test.test_os.FileTests) PASS: test_write (test.test_os.FileTests) SKIP: test_write_windows_console (test.test_os.FileTests) 'test specific to the Windows console' PASS: test_fork (test.test_os.ForkTests) PASS: test_compare_to_walk (test.test_os.FwalkTests) PASS: test_dir_fd (test.test_os.FwalkTests) PASS: test_fd_leak (test.test_os.FwalkTests) PASS: test_file_like_path (test.test_os.FwalkTests) PASS: test_walk_bad_dir (test.test_os.FwalkTests) PASS: test_walk_bottom_up (test.test_os.FwalkTests) PASS: test_walk_prune (test.test_os.FwalkTests) PASS: test_walk_symlink (test.test_os.FwalkTests) PASS: test_walk_topdown (test.test_os.FwalkTests) PASS: test_yields_correct_dir_fd (test.test_os.FwalkTests) PASS: test_getrandom0 (test.test_os.GetRandomTests) PASS: test_getrandom_nonblock (test.test_os.GetRandomTests) PASS: test_getrandom_random (test.test_os.GetRandomTests) PASS: test_getrandom_type (test.test_os.GetRandomTests) PASS: test_getrandom_value (test.test_os.GetRandomTests) PASS: test_link (test.test_os.LinkTests) PASS: test_link_bytes (test.test_os.LinkTests) PASS: test_unicode_name (test.test_os.LinkTests) SKIP: test_getlogin (test.test_os.LoginTests) 'Skip due to platform/environment differences on *NIX buildbots' PASS: test_exist_ok_existing_directory (test.test_os.MakedirTests) PASS: test_exist_ok_existing_regular_file (test.test_os.MakedirTests) PASS: test_exist_ok_s_isgid_directory (test.test_os.MakedirTests) PASS: test_makedir (test.test_os.MakedirTests) PASS: test_mode (test.test_os.MakedirTests) PASS: test_memfd_create (test.test_os.MemfdCreateTests) PASS: test_getcwd (test.test_os.MiscTests) test_getcwd_long_path (test.test_os.MiscTests) ... Tested current directory length: 2000 ok PASS: test_getcwdb (test.test_os.MiscTests) test_directory_link_nonlocal (test.test_os.NonLocalSymlinkTests) PASS: The symlink target should resolve relative to the link, not relative PASS: test_oserror_filename (test.test_os.OSErrorTests) PASS: test_path_t_converter (test.test_os.PathTConverterTests) PASS: test_path_t_converter_and_custom_class (test.test_os.PathTConverterTests) PASS: test_listdir (test.test_os.Pep383Tests) PASS: test_open (test.test_os.Pep383Tests) PASS: test_stat (test.test_os.Pep383Tests) PASS: test_statvfs (test.test_os.Pep383Tests) PASS: test_getppid (test.test_os.PidTests) PASS: test_waitpid (test.test_os.PidTests) SKIP: test_waitpid_windows (test.test_os.PidTests) 'win32-specific test' PASS: test_waitstatus_to_exitcode (test.test_os.PidTests) PASS: test_waitstatus_to_exitcode_kill (test.test_os.PidTests) SKIP: test_waitstatus_to_exitcode_windows (test.test_os.PidTests) 'win32-specific test' PASS: test_setegid (test.test_os.PosixUidGidTests) PASS: test_seteuid (test.test_os.PosixUidGidTests) PASS: test_setgid (test.test_os.PosixUidGidTests) PASS: test_setregid (test.test_os.PosixUidGidTests) PASS: test_setregid_neg1 (test.test_os.PosixUidGidTests) PASS: test_setreuid (test.test_os.PosixUidGidTests) PASS: test_setreuid_neg1 (test.test_os.PosixUidGidTests) PASS: test_setuid (test.test_os.PosixUidGidTests) PASS: test_set_get_priority (test.test_os.ProgramPriorityTests) PASS: test_bytes (test.test_os.ReadlinkTests) PASS: test_missing_link (test.test_os.ReadlinkTests) PASS: test_not_symlink (test.test_os.ReadlinkTests) PASS: test_pathlike (test.test_os.ReadlinkTests) PASS: test_pathlike_bytes (test.test_os.ReadlinkTests) PASS: test_remove_all (test.test_os.RemoveDirsTests) PASS: test_remove_nothing (test.test_os.RemoveDirsTests) PASS: test_remove_partial (test.test_os.RemoveDirsTests) PASS: test_nowait (test.test_os.SpawnTests) PASS: test_spawnl (test.test_os.SpawnTests) PASS: test_spawnl_noargs (test.test_os.SpawnTests) PASS: test_spawnle (test.test_os.SpawnTests) PASS: test_spawnle_noargs (test.test_os.SpawnTests) PASS: test_spawnlp (test.test_os.SpawnTests) PASS: test_spawnlpe (test.test_os.SpawnTests) PASS: test_spawnv (test.test_os.SpawnTests) PASS: test_spawnv_noargs (test.test_os.SpawnTests) PASS: test_spawnve (test.test_os.SpawnTests) PASS: test_spawnve_bytes (test.test_os.SpawnTests) PASS: test_spawnve_invalid_env (test.test_os.SpawnTests) PASS: test_spawnve_noargs (test.test_os.SpawnTests) PASS: test_spawnvp (test.test_os.SpawnTests) PASS: test_spawnvpe (test.test_os.SpawnTests) PASS: test_spawnvpe_invalid_env (test.test_os.SpawnTests) SKIP: test_15261 (test.test_os.StatAttributeTests) 'Win32 specific tests' SKIP: test_1686475 (test.test_os.StatAttributeTests) 'Win32 specific tests' SKIP: test_access_denied (test.test_os.StatAttributeTests) 'Win32 specific tests' SKIP: test_file_attributes (test.test_os.StatAttributeTests) 'st_file_attributes is Win32 specific' PASS: test_stat_attributes (test.test_os.StatAttributeTests) PASS: test_stat_attributes_bytes (test.test_os.StatAttributeTests) SKIP: test_stat_block_device (test.test_os.StatAttributeTests) 'Win32 specific tests' PASS: test_stat_result_pickle (test.test_os.StatAttributeTests) PASS: test_statvfs_attributes (test.test_os.StatAttributeTests) PASS: test_statvfs_result_pickle (test.test_os.StatAttributeTests) test_does_not_crash (test.test_os.TermsizeTests) SKIP: Check if get_terminal_size() returns a meaningful value. 'failed to query terminal size' test_stty_match (test.test_os.TermsizeTests) PASS: Check if stty returns the same results PASS: test_uninstantiable (test.test_os.TestDirEntry) PASS: test_unpickable (test.test_os.TestDirEntry) PASS: test_blocking (test.test_os.TestInvalidFD) SKIP: test_closerange (test.test_os.TestInvalidFD) 'Unable to acquire a range of invalid file descriptors' PASS: test_dup (test.test_os.TestInvalidFD) PASS: test_dup2 (test.test_os.TestInvalidFD) PASS: test_fchdir (test.test_os.TestInvalidFD) PASS: test_fchmod (test.test_os.TestInvalidFD) PASS: test_fchown (test.test_os.TestInvalidFD) PASS: test_fdatasync (test.test_os.TestInvalidFD) PASS: test_fdopen (test.test_os.TestInvalidFD) PASS: test_fpathconf (test.test_os.TestInvalidFD) PASS: test_fstat (test.test_os.TestInvalidFD) PASS: test_fstatvfs (test.test_os.TestInvalidFD) PASS: test_fsync (test.test_os.TestInvalidFD) PASS: test_ftruncate (test.test_os.TestInvalidFD) PASS: test_inheritable (test.test_os.TestInvalidFD) PASS: test_isatty (test.test_os.TestInvalidFD) PASS: test_lseek (test.test_os.TestInvalidFD) PASS: test_read (test.test_os.TestInvalidFD) PASS: test_readv (test.test_os.TestInvalidFD) PASS: test_tcgetpgrp (test.test_os.TestInvalidFD) PASS: test_tcsetpgrpt (test.test_os.TestInvalidFD) PASS: test_ttyname (test.test_os.TestInvalidFD) PASS: test_write (test.test_os.TestInvalidFD) PASS: test_writev (test.test_os.TestInvalidFD) PASS: test_argument_required (test.test_os.TestPEP519) PASS: test_bad_pathlike (test.test_os.TestPEP519) PASS: test_fsencode_fsdecode (test.test_os.TestPEP519) PASS: test_garbage_in_exception_out (test.test_os.TestPEP519) PASS: test_pathlike (test.test_os.TestPEP519) PASS: test_pathlike_class_getitem (test.test_os.TestPEP519) PASS: test_pathlike_subclasshook (test.test_os.TestPEP519) PASS: test_return_bytes (test.test_os.TestPEP519) PASS: test_return_string (test.test_os.TestPEP519) PASS: test_argument_required (test.test_os.TestPEP519PurePython) PASS: test_bad_pathlike (test.test_os.TestPEP519PurePython) PASS: test_fsencode_fsdecode (test.test_os.TestPEP519PurePython) PASS: test_garbage_in_exception_out (test.test_os.TestPEP519PurePython) PASS: test_pathlike (test.test_os.TestPEP519PurePython) PASS: test_pathlike_class_getitem (test.test_os.TestPEP519PurePython) PASS: test_pathlike_subclasshook (test.test_os.TestPEP519PurePython) PASS: test_return_bytes (test.test_os.TestPEP519PurePython) PASS: test_return_string (test.test_os.TestPEP519PurePython) PASS: test_attributes (test.test_os.TestScandir) PASS: test_bad_path_type (test.test_os.TestScandir) PASS: test_broken_symlink (test.test_os.TestScandir) PASS: test_bytes (test.test_os.TestScandir) PASS: test_bytes_like (test.test_os.TestScandir) PASS: test_close (test.test_os.TestScandir) PASS: test_consume_iterator_twice (test.test_os.TestScandir) PASS: test_context_manager (test.test_os.TestScandir) PASS: test_context_manager_close (test.test_os.TestScandir) PASS: test_context_manager_exception (test.test_os.TestScandir) PASS: test_current_directory (test.test_os.TestScandir) PASS: test_empty_path (test.test_os.TestScandir) PASS: test_fd (test.test_os.TestScandir) PASS: test_fspath_protocol (test.test_os.TestScandir) PASS: test_fspath_protocol_bytes (test.test_os.TestScandir) PASS: test_removed_dir (test.test_os.TestScandir) PASS: test_removed_file (test.test_os.TestScandir) PASS: test_repr (test.test_os.TestScandir) PASS: test_resource_warning (test.test_os.TestScandir) PASS: test_uninstantiable (test.test_os.TestScandir) PASS: test_unpickable (test.test_os.TestScandir) SKIP: test_flags (test.test_os.TestSendfile) 'requires headers and trailers support' SKIP: test_headers (test.test_os.TestSendfile) 'requires headers and trailers support' SKIP: test_headers_overflow_32bits (test.test_os.TestSendfile) 'requires headers and trailers support' PASS: test_invalid_offset (test.test_os.TestSendfile) PASS: test_keywords (test.test_os.TestSendfile) PASS: test_offset_overflow (test.test_os.TestSendfile) PASS: test_send_at_certain_offset (test.test_os.TestSendfile) PASS: test_send_whole_file (test.test_os.TestSendfile) SKIP: test_trailers (test.test_os.TestSendfile) 'requires headers and trailers support' SKIP: test_trailers_overflow_32bits (test.test_os.TestSendfile) 'requires headers and trailers support' PASS: test_times (test.test_os.TimesTests) SKIP: test_urandom_failure (test.test_os.URandomFDTests) 'os.random() does not use a file descriptor' SKIP: test_urandom_fd_closed (test.test_os.URandomFDTests) 'os.random() does not use a file descriptor' SKIP: test_urandom_fd_reopened (test.test_os.URandomFDTests) 'os.random() does not use a file descriptor' PASS: test_urandom_length (test.test_os.URandomTests) PASS: test_urandom_subprocess (test.test_os.URandomTests) PASS: test_urandom_value (test.test_os.URandomTests) PASS: test_issue31577 (test.test_os.UtimeTests) SKIP: test_large_time (test.test_os.UtimeTests) 'requires NTFS' PASS: test_utime (test.test_os.UtimeTests) PASS: test_utime_by_indexed (test.test_os.UtimeTests) PASS: test_utime_by_times (test.test_os.UtimeTests) PASS: test_utime_current (test.test_os.UtimeTests) PASS: test_utime_current_old (test.test_os.UtimeTests) PASS: test_utime_dir_fd (test.test_os.UtimeTests) PASS: test_utime_directory (test.test_os.UtimeTests) PASS: test_utime_fd (test.test_os.UtimeTests) PASS: test_utime_invalid_arguments (test.test_os.UtimeTests) PASS: test_utime_nofollow_symlinks (test.test_os.UtimeTests) PASS: test_file_like_path (test.test_os.WalkTests) PASS: test_walk_bad_dir (test.test_os.WalkTests) PASS: test_walk_bottom_up (test.test_os.WalkTests) PASS: test_walk_many_open_files (test.test_os.WalkTests) PASS: test_walk_prune (test.test_os.WalkTests) PASS: test_walk_symlink (test.test_os.WalkTests) PASS: test_walk_topdown (test.test_os.WalkTests) SKIP: test_chdir (test.test_os.Win32ErrorTests) 'Win32 specific tests' SKIP: test_chmod (test.test_os.Win32ErrorTests) 'Win32 specific tests' SKIP: test_mkdir (test.test_os.Win32ErrorTests) 'Win32 specific tests' SKIP: test_remove (test.test_os.Win32ErrorTests) 'Win32 specific tests' SKIP: test_rename (test.test_os.Win32ErrorTests) 'Win32 specific tests' SKIP: test_utime (test.test_os.Win32ErrorTests) 'Win32 specific tests' SKIP: test_create_junction (test.test_os.Win32JunctionTests) 'Win32 specific tests' SKIP: test_unlink_removes_junction (test.test_os.Win32JunctionTests) 'Win32 specific tests' SKIP: test_CTRL_BREAK_EVENT (test.test_os.Win32KillTests) 'Win32 specific tests' SKIP: test_CTRL_C_EVENT (test.test_os.Win32KillTests) 'Win32 specific tests' SKIP: test_kill_int (test.test_os.Win32KillTests) 'Win32 specific tests' SKIP: test_kill_sigterm (test.test_os.Win32KillTests) 'Win32 specific tests' test_listdir_extended_path (test.test_os.Win32ListdirTests) SKIP: Test when the path starts with '\\?\'. 'Win32 specific tests' test_listdir_no_extended_path (test.test_os.Win32ListdirTests) SKIP: Test when the path is not an "extended" path. 'Win32 specific tests' SKIP: test_getfinalpathname_handles (test.test_os.Win32NtTests) 'Win32 specific tests' SKIP: test_stat_unlink_race (test.test_os.Win32NtTests) 'Win32 specific tests' SKIP: test_12084 (test.test_os.Win32SymlinkTests) 'Win32 specific tests' SKIP: test_29248 (test.test_os.Win32SymlinkTests) 'Win32 specific tests' SKIP: test_appexeclink (test.test_os.Win32SymlinkTests) 'Win32 specific tests' SKIP: test_buffer_overflow (test.test_os.Win32SymlinkTests) 'Win32 specific tests' SKIP: test_directory_link (test.test_os.Win32SymlinkTests) 'Win32 specific tests' SKIP: test_file_link (test.test_os.Win32SymlinkTests) 'Win32 specific tests' SKIP: test_isdir_on_directory_link_to_missing_target (test.test_os.Win32SymlinkTests) 'Win32 specific tests' SKIP: test_remove_directory_link_to_missing_target (test.test_os.Win32SymlinkTests) 'Win32 specific tests' SKIP: test_rmdir_on_directory_link_to_missing_target (test.test_os.Win32SymlinkTests) 'Win32 specific tests' ---------------------------------------------------------------------- Ran 316 tests in 2.379s OK (skipped=54) 0:13:44 load avg: 0.73 [246/427] test_ossaudiodev test_ossaudiodev skipped -- Use of the 'audio' resource not enabled 0:13:44 load avg: 0.73 [247/427] test_osx_env -- test_ossaudiodev skipped (resource denied) SKIP: test_pythonexecutable_sets_sys_executable (test.test_osx_env.OSXEnvironmentVariableTestCase) 'unnecessary on this platform' ---------------------------------------------------------------------- Ran 1 test in 0.000s OK (skipped=1) 0:13:45 load avg: 0.73 [248/427] test_pathlib PASS: test_rtruediv (test.test_pathlib.CompatiblePathTest) PASS: test_truediv (test.test_pathlib.CompatiblePathTest) PASS: test_parse_parts (test.test_pathlib.NTFlavourTest) PASS: test_parse_parts_common (test.test_pathlib.NTFlavourTest) PASS: test_splitroot (test.test_pathlib.NTFlavourTest) PASS: test_chmod (test.test_pathlib.PathTest) PASS: test_chmod_follow_symlinks_true (test.test_pathlib.PathTest) PASS: test_class_getitem (test.test_pathlib.PathTest) PASS: test_complex_symlinks_absolute (test.test_pathlib.PathTest) PASS: test_complex_symlinks_relative (test.test_pathlib.PathTest) PASS: test_complex_symlinks_relative_dot_dot (test.test_pathlib.PathTest) PASS: test_concrete_class (test.test_pathlib.PathTest) PASS: test_cwd (test.test_pathlib.PathTest) PASS: test_empty_path (test.test_pathlib.PathTest) PASS: test_exists (test.test_pathlib.PathTest) PASS: test_expanduser_common (test.test_pathlib.PathTest) PASS: test_glob_common (test.test_pathlib.PathTest) PASS: test_glob_dotdot (test.test_pathlib.PathTest) PASS: test_glob_empty_pattern (test.test_pathlib.PathTest) PASS: test_glob_many_open_files (test.test_pathlib.PathTest) PASS: test_glob_permissions (test.test_pathlib.PathTest) PASS: test_group (test.test_pathlib.PathTest) PASS: test_hardlink_to (test.test_pathlib.PathTest) PASS: test_home (test.test_pathlib.PathTest) PASS: test_is_block_device_false (test.test_pathlib.PathTest) PASS: test_is_char_device_false (test.test_pathlib.PathTest) PASS: test_is_char_device_true (test.test_pathlib.PathTest) PASS: test_is_dir (test.test_pathlib.PathTest) PASS: test_is_fifo_false (test.test_pathlib.PathTest) PASS: test_is_fifo_true (test.test_pathlib.PathTest) PASS: test_is_file (test.test_pathlib.PathTest) PASS: test_is_mount (test.test_pathlib.PathTest) PASS: test_is_socket_false (test.test_pathlib.PathTest) PASS: test_is_socket_true (test.test_pathlib.PathTest) PASS: test_is_symlink (test.test_pathlib.PathTest) PASS: test_iterdir (test.test_pathlib.PathTest) PASS: test_iterdir_nodir (test.test_pathlib.PathTest) PASS: test_iterdir_symlink (test.test_pathlib.PathTest) PASS: test_link_to (test.test_pathlib.PathTest) SKIP: test_link_to_not_implemented (test.test_pathlib.PathTest) 'os.link() is present' PASS: test_lstat (test.test_pathlib.PathTest) PASS: test_lstat_nosymlink (test.test_pathlib.PathTest) PASS: test_mkdir (test.test_pathlib.PathTest) PASS: test_mkdir_concurrent_parent_creation (test.test_pathlib.PathTest) PASS: test_mkdir_exist_ok (test.test_pathlib.PathTest) PASS: test_mkdir_exist_ok_root (test.test_pathlib.PathTest) PASS: test_mkdir_exist_ok_with_parent (test.test_pathlib.PathTest) PASS: test_mkdir_no_parents_file (test.test_pathlib.PathTest) PASS: test_mkdir_parents (test.test_pathlib.PathTest) PASS: test_mkdir_with_child_file (test.test_pathlib.PathTest) SKIP: test_mkdir_with_unknown_drive (test.test_pathlib.PathTest) 'test requires a Windows-compatible system' PASS: test_open_common (test.test_pathlib.PathTest) PASS: test_owner (test.test_pathlib.PathTest) PASS: test_parts_interning (test.test_pathlib.PathTest) PASS: test_pickling_common (test.test_pathlib.PathTest) PASS: test_read_write_bytes (test.test_pathlib.PathTest) PASS: test_read_write_text (test.test_pathlib.PathTest) PASS: test_readlink (test.test_pathlib.PathTest) PASS: test_rename (test.test_pathlib.PathTest) PASS: test_replace (test.test_pathlib.PathTest) PASS: test_resolve_common (test.test_pathlib.PathTest) PASS: test_resolve_dot (test.test_pathlib.PathTest) PASS: test_resolve_nonexist_relative_issue38671 (test.test_pathlib.PathTest) PASS: test_rglob_common (test.test_pathlib.PathTest) PASS: test_rglob_symlink_loop (test.test_pathlib.PathTest) PASS: test_rmdir (test.test_pathlib.PathTest) PASS: test_samefile (test.test_pathlib.PathTest) PASS: test_stat (test.test_pathlib.PathTest) PASS: test_stat_no_follow_symlinks (test.test_pathlib.PathTest) PASS: test_stat_no_follow_symlinks_nosymlink (test.test_pathlib.PathTest) PASS: test_symlink_to (test.test_pathlib.PathTest) PASS: test_touch_common (test.test_pathlib.PathTest) PASS: test_touch_nochange (test.test_pathlib.PathTest) PASS: test_unlink (test.test_pathlib.PathTest) PASS: test_unlink_missing_ok (test.test_pathlib.PathTest) PASS: test_unsupported_flavour (test.test_pathlib.PathTest) PASS: test_with (test.test_pathlib.PathTest) PASS: test_write_text_with_newlines (test.test_pathlib.PathTest) PASS: test_parse_parts (test.test_pathlib.PosixFlavourTest) PASS: test_parse_parts_common (test.test_pathlib.PosixFlavourTest) PASS: test_splitroot (test.test_pathlib.PosixFlavourTest) PASS: test_anchor_common (test.test_pathlib.PosixPathAsPureTest) PASS: test_as_bytes_common (test.test_pathlib.PosixPathAsPureTest) PASS: test_as_posix_common (test.test_pathlib.PosixPathAsPureTest) PASS: test_as_uri (test.test_pathlib.PosixPathAsPureTest) PASS: test_as_uri_common (test.test_pathlib.PosixPathAsPureTest) PASS: test_as_uri_non_ascii (test.test_pathlib.PosixPathAsPureTest) PASS: test_constructor_common (test.test_pathlib.PosixPathAsPureTest) PASS: test_div (test.test_pathlib.PosixPathAsPureTest) PASS: test_div_common (test.test_pathlib.PosixPathAsPureTest) PASS: test_drive_common (test.test_pathlib.PosixPathAsPureTest) PASS: test_eq (test.test_pathlib.PosixPathAsPureTest) PASS: test_eq_common (test.test_pathlib.PosixPathAsPureTest) PASS: test_equivalences (test.test_pathlib.PosixPathAsPureTest) PASS: test_fspath_common (test.test_pathlib.PosixPathAsPureTest) PASS: test_is_absolute (test.test_pathlib.PosixPathAsPureTest) PASS: test_is_relative_to_common (test.test_pathlib.PosixPathAsPureTest) PASS: test_is_reserved (test.test_pathlib.PosixPathAsPureTest) PASS: test_join (test.test_pathlib.PosixPathAsPureTest) PASS: test_join_common (test.test_pathlib.PosixPathAsPureTest) PASS: test_match (test.test_pathlib.PosixPathAsPureTest) PASS: test_match_common (test.test_pathlib.PosixPathAsPureTest) PASS: test_name_common (test.test_pathlib.PosixPathAsPureTest) PASS: test_ordering_common (test.test_pathlib.PosixPathAsPureTest) PASS: test_parent_common (test.test_pathlib.PosixPathAsPureTest) PASS: test_parents_common (test.test_pathlib.PosixPathAsPureTest) PASS: test_parts_common (test.test_pathlib.PosixPathAsPureTest) PASS: test_pickling_common (test.test_pathlib.PosixPathAsPureTest) PASS: test_relative_to_common (test.test_pathlib.PosixPathAsPureTest) PASS: test_repr_common (test.test_pathlib.PosixPathAsPureTest) PASS: test_root (test.test_pathlib.PosixPathAsPureTest) PASS: test_root_common (test.test_pathlib.PosixPathAsPureTest) PASS: test_stem_common (test.test_pathlib.PosixPathAsPureTest) PASS: test_str_common (test.test_pathlib.PosixPathAsPureTest) PASS: test_str_subclass_common (test.test_pathlib.PosixPathAsPureTest) PASS: test_suffix_common (test.test_pathlib.PosixPathAsPureTest) PASS: test_suffixes_common (test.test_pathlib.PosixPathAsPureTest) PASS: test_with_name_common (test.test_pathlib.PosixPathAsPureTest) PASS: test_with_stem_common (test.test_pathlib.PosixPathAsPureTest) PASS: test_with_suffix_common (test.test_pathlib.PosixPathAsPureTest) PASS: test_chmod (test.test_pathlib.PosixPathTest) PASS: test_chmod_follow_symlinks_true (test.test_pathlib.PosixPathTest) PASS: test_complex_symlinks_absolute (test.test_pathlib.PosixPathTest) PASS: test_complex_symlinks_relative (test.test_pathlib.PosixPathTest) PASS: test_complex_symlinks_relative_dot_dot (test.test_pathlib.PosixPathTest) PASS: test_cwd (test.test_pathlib.PosixPathTest) PASS: test_empty_path (test.test_pathlib.PosixPathTest) PASS: test_exists (test.test_pathlib.PosixPathTest) PASS: test_expanduser (test.test_pathlib.PosixPathTest) PASS: test_expanduser_common (test.test_pathlib.PosixPathTest) PASS: test_glob (test.test_pathlib.PosixPathTest) PASS: test_glob_common (test.test_pathlib.PosixPathTest) PASS: test_glob_dotdot (test.test_pathlib.PosixPathTest) PASS: test_glob_many_open_files (test.test_pathlib.PosixPathTest) PASS: test_glob_permissions (test.test_pathlib.PosixPathTest) PASS: test_group (test.test_pathlib.PosixPathTest) SKIP: test_handling_bad_descriptor (test.test_pathlib.PosixPathTest) 'Bad file descriptor in /dev/fd affects only macOS' PASS: test_hardlink_to (test.test_pathlib.PosixPathTest) PASS: test_home (test.test_pathlib.PosixPathTest) PASS: test_is_block_device_false (test.test_pathlib.PosixPathTest) PASS: test_is_char_device_false (test.test_pathlib.PosixPathTest) PASS: test_is_char_device_true (test.test_pathlib.PosixPathTest) PASS: test_is_dir (test.test_pathlib.PosixPathTest) PASS: test_is_fifo_false (test.test_pathlib.PosixPathTest) PASS: test_is_fifo_true (test.test_pathlib.PosixPathTest) PASS: test_is_file (test.test_pathlib.PosixPathTest) PASS: test_is_mount (test.test_pathlib.PosixPathTest) PASS: test_is_socket_false (test.test_pathlib.PosixPathTest) PASS: test_is_socket_true (test.test_pathlib.PosixPathTest) PASS: test_is_symlink (test.test_pathlib.PosixPathTest) PASS: test_iterdir (test.test_pathlib.PosixPathTest) PASS: test_iterdir_nodir (test.test_pathlib.PosixPathTest) PASS: test_iterdir_symlink (test.test_pathlib.PosixPathTest) PASS: test_link_to (test.test_pathlib.PosixPathTest) SKIP: test_link_to_not_implemented (test.test_pathlib.PosixPathTest) 'os.link() is present' PASS: test_lstat (test.test_pathlib.PosixPathTest) PASS: test_lstat_nosymlink (test.test_pathlib.PosixPathTest) PASS: test_mkdir (test.test_pathlib.PosixPathTest) PASS: test_mkdir_concurrent_parent_creation (test.test_pathlib.PosixPathTest) PASS: test_mkdir_exist_ok (test.test_pathlib.PosixPathTest) PASS: test_mkdir_exist_ok_root (test.test_pathlib.PosixPathTest) PASS: test_mkdir_exist_ok_with_parent (test.test_pathlib.PosixPathTest) PASS: test_mkdir_no_parents_file (test.test_pathlib.PosixPathTest) PASS: test_mkdir_parents (test.test_pathlib.PosixPathTest) PASS: test_mkdir_with_child_file (test.test_pathlib.PosixPathTest) SKIP: test_mkdir_with_unknown_drive (test.test_pathlib.PosixPathTest) 'test requires a Windows-compatible system' PASS: test_open_common (test.test_pathlib.PosixPathTest) PASS: test_open_mode (test.test_pathlib.PosixPathTest) PASS: test_owner (test.test_pathlib.PosixPathTest) PASS: test_parts_interning (test.test_pathlib.PosixPathTest) PASS: test_pickling_common (test.test_pathlib.PosixPathTest) PASS: test_read_write_bytes (test.test_pathlib.PosixPathTest) PASS: test_read_write_text (test.test_pathlib.PosixPathTest) PASS: test_readlink (test.test_pathlib.PosixPathTest) PASS: test_rename (test.test_pathlib.PosixPathTest) PASS: test_replace (test.test_pathlib.PosixPathTest) PASS: test_resolve_common (test.test_pathlib.PosixPathTest) PASS: test_resolve_dot (test.test_pathlib.PosixPathTest) PASS: test_resolve_loop (test.test_pathlib.PosixPathTest) PASS: test_resolve_nonexist_relative_issue38671 (test.test_pathlib.PosixPathTest) PASS: test_resolve_root (test.test_pathlib.PosixPathTest) PASS: test_rglob (test.test_pathlib.PosixPathTest) PASS: test_rglob_common (test.test_pathlib.PosixPathTest) PASS: test_rglob_symlink_loop (test.test_pathlib.PosixPathTest) PASS: test_rmdir (test.test_pathlib.PosixPathTest) PASS: test_samefile (test.test_pathlib.PosixPathTest) PASS: test_stat (test.test_pathlib.PosixPathTest) PASS: test_stat_no_follow_symlinks (test.test_pathlib.PosixPathTest) PASS: test_stat_no_follow_symlinks_nosymlink (test.test_pathlib.PosixPathTest) PASS: test_symlink_to (test.test_pathlib.PosixPathTest) PASS: test_touch_common (test.test_pathlib.PosixPathTest) PASS: test_touch_mode (test.test_pathlib.PosixPathTest) PASS: test_touch_nochange (test.test_pathlib.PosixPathTest) PASS: test_unlink (test.test_pathlib.PosixPathTest) PASS: test_unlink_missing_ok (test.test_pathlib.PosixPathTest) PASS: test_with (test.test_pathlib.PosixPathTest) PASS: test_write_text_with_newlines (test.test_pathlib.PosixPathTest) PASS: test_anchor_common (test.test_pathlib.PurePathTest) PASS: test_as_bytes_common (test.test_pathlib.PurePathTest) PASS: test_as_posix_common (test.test_pathlib.PurePathTest) PASS: test_as_uri_common (test.test_pathlib.PurePathTest) PASS: test_concrete_class (test.test_pathlib.PurePathTest) PASS: test_constructor_common (test.test_pathlib.PurePathTest) PASS: test_different_flavours_unequal (test.test_pathlib.PurePathTest) PASS: test_different_flavours_unordered (test.test_pathlib.PurePathTest) PASS: test_div_common (test.test_pathlib.PurePathTest) PASS: test_drive_common (test.test_pathlib.PurePathTest) PASS: test_eq_common (test.test_pathlib.PurePathTest) PASS: test_equivalences (test.test_pathlib.PurePathTest) PASS: test_fspath_common (test.test_pathlib.PurePathTest) PASS: test_is_relative_to_common (test.test_pathlib.PurePathTest) PASS: test_join_common (test.test_pathlib.PurePathTest) PASS: test_match_common (test.test_pathlib.PurePathTest) PASS: test_name_common (test.test_pathlib.PurePathTest) PASS: test_ordering_common (test.test_pathlib.PurePathTest) PASS: test_parent_common (test.test_pathlib.PurePathTest) PASS: test_parents_common (test.test_pathlib.PurePathTest) PASS: test_parts_common (test.test_pathlib.PurePathTest) PASS: test_pickling_common (test.test_pathlib.PurePathTest) PASS: test_relative_to_common (test.test_pathlib.PurePathTest) PASS: test_repr_common (test.test_pathlib.PurePathTest) PASS: test_root_common (test.test_pathlib.PurePathTest) PASS: test_stem_common (test.test_pathlib.PurePathTest) PASS: test_str_common (test.test_pathlib.PurePathTest) PASS: test_str_subclass_common (test.test_pathlib.PurePathTest) PASS: test_suffix_common (test.test_pathlib.PurePathTest) PASS: test_suffixes_common (test.test_pathlib.PurePathTest) PASS: test_with_name_common (test.test_pathlib.PurePathTest) PASS: test_with_stem_common (test.test_pathlib.PurePathTest) PASS: test_with_suffix_common (test.test_pathlib.PurePathTest) PASS: test_anchor_common (test.test_pathlib.PurePosixPathTest) PASS: test_as_bytes_common (test.test_pathlib.PurePosixPathTest) PASS: test_as_posix_common (test.test_pathlib.PurePosixPathTest) PASS: test_as_uri (test.test_pathlib.PurePosixPathTest) PASS: test_as_uri_common (test.test_pathlib.PurePosixPathTest) PASS: test_as_uri_non_ascii (test.test_pathlib.PurePosixPathTest) PASS: test_constructor_common (test.test_pathlib.PurePosixPathTest) PASS: test_div (test.test_pathlib.PurePosixPathTest) PASS: test_div_common (test.test_pathlib.PurePosixPathTest) PASS: test_drive_common (test.test_pathlib.PurePosixPathTest) PASS: test_eq (test.test_pathlib.PurePosixPathTest) PASS: test_eq_common (test.test_pathlib.PurePosixPathTest) PASS: test_equivalences (test.test_pathlib.PurePosixPathTest) PASS: test_fspath_common (test.test_pathlib.PurePosixPathTest) PASS: test_is_absolute (test.test_pathlib.PurePosixPathTest) PASS: test_is_relative_to_common (test.test_pathlib.PurePosixPathTest) PASS: test_is_reserved (test.test_pathlib.PurePosixPathTest) PASS: test_join (test.test_pathlib.PurePosixPathTest) PASS: test_join_common (test.test_pathlib.PurePosixPathTest) PASS: test_match (test.test_pathlib.PurePosixPathTest) PASS: test_match_common (test.test_pathlib.PurePosixPathTest) PASS: test_name_common (test.test_pathlib.PurePosixPathTest) PASS: test_ordering_common (test.test_pathlib.PurePosixPathTest) PASS: test_parent_common (test.test_pathlib.PurePosixPathTest) PASS: test_parents_common (test.test_pathlib.PurePosixPathTest) PASS: test_parts_common (test.test_pathlib.PurePosixPathTest) PASS: test_pickling_common (test.test_pathlib.PurePosixPathTest) PASS: test_relative_to_common (test.test_pathlib.PurePosixPathTest) PASS: test_repr_common (test.test_pathlib.PurePosixPathTest) PASS: test_root (test.test_pathlib.PurePosixPathTest) PASS: test_root_common (test.test_pathlib.PurePosixPathTest) PASS: test_stem_common (test.test_pathlib.PurePosixPathTest) PASS: test_str_common (test.test_pathlib.PurePosixPathTest) PASS: test_str_subclass_common (test.test_pathlib.PurePosixPathTest) PASS: test_suffix_common (test.test_pathlib.PurePosixPathTest) PASS: test_suffixes_common (test.test_pathlib.PurePosixPathTest) PASS: test_with_name_common (test.test_pathlib.PurePosixPathTest) PASS: test_with_stem_common (test.test_pathlib.PurePosixPathTest) PASS: test_with_suffix_common (test.test_pathlib.PurePosixPathTest) PASS: test_anchor (test.test_pathlib.PureWindowsPathTest) PASS: test_anchor_common (test.test_pathlib.PureWindowsPathTest) PASS: test_as_bytes_common (test.test_pathlib.PureWindowsPathTest) PASS: test_as_posix_common (test.test_pathlib.PureWindowsPathTest) PASS: test_as_uri (test.test_pathlib.PureWindowsPathTest) PASS: test_as_uri_common (test.test_pathlib.PureWindowsPathTest) PASS: test_constructor_common (test.test_pathlib.PureWindowsPathTest) PASS: test_div (test.test_pathlib.PureWindowsPathTest) PASS: test_div_common (test.test_pathlib.PureWindowsPathTest) PASS: test_drive (test.test_pathlib.PureWindowsPathTest) PASS: test_drive_common (test.test_pathlib.PureWindowsPathTest) PASS: test_eq (test.test_pathlib.PureWindowsPathTest) PASS: test_eq_common (test.test_pathlib.PureWindowsPathTest) PASS: test_equivalences (test.test_pathlib.PureWindowsPathTest) PASS: test_fspath_common (test.test_pathlib.PureWindowsPathTest) PASS: test_is_absolute (test.test_pathlib.PureWindowsPathTest) PASS: test_is_relative_to (test.test_pathlib.PureWindowsPathTest) PASS: test_is_relative_to_common (test.test_pathlib.PureWindowsPathTest) PASS: test_is_reserved (test.test_pathlib.PureWindowsPathTest) PASS: test_join (test.test_pathlib.PureWindowsPathTest) PASS: test_join_common (test.test_pathlib.PureWindowsPathTest) PASS: test_match_common (test.test_pathlib.PureWindowsPathTest) PASS: test_name (test.test_pathlib.PureWindowsPathTest) PASS: test_name_common (test.test_pathlib.PureWindowsPathTest) PASS: test_ordering_common (test.test_pathlib.PureWindowsPathTest) PASS: test_parent (test.test_pathlib.PureWindowsPathTest) PASS: test_parent_common (test.test_pathlib.PureWindowsPathTest) PASS: test_parents (test.test_pathlib.PureWindowsPathTest) PASS: test_parents_common (test.test_pathlib.PureWindowsPathTest) PASS: test_parts (test.test_pathlib.PureWindowsPathTest) PASS: test_parts_common (test.test_pathlib.PureWindowsPathTest) PASS: test_pickling_common (test.test_pathlib.PureWindowsPathTest) PASS: test_relative_to (test.test_pathlib.PureWindowsPathTest) PASS: test_relative_to_common (test.test_pathlib.PureWindowsPathTest) PASS: test_repr_common (test.test_pathlib.PureWindowsPathTest) PASS: test_root (test.test_pathlib.PureWindowsPathTest) PASS: test_root_common (test.test_pathlib.PureWindowsPathTest) PASS: test_stem (test.test_pathlib.PureWindowsPathTest) PASS: test_stem_common (test.test_pathlib.PureWindowsPathTest) PASS: test_str (test.test_pathlib.PureWindowsPathTest) PASS: test_str_common (test.test_pathlib.PureWindowsPathTest) PASS: test_str_subclass (test.test_pathlib.PureWindowsPathTest) PASS: test_str_subclass_common (test.test_pathlib.PureWindowsPathTest) PASS: test_suffix (test.test_pathlib.PureWindowsPathTest) PASS: test_suffix_common (test.test_pathlib.PureWindowsPathTest) PASS: test_suffixes (test.test_pathlib.PureWindowsPathTest) PASS: test_suffixes_common (test.test_pathlib.PureWindowsPathTest) PASS: test_with_name (test.test_pathlib.PureWindowsPathTest) PASS: test_with_name_common (test.test_pathlib.PureWindowsPathTest) PASS: test_with_stem (test.test_pathlib.PureWindowsPathTest) PASS: test_with_stem_common (test.test_pathlib.PureWindowsPathTest) PASS: test_with_suffix (test.test_pathlib.PureWindowsPathTest) PASS: test_with_suffix_common (test.test_pathlib.PureWindowsPathTest) SKIP: test_anchor (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_anchor_common (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_as_bytes_common (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_as_posix_common (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_as_uri (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_as_uri_common (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_constructor_common (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_div (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_div_common (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_drive (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_drive_common (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_eq (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_eq_common (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_equivalences (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_fspath_common (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_group (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_is_absolute (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_is_relative_to (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_is_relative_to_common (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_is_reserved (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_join (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_join_common (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_match_common (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_name (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_name_common (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_ordering_common (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_owner (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_parent (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_parent_common (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_parents (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_parents_common (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_parts (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_parts_common (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_pickling_common (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_relative_to (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_relative_to_common (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_repr_common (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_root (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_root_common (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_stem (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_stem_common (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_str (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_str_common (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_str_subclass (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_str_subclass_common (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_suffix (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_suffix_common (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_suffixes (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_suffixes_common (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_with_name (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_with_name_common (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_with_stem (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_with_stem_common (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_with_suffix (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_with_suffix_common (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_chmod (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_chmod_follow_symlinks_true (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_complex_symlinks_absolute (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_complex_symlinks_relative (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_complex_symlinks_relative_dot_dot (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_cwd (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_empty_path (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_exists (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_expanduser (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_expanduser_common (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_glob (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_glob_common (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_glob_dotdot (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_glob_many_open_files (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_glob_permissions (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_group (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_hardlink_to (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_home (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_is_block_device_false (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_is_char_device_false (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_is_char_device_true (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_is_dir (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_is_fifo_false (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_is_fifo_true (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_is_file (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_is_mount (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_is_socket_false (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_is_socket_true (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_is_symlink (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_iterdir (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_iterdir_nodir (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_iterdir_symlink (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_link_to (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_link_to_not_implemented (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_lstat (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_lstat_nosymlink (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_mkdir (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_mkdir_concurrent_parent_creation (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_mkdir_exist_ok (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_mkdir_exist_ok_root (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_mkdir_exist_ok_with_parent (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_mkdir_no_parents_file (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_mkdir_parents (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_mkdir_with_child_file (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_mkdir_with_unknown_drive (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_open_common (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_owner (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_parts_interning (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_pickling_common (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_read_write_bytes (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_read_write_text (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_readlink (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_rename (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_replace (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_resolve_common (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_resolve_dot (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_resolve_nonexist_relative_issue38671 (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_rglob (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_rglob_common (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_rglob_symlink_loop (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_rmdir (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_samefile (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_stat (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_stat_no_follow_symlinks (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_stat_no_follow_symlinks_nosymlink (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_symlink_to (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_touch_common (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_touch_nochange (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_unlink (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_unlink_missing_ok (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_with (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_write_text_with_newlines (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' ---------------------------------------------------------------------- Ran 449 tests in 0.781s OK (skipped=132) 0:13:46 load avg: 0.73 [249/427] test_patma PASS: test_refleaks (test.test_patma.TestCompiler) PASS: test_late_registration_mapping (test.test_patma.TestInheritance) PASS: test_late_registration_sequence (test.test_patma.TestInheritance) PASS: test_multiple_inheritance_mapping (test.test_patma.TestInheritance) PASS: test_multiple_inheritance_sequence (test.test_patma.TestInheritance) PASS: test_patma_000 (test.test_patma.TestPatma) PASS: test_patma_001 (test.test_patma.TestPatma) PASS: test_patma_002 (test.test_patma.TestPatma) PASS: test_patma_003 (test.test_patma.TestPatma) PASS: test_patma_004 (test.test_patma.TestPatma) PASS: test_patma_005 (test.test_patma.TestPatma) PASS: test_patma_006 (test.test_patma.TestPatma) PASS: test_patma_007 (test.test_patma.TestPatma) PASS: test_patma_008 (test.test_patma.TestPatma) PASS: test_patma_009 (test.test_patma.TestPatma) PASS: test_patma_010 (test.test_patma.TestPatma) PASS: test_patma_011 (test.test_patma.TestPatma) PASS: test_patma_012 (test.test_patma.TestPatma) PASS: test_patma_013 (test.test_patma.TestPatma) PASS: test_patma_014 (test.test_patma.TestPatma) PASS: test_patma_015 (test.test_patma.TestPatma) PASS: test_patma_016 (test.test_patma.TestPatma) PASS: test_patma_017 (test.test_patma.TestPatma) PASS: test_patma_018 (test.test_patma.TestPatma) PASS: test_patma_019 (test.test_patma.TestPatma) PASS: test_patma_020 (test.test_patma.TestPatma) PASS: test_patma_021 (test.test_patma.TestPatma) PASS: test_patma_022 (test.test_patma.TestPatma) PASS: test_patma_023 (test.test_patma.TestPatma) PASS: test_patma_024 (test.test_patma.TestPatma) PASS: test_patma_025 (test.test_patma.TestPatma) PASS: test_patma_026 (test.test_patma.TestPatma) PASS: test_patma_027 (test.test_patma.TestPatma) PASS: test_patma_028 (test.test_patma.TestPatma) PASS: test_patma_029 (test.test_patma.TestPatma) PASS: test_patma_030 (test.test_patma.TestPatma) PASS: test_patma_031 (test.test_patma.TestPatma) PASS: test_patma_032 (test.test_patma.TestPatma) PASS: test_patma_033 (test.test_patma.TestPatma) PASS: test_patma_034 (test.test_patma.TestPatma) PASS: test_patma_035 (test.test_patma.TestPatma) PASS: test_patma_036 (test.test_patma.TestPatma) PASS: test_patma_037 (test.test_patma.TestPatma) PASS: test_patma_038 (test.test_patma.TestPatma) PASS: test_patma_039 (test.test_patma.TestPatma) PASS: test_patma_040 (test.test_patma.TestPatma) PASS: test_patma_041 (test.test_patma.TestPatma) PASS: test_patma_042 (test.test_patma.TestPatma) PASS: test_patma_043 (test.test_patma.TestPatma) PASS: test_patma_044 (test.test_patma.TestPatma) PASS: test_patma_045 (test.test_patma.TestPatma) PASS: test_patma_046 (test.test_patma.TestPatma) PASS: test_patma_047 (test.test_patma.TestPatma) PASS: test_patma_048 (test.test_patma.TestPatma) PASS: test_patma_049 (test.test_patma.TestPatma) PASS: test_patma_050 (test.test_patma.TestPatma) PASS: test_patma_051 (test.test_patma.TestPatma) PASS: test_patma_052 (test.test_patma.TestPatma) PASS: test_patma_053 (test.test_patma.TestPatma) PASS: test_patma_054 (test.test_patma.TestPatma) PASS: test_patma_055 (test.test_patma.TestPatma) PASS: test_patma_056 (test.test_patma.TestPatma) PASS: test_patma_057 (test.test_patma.TestPatma) PASS: test_patma_058 (test.test_patma.TestPatma) PASS: test_patma_059 (test.test_patma.TestPatma) PASS: test_patma_060 (test.test_patma.TestPatma) PASS: test_patma_061 (test.test_patma.TestPatma) PASS: test_patma_062 (test.test_patma.TestPatma) PASS: test_patma_063 (test.test_patma.TestPatma) PASS: test_patma_064 (test.test_patma.TestPatma) PASS: test_patma_065 (test.test_patma.TestPatma) PASS: test_patma_066 (test.test_patma.TestPatma) PASS: test_patma_067 (test.test_patma.TestPatma) PASS: test_patma_068 (test.test_patma.TestPatma) PASS: test_patma_069 (test.test_patma.TestPatma) PASS: test_patma_070 (test.test_patma.TestPatma) PASS: test_patma_071 (test.test_patma.TestPatma) PASS: test_patma_072 (test.test_patma.TestPatma) PASS: test_patma_073 (test.test_patma.TestPatma) PASS: test_patma_074 (test.test_patma.TestPatma) PASS: test_patma_075 (test.test_patma.TestPatma) PASS: test_patma_076 (test.test_patma.TestPatma) PASS: test_patma_077 (test.test_patma.TestPatma) PASS: test_patma_078 (test.test_patma.TestPatma) PASS: test_patma_079 (test.test_patma.TestPatma) PASS: test_patma_080 (test.test_patma.TestPatma) PASS: test_patma_081 (test.test_patma.TestPatma) PASS: test_patma_082 (test.test_patma.TestPatma) PASS: test_patma_083 (test.test_patma.TestPatma) PASS: test_patma_084 (test.test_patma.TestPatma) PASS: test_patma_085 (test.test_patma.TestPatma) PASS: test_patma_086 (test.test_patma.TestPatma) PASS: test_patma_087 (test.test_patma.TestPatma) PASS: test_patma_088 (test.test_patma.TestPatma) PASS: test_patma_089 (test.test_patma.TestPatma) PASS: test_patma_090 (test.test_patma.TestPatma) PASS: test_patma_091 (test.test_patma.TestPatma) PASS: test_patma_092 (test.test_patma.TestPatma) PASS: test_patma_093 (test.test_patma.TestPatma) PASS: test_patma_094 (test.test_patma.TestPatma) PASS: test_patma_095 (test.test_patma.TestPatma) PASS: test_patma_096 (test.test_patma.TestPatma) PASS: test_patma_097 (test.test_patma.TestPatma) PASS: test_patma_098 (test.test_patma.TestPatma) PASS: test_patma_099 (test.test_patma.TestPatma) PASS: test_patma_100 (test.test_patma.TestPatma) PASS: test_patma_101 (test.test_patma.TestPatma) PASS: test_patma_102 (test.test_patma.TestPatma) PASS: test_patma_103 (test.test_patma.TestPatma) PASS: test_patma_104 (test.test_patma.TestPatma) PASS: test_patma_105 (test.test_patma.TestPatma) PASS: test_patma_106 (test.test_patma.TestPatma) PASS: test_patma_107 (test.test_patma.TestPatma) PASS: test_patma_108 (test.test_patma.TestPatma) PASS: test_patma_109 (test.test_patma.TestPatma) PASS: test_patma_110 (test.test_patma.TestPatma) PASS: test_patma_111 (test.test_patma.TestPatma) PASS: test_patma_112 (test.test_patma.TestPatma) PASS: test_patma_113 (test.test_patma.TestPatma) PASS: test_patma_114 (test.test_patma.TestPatma) PASS: test_patma_115 (test.test_patma.TestPatma) PASS: test_patma_116 (test.test_patma.TestPatma) PASS: test_patma_117 (test.test_patma.TestPatma) PASS: test_patma_118 (test.test_patma.TestPatma) PASS: test_patma_119 (test.test_patma.TestPatma) PASS: test_patma_120 (test.test_patma.TestPatma) PASS: test_patma_121 (test.test_patma.TestPatma) PASS: test_patma_122 (test.test_patma.TestPatma) PASS: test_patma_123 (test.test_patma.TestPatma) PASS: test_patma_124 (test.test_patma.TestPatma) PASS: test_patma_125 (test.test_patma.TestPatma) PASS: test_patma_126 (test.test_patma.TestPatma) PASS: test_patma_127 (test.test_patma.TestPatma) PASS: test_patma_128 (test.test_patma.TestPatma) PASS: test_patma_129 (test.test_patma.TestPatma) PASS: test_patma_130 (test.test_patma.TestPatma) PASS: test_patma_131 (test.test_patma.TestPatma) PASS: test_patma_132 (test.test_patma.TestPatma) PASS: test_patma_133 (test.test_patma.TestPatma) PASS: test_patma_134 (test.test_patma.TestPatma) PASS: test_patma_135 (test.test_patma.TestPatma) PASS: test_patma_136 (test.test_patma.TestPatma) PASS: test_patma_137 (test.test_patma.TestPatma) PASS: test_patma_138 (test.test_patma.TestPatma) PASS: test_patma_139 (test.test_patma.TestPatma) PASS: test_patma_140 (test.test_patma.TestPatma) PASS: test_patma_141 (test.test_patma.TestPatma) PASS: test_patma_142 (test.test_patma.TestPatma) PASS: test_patma_143 (test.test_patma.TestPatma) PASS: test_patma_144 (test.test_patma.TestPatma) PASS: test_patma_145 (test.test_patma.TestPatma) PASS: test_patma_146 (test.test_patma.TestPatma) PASS: test_patma_147 (test.test_patma.TestPatma) PASS: test_patma_148 (test.test_patma.TestPatma) PASS: test_patma_149 (test.test_patma.TestPatma) PASS: test_patma_150 (test.test_patma.TestPatma) PASS: test_patma_151 (test.test_patma.TestPatma) PASS: test_patma_152 (test.test_patma.TestPatma) PASS: test_patma_153 (test.test_patma.TestPatma) PASS: test_patma_154 (test.test_patma.TestPatma) PASS: test_patma_155 (test.test_patma.TestPatma) PASS: test_patma_156 (test.test_patma.TestPatma) PASS: test_patma_157 (test.test_patma.TestPatma) PASS: test_patma_158 (test.test_patma.TestPatma) PASS: test_patma_159 (test.test_patma.TestPatma) PASS: test_patma_160 (test.test_patma.TestPatma) PASS: test_patma_161 (test.test_patma.TestPatma) PASS: test_patma_162 (test.test_patma.TestPatma) PASS: test_patma_163 (test.test_patma.TestPatma) PASS: test_patma_164 (test.test_patma.TestPatma) PASS: test_patma_165 (test.test_patma.TestPatma) PASS: test_patma_166 (test.test_patma.TestPatma) PASS: test_patma_167 (test.test_patma.TestPatma) PASS: test_patma_168 (test.test_patma.TestPatma) PASS: test_patma_169 (test.test_patma.TestPatma) PASS: test_patma_170 (test.test_patma.TestPatma) PASS: test_patma_171 (test.test_patma.TestPatma) PASS: test_patma_172 (test.test_patma.TestPatma) PASS: test_patma_173 (test.test_patma.TestPatma) PASS: test_patma_174 (test.test_patma.TestPatma) PASS: test_patma_175 (test.test_patma.TestPatma) PASS: test_patma_176 (test.test_patma.TestPatma) PASS: test_patma_177 (test.test_patma.TestPatma) PASS: test_patma_178 (test.test_patma.TestPatma) PASS: test_patma_179 (test.test_patma.TestPatma) PASS: test_patma_180 (test.test_patma.TestPatma) PASS: test_patma_181 (test.test_patma.TestPatma) PASS: test_patma_182 (test.test_patma.TestPatma) PASS: test_patma_183 (test.test_patma.TestPatma) PASS: test_patma_184 (test.test_patma.TestPatma) PASS: test_patma_185 (test.test_patma.TestPatma) PASS: test_patma_186 (test.test_patma.TestPatma) PASS: test_patma_187 (test.test_patma.TestPatma) PASS: test_patma_188 (test.test_patma.TestPatma) PASS: test_patma_189 (test.test_patma.TestPatma) PASS: test_patma_190 (test.test_patma.TestPatma) PASS: test_patma_191 (test.test_patma.TestPatma) PASS: test_patma_192 (test.test_patma.TestPatma) PASS: test_patma_193 (test.test_patma.TestPatma) PASS: test_patma_194 (test.test_patma.TestPatma) PASS: test_patma_195 (test.test_patma.TestPatma) PASS: test_patma_196 (test.test_patma.TestPatma) PASS: test_patma_197 (test.test_patma.TestPatma) PASS: test_patma_198 (test.test_patma.TestPatma) PASS: test_patma_199 (test.test_patma.TestPatma) PASS: test_patma_200 (test.test_patma.TestPatma) PASS: test_patma_201 (test.test_patma.TestPatma) PASS: test_patma_202 (test.test_patma.TestPatma) PASS: test_patma_203 (test.test_patma.TestPatma) PASS: test_patma_204 (test.test_patma.TestPatma) PASS: test_patma_205 (test.test_patma.TestPatma) PASS: test_patma_206 (test.test_patma.TestPatma) PASS: test_patma_207 (test.test_patma.TestPatma) PASS: test_patma_208 (test.test_patma.TestPatma) PASS: test_patma_209 (test.test_patma.TestPatma) PASS: test_patma_210 (test.test_patma.TestPatma) PASS: test_patma_211 (test.test_patma.TestPatma) PASS: test_patma_212 (test.test_patma.TestPatma) PASS: test_patma_213 (test.test_patma.TestPatma) PASS: test_patma_214 (test.test_patma.TestPatma) PASS: test_patma_215 (test.test_patma.TestPatma) PASS: test_patma_216 (test.test_patma.TestPatma) PASS: test_patma_217 (test.test_patma.TestPatma) PASS: test_patma_218 (test.test_patma.TestPatma) PASS: test_patma_219 (test.test_patma.TestPatma) PASS: test_patma_220 (test.test_patma.TestPatma) PASS: test_patma_221 (test.test_patma.TestPatma) PASS: test_patma_222 (test.test_patma.TestPatma) PASS: test_patma_223 (test.test_patma.TestPatma) PASS: test_patma_224 (test.test_patma.TestPatma) PASS: test_patma_225 (test.test_patma.TestPatma) PASS: test_patma_226 (test.test_patma.TestPatma) PASS: test_patma_227 (test.test_patma.TestPatma) PASS: test_patma_228 (test.test_patma.TestPatma) PASS: test_patma_229 (test.test_patma.TestPatma) PASS: test_patma_230 (test.test_patma.TestPatma) PASS: test_patma_231 (test.test_patma.TestPatma) PASS: test_patma_232 (test.test_patma.TestPatma) PASS: test_patma_233 (test.test_patma.TestPatma) PASS: test_patma_234 (test.test_patma.TestPatma) PASS: test_patma_235 (test.test_patma.TestPatma) PASS: test_patma_236 (test.test_patma.TestPatma) PASS: test_patma_237 (test.test_patma.TestPatma) PASS: test_patma_238 (test.test_patma.TestPatma) PASS: test_patma_239 (test.test_patma.TestPatma) PASS: test_patma_240 (test.test_patma.TestPatma) PASS: test_patma_241 (test.test_patma.TestPatma) PASS: test_patma_242 (test.test_patma.TestPatma) PASS: test_patma_243 (test.test_patma.TestPatma) PASS: test_patma_244 (test.test_patma.TestPatma) PASS: test_patma_245 (test.test_patma.TestPatma) PASS: test_patma_246 (test.test_patma.TestPatma) PASS: test_patma_247 (test.test_patma.TestPatma) PASS: test_alternative_patterns_bind_different_names_0 (test.test_patma.TestSyntaxErrors) PASS: test_alternative_patterns_bind_different_names_1 (test.test_patma.TestSyntaxErrors) PASS: test_attribute_name_repeated_in_class_pattern (test.test_patma.TestSyntaxErrors) PASS: test_imaginary_number_required_in_complex_literal_0 (test.test_patma.TestSyntaxErrors) PASS: test_imaginary_number_required_in_complex_literal_1 (test.test_patma.TestSyntaxErrors) PASS: test_invalid_syntax_0 (test.test_patma.TestSyntaxErrors) PASS: test_invalid_syntax_1 (test.test_patma.TestSyntaxErrors) PASS: test_invalid_syntax_2 (test.test_patma.TestSyntaxErrors) PASS: test_invalid_syntax_3 (test.test_patma.TestSyntaxErrors) PASS: test_mapping_pattern_duplicate_key (test.test_patma.TestSyntaxErrors) PASS: test_mapping_pattern_duplicate_key_edge_case0 (test.test_patma.TestSyntaxErrors) PASS: test_mapping_pattern_duplicate_key_edge_case1 (test.test_patma.TestSyntaxErrors) PASS: test_mapping_pattern_duplicate_key_edge_case2 (test.test_patma.TestSyntaxErrors) PASS: test_mapping_pattern_duplicate_key_edge_case3 (test.test_patma.TestSyntaxErrors) PASS: test_mapping_pattern_keys_may_only_match_literals_and_attribute_lookups (test.test_patma.TestSyntaxErrors) PASS: test_multiple_assignments_to_name_in_pattern_0 (test.test_patma.TestSyntaxErrors) PASS: test_multiple_assignments_to_name_in_pattern_1 (test.test_patma.TestSyntaxErrors) PASS: test_multiple_assignments_to_name_in_pattern_2 (test.test_patma.TestSyntaxErrors) PASS: test_multiple_assignments_to_name_in_pattern_3 (test.test_patma.TestSyntaxErrors) PASS: test_multiple_assignments_to_name_in_pattern_4 (test.test_patma.TestSyntaxErrors) PASS: test_multiple_assignments_to_name_in_pattern_5 (test.test_patma.TestSyntaxErrors) PASS: test_multiple_starred_names_in_sequence_pattern_0 (test.test_patma.TestSyntaxErrors) PASS: test_multiple_starred_names_in_sequence_pattern_1 (test.test_patma.TestSyntaxErrors) PASS: test_name_capture_makes_remaining_patterns_unreachable_0 (test.test_patma.TestSyntaxErrors) PASS: test_name_capture_makes_remaining_patterns_unreachable_1 (test.test_patma.TestSyntaxErrors) PASS: test_name_capture_makes_remaining_patterns_unreachable_2 (test.test_patma.TestSyntaxErrors) PASS: test_name_capture_makes_remaining_patterns_unreachable_3 (test.test_patma.TestSyntaxErrors) PASS: test_name_capture_makes_remaining_patterns_unreachable_4 (test.test_patma.TestSyntaxErrors) PASS: test_patterns_may_only_match_literals_and_attribute_lookups_0 (test.test_patma.TestSyntaxErrors) PASS: test_patterns_may_only_match_literals_and_attribute_lookups_1 (test.test_patma.TestSyntaxErrors) PASS: test_real_number_required_in_complex_literal_0 (test.test_patma.TestSyntaxErrors) PASS: test_real_number_required_in_complex_literal_1 (test.test_patma.TestSyntaxErrors) PASS: test_real_number_required_in_complex_literal_2 (test.test_patma.TestSyntaxErrors) PASS: test_real_number_required_in_complex_literal_3 (test.test_patma.TestSyntaxErrors) PASS: test_wildcard_makes_remaining_patterns_unreachable_0 (test.test_patma.TestSyntaxErrors) PASS: test_wildcard_makes_remaining_patterns_unreachable_1 (test.test_patma.TestSyntaxErrors) PASS: test_wildcard_makes_remaining_patterns_unreachable_2 (test.test_patma.TestSyntaxErrors) PASS: test_wildcard_makes_remaining_patterns_unreachable_3 (test.test_patma.TestSyntaxErrors) PASS: test_wildcard_makes_remaining_patterns_unreachable_4 (test.test_patma.TestSyntaxErrors) PASS: test_wildcard_makes_remaining_patterns_unreachable_5 (test.test_patma.TestSyntaxErrors) PASS: test_default_capture (test.test_patma.TestTracing) PASS: test_default_wildcard (test.test_patma.TestTracing) PASS: test_no_default (test.test_patma.TestTracing) PASS: test_only_default_capture (test.test_patma.TestTracing) PASS: test_only_default_wildcard (test.test_patma.TestTracing) PASS: test_parser_deeply_nested_patterns (test.test_patma.TestTracing) PASS: test_accepts_positional_subpatterns_0 (test.test_patma.TestTypeErrors) PASS: test_accepts_positional_subpatterns_1 (test.test_patma.TestTypeErrors) PASS: test_got_multiple_subpatterns_for_attribute_0 (test.test_patma.TestTypeErrors) PASS: test_got_multiple_subpatterns_for_attribute_1 (test.test_patma.TestTypeErrors) PASS: test_match_args_elements_must_be_strings (test.test_patma.TestTypeErrors) PASS: test_match_args_must_be_a_tuple_0 (test.test_patma.TestTypeErrors) PASS: test_match_args_must_be_a_tuple_1 (test.test_patma.TestTypeErrors) PASS: test_match_args_must_be_a_tuple_2 (test.test_patma.TestTypeErrors) PASS: test_mapping_pattern_checks_duplicate_key_1 (test.test_patma.TestValueErrors) ---------------------------------------------------------------------- Ran 308 tests in 0.056s OK 0:13:47 load avg: 0.83 [250/427] test_pdb PASS: test_blocks_at_first_code_line (test.test_pdb.PdbTestCase) PASS: test_breakpoint (test.test_pdb.PdbTestCase) PASS: test_errors_in_command (test.test_pdb.PdbTestCase) PASS: test_find_function_empty_file (test.test_pdb.PdbTestCase) PASS: test_find_function_found (test.test_pdb.PdbTestCase) PASS: test_find_function_found_with_bom (test.test_pdb.PdbTestCase) PASS: test_find_function_found_with_encoding_cookie (test.test_pdb.PdbTestCase) PASS: test_header (test.test_pdb.PdbTestCase) PASS: test_issue13120 (test.test_pdb.PdbTestCase) PASS: test_issue13183 (test.test_pdb.PdbTestCase) PASS: test_issue16180 (test.test_pdb.PdbTestCase) PASS: test_issue26053 (test.test_pdb.PdbTestCase) test_issue34266 (test.test_pdb.PdbTestCase) PASS: do_run handles exceptions from parsing its arg PASS: test_issue36250 (test.test_pdb.PdbTestCase) PASS: test_issue42383 (test.test_pdb.PdbTestCase) test_issue42384 (test.test_pdb.PdbTestCase) PASS: When running `python foo.py` sys.path[0] is an absolute path. `python -m pdb foo.py` should behave the same test_issue42384_symlink (test.test_pdb.PdbTestCase) PASS: When running `python foo.py` sys.path[0] resolves symlinks. `python -m pdb foo.py` should behave the same PASS: test_issue46434 (test.test_pdb.PdbTestCase) PASS: test_issue7964 (test.test_pdb.PdbTestCase) PASS: test_module_is_run_as_main (test.test_pdb.PdbTestCase) PASS: test_module_without_a_main (test.test_pdb.PdbTestCase) PASS: test_package_without_a_main (test.test_pdb.PdbTestCase) PASS: test_readrc_homedir (test.test_pdb.PdbTestCase) PASS: test_readrc_kwarg (test.test_pdb.PdbTestCase) PASS: test_relative_imports (test.test_pdb.PdbTestCase) PASS: test_relative_imports_on_plain_module (test.test_pdb.PdbTestCase) PASS: test_run_module (test.test_pdb.PdbTestCase) PASS: test_run_pdb_with_pdb (test.test_pdb.PdbTestCase) PASS: test_checkline_after_reset (test.test_pdb.ChecklineTests) PASS: test_checkline_before_debugging (test.test_pdb.ChecklineTests) PASS: test_checkline_is_not_executable (test.test_pdb.ChecklineTests) test_list_commands (test.test_pdb) PASS: Doctest: test.test_pdb.test_list_commands test_next_until_return_at_return_event (test.test_pdb) PASS: Doctest: test.test_pdb.test_next_until_return_at_return_event test_pdb_basic_commands (test.test_pdb) PASS: Doctest: test.test_pdb.test_pdb_basic_commands test_pdb_breakpoint_commands (test.test_pdb) PASS: Doctest: test.test_pdb.test_pdb_breakpoint_commands test_pdb_breakpoints_preserved_across_interactive_sessions (test.test_pdb) PASS: Doctest: test.test_pdb.test_pdb_breakpoints_preserved_across_interactive_sessions test_pdb_continue_in_bottomframe (test.test_pdb) PASS: Doctest: test.test_pdb.test_pdb_continue_in_bottomframe test_pdb_displayhook (test.test_pdb) PASS: Doctest: test.test_pdb.test_pdb_displayhook test_pdb_issue_20766 (test.test_pdb) PASS: Doctest: test.test_pdb.test_pdb_issue_20766 test_pdb_issue_43318 (test.test_pdb) PASS: Doctest: test.test_pdb.test_pdb_issue_43318 test_pdb_next_command_for_asyncgen (test.test_pdb) PASS: Doctest: test.test_pdb.test_pdb_next_command_for_asyncgen test_pdb_next_command_for_coroutine (test.test_pdb) PASS: Doctest: test.test_pdb.test_pdb_next_command_for_coroutine test_pdb_next_command_for_generator (test.test_pdb) PASS: Doctest: test.test_pdb.test_pdb_next_command_for_generator test_pdb_next_command_in_generator_for_loop (test.test_pdb) PASS: Doctest: test.test_pdb.test_pdb_next_command_in_generator_for_loop test_pdb_next_command_subiterator (test.test_pdb) PASS: Doctest: test.test_pdb.test_pdb_next_command_subiterator test_pdb_pp_repr_exc (test.test_pdb) PASS: Doctest: test.test_pdb.test_pdb_pp_repr_exc test_pdb_return_command_for_coroutine (test.test_pdb) PASS: Doctest: test.test_pdb.test_pdb_return_command_for_coroutine test_pdb_return_command_for_generator (test.test_pdb) PASS: Doctest: test.test_pdb.test_pdb_return_command_for_generator test_pdb_run_with_code_object (test.test_pdb) PASS: Doctest: test.test_pdb.test_pdb_run_with_code_object test_pdb_run_with_incorrect_argument (test.test_pdb) PASS: Doctest: test.test_pdb.test_pdb_run_with_incorrect_argument test_pdb_skip_modules (test.test_pdb) PASS: Doctest: test.test_pdb.test_pdb_skip_modules test_pdb_skip_modules_with_callback (test.test_pdb) PASS: Doctest: test.test_pdb.test_pdb_skip_modules_with_callback test_pdb_until_command_for_coroutine (test.test_pdb) PASS: Doctest: test.test_pdb.test_pdb_until_command_for_coroutine test_pdb_until_command_for_generator (test.test_pdb) PASS: Doctest: test.test_pdb.test_pdb_until_command_for_generator test_pdb_whatis_command (test.test_pdb) PASS: Doctest: test.test_pdb.test_pdb_whatis_command test_post_mortem (test.test_pdb) PASS: Doctest: test.test_pdb.test_post_mortem ---------------------------------------------------------------------- Ran 56 tests in 1.392s OK 0:13:49 load avg: 0.83 [251/427] test_peepholer PASS: test_bpo_42057 (test.test_peepholer.TestBuglets) PASS: test_bpo_45773_pop_jump_if_false (test.test_peepholer.TestBuglets) PASS: test_bpo_45773_pop_jump_if_true (test.test_peepholer.TestBuglets) PASS: test_bug_11510 (test.test_peepholer.TestBuglets) PASS: test_assignment_idiom_in_comprehensions (test.test_peepholer.TestTranforms) PASS: test_binary_subscr_on_unicode (test.test_peepholer.TestTranforms) PASS: test_condition_with_binop_with_bools (test.test_peepholer.TestTranforms) PASS: test_constant_folding (test.test_peepholer.TestTranforms) PASS: test_elim_extra_return (test.test_peepholer.TestTranforms) PASS: test_elim_inversion_of_is_or_in (test.test_peepholer.TestTranforms) PASS: test_elim_jump_after_return1 (test.test_peepholer.TestTranforms) PASS: test_elim_jump_to_return (test.test_peepholer.TestTranforms) PASS: test_elim_jump_to_uncond_jump (test.test_peepholer.TestTranforms) PASS: test_elim_jump_to_uncond_jump2 (test.test_peepholer.TestTranforms) PASS: test_elim_jump_to_uncond_jump3 (test.test_peepholer.TestTranforms) PASS: test_folding_of_binops_on_constants (test.test_peepholer.TestTranforms) PASS: test_folding_of_lists_of_constants (test.test_peepholer.TestTranforms) PASS: test_folding_of_sets_of_constants (test.test_peepholer.TestTranforms) PASS: test_folding_of_tuples_of_constants (test.test_peepholer.TestTranforms) PASS: test_folding_of_unaryops_on_constants (test.test_peepholer.TestTranforms) PASS: test_global_as_constant (test.test_peepholer.TestTranforms) PASS: test_if_with_if_expression (test.test_peepholer.TestTranforms) PASS: test_in_literal_list (test.test_peepholer.TestTranforms) PASS: test_iterate_literal_list (test.test_peepholer.TestTranforms) PASS: test_make_function_doesnt_bail (test.test_peepholer.TestTranforms) PASS: test_pack_unpack (test.test_peepholer.TestTranforms) PASS: test_trailing_nops (test.test_peepholer.TestTranforms) PASS: test_unot (test.test_peepholer.TestTranforms) PASS: test_while_one (test.test_peepholer.TestTranforms) ---------------------------------------------------------------------- Ran 29 tests in 0.030s OK 0:13:50 load avg: 0.83 [252/427] test_peg_generator SKIP: test.test_peg_generator.test_c_parser (unittest.loader.ModuleSkipped) 'peg_generator directory could not be found' SKIP: test.test_peg_generator.test_first_sets (unittest.loader.ModuleSkipped) 'peg_generator directory could not be found' SKIP: test.test_peg_generator.test_grammar_validator (unittest.loader.ModuleSkipped) 'peg_generator directory could not be found' SKIP: test.test_peg_generator.test_pegen (unittest.loader.ModuleSkipped) 'peg_generator directory could not be found' ---------------------------------------------------------------------- Ran 4 tests in 0.000s OK (skipped=4) 0:13:50 load avg: 0.83 [253/427] test_pickle PASS: test_class_dispatch_table (test.test_pickle.CChainDispatchTableTests) PASS: test_default_dispatch_table (test.test_pickle.CChainDispatchTableTests) PASS: test_instance_dispatch_table (test.test_pickle.CChainDispatchTableTests) PASS: test_class_dispatch_table (test.test_pickle.CDispatchTableTests) PASS: test_default_dispatch_table (test.test_pickle.CDispatchTableTests) PASS: test_instance_dispatch_table (test.test_pickle.CDispatchTableTests) PASS: test_appends_on_non_lists (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_attribute_name_interning (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_bad_getattr (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_buffer_callback_error (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_buffers_error (test.test_pickle.CDumpPickle_LoadPickle) SKIP: test_buffers_numpy (test.test_pickle.CDumpPickle_LoadPickle) 'Test needs Numpy' PASS: test_bytearray (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_bytearray_memoization_bug (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_bytes (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_c_methods (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_compat_pickle (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_complex_newobj (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_complex_newobj_ex (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_dict_chunking (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_dynamic_class (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_ellipsis (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_evil_class_mutating_dict (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_evil_pickler_mutating_collection (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_float (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_float_format (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_framed_write_sizes_with_delayed_writer (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_framing_large_objects (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_framing_many_objects (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_getinitargs (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_global_ext1 (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_global_ext2 (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_global_ext4 (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_in_band_buffers (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_inband_accept_default_buffers_argument (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_int_pickling_efficiency (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_ints (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_large_pickles (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_list_chunking (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_local_lookup_error (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_long (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_long1 (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_long4 (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_many_puts_and_gets (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_metaclass (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_misc (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_nested_names (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_newobj_generic (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_newobj_list (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_newobj_list_slots (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_newobj_not_class (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_newobj_overridden_new (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_newobj_proxies (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_newobj_tuple (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_notimplemented (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_oob_buffers (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_oob_buffers_writable_to_readonly (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_optional_frames (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_pickle_to_2x (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_picklebuffer_error (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_proto (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_py_methods (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_recursive_dict (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_recursive_dict_and_inst (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_recursive_dict_key (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_recursive_dict_like (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_recursive_dict_like_key (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_recursive_dict_subclass (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_recursive_dict_subclass_and_inst (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_recursive_dict_subclass_key (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_recursive_frozenset_and_inst (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_recursive_frozenset_subclass_and_inst (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_recursive_inst (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_recursive_inst_state (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_recursive_list (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_recursive_list_and_inst (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_recursive_list_like (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_recursive_list_subclass (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_recursive_list_subclass_and_inst (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_recursive_multi (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_recursive_nested_names (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_recursive_set (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_recursive_set_and_inst (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_recursive_set_subclass_and_inst (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_recursive_tuple_and_dict (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_recursive_tuple_and_dict_key (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_recursive_tuple_and_dict_like (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_recursive_tuple_and_dict_like_key (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_recursive_tuple_and_dict_subclass (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_recursive_tuple_and_dict_subclass_key (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_recursive_tuple_and_inst (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_recursive_tuple_and_inst_state (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_recursive_tuple_and_list (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_recursive_tuple_and_list_like (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_recursive_tuple_and_list_subclass (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_recursive_tuple_subclass_and_inst (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_reduce (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_reduce_bad_iterator (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_reduce_calls_base (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_reduce_ex_called (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_reduce_ex_calls_base (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_reduce_ex_overrides_reduce (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_reduce_overrides_default_reduce_ex (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_roundtrip_equality (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_set_chunking (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_setitems_on_non_dicts (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_short_tuples (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_simple_newobj (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_singleton_types (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_singletons (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_structseq (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_unicode (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_unicode_high_plane (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_custom_pickler_dispatch_table_memleak (test.test_pickle.CIdPersPicklerTests) PASS: test_pickler_reference_cycle (test.test_pickle.CIdPersPicklerTests) PASS: test_protocol0_is_ascii_only (test.test_pickle.CIdPersPicklerTests) PASS: test_return_correct_type (test.test_pickle.CIdPersPicklerTests) PASS: test_unpickler_reference_cycle (test.test_pickle.CIdPersPicklerTests) PASS: test_persistence (test.test_pickle.CPersPicklerTests) PASS: test_bad_init (test.test_pickle.CPickleTests) PASS: test_callapi (test.test_pickle.CPickleTests) PASS: test_dump_closed_file (test.test_pickle.CPickleTests) PASS: test_dump_load_oob_buffers (test.test_pickle.CPickleTests) PASS: test_dump_text_file (test.test_pickle.CPickleTests) PASS: test_dumps_loads_oob_buffers (test.test_pickle.CPickleTests) PASS: test_highest_protocol (test.test_pickle.CPickleTests) PASS: test_incomplete_input (test.test_pickle.CPickleTests) PASS: test_load_closed_file (test.test_pickle.CPickleTests) PASS: test_load_from_and_dump_to_file (test.test_pickle.CPickleTests) PASS: test_pickler_hook (test.test_pickle.CPicklerHookTests) PASS: test_reducer_override_no_reference_cycle (test.test_pickle.CPicklerHookTests) PASS: test_appends_on_non_lists (test.test_pickle.CPicklerTests) PASS: test_attribute_name_interning (test.test_pickle.CPicklerTests) PASS: test_bad_getattr (test.test_pickle.CPicklerTests) PASS: test_buffer_callback_error (test.test_pickle.CPicklerTests) PASS: test_buffers_error (test.test_pickle.CPicklerTests) SKIP: test_buffers_numpy (test.test_pickle.CPicklerTests) 'Test needs Numpy' PASS: test_bytearray (test.test_pickle.CPicklerTests) PASS: test_bytearray_memoization_bug (test.test_pickle.CPicklerTests) PASS: test_bytes (test.test_pickle.CPicklerTests) PASS: test_c_methods (test.test_pickle.CPicklerTests) PASS: test_compat_pickle (test.test_pickle.CPicklerTests) PASS: test_complex_newobj (test.test_pickle.CPicklerTests) PASS: test_complex_newobj_ex (test.test_pickle.CPicklerTests) PASS: test_dict_chunking (test.test_pickle.CPicklerTests) PASS: test_dynamic_class (test.test_pickle.CPicklerTests) PASS: test_ellipsis (test.test_pickle.CPicklerTests) PASS: test_evil_class_mutating_dict (test.test_pickle.CPicklerTests) PASS: test_evil_pickler_mutating_collection (test.test_pickle.CPicklerTests) PASS: test_float (test.test_pickle.CPicklerTests) PASS: test_float_format (test.test_pickle.CPicklerTests) PASS: test_framed_write_sizes_with_delayed_writer (test.test_pickle.CPicklerTests) PASS: test_framing_large_objects (test.test_pickle.CPicklerTests) PASS: test_framing_many_objects (test.test_pickle.CPicklerTests) PASS: test_getinitargs (test.test_pickle.CPicklerTests) PASS: test_global_ext1 (test.test_pickle.CPicklerTests) PASS: test_global_ext2 (test.test_pickle.CPicklerTests) PASS: test_global_ext4 (test.test_pickle.CPicklerTests) PASS: test_in_band_buffers (test.test_pickle.CPicklerTests) PASS: test_inband_accept_default_buffers_argument (test.test_pickle.CPicklerTests) PASS: test_int_pickling_efficiency (test.test_pickle.CPicklerTests) PASS: test_ints (test.test_pickle.CPicklerTests) PASS: test_large_pickles (test.test_pickle.CPicklerTests) PASS: test_list_chunking (test.test_pickle.CPicklerTests) PASS: test_local_lookup_error (test.test_pickle.CPicklerTests) PASS: test_long (test.test_pickle.CPicklerTests) PASS: test_long1 (test.test_pickle.CPicklerTests) PASS: test_long4 (test.test_pickle.CPicklerTests) PASS: test_many_puts_and_gets (test.test_pickle.CPicklerTests) PASS: test_metaclass (test.test_pickle.CPicklerTests) PASS: test_misc (test.test_pickle.CPicklerTests) PASS: test_nested_names (test.test_pickle.CPicklerTests) PASS: test_newobj_generic (test.test_pickle.CPicklerTests) PASS: test_newobj_list (test.test_pickle.CPicklerTests) PASS: test_newobj_list_slots (test.test_pickle.CPicklerTests) PASS: test_newobj_not_class (test.test_pickle.CPicklerTests) PASS: test_newobj_overridden_new (test.test_pickle.CPicklerTests) PASS: test_newobj_proxies (test.test_pickle.CPicklerTests) PASS: test_newobj_tuple (test.test_pickle.CPicklerTests) PASS: test_notimplemented (test.test_pickle.CPicklerTests) PASS: test_oob_buffers (test.test_pickle.CPicklerTests) PASS: test_oob_buffers_writable_to_readonly (test.test_pickle.CPicklerTests) PASS: test_optional_frames (test.test_pickle.CPicklerTests) PASS: test_pickle_to_2x (test.test_pickle.CPicklerTests) PASS: test_picklebuffer_error (test.test_pickle.CPicklerTests) PASS: test_proto (test.test_pickle.CPicklerTests) PASS: test_py_methods (test.test_pickle.CPicklerTests) PASS: test_recursive_dict (test.test_pickle.CPicklerTests) PASS: test_recursive_dict_and_inst (test.test_pickle.CPicklerTests) PASS: test_recursive_dict_key (test.test_pickle.CPicklerTests) PASS: test_recursive_dict_like (test.test_pickle.CPicklerTests) PASS: test_recursive_dict_like_key (test.test_pickle.CPicklerTests) PASS: test_recursive_dict_subclass (test.test_pickle.CPicklerTests) PASS: test_recursive_dict_subclass_and_inst (test.test_pickle.CPicklerTests) PASS: test_recursive_dict_subclass_key (test.test_pickle.CPicklerTests) PASS: test_recursive_frozenset_and_inst (test.test_pickle.CPicklerTests) PASS: test_recursive_frozenset_subclass_and_inst (test.test_pickle.CPicklerTests) PASS: test_recursive_inst (test.test_pickle.CPicklerTests) PASS: test_recursive_inst_state (test.test_pickle.CPicklerTests) PASS: test_recursive_list (test.test_pickle.CPicklerTests) PASS: test_recursive_list_and_inst (test.test_pickle.CPicklerTests) PASS: test_recursive_list_like (test.test_pickle.CPicklerTests) PASS: test_recursive_list_subclass (test.test_pickle.CPicklerTests) PASS: test_recursive_list_subclass_and_inst (test.test_pickle.CPicklerTests) PASS: test_recursive_multi (test.test_pickle.CPicklerTests) PASS: test_recursive_nested_names (test.test_pickle.CPicklerTests) PASS: test_recursive_set (test.test_pickle.CPicklerTests) PASS: test_recursive_set_and_inst (test.test_pickle.CPicklerTests) PASS: test_recursive_set_subclass_and_inst (test.test_pickle.CPicklerTests) PASS: test_recursive_tuple_and_dict (test.test_pickle.CPicklerTests) PASS: test_recursive_tuple_and_dict_key (test.test_pickle.CPicklerTests) PASS: test_recursive_tuple_and_dict_like (test.test_pickle.CPicklerTests) PASS: test_recursive_tuple_and_dict_like_key (test.test_pickle.CPicklerTests) PASS: test_recursive_tuple_and_dict_subclass (test.test_pickle.CPicklerTests) PASS: test_recursive_tuple_and_dict_subclass_key (test.test_pickle.CPicklerTests) PASS: test_recursive_tuple_and_inst (test.test_pickle.CPicklerTests) PASS: test_recursive_tuple_and_inst_state (test.test_pickle.CPicklerTests) PASS: test_recursive_tuple_and_list (test.test_pickle.CPicklerTests) PASS: test_recursive_tuple_and_list_like (test.test_pickle.CPicklerTests) PASS: test_recursive_tuple_and_list_subclass (test.test_pickle.CPicklerTests) PASS: test_recursive_tuple_subclass_and_inst (test.test_pickle.CPicklerTests) PASS: test_reduce (test.test_pickle.CPicklerTests) PASS: test_reduce_bad_iterator (test.test_pickle.CPicklerTests) PASS: test_reduce_calls_base (test.test_pickle.CPicklerTests) PASS: test_reduce_ex_called (test.test_pickle.CPicklerTests) PASS: test_reduce_ex_calls_base (test.test_pickle.CPicklerTests) PASS: test_reduce_ex_overrides_reduce (test.test_pickle.CPicklerTests) PASS: test_reduce_overrides_default_reduce_ex (test.test_pickle.CPicklerTests) PASS: test_roundtrip_equality (test.test_pickle.CPicklerTests) PASS: test_set_chunking (test.test_pickle.CPicklerTests) PASS: test_setitems_on_non_dicts (test.test_pickle.CPicklerTests) PASS: test_short_tuples (test.test_pickle.CPicklerTests) PASS: test_simple_newobj (test.test_pickle.CPicklerTests) PASS: test_singleton_types (test.test_pickle.CPicklerTests) PASS: test_singletons (test.test_pickle.CPicklerTests) PASS: test_structseq (test.test_pickle.CPicklerTests) PASS: test_unicode (test.test_pickle.CPicklerTests) PASS: test_unicode_high_plane (test.test_pickle.CPicklerTests) PASS: test_clear_pickler_memo (test.test_pickle.CPicklerUnpicklerObjectTests) PASS: test_issue18339 (test.test_pickle.CPicklerUnpicklerObjectTests) PASS: test_multiple_unpicklings_minimal (test.test_pickle.CPicklerUnpicklerObjectTests) PASS: test_multiple_unpicklings_seekable (test.test_pickle.CPicklerUnpicklerObjectTests) PASS: test_multiple_unpicklings_unseekable (test.test_pickle.CPicklerUnpicklerObjectTests) PASS: test_priming_pickler_memo (test.test_pickle.CPicklerUnpicklerObjectTests) PASS: test_priming_unpickler_memo (test.test_pickle.CPicklerUnpicklerObjectTests) PASS: test_reusing_unpickler_objects (test.test_pickle.CPicklerUnpicklerObjectTests) PASS: test_unpickling_buffering_readline (test.test_pickle.CPicklerUnpicklerObjectTests) PASS: test_bad_mark (test.test_pickle.CUnpicklerTests) PASS: test_bad_newobj (test.test_pickle.CUnpicklerTests) PASS: test_bad_newobj_ex (test.test_pickle.CUnpicklerTests) PASS: test_bad_reduce (test.test_pickle.CUnpicklerTests) PASS: test_bad_stack (test.test_pickle.CUnpicklerTests) PASS: test_badly_escaped_string (test.test_pickle.CUnpicklerTests) PASS: test_badly_quoted_string (test.test_pickle.CUnpicklerTests) PASS: test_binbytes (test.test_pickle.CUnpicklerTests) PASS: test_binbytes8 (test.test_pickle.CUnpicklerTests) PASS: test_binget (test.test_pickle.CUnpicklerTests) PASS: test_binunicode8 (test.test_pickle.CUnpicklerTests) PASS: test_bytearray8 (test.test_pickle.CUnpicklerTests) PASS: test_compat_unpickle (test.test_pickle.CUnpicklerTests) PASS: test_constants (test.test_pickle.CUnpicklerTests) PASS: test_correctly_quoted_string (test.test_pickle.CUnpicklerTests) PASS: test_dup (test.test_pickle.CUnpicklerTests) PASS: test_empty_bytestring (test.test_pickle.CUnpicklerTests) PASS: test_frame_readline (test.test_pickle.CUnpicklerTests) PASS: test_get (test.test_pickle.CUnpicklerTests) SKIP: test_large_32b_binbytes8 (test.test_pickle.CUnpicklerTests) 'test is only meaningful on 32-bit builds' SKIP: test_large_32b_binunicode8 (test.test_pickle.CUnpicklerTests) 'test is only meaningful on 32-bit builds' SKIP: test_large_32b_bytearray8 (test.test_pickle.CUnpicklerTests) 'test is only meaningful on 32-bit builds' PASS: test_load_classic_instance (test.test_pickle.CUnpicklerTests) PASS: test_load_from_data0 (test.test_pickle.CUnpicklerTests) PASS: test_load_from_data1 (test.test_pickle.CUnpicklerTests) PASS: test_load_from_data2 (test.test_pickle.CUnpicklerTests) PASS: test_load_from_data3 (test.test_pickle.CUnpicklerTests) PASS: test_load_from_data4 (test.test_pickle.CUnpicklerTests) PASS: test_load_long_python2_str_as_bytes (test.test_pickle.CUnpicklerTests) PASS: test_load_python2_str_as_bytes (test.test_pickle.CUnpicklerTests) PASS: test_load_python2_unicode_as_str (test.test_pickle.CUnpicklerTests) PASS: test_long_binget (test.test_pickle.CUnpicklerTests) PASS: test_maxint64 (test.test_pickle.CUnpicklerTests) PASS: test_misc_get (test.test_pickle.CUnpicklerTests) SKIP: test_negative_32b_binbytes (test.test_pickle.CUnpicklerTests) 'test is only meaningful on 32-bit builds' SKIP: test_negative_32b_binput (test.test_pickle.CUnpicklerTests) 'test is only meaningful on 32-bit builds' SKIP: test_negative_32b_binunicode (test.test_pickle.CUnpicklerTests) 'test is only meaningful on 32-bit builds' PASS: test_negative_put (test.test_pickle.CUnpicklerTests) PASS: test_short_binbytes (test.test_pickle.CUnpicklerTests) PASS: test_short_binunicode (test.test_pickle.CUnpicklerTests) PASS: test_truncated_data (test.test_pickle.CUnpicklerTests) PASS: test_unpickle_from_2x (test.test_pickle.CUnpicklerTests) PASS: test_unpickle_module_race (test.test_pickle.CUnpicklerTests) PASS: test_exceptions (test.test_pickle.CompatPickleTests) test_import (test.test_pickle.CompatPickleTests) ... No module named '_gdbm' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named 'dbm.bsd' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_dummy_thread' No module named '_tkinter' No module named '_tkinter' No module named 'winreg' No module named '_tkinter' No module named '_gdbm' No module named '_tkinter' No module named '_tkinter' ok test_import_mapping (test.test_pickle.CompatPickleTests) ... No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named 'winreg' No module named '_dummy_thread' No module named 'dbm.bsd' No module named '_gdbm' No module named '_gdbm' ok PASS: test_multiprocessing_exceptions (test.test_pickle.CompatPickleTests) test_name_mapping (test.test_pickle.CompatPickleTests) ... No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' ok test_reverse_import_mapping (test.test_pickle.CompatPickleTests) ... No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named 'winreg' No module named 'winreg' No module named '_dummy_thread' No module named '_dummy_thread' No module named 'dbm.bsd' No module named 'dbm.bsd' No module named '_gdbm' No module named '_gdbm' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' ok PASS: test_reverse_name_mapping (test.test_pickle.CompatPickleTests) PASS: test_appends_on_non_lists (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_attribute_name_interning (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_bad_getattr (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_buffer_callback_error (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_buffers_error (test.test_pickle.DumpPickle_CLoadPickle) SKIP: test_buffers_numpy (test.test_pickle.DumpPickle_CLoadPickle) 'Test needs Numpy' PASS: test_bytearray (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_bytearray_memoization_bug (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_bytes (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_c_methods (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_compat_pickle (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_complex_newobj (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_complex_newobj_ex (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_dict_chunking (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_dynamic_class (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_ellipsis (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_evil_class_mutating_dict (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_evil_pickler_mutating_collection (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_float (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_float_format (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_framed_write_sizes_with_delayed_writer (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_framing_large_objects (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_framing_many_objects (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_getinitargs (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_global_ext1 (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_global_ext2 (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_global_ext4 (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_in_band_buffers (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_inband_accept_default_buffers_argument (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_int_pickling_efficiency (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_ints (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_large_pickles (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_list_chunking (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_local_lookup_error (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_long (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_long1 (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_long4 (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_many_puts_and_gets (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_metaclass (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_misc (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_nested_names (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_newobj_generic (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_newobj_list (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_newobj_list_slots (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_newobj_not_class (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_newobj_overridden_new (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_newobj_proxies (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_newobj_tuple (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_notimplemented (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_oob_buffers (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_oob_buffers_writable_to_readonly (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_optional_frames (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_pickle_to_2x (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_picklebuffer_error (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_proto (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_py_methods (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_recursive_dict (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_recursive_dict_and_inst (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_recursive_dict_key (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_recursive_dict_like (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_recursive_dict_like_key (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_recursive_dict_subclass (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_recursive_dict_subclass_and_inst (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_recursive_dict_subclass_key (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_recursive_frozenset_and_inst (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_recursive_frozenset_subclass_and_inst (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_recursive_inst (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_recursive_inst_state (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_recursive_list (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_recursive_list_and_inst (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_recursive_list_like (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_recursive_list_subclass (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_recursive_list_subclass_and_inst (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_recursive_multi (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_recursive_nested_names (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_recursive_set (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_recursive_set_and_inst (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_recursive_set_subclass_and_inst (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_recursive_tuple_and_dict (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_recursive_tuple_and_dict_key (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_recursive_tuple_and_dict_like (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_recursive_tuple_and_dict_like_key (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_recursive_tuple_and_dict_subclass (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_recursive_tuple_and_dict_subclass_key (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_recursive_tuple_and_inst (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_recursive_tuple_and_inst_state (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_recursive_tuple_and_list (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_recursive_tuple_and_list_like (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_recursive_tuple_and_list_subclass (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_recursive_tuple_subclass_and_inst (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_reduce (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_reduce_bad_iterator (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_reduce_calls_base (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_reduce_ex_called (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_reduce_ex_calls_base (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_reduce_ex_overrides_reduce (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_reduce_overrides_default_reduce_ex (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_roundtrip_equality (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_set_chunking (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_setitems_on_non_dicts (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_short_tuples (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_simple_newobj (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_singleton_types (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_singletons (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_structseq (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_unicode (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_unicode_high_plane (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_appends_on_non_lists (test.test_pickle.InMemoryPickleTests) PASS: test_attribute_name_interning (test.test_pickle.InMemoryPickleTests) PASS: test_bad_getattr (test.test_pickle.InMemoryPickleTests) PASS: test_bad_mark (test.test_pickle.InMemoryPickleTests) PASS: test_bad_newobj (test.test_pickle.InMemoryPickleTests) PASS: test_bad_newobj_ex (test.test_pickle.InMemoryPickleTests) PASS: test_bad_reduce (test.test_pickle.InMemoryPickleTests) PASS: test_bad_stack (test.test_pickle.InMemoryPickleTests) PASS: test_badly_escaped_string (test.test_pickle.InMemoryPickleTests) PASS: test_badly_quoted_string (test.test_pickle.InMemoryPickleTests) PASS: test_binbytes (test.test_pickle.InMemoryPickleTests) PASS: test_binbytes8 (test.test_pickle.InMemoryPickleTests) PASS: test_binget (test.test_pickle.InMemoryPickleTests) PASS: test_binunicode8 (test.test_pickle.InMemoryPickleTests) PASS: test_buffer_callback_error (test.test_pickle.InMemoryPickleTests) PASS: test_buffers_error (test.test_pickle.InMemoryPickleTests) SKIP: test_buffers_numpy (test.test_pickle.InMemoryPickleTests) 'Test needs Numpy' PASS: test_bytearray (test.test_pickle.InMemoryPickleTests) PASS: test_bytearray8 (test.test_pickle.InMemoryPickleTests) PASS: test_bytearray_memoization_bug (test.test_pickle.InMemoryPickleTests) PASS: test_bytes (test.test_pickle.InMemoryPickleTests) PASS: test_c_methods (test.test_pickle.InMemoryPickleTests) PASS: test_compat_pickle (test.test_pickle.InMemoryPickleTests) PASS: test_compat_unpickle (test.test_pickle.InMemoryPickleTests) PASS: test_complex_newobj (test.test_pickle.InMemoryPickleTests) PASS: test_complex_newobj_ex (test.test_pickle.InMemoryPickleTests) PASS: test_constants (test.test_pickle.InMemoryPickleTests) PASS: test_correctly_quoted_string (test.test_pickle.InMemoryPickleTests) PASS: test_dict_chunking (test.test_pickle.InMemoryPickleTests) PASS: test_dup (test.test_pickle.InMemoryPickleTests) PASS: test_dynamic_class (test.test_pickle.InMemoryPickleTests) PASS: test_ellipsis (test.test_pickle.InMemoryPickleTests) PASS: test_empty_bytestring (test.test_pickle.InMemoryPickleTests) PASS: test_evil_class_mutating_dict (test.test_pickle.InMemoryPickleTests) SKIP: test_evil_pickler_mutating_collection (test.test_pickle.InMemoryPickleTests) " has no associated pickler type" PASS: test_float (test.test_pickle.InMemoryPickleTests) PASS: test_float_format (test.test_pickle.InMemoryPickleTests) PASS: test_frame_readline (test.test_pickle.InMemoryPickleTests) PASS: test_framing_large_objects (test.test_pickle.InMemoryPickleTests) PASS: test_framing_many_objects (test.test_pickle.InMemoryPickleTests) PASS: test_get (test.test_pickle.InMemoryPickleTests) PASS: test_getinitargs (test.test_pickle.InMemoryPickleTests) PASS: test_global_ext1 (test.test_pickle.InMemoryPickleTests) PASS: test_global_ext2 (test.test_pickle.InMemoryPickleTests) PASS: test_global_ext4 (test.test_pickle.InMemoryPickleTests) SKIP: test_huge_bytes_32b (test.test_pickle.InMemoryPickleTests) 'not enough memory: 5.0G minimum needed' SKIP: test_huge_bytes_64b (test.test_pickle.InMemoryPickleTests) 'not enough memory: 10.0G minimum needed' SKIP: test_huge_long_32b (test.test_pickle.InMemoryPickleTests) 'not enough memory: 7.2G minimum needed' SKIP: test_huge_str_32b (test.test_pickle.InMemoryPickleTests) 'not enough memory: 16.0G minimum needed' SKIP: test_huge_str_64b (test.test_pickle.InMemoryPickleTests) 'not enough memory: 32.0G minimum needed' PASS: test_in_band_buffers (test.test_pickle.InMemoryPickleTests) PASS: test_inband_accept_default_buffers_argument (test.test_pickle.InMemoryPickleTests) PASS: test_int_pickling_efficiency (test.test_pickle.InMemoryPickleTests) PASS: test_ints (test.test_pickle.InMemoryPickleTests) SKIP: test_large_32b_binbytes8 (test.test_pickle.InMemoryPickleTests) 'test is only meaningful on 32-bit builds' SKIP: test_large_32b_binunicode8 (test.test_pickle.InMemoryPickleTests) 'test is only meaningful on 32-bit builds' SKIP: test_large_32b_bytearray8 (test.test_pickle.InMemoryPickleTests) 'test is only meaningful on 32-bit builds' PASS: test_large_pickles (test.test_pickle.InMemoryPickleTests) PASS: test_list_chunking (test.test_pickle.InMemoryPickleTests) PASS: test_load_classic_instance (test.test_pickle.InMemoryPickleTests) PASS: test_load_from_data0 (test.test_pickle.InMemoryPickleTests) PASS: test_load_from_data1 (test.test_pickle.InMemoryPickleTests) PASS: test_load_from_data2 (test.test_pickle.InMemoryPickleTests) PASS: test_load_from_data3 (test.test_pickle.InMemoryPickleTests) PASS: test_load_from_data4 (test.test_pickle.InMemoryPickleTests) PASS: test_load_long_python2_str_as_bytes (test.test_pickle.InMemoryPickleTests) PASS: test_load_python2_str_as_bytes (test.test_pickle.InMemoryPickleTests) PASS: test_load_python2_unicode_as_str (test.test_pickle.InMemoryPickleTests) PASS: test_local_lookup_error (test.test_pickle.InMemoryPickleTests) PASS: test_long (test.test_pickle.InMemoryPickleTests) PASS: test_long1 (test.test_pickle.InMemoryPickleTests) PASS: test_long4 (test.test_pickle.InMemoryPickleTests) PASS: test_long_binget (test.test_pickle.InMemoryPickleTests) PASS: test_many_puts_and_gets (test.test_pickle.InMemoryPickleTests) PASS: test_maxint64 (test.test_pickle.InMemoryPickleTests) PASS: test_metaclass (test.test_pickle.InMemoryPickleTests) PASS: test_misc (test.test_pickle.InMemoryPickleTests) PASS: test_misc_get (test.test_pickle.InMemoryPickleTests) SKIP: test_negative_32b_binbytes (test.test_pickle.InMemoryPickleTests) 'test is only meaningful on 32-bit builds' SKIP: test_negative_32b_binput (test.test_pickle.InMemoryPickleTests) 'test is only meaningful on 32-bit builds' SKIP: test_negative_32b_binunicode (test.test_pickle.InMemoryPickleTests) 'test is only meaningful on 32-bit builds' PASS: test_negative_put (test.test_pickle.InMemoryPickleTests) PASS: test_nested_names (test.test_pickle.InMemoryPickleTests) PASS: test_newobj_generic (test.test_pickle.InMemoryPickleTests) PASS: test_newobj_list (test.test_pickle.InMemoryPickleTests) PASS: test_newobj_list_slots (test.test_pickle.InMemoryPickleTests) PASS: test_newobj_not_class (test.test_pickle.InMemoryPickleTests) PASS: test_newobj_overridden_new (test.test_pickle.InMemoryPickleTests) PASS: test_newobj_proxies (test.test_pickle.InMemoryPickleTests) PASS: test_newobj_tuple (test.test_pickle.InMemoryPickleTests) PASS: test_notimplemented (test.test_pickle.InMemoryPickleTests) PASS: test_oob_buffers (test.test_pickle.InMemoryPickleTests) PASS: test_oob_buffers_writable_to_readonly (test.test_pickle.InMemoryPickleTests) PASS: test_optional_frames (test.test_pickle.InMemoryPickleTests) PASS: test_pickle_to_2x (test.test_pickle.InMemoryPickleTests) PASS: test_picklebuffer_error (test.test_pickle.InMemoryPickleTests) PASS: test_proto (test.test_pickle.InMemoryPickleTests) PASS: test_py_methods (test.test_pickle.InMemoryPickleTests) PASS: test_recursive_dict (test.test_pickle.InMemoryPickleTests) PASS: test_recursive_dict_and_inst (test.test_pickle.InMemoryPickleTests) PASS: test_recursive_dict_key (test.test_pickle.InMemoryPickleTests) PASS: test_recursive_dict_like (test.test_pickle.InMemoryPickleTests) PASS: test_recursive_dict_like_key (test.test_pickle.InMemoryPickleTests) PASS: test_recursive_dict_subclass (test.test_pickle.InMemoryPickleTests) PASS: test_recursive_dict_subclass_and_inst (test.test_pickle.InMemoryPickleTests) PASS: test_recursive_dict_subclass_key (test.test_pickle.InMemoryPickleTests) PASS: test_recursive_frozenset_and_inst (test.test_pickle.InMemoryPickleTests) PASS: test_recursive_frozenset_subclass_and_inst (test.test_pickle.InMemoryPickleTests) PASS: test_recursive_inst (test.test_pickle.InMemoryPickleTests) PASS: test_recursive_inst_state (test.test_pickle.InMemoryPickleTests) PASS: test_recursive_list (test.test_pickle.InMemoryPickleTests) PASS: test_recursive_list_and_inst (test.test_pickle.InMemoryPickleTests) PASS: test_recursive_list_like (test.test_pickle.InMemoryPickleTests) PASS: test_recursive_list_subclass (test.test_pickle.InMemoryPickleTests) PASS: test_recursive_list_subclass_and_inst (test.test_pickle.InMemoryPickleTests) PASS: test_recursive_multi (test.test_pickle.InMemoryPickleTests) PASS: test_recursive_nested_names (test.test_pickle.InMemoryPickleTests) PASS: test_recursive_set (test.test_pickle.InMemoryPickleTests) PASS: test_recursive_set_and_inst (test.test_pickle.InMemoryPickleTests) PASS: test_recursive_set_subclass_and_inst (test.test_pickle.InMemoryPickleTests) PASS: test_recursive_tuple_and_dict (test.test_pickle.InMemoryPickleTests) PASS: test_recursive_tuple_and_dict_key (test.test_pickle.InMemoryPickleTests) PASS: test_recursive_tuple_and_dict_like (test.test_pickle.InMemoryPickleTests) PASS: test_recursive_tuple_and_dict_like_key (test.test_pickle.InMemoryPickleTests) PASS: test_recursive_tuple_and_dict_subclass (test.test_pickle.InMemoryPickleTests) PASS: test_recursive_tuple_and_dict_subclass_key (test.test_pickle.InMemoryPickleTests) PASS: test_recursive_tuple_and_inst (test.test_pickle.InMemoryPickleTests) PASS: test_recursive_tuple_and_inst_state (test.test_pickle.InMemoryPickleTests) PASS: test_recursive_tuple_and_list (test.test_pickle.InMemoryPickleTests) PASS: test_recursive_tuple_and_list_like (test.test_pickle.InMemoryPickleTests) PASS: test_recursive_tuple_and_list_subclass (test.test_pickle.InMemoryPickleTests) PASS: test_recursive_tuple_subclass_and_inst (test.test_pickle.InMemoryPickleTests) PASS: test_reduce (test.test_pickle.InMemoryPickleTests) PASS: test_reduce_bad_iterator (test.test_pickle.InMemoryPickleTests) PASS: test_reduce_calls_base (test.test_pickle.InMemoryPickleTests) PASS: test_reduce_ex_called (test.test_pickle.InMemoryPickleTests) PASS: test_reduce_ex_calls_base (test.test_pickle.InMemoryPickleTests) PASS: test_reduce_ex_overrides_reduce (test.test_pickle.InMemoryPickleTests) PASS: test_reduce_overrides_default_reduce_ex (test.test_pickle.InMemoryPickleTests) PASS: test_roundtrip_equality (test.test_pickle.InMemoryPickleTests) PASS: test_set_chunking (test.test_pickle.InMemoryPickleTests) PASS: test_setitems_on_non_dicts (test.test_pickle.InMemoryPickleTests) PASS: test_short_binbytes (test.test_pickle.InMemoryPickleTests) PASS: test_short_binunicode (test.test_pickle.InMemoryPickleTests) PASS: test_short_tuples (test.test_pickle.InMemoryPickleTests) PASS: test_simple_newobj (test.test_pickle.InMemoryPickleTests) PASS: test_singleton_types (test.test_pickle.InMemoryPickleTests) PASS: test_singletons (test.test_pickle.InMemoryPickleTests) PASS: test_structseq (test.test_pickle.InMemoryPickleTests) PASS: test_truncated_data (test.test_pickle.InMemoryPickleTests) PASS: test_unicode (test.test_pickle.InMemoryPickleTests) PASS: test_unicode_high_plane (test.test_pickle.InMemoryPickleTests) PASS: test_unpickle_from_2x (test.test_pickle.InMemoryPickleTests) PASS: test_unpickle_module_race (test.test_pickle.InMemoryPickleTests) PASS: test_class_dispatch_table (test.test_pickle.PyChainDispatchTableTests) PASS: test_default_dispatch_table (test.test_pickle.PyChainDispatchTableTests) PASS: test_instance_dispatch_table (test.test_pickle.PyChainDispatchTableTests) PASS: test_class_dispatch_table (test.test_pickle.PyDispatchTableTests) PASS: test_default_dispatch_table (test.test_pickle.PyDispatchTableTests) PASS: test_instance_dispatch_table (test.test_pickle.PyDispatchTableTests) PASS: test_custom_pickler_dispatch_table_memleak (test.test_pickle.PyIdPersPicklerTests) PASS: test_pickler_reference_cycle (test.test_pickle.PyIdPersPicklerTests) PASS: test_protocol0_is_ascii_only (test.test_pickle.PyIdPersPicklerTests) PASS: test_return_correct_type (test.test_pickle.PyIdPersPicklerTests) PASS: test_unpickler_reference_cycle (test.test_pickle.PyIdPersPicklerTests) PASS: test_persistence (test.test_pickle.PyPersPicklerTests) PASS: test_bad_init (test.test_pickle.PyPickleTests) PASS: test_callapi (test.test_pickle.PyPickleTests) PASS: test_dump_closed_file (test.test_pickle.PyPickleTests) PASS: test_dump_load_oob_buffers (test.test_pickle.PyPickleTests) PASS: test_dump_text_file (test.test_pickle.PyPickleTests) PASS: test_dumps_loads_oob_buffers (test.test_pickle.PyPickleTests) PASS: test_highest_protocol (test.test_pickle.PyPickleTests) PASS: test_incomplete_input (test.test_pickle.PyPickleTests) PASS: test_load_closed_file (test.test_pickle.PyPickleTests) PASS: test_load_from_and_dump_to_file (test.test_pickle.PyPickleTests) PASS: test_pickler_hook (test.test_pickle.PyPicklerHookTests) PASS: test_reducer_override_no_reference_cycle (test.test_pickle.PyPicklerHookTests) PASS: test_appends_on_non_lists (test.test_pickle.PyPicklerTests) PASS: test_attribute_name_interning (test.test_pickle.PyPicklerTests) PASS: test_bad_getattr (test.test_pickle.PyPicklerTests) PASS: test_buffer_callback_error (test.test_pickle.PyPicklerTests) PASS: test_buffers_error (test.test_pickle.PyPicklerTests) SKIP: test_buffers_numpy (test.test_pickle.PyPicklerTests) 'Test needs Numpy' PASS: test_bytearray (test.test_pickle.PyPicklerTests) PASS: test_bytearray_memoization_bug (test.test_pickle.PyPicklerTests) PASS: test_bytes (test.test_pickle.PyPicklerTests) PASS: test_c_methods (test.test_pickle.PyPicklerTests) PASS: test_compat_pickle (test.test_pickle.PyPicklerTests) PASS: test_complex_newobj (test.test_pickle.PyPicklerTests) PASS: test_complex_newobj_ex (test.test_pickle.PyPicklerTests) PASS: test_dict_chunking (test.test_pickle.PyPicklerTests) PASS: test_dynamic_class (test.test_pickle.PyPicklerTests) PASS: test_ellipsis (test.test_pickle.PyPicklerTests) PASS: test_evil_class_mutating_dict (test.test_pickle.PyPicklerTests) PASS: test_evil_pickler_mutating_collection (test.test_pickle.PyPicklerTests) PASS: test_float (test.test_pickle.PyPicklerTests) PASS: test_float_format (test.test_pickle.PyPicklerTests) PASS: test_framed_write_sizes_with_delayed_writer (test.test_pickle.PyPicklerTests) PASS: test_framing_large_objects (test.test_pickle.PyPicklerTests) PASS: test_framing_many_objects (test.test_pickle.PyPicklerTests) PASS: test_getinitargs (test.test_pickle.PyPicklerTests) PASS: test_global_ext1 (test.test_pickle.PyPicklerTests) PASS: test_global_ext2 (test.test_pickle.PyPicklerTests) PASS: test_global_ext4 (test.test_pickle.PyPicklerTests) PASS: test_in_band_buffers (test.test_pickle.PyPicklerTests) PASS: test_inband_accept_default_buffers_argument (test.test_pickle.PyPicklerTests) PASS: test_int_pickling_efficiency (test.test_pickle.PyPicklerTests) PASS: test_ints (test.test_pickle.PyPicklerTests) PASS: test_large_pickles (test.test_pickle.PyPicklerTests) PASS: test_list_chunking (test.test_pickle.PyPicklerTests) PASS: test_local_lookup_error (test.test_pickle.PyPicklerTests) PASS: test_long (test.test_pickle.PyPicklerTests) PASS: test_long1 (test.test_pickle.PyPicklerTests) PASS: test_long4 (test.test_pickle.PyPicklerTests) PASS: test_many_puts_and_gets (test.test_pickle.PyPicklerTests) PASS: test_metaclass (test.test_pickle.PyPicklerTests) PASS: test_misc (test.test_pickle.PyPicklerTests) PASS: test_nested_names (test.test_pickle.PyPicklerTests) PASS: test_newobj_generic (test.test_pickle.PyPicklerTests) PASS: test_newobj_list (test.test_pickle.PyPicklerTests) PASS: test_newobj_list_slots (test.test_pickle.PyPicklerTests) PASS: test_newobj_not_class (test.test_pickle.PyPicklerTests) PASS: test_newobj_overridden_new (test.test_pickle.PyPicklerTests) PASS: test_newobj_proxies (test.test_pickle.PyPicklerTests) PASS: test_newobj_tuple (test.test_pickle.PyPicklerTests) PASS: test_notimplemented (test.test_pickle.PyPicklerTests) PASS: test_oob_buffers (test.test_pickle.PyPicklerTests) PASS: test_oob_buffers_writable_to_readonly (test.test_pickle.PyPicklerTests) PASS: test_optional_frames (test.test_pickle.PyPicklerTests) PASS: test_pickle_to_2x (test.test_pickle.PyPicklerTests) PASS: test_picklebuffer_error (test.test_pickle.PyPicklerTests) PASS: test_proto (test.test_pickle.PyPicklerTests) PASS: test_py_methods (test.test_pickle.PyPicklerTests) PASS: test_recursive_dict (test.test_pickle.PyPicklerTests) PASS: test_recursive_dict_and_inst (test.test_pickle.PyPicklerTests) PASS: test_recursive_dict_key (test.test_pickle.PyPicklerTests) PASS: test_recursive_dict_like (test.test_pickle.PyPicklerTests) PASS: test_recursive_dict_like_key (test.test_pickle.PyPicklerTests) PASS: test_recursive_dict_subclass (test.test_pickle.PyPicklerTests) PASS: test_recursive_dict_subclass_and_inst (test.test_pickle.PyPicklerTests) PASS: test_recursive_dict_subclass_key (test.test_pickle.PyPicklerTests) PASS: test_recursive_frozenset_and_inst (test.test_pickle.PyPicklerTests) PASS: test_recursive_frozenset_subclass_and_inst (test.test_pickle.PyPicklerTests) PASS: test_recursive_inst (test.test_pickle.PyPicklerTests) PASS: test_recursive_inst_state (test.test_pickle.PyPicklerTests) PASS: test_recursive_list (test.test_pickle.PyPicklerTests) PASS: test_recursive_list_and_inst (test.test_pickle.PyPicklerTests) PASS: test_recursive_list_like (test.test_pickle.PyPicklerTests) PASS: test_recursive_list_subclass (test.test_pickle.PyPicklerTests) PASS: test_recursive_list_subclass_and_inst (test.test_pickle.PyPicklerTests) PASS: test_recursive_multi (test.test_pickle.PyPicklerTests) PASS: test_recursive_nested_names (test.test_pickle.PyPicklerTests) PASS: test_recursive_set (test.test_pickle.PyPicklerTests) PASS: test_recursive_set_and_inst (test.test_pickle.PyPicklerTests) PASS: test_recursive_set_subclass_and_inst (test.test_pickle.PyPicklerTests) PASS: test_recursive_tuple_and_dict (test.test_pickle.PyPicklerTests) PASS: test_recursive_tuple_and_dict_key (test.test_pickle.PyPicklerTests) PASS: test_recursive_tuple_and_dict_like (test.test_pickle.PyPicklerTests) PASS: test_recursive_tuple_and_dict_like_key (test.test_pickle.PyPicklerTests) PASS: test_recursive_tuple_and_dict_subclass (test.test_pickle.PyPicklerTests) PASS: test_recursive_tuple_and_dict_subclass_key (test.test_pickle.PyPicklerTests) PASS: test_recursive_tuple_and_inst (test.test_pickle.PyPicklerTests) PASS: test_recursive_tuple_and_inst_state (test.test_pickle.PyPicklerTests) PASS: test_recursive_tuple_and_list (test.test_pickle.PyPicklerTests) PASS: test_recursive_tuple_and_list_like (test.test_pickle.PyPicklerTests) PASS: test_recursive_tuple_and_list_subclass (test.test_pickle.PyPicklerTests) PASS: test_recursive_tuple_subclass_and_inst (test.test_pickle.PyPicklerTests) PASS: test_reduce (test.test_pickle.PyPicklerTests) PASS: test_reduce_bad_iterator (test.test_pickle.PyPicklerTests) PASS: test_reduce_calls_base (test.test_pickle.PyPicklerTests) PASS: test_reduce_ex_called (test.test_pickle.PyPicklerTests) PASS: test_reduce_ex_calls_base (test.test_pickle.PyPicklerTests) PASS: test_reduce_ex_overrides_reduce (test.test_pickle.PyPicklerTests) PASS: test_reduce_overrides_default_reduce_ex (test.test_pickle.PyPicklerTests) PASS: test_roundtrip_equality (test.test_pickle.PyPicklerTests) PASS: test_set_chunking (test.test_pickle.PyPicklerTests) PASS: test_setitems_on_non_dicts (test.test_pickle.PyPicklerTests) PASS: test_short_tuples (test.test_pickle.PyPicklerTests) PASS: test_simple_newobj (test.test_pickle.PyPicklerTests) PASS: test_singleton_types (test.test_pickle.PyPicklerTests) PASS: test_singletons (test.test_pickle.PyPicklerTests) PASS: test_structseq (test.test_pickle.PyPicklerTests) PASS: test_unicode (test.test_pickle.PyPicklerTests) PASS: test_unicode_high_plane (test.test_pickle.PyPicklerTests) PASS: test_clear_pickler_memo (test.test_pickle.PyPicklerUnpicklerObjectTests) PASS: test_multiple_unpicklings_minimal (test.test_pickle.PyPicklerUnpicklerObjectTests) PASS: test_multiple_unpicklings_seekable (test.test_pickle.PyPicklerUnpicklerObjectTests) PASS: test_multiple_unpicklings_unseekable (test.test_pickle.PyPicklerUnpicklerObjectTests) PASS: test_priming_pickler_memo (test.test_pickle.PyPicklerUnpicklerObjectTests) PASS: test_priming_unpickler_memo (test.test_pickle.PyPicklerUnpicklerObjectTests) PASS: test_reusing_unpickler_objects (test.test_pickle.PyPicklerUnpicklerObjectTests) PASS: test_unpickling_buffering_readline (test.test_pickle.PyPicklerUnpicklerObjectTests) PASS: test_bad_mark (test.test_pickle.PyUnpicklerTests) PASS: test_bad_newobj (test.test_pickle.PyUnpicklerTests) PASS: test_bad_newobj_ex (test.test_pickle.PyUnpicklerTests) PASS: test_bad_reduce (test.test_pickle.PyUnpicklerTests) PASS: test_bad_stack (test.test_pickle.PyUnpicklerTests) PASS: test_badly_escaped_string (test.test_pickle.PyUnpicklerTests) PASS: test_badly_quoted_string (test.test_pickle.PyUnpicklerTests) PASS: test_binbytes (test.test_pickle.PyUnpicklerTests) PASS: test_binbytes8 (test.test_pickle.PyUnpicklerTests) PASS: test_binget (test.test_pickle.PyUnpicklerTests) PASS: test_binunicode8 (test.test_pickle.PyUnpicklerTests) PASS: test_bytearray8 (test.test_pickle.PyUnpicklerTests) PASS: test_compat_unpickle (test.test_pickle.PyUnpicklerTests) PASS: test_constants (test.test_pickle.PyUnpicklerTests) PASS: test_correctly_quoted_string (test.test_pickle.PyUnpicklerTests) PASS: test_dup (test.test_pickle.PyUnpicklerTests) PASS: test_empty_bytestring (test.test_pickle.PyUnpicklerTests) PASS: test_frame_readline (test.test_pickle.PyUnpicklerTests) PASS: test_get (test.test_pickle.PyUnpicklerTests) SKIP: test_large_32b_binbytes8 (test.test_pickle.PyUnpicklerTests) 'test is only meaningful on 32-bit builds' SKIP: test_large_32b_binunicode8 (test.test_pickle.PyUnpicklerTests) 'test is only meaningful on 32-bit builds' SKIP: test_large_32b_bytearray8 (test.test_pickle.PyUnpicklerTests) 'test is only meaningful on 32-bit builds' PASS: test_load_classic_instance (test.test_pickle.PyUnpicklerTests) PASS: test_load_from_data0 (test.test_pickle.PyUnpicklerTests) PASS: test_load_from_data1 (test.test_pickle.PyUnpicklerTests) PASS: test_load_from_data2 (test.test_pickle.PyUnpicklerTests) PASS: test_load_from_data3 (test.test_pickle.PyUnpicklerTests) PASS: test_load_from_data4 (test.test_pickle.PyUnpicklerTests) PASS: test_load_long_python2_str_as_bytes (test.test_pickle.PyUnpicklerTests) PASS: test_load_python2_str_as_bytes (test.test_pickle.PyUnpicklerTests) PASS: test_load_python2_unicode_as_str (test.test_pickle.PyUnpicklerTests) PASS: test_long_binget (test.test_pickle.PyUnpicklerTests) PASS: test_maxint64 (test.test_pickle.PyUnpicklerTests) PASS: test_misc_get (test.test_pickle.PyUnpicklerTests) SKIP: test_negative_32b_binbytes (test.test_pickle.PyUnpicklerTests) 'test is only meaningful on 32-bit builds' SKIP: test_negative_32b_binput (test.test_pickle.PyUnpicklerTests) 'test is only meaningful on 32-bit builds' SKIP: test_negative_32b_binunicode (test.test_pickle.PyUnpicklerTests) 'test is only meaningful on 32-bit builds' PASS: test_negative_put (test.test_pickle.PyUnpicklerTests) PASS: test_short_binbytes (test.test_pickle.PyUnpicklerTests) PASS: test_short_binunicode (test.test_pickle.PyUnpicklerTests) PASS: test_truncated_data (test.test_pickle.PyUnpicklerTests) PASS: test_unpickle_from_2x (test.test_pickle.PyUnpicklerTests) PASS: test_unpickle_module_race (test.test_pickle.PyUnpicklerTests) PASS: test_pickler (test.test_pickle.SizeofTests) PASS: test_unpickler (test.test_pickle.SizeofTests) ---------------------------------------------------------------------- Ran 742 tests in 10.222s OK (skipped=29) 0:14:01 load avg: 0.85 [254/427] test_picklebuffer PASS: test_basics (test.test_picklebuffer.PickleBufferTest) PASS: test_constructor_failure (test.test_picklebuffer.PickleBufferTest) PASS: test_cycle (test.test_picklebuffer.PickleBufferTest) PASS: test_ndarray_2d (test.test_picklebuffer.PickleBufferTest) PASS: test_raw (test.test_picklebuffer.PickleBufferTest) PASS: test_raw_ndarray (test.test_picklebuffer.PickleBufferTest) PASS: test_raw_non_contiguous (test.test_picklebuffer.PickleBufferTest) PASS: test_raw_released (test.test_picklebuffer.PickleBufferTest) PASS: test_release (test.test_picklebuffer.PickleBufferTest) ---------------------------------------------------------------------- Ran 9 tests in 0.053s OK 0:14:02 load avg: 0.87 [255/427] test_pickletools PASS: test__all__ (test.test_pickletools.MiscTestCase) PASS: test_appends_on_non_lists (test.test_pickletools.OptimizedPickleTests) PASS: test_attribute_name_interning (test.test_pickletools.OptimizedPickleTests) PASS: test_bad_getattr (test.test_pickletools.OptimizedPickleTests) PASS: test_buffer_callback_error (test.test_pickletools.OptimizedPickleTests) PASS: test_buffers_error (test.test_pickletools.OptimizedPickleTests) SKIP: test_buffers_numpy (test.test_pickletools.OptimizedPickleTests) 'Test needs Numpy' PASS: test_bytearray (test.test_pickletools.OptimizedPickleTests) PASS: test_bytearray_memoization_bug (test.test_pickletools.OptimizedPickleTests) PASS: test_bytes (test.test_pickletools.OptimizedPickleTests) PASS: test_c_methods (test.test_pickletools.OptimizedPickleTests) PASS: test_compat_pickle (test.test_pickletools.OptimizedPickleTests) PASS: test_complex_newobj (test.test_pickletools.OptimizedPickleTests) PASS: test_complex_newobj_ex (test.test_pickletools.OptimizedPickleTests) PASS: test_dict_chunking (test.test_pickletools.OptimizedPickleTests) PASS: test_dynamic_class (test.test_pickletools.OptimizedPickleTests) PASS: test_ellipsis (test.test_pickletools.OptimizedPickleTests) PASS: test_evil_class_mutating_dict (test.test_pickletools.OptimizedPickleTests) SKIP: test_evil_pickler_mutating_collection (test.test_pickletools.OptimizedPickleTests) " has no associated pickler type" PASS: test_float (test.test_pickletools.OptimizedPickleTests) PASS: test_float_format (test.test_pickletools.OptimizedPickleTests) PASS: test_framing_large_objects (test.test_pickletools.OptimizedPickleTests) PASS: test_framing_many_objects (test.test_pickletools.OptimizedPickleTests) PASS: test_getinitargs (test.test_pickletools.OptimizedPickleTests) PASS: test_global_ext1 (test.test_pickletools.OptimizedPickleTests) PASS: test_global_ext2 (test.test_pickletools.OptimizedPickleTests) PASS: test_global_ext4 (test.test_pickletools.OptimizedPickleTests) PASS: test_in_band_buffers (test.test_pickletools.OptimizedPickleTests) PASS: test_inband_accept_default_buffers_argument (test.test_pickletools.OptimizedPickleTests) PASS: test_int_pickling_efficiency (test.test_pickletools.OptimizedPickleTests) PASS: test_ints (test.test_pickletools.OptimizedPickleTests) PASS: test_large_pickles (test.test_pickletools.OptimizedPickleTests) PASS: test_list_chunking (test.test_pickletools.OptimizedPickleTests) PASS: test_local_lookup_error (test.test_pickletools.OptimizedPickleTests) PASS: test_long (test.test_pickletools.OptimizedPickleTests) PASS: test_long1 (test.test_pickletools.OptimizedPickleTests) PASS: test_long4 (test.test_pickletools.OptimizedPickleTests) PASS: test_many_puts_and_gets (test.test_pickletools.OptimizedPickleTests) PASS: test_metaclass (test.test_pickletools.OptimizedPickleTests) PASS: test_misc (test.test_pickletools.OptimizedPickleTests) PASS: test_nested_names (test.test_pickletools.OptimizedPickleTests) PASS: test_newobj_generic (test.test_pickletools.OptimizedPickleTests) PASS: test_newobj_list (test.test_pickletools.OptimizedPickleTests) PASS: test_newobj_list_slots (test.test_pickletools.OptimizedPickleTests) PASS: test_newobj_not_class (test.test_pickletools.OptimizedPickleTests) PASS: test_newobj_overridden_new (test.test_pickletools.OptimizedPickleTests) PASS: test_newobj_proxies (test.test_pickletools.OptimizedPickleTests) PASS: test_newobj_tuple (test.test_pickletools.OptimizedPickleTests) PASS: test_notimplemented (test.test_pickletools.OptimizedPickleTests) PASS: test_oob_buffers (test.test_pickletools.OptimizedPickleTests) PASS: test_oob_buffers_writable_to_readonly (test.test_pickletools.OptimizedPickleTests) PASS: test_optimize_binput_and_memoize (test.test_pickletools.OptimizedPickleTests) PASS: test_optimize_long_binget (test.test_pickletools.OptimizedPickleTests) PASS: test_optional_frames (test.test_pickletools.OptimizedPickleTests) PASS: test_picklebuffer_error (test.test_pickletools.OptimizedPickleTests) PASS: test_proto (test.test_pickletools.OptimizedPickleTests) PASS: test_py_methods (test.test_pickletools.OptimizedPickleTests) PASS: test_recursive_dict (test.test_pickletools.OptimizedPickleTests) PASS: test_recursive_dict_and_inst (test.test_pickletools.OptimizedPickleTests) PASS: test_recursive_dict_key (test.test_pickletools.OptimizedPickleTests) PASS: test_recursive_dict_like (test.test_pickletools.OptimizedPickleTests) PASS: test_recursive_dict_like_key (test.test_pickletools.OptimizedPickleTests) PASS: test_recursive_dict_subclass (test.test_pickletools.OptimizedPickleTests) PASS: test_recursive_dict_subclass_and_inst (test.test_pickletools.OptimizedPickleTests) PASS: test_recursive_dict_subclass_key (test.test_pickletools.OptimizedPickleTests) PASS: test_recursive_frozenset_and_inst (test.test_pickletools.OptimizedPickleTests) PASS: test_recursive_frozenset_subclass_and_inst (test.test_pickletools.OptimizedPickleTests) PASS: test_recursive_inst (test.test_pickletools.OptimizedPickleTests) PASS: test_recursive_inst_state (test.test_pickletools.OptimizedPickleTests) PASS: test_recursive_list (test.test_pickletools.OptimizedPickleTests) PASS: test_recursive_list_and_inst (test.test_pickletools.OptimizedPickleTests) PASS: test_recursive_list_like (test.test_pickletools.OptimizedPickleTests) PASS: test_recursive_list_subclass (test.test_pickletools.OptimizedPickleTests) PASS: test_recursive_list_subclass_and_inst (test.test_pickletools.OptimizedPickleTests) PASS: test_recursive_multi (test.test_pickletools.OptimizedPickleTests) PASS: test_recursive_nested_names (test.test_pickletools.OptimizedPickleTests) PASS: test_recursive_set (test.test_pickletools.OptimizedPickleTests) PASS: test_recursive_set_and_inst (test.test_pickletools.OptimizedPickleTests) PASS: test_recursive_set_subclass_and_inst (test.test_pickletools.OptimizedPickleTests) PASS: test_recursive_tuple_and_dict (test.test_pickletools.OptimizedPickleTests) PASS: test_recursive_tuple_and_dict_key (test.test_pickletools.OptimizedPickleTests) PASS: test_recursive_tuple_and_dict_like (test.test_pickletools.OptimizedPickleTests) PASS: test_recursive_tuple_and_dict_like_key (test.test_pickletools.OptimizedPickleTests) PASS: test_recursive_tuple_and_dict_subclass (test.test_pickletools.OptimizedPickleTests) PASS: test_recursive_tuple_and_dict_subclass_key (test.test_pickletools.OptimizedPickleTests) PASS: test_recursive_tuple_and_inst (test.test_pickletools.OptimizedPickleTests) PASS: test_recursive_tuple_and_inst_state (test.test_pickletools.OptimizedPickleTests) PASS: test_recursive_tuple_and_list (test.test_pickletools.OptimizedPickleTests) PASS: test_recursive_tuple_and_list_like (test.test_pickletools.OptimizedPickleTests) PASS: test_recursive_tuple_and_list_subclass (test.test_pickletools.OptimizedPickleTests) PASS: test_recursive_tuple_subclass_and_inst (test.test_pickletools.OptimizedPickleTests) PASS: test_reduce (test.test_pickletools.OptimizedPickleTests) PASS: test_reduce_bad_iterator (test.test_pickletools.OptimizedPickleTests) PASS: test_reduce_calls_base (test.test_pickletools.OptimizedPickleTests) PASS: test_reduce_ex_called (test.test_pickletools.OptimizedPickleTests) PASS: test_reduce_ex_calls_base (test.test_pickletools.OptimizedPickleTests) PASS: test_reduce_ex_overrides_reduce (test.test_pickletools.OptimizedPickleTests) PASS: test_reduce_overrides_default_reduce_ex (test.test_pickletools.OptimizedPickleTests) PASS: test_roundtrip_equality (test.test_pickletools.OptimizedPickleTests) PASS: test_set_chunking (test.test_pickletools.OptimizedPickleTests) PASS: test_setitems_on_non_dicts (test.test_pickletools.OptimizedPickleTests) PASS: test_short_tuples (test.test_pickletools.OptimizedPickleTests) PASS: test_simple_newobj (test.test_pickletools.OptimizedPickleTests) PASS: test_singleton_types (test.test_pickletools.OptimizedPickleTests) PASS: test_singletons (test.test_pickletools.OptimizedPickleTests) PASS: test_structseq (test.test_pickletools.OptimizedPickleTests) PASS: test_unicode (test.test_pickletools.OptimizedPickleTests) PASS: test_unicode_high_plane (test.test_pickletools.OptimizedPickleTests) disassembler_memo_test (pickletools.__test__) PASS: Doctest: pickletools.__test__.disassembler_memo_test disassembler_test (pickletools.__test__) PASS: Doctest: pickletools.__test__.disassembler_test read_bytearray8 (pickletools) PASS: Doctest: pickletools.read_bytearray8 read_bytes1 (pickletools) PASS: Doctest: pickletools.read_bytes1 read_bytes4 (pickletools) PASS: Doctest: pickletools.read_bytes4 read_bytes8 (pickletools) PASS: Doctest: pickletools.read_bytes8 read_decimalnl_long (pickletools) PASS: Doctest: pickletools.read_decimalnl_long read_decimalnl_short (pickletools) PASS: Doctest: pickletools.read_decimalnl_short read_float8 (pickletools) PASS: Doctest: pickletools.read_float8 read_floatnl (pickletools) PASS: Doctest: pickletools.read_floatnl read_int4 (pickletools) PASS: Doctest: pickletools.read_int4 read_long1 (pickletools) PASS: Doctest: pickletools.read_long1 read_long4 (pickletools) PASS: Doctest: pickletools.read_long4 read_string1 (pickletools) PASS: Doctest: pickletools.read_string1 read_string4 (pickletools) PASS: Doctest: pickletools.read_string4 read_stringnl (pickletools) PASS: Doctest: pickletools.read_stringnl read_stringnl_noescape_pair (pickletools) PASS: Doctest: pickletools.read_stringnl_noescape_pair read_uint1 (pickletools) PASS: Doctest: pickletools.read_uint1 read_uint2 (pickletools) PASS: Doctest: pickletools.read_uint2 read_uint4 (pickletools) PASS: Doctest: pickletools.read_uint4 read_uint8 (pickletools) PASS: Doctest: pickletools.read_uint8 read_unicodestring1 (pickletools) PASS: Doctest: pickletools.read_unicodestring1 read_unicodestring4 (pickletools) PASS: Doctest: pickletools.read_unicodestring4 read_unicodestring8 (pickletools) PASS: Doctest: pickletools.read_unicodestring8 read_unicodestringnl (pickletools) PASS: Doctest: pickletools.read_unicodestringnl ---------------------------------------------------------------------- Ran 133 tests in 1.496s OK (skipped=2) 0:14:04 load avg: 0.87 [256/427] test_pipes PASS: testBadAppendOptions (test.test_pipes.SimplePipeTests) PASS: testBadOpenMode (test.test_pipes.SimplePipeTests) PASS: testBadPrependOptions (test.test_pipes.SimplePipeTests) PASS: testClone (test.test_pipes.SimplePipeTests) PASS: testEmptyPipeline1 (test.test_pipes.SimplePipeTests) PASS: testEmptyPipeline2 (test.test_pipes.SimplePipeTests) PASS: testEmptyPipeline3 (test.test_pipes.SimplePipeTests) PASS: testReadOpenSink (test.test_pipes.SimplePipeTests) PASS: testRepr (test.test_pipes.SimplePipeTests) PASS: testSetDebug (test.test_pipes.SimplePipeTests) PASS: testSimplePipe1 (test.test_pipes.SimplePipeTests) PASS: testSimplePipe2 (test.test_pipes.SimplePipeTests) PASS: testSimplePipe3 (test.test_pipes.SimplePipeTests) PASS: testWriteOpenSource (test.test_pipes.SimplePipeTests) ---------------------------------------------------------------------- Ran 14 tests in 0.019s OK 0:14:05 load avg: 0.87 [257/427] test_pkg PASS: test_1 (test.test_pkg.TestPkg) PASS: test_2 (test.test_pkg.TestPkg) PASS: test_3 (test.test_pkg.TestPkg) PASS: test_4 (test.test_pkg.TestPkg) PASS: test_5 (test.test_pkg.TestPkg) PASS: test_6 (test.test_pkg.TestPkg) PASS: test_7 (test.test_pkg.TestPkg) PASS: test_8 (test.test_pkg.TestPkg) ---------------------------------------------------------------------- Ran 8 tests in 0.019s OK 0:14:06 load avg: 0.87 [258/427] test_pkgutil PASS: test_iter_importers (test.test_pkgutil.ExtendPathTests) PASS: test_mixed_namespace (test.test_pkgutil.ExtendPathTests) PASS: test_simple (test.test_pkgutil.ExtendPathTests) PASS: test_find_loader_avoids_emulation (test.test_pkgutil.ImportlibMigrationTests) PASS: test_find_loader_missing_module (test.test_pkgutil.ImportlibMigrationTests) PASS: test_get_importer_avoids_emulation (test.test_pkgutil.ImportlibMigrationTests) PASS: test_get_loader_None_in_sys_modules (test.test_pkgutil.ImportlibMigrationTests) PASS: test_get_loader_avoids_emulation (test.test_pkgutil.ImportlibMigrationTests) PASS: test_get_loader_handles_missing_loader_attribute (test.test_pkgutil.ImportlibMigrationTests) PASS: test_get_loader_handles_missing_spec_attribute (test.test_pkgutil.ImportlibMigrationTests) PASS: test_get_loader_handles_spec_attribute_none (test.test_pkgutil.ImportlibMigrationTests) PASS: test_importer_deprecated (test.test_pkgutil.ImportlibMigrationTests) PASS: test_iter_importers_avoids_emulation (test.test_pkgutil.ImportlibMigrationTests) PASS: test_loader_deprecated (test.test_pkgutil.ImportlibMigrationTests) PASS: test_nested (test.test_pkgutil.NestedNamespacePackageTest) PASS: test_alreadyloaded (test.test_pkgutil.PkgutilPEP302Tests) PASS: test_getdata_pep302 (test.test_pkgutil.PkgutilPEP302Tests) PASS: test_getdata_filesys (test.test_pkgutil.PkgutilTests) PASS: test_getdata_zipfile (test.test_pkgutil.PkgutilTests) PASS: test_name_resolution (test.test_pkgutil.PkgutilTests) PASS: test_unreadable_dir_on_syspath (test.test_pkgutil.PkgutilTests) PASS: test_walk_packages_raises_on_string_or_bytes_input (test.test_pkgutil.PkgutilTests) PASS: test_walkpackages_filesys (test.test_pkgutil.PkgutilTests) test_walkpackages_zipfile (test.test_pkgutil.PkgutilTests) PASS: Tests the same as test_walkpackages_filesys, only with a zip file. ---------------------------------------------------------------------- Ran 24 tests in 0.032s OK 0:14:07 load avg: 0.88 [259/427] test_platform PASS: test__comparable_version (test.test_platform.PlatformTest) PASS: test_architecture (test.test_platform.PlatformTest) PASS: test_architecture_via_symlink (test.test_platform.PlatformTest) PASS: test_freedesktop_os_release (test.test_platform.PlatformTest) PASS: test_java_ver (test.test_platform.PlatformTest) PASS: test_libc_ver (test.test_platform.PlatformTest) PASS: test_mac_ver (test.test_platform.PlatformTest) SKIP: test_mac_ver_with_fork (test.test_platform.PlatformTest) 'OSX only test' PASS: test_machine (test.test_platform.PlatformTest) PASS: test_macos (test.test_platform.PlatformTest) PASS: test_node (test.test_platform.PlatformTest) PASS: test_parse_os_release (test.test_platform.PlatformTest) PASS: test_platform (test.test_platform.PlatformTest) PASS: test_processor (test.test_platform.PlatformTest) PASS: test_release (test.test_platform.PlatformTest) PASS: test_sys_version (test.test_platform.PlatformTest) PASS: test_system (test.test_platform.PlatformTest) PASS: test_system_alias (test.test_platform.PlatformTest) PASS: test_uname (test.test_platform.PlatformTest) PASS: test_uname_cast_to_tuple (test.test_platform.PlatformTest) PASS: test_uname_copy (test.test_platform.PlatformTest) PASS: test_uname_pickle (test.test_platform.PlatformTest) test_uname_processor (test.test_platform.PlatformTest) PASS: On some systems, the processor must match the output PASS: test_uname_replace (test.test_platform.PlatformTest) PASS: test_uname_slices (test.test_platform.PlatformTest) SKIP: test_uname_win32_ARCHITEW6432 (test.test_platform.PlatformTest) 'windows only test' PASS: test_version (test.test_platform.PlatformTest) PASS: test_win32_ver (test.test_platform.PlatformTest) ---------------------------------------------------------------------- Ran 28 tests in 0.134s OK (skipped=2) 0:14:08 load avg: 0.88 [260/427] test_plistlib PASS: test__all__ (test.test_plistlib.MiscTestCase) PASS: test_cycles (test.test_plistlib.TestBinaryPlistlib) PASS: test_deep_nesting (test.test_plistlib.TestBinaryPlistlib) PASS: test_dump_duplicates (test.test_plistlib.TestBinaryPlistlib) PASS: test_identity (test.test_plistlib.TestBinaryPlistlib) PASS: test_invalid_binary (test.test_plistlib.TestBinaryPlistlib) PASS: test_large_timestamp (test.test_plistlib.TestBinaryPlistlib) PASS: test_load_int (test.test_plistlib.TestBinaryPlistlib) PASS: test_load_singletons (test.test_plistlib.TestBinaryPlistlib) PASS: test_nonstandard_refs_size (test.test_plistlib.TestBinaryPlistlib) PASS: test_unsupported (test.test_plistlib.TestBinaryPlistlib) PASS: test_keyed_archive_data (test.test_plistlib.TestKeyedArchive) PASS: test_appleformatting (test.test_plistlib.TestPlistlib) PASS: test_appleformattingfromliteral (test.test_plistlib.TestPlistlib) PASS: test_bytearray (test.test_plistlib.TestPlistlib) PASS: test_bytes (test.test_plistlib.TestPlistlib) PASS: test_bytesio (test.test_plistlib.TestPlistlib) PASS: test_controlcharacters (test.test_plistlib.TestPlistlib) PASS: test_create (test.test_plistlib.TestPlistlib) PASS: test_dict_members (test.test_plistlib.TestPlistlib) PASS: test_dump_invalid_format (test.test_plistlib.TestPlistlib) PASS: test_indentation_array (test.test_plistlib.TestPlistlib) PASS: test_indentation_dict (test.test_plistlib.TestPlistlib) PASS: test_indentation_dict_mix (test.test_plistlib.TestPlistlib) PASS: test_int (test.test_plistlib.TestPlistlib) PASS: test_integer_notations (test.test_plistlib.TestPlistlib) PASS: test_invalid_type (test.test_plistlib.TestPlistlib) PASS: test_invalid_uid (test.test_plistlib.TestPlistlib) PASS: test_invalidarray (test.test_plistlib.TestPlistlib) PASS: test_invaliddict (test.test_plistlib.TestPlistlib) PASS: test_invalidinteger (test.test_plistlib.TestPlistlib) PASS: test_invalidreal (test.test_plistlib.TestPlistlib) PASS: test_io (test.test_plistlib.TestPlistlib) PASS: test_keys_no_string (test.test_plistlib.TestPlistlib) PASS: test_keysort (test.test_plistlib.TestPlistlib) PASS: test_keysort_bytesio (test.test_plistlib.TestPlistlib) PASS: test_list_members (test.test_plistlib.TestPlistlib) PASS: test_load_invalid_file (test.test_plistlib.TestPlistlib) PASS: test_lone_surrogates (test.test_plistlib.TestPlistlib) PASS: test_modified_uid_huge (test.test_plistlib.TestPlistlib) PASS: test_modified_uid_negative (test.test_plistlib.TestPlistlib) PASS: test_non_bmp_characters (test.test_plistlib.TestPlistlib) PASS: test_nondictroot (test.test_plistlib.TestPlistlib) PASS: test_skipkeys (test.test_plistlib.TestPlistlib) PASS: test_tuple_members (test.test_plistlib.TestPlistlib) PASS: test_uid (test.test_plistlib.TestPlistlib) PASS: test_uid_copy (test.test_plistlib.TestPlistlib) PASS: test_uid_data (test.test_plistlib.TestPlistlib) PASS: test_uid_eq (test.test_plistlib.TestPlistlib) PASS: test_uid_hash (test.test_plistlib.TestPlistlib) PASS: test_uid_index (test.test_plistlib.TestPlistlib) PASS: test_uid_pickle (test.test_plistlib.TestPlistlib) PASS: test_uid_repr (test.test_plistlib.TestPlistlib) PASS: test_xml_encodings (test.test_plistlib.TestPlistlib) PASS: test_xml_plist_with_entity_decl (test.test_plistlib.TestPlistlib) ---------------------------------------------------------------------- Ran 55 tests in 0.136s OK 0:14:09 load avg: 0.88 [261/427] test_poll PASS: test_poll1 (test.test_poll.PollTests) PASS: test_poll2 (test.test_poll.PollTests) PASS: test_poll3 (test.test_poll.PollTests) PASS: test_poll_blocks_with_negative_ms (test.test_poll.PollTests) PASS: test_poll_c_limits (test.test_poll.PollTests) PASS: test_poll_unit_tests (test.test_poll.PollTests) PASS: test_threaded_poll (test.test_poll.PollTests) ---------------------------------------------------------------------- Ran 7 tests in 11.138s OK 0:14:21 load avg: 0.74 [262/427] test_popen PASS: test_contextmanager (test.test_popen.PopenTest) PASS: test_iterating (test.test_popen.PopenTest) PASS: test_keywords (test.test_popen.PopenTest) PASS: test_popen (test.test_popen.PopenTest) PASS: test_return_code (test.test_popen.PopenTest) ---------------------------------------------------------------------- Ran 5 tests in 0.066s OK 0:14:22 load avg: 0.76 [263/427] test_poplib PASS: test_apop_REDOS (test.test_poplib.TestPOP3Class) PASS: test_apop_normal (test.test_poplib.TestPOP3Class) PASS: test_capa (test.test_poplib.TestPOP3Class) PASS: test_dele (test.test_poplib.TestPOP3Class) PASS: test_exceptions (test.test_poplib.TestPOP3Class) PASS: test_getwelcome (test.test_poplib.TestPOP3Class) PASS: test_list (test.test_poplib.TestPOP3Class) PASS: test_noop (test.test_poplib.TestPOP3Class) PASS: test_pass_ (test.test_poplib.TestPOP3Class) PASS: test_quit (test.test_poplib.TestPOP3Class) PASS: test_retr (test.test_poplib.TestPOP3Class) PASS: test_rpop (test.test_poplib.TestPOP3Class) PASS: test_stat (test.test_poplib.TestPOP3Class) PASS: test_stls (test.test_poplib.TestPOP3Class) PASS: test_stls_capa (test.test_poplib.TestPOP3Class) PASS: test_stls_context (test.test_poplib.TestPOP3Class) PASS: test_too_long_lines (test.test_poplib.TestPOP3Class) PASS: test_top (test.test_poplib.TestPOP3Class) PASS: test_uidl (test.test_poplib.TestPOP3Class) PASS: test_user (test.test_poplib.TestPOP3Class) PASS: test_utf8 (test.test_poplib.TestPOP3Class) PASS: test_utf8_raises_if_unsupported (test.test_poplib.TestPOP3Class) PASS: test__all__ (test.test_poplib.TestPOP3_SSLClass) PASS: test_apop_REDOS (test.test_poplib.TestPOP3_SSLClass) PASS: test_apop_normal (test.test_poplib.TestPOP3_SSLClass) PASS: test_capa (test.test_poplib.TestPOP3_SSLClass) PASS: test_context (test.test_poplib.TestPOP3_SSLClass) PASS: test_dele (test.test_poplib.TestPOP3_SSLClass) PASS: test_exceptions (test.test_poplib.TestPOP3_SSLClass) PASS: test_getwelcome (test.test_poplib.TestPOP3_SSLClass) PASS: test_list (test.test_poplib.TestPOP3_SSLClass) PASS: test_noop (test.test_poplib.TestPOP3_SSLClass) PASS: test_pass_ (test.test_poplib.TestPOP3_SSLClass) PASS: test_quit (test.test_poplib.TestPOP3_SSLClass) PASS: test_retr (test.test_poplib.TestPOP3_SSLClass) PASS: test_rpop (test.test_poplib.TestPOP3_SSLClass) PASS: test_stat (test.test_poplib.TestPOP3_SSLClass) PASS: test_stls (test.test_poplib.TestPOP3_SSLClass) PASS: test_stls_capa (test.test_poplib.TestPOP3_SSLClass) PASS: test_stls_context (test.test_poplib.TestPOP3_SSLClass) PASS: test_too_long_lines (test.test_poplib.TestPOP3_SSLClass) PASS: test_top (test.test_poplib.TestPOP3_SSLClass) PASS: test_uidl (test.test_poplib.TestPOP3_SSLClass) PASS: test_user (test.test_poplib.TestPOP3_SSLClass) PASS: test_utf8 (test.test_poplib.TestPOP3_SSLClass) PASS: test_utf8_raises_if_unsupported (test.test_poplib.TestPOP3_SSLClass) PASS: test_apop_REDOS (test.test_poplib.TestPOP3_TLSClass) PASS: test_apop_normal (test.test_poplib.TestPOP3_TLSClass) PASS: test_capa (test.test_poplib.TestPOP3_TLSClass) PASS: test_dele (test.test_poplib.TestPOP3_TLSClass) PASS: test_exceptions (test.test_poplib.TestPOP3_TLSClass) PASS: test_getwelcome (test.test_poplib.TestPOP3_TLSClass) PASS: test_list (test.test_poplib.TestPOP3_TLSClass) PASS: test_noop (test.test_poplib.TestPOP3_TLSClass) PASS: test_pass_ (test.test_poplib.TestPOP3_TLSClass) PASS: test_quit (test.test_poplib.TestPOP3_TLSClass) PASS: test_retr (test.test_poplib.TestPOP3_TLSClass) PASS: test_rpop (test.test_poplib.TestPOP3_TLSClass) PASS: test_stat (test.test_poplib.TestPOP3_TLSClass) PASS: test_stls (test.test_poplib.TestPOP3_TLSClass) PASS: test_stls_capa (test.test_poplib.TestPOP3_TLSClass) PASS: test_stls_context (test.test_poplib.TestPOP3_TLSClass) PASS: test_too_long_lines (test.test_poplib.TestPOP3_TLSClass) PASS: test_top (test.test_poplib.TestPOP3_TLSClass) PASS: test_uidl (test.test_poplib.TestPOP3_TLSClass) PASS: test_user (test.test_poplib.TestPOP3_TLSClass) PASS: test_utf8 (test.test_poplib.TestPOP3_TLSClass) PASS: test_utf8_raises_if_unsupported (test.test_poplib.TestPOP3_TLSClass) PASS: testTimeoutDefault (test.test_poplib.TestTimeouts) PASS: testTimeoutNone (test.test_poplib.TestTimeouts) PASS: testTimeoutValue (test.test_poplib.TestTimeouts) ---------------------------------------------------------------------- Ran 71 tests in 6.494s OK 0:14:30 load avg: 0.70 [264/427] test_positional_only_arg PASS: test_annotations_constant_fold (test.test_positional_only_arg.PositionalOnlyTestCase) PASS: test_annotations_in_closures (test.test_positional_only_arg.PositionalOnlyTestCase) PASS: test_async (test.test_positional_only_arg.PositionalOnlyTestCase) PASS: test_change_default_pos_only (test.test_positional_only_arg.PositionalOnlyTestCase) PASS: test_closures (test.test_positional_only_arg.PositionalOnlyTestCase) PASS: test_generator (test.test_positional_only_arg.PositionalOnlyTestCase) PASS: test_invalid_syntax_errors (test.test_positional_only_arg.PositionalOnlyTestCase) PASS: test_invalid_syntax_errors_async (test.test_positional_only_arg.PositionalOnlyTestCase) PASS: test_invalid_syntax_lambda (test.test_positional_only_arg.PositionalOnlyTestCase) PASS: test_lambdas (test.test_positional_only_arg.PositionalOnlyTestCase) PASS: test_mangling (test.test_positional_only_arg.PositionalOnlyTestCase) PASS: test_module_function (test.test_positional_only_arg.PositionalOnlyTestCase) PASS: test_no_standard_args_usage (test.test_positional_only_arg.PositionalOnlyTestCase) PASS: test_optional_positional_only_args (test.test_positional_only_arg.PositionalOnlyTestCase) PASS: test_pos_only_call_via_unpacking (test.test_positional_only_arg.PositionalOnlyTestCase) PASS: test_pos_only_definition (test.test_positional_only_arg.PositionalOnlyTestCase) PASS: test_positional_only_and_arg_invalid_calls (test.test_positional_only_arg.PositionalOnlyTestCase) PASS: test_positional_only_and_kwonlyargs_invalid_calls (test.test_positional_only_arg.PositionalOnlyTestCase) PASS: test_positional_only_and_optional_arg_invalid_calls (test.test_positional_only_arg.PositionalOnlyTestCase) PASS: test_positional_only_invalid_calls (test.test_positional_only_arg.PositionalOnlyTestCase) PASS: test_positional_only_with_optional_invalid_calls (test.test_positional_only_arg.PositionalOnlyTestCase) PASS: test_posonly_methods (test.test_positional_only_arg.PositionalOnlyTestCase) PASS: test_same_keyword_as_positional_with_kwargs (test.test_positional_only_arg.PositionalOnlyTestCase) PASS: test_serialization (test.test_positional_only_arg.PositionalOnlyTestCase) PASS: test_super (test.test_positional_only_arg.PositionalOnlyTestCase) PASS: test_syntax_for_many_positional_only (test.test_positional_only_arg.PositionalOnlyTestCase) PASS: test_too_many_arguments (test.test_positional_only_arg.PositionalOnlyTestCase) PASS: test_use_positional_as_keyword (test.test_positional_only_arg.PositionalOnlyTestCase) ---------------------------------------------------------------------- Ran 28 tests in 0.012s OK 0:14:31 load avg: 0.70 [265/427] test_posix PASS: test_initgroups (test.test_posix.PosixGroupsTester) PASS: test_setgroups (test.test_posix.PosixGroupsTester) PASS: testNoArgFunctions (test.test_posix.PosixTester) PASS: test_access (test.test_posix.PosixTester) PASS: test_chdir (test.test_posix.PosixTester) SKIP: test_chflags (test.test_posix.PosixTester) 'test needs os.chflags()' PASS: test_chown (test.test_posix.PosixTester) PASS: test_cld_xxxx_constants (test.test_posix.PosixTester) PASS: test_confstr (test.test_posix.PosixTester) PASS: test_dup (test.test_posix.PosixTester) PASS: test_dup2 (test.test_posix.PosixTester) PASS: test_environ (test.test_posix.PosixTester) PASS: test_fchown (test.test_posix.PosixTester) PASS: test_fexecve (test.test_posix.PosixTester) PASS: test_fs_holes (test.test_posix.PosixTester) PASS: test_fstat (test.test_posix.PosixTester) PASS: test_fstatvfs (test.test_posix.PosixTester) PASS: test_ftruncate (test.test_posix.PosixTester) PASS: test_get_and_set_scheduler_and_param (test.test_posix.PosixTester) PASS: test_getcwd_long_pathnames (test.test_posix.PosixTester) PASS: test_getgrouplist (test.test_posix.PosixTester) PASS: test_getgroups (test.test_posix.PosixTester) PASS: test_getresgid (test.test_posix.PosixTester) PASS: test_getresuid (test.test_posix.PosixTester) PASS: test_initgroups (test.test_posix.PosixTester) SKIP: test_lchflags_regular_file (test.test_posix.PosixTester) 'test needs os.lchflags()' SKIP: test_lchflags_symlink (test.test_posix.PosixTester) 'test needs os.lchflags()' PASS: test_lchown (test.test_posix.PosixTester) PASS: test_listdir (test.test_posix.PosixTester) PASS: test_listdir_bytes (test.test_posix.PosixTester) PASS: test_listdir_bytes_like (test.test_posix.PosixTester) PASS: test_listdir_default (test.test_posix.PosixTester) PASS: test_listdir_fd (test.test_posix.PosixTester) PASS: test_lockf (test.test_posix.PosixTester) PASS: test_makedev (test.test_posix.PosixTester) PASS: test_mkfifo (test.test_posix.PosixTester) PASS: test_mknod (test.test_posix.PosixTester) PASS: test_oscloexec (test.test_posix.PosixTester) SKIP: test_osexlock (test.test_posix.PosixTester) 'test needs posix.O_EXLOCK' SKIP: test_osshlock (test.test_posix.PosixTester) 'test needs posix.O_SHLOCK' test_path_error2 (test.test_posix.PosixTester) PASS: Test functions that call path_error2(), providing two filenames in their exceptions. PASS: test_path_with_null_byte (test.test_posix.PosixTester) PASS: test_path_with_null_character (test.test_posix.PosixTester) PASS: test_pidfd_open (test.test_posix.PosixTester) PASS: test_pipe (test.test_posix.PosixTester) PASS: test_pipe2 (test.test_posix.PosixTester) PASS: test_pipe2_c_limits (test.test_posix.PosixTester) PASS: test_posix_fadvise (test.test_posix.PosixTester) PASS: test_posix_fadvise_errno (test.test_posix.PosixTester) PASS: test_posix_fallocate (test.test_posix.PosixTester) PASS: test_posix_fallocate_errno (test.test_posix.PosixTester) PASS: test_pread (test.test_posix.PosixTester) PASS: test_preadv (test.test_posix.PosixTester) PASS: test_preadv_flags (test.test_posix.PosixTester) SKIP: test_preadv_overflow_32bits (test.test_posix.PosixTester) 'test is only meaningful on 32-bit builds' PASS: test_putenv (test.test_posix.PosixTester) PASS: test_pwrite (test.test_posix.PosixTester) PASS: test_pwritev (test.test_posix.PosixTester) SKIP: test_pwritev_flags (test.test_posix.PosixTester) 'test needs os.RWF_SYNC' SKIP: test_pwritev_overflow_32bits (test.test_posix.PosixTester) 'test is only meaningful on 32-bit builds' PASS: test_readv (test.test_posix.PosixTester) SKIP: test_readv_overflow_32bits (test.test_posix.PosixTester) 'test is only meaningful on 32-bit builds' PASS: test_register_at_fork (test.test_posix.PosixTester) PASS: test_rtld_constants (test.test_posix.PosixTester) PASS: test_sched_getaffinity (test.test_posix.PosixTester) PASS: test_sched_priority (test.test_posix.PosixTester) PASS: test_sched_rr_get_interval (test.test_posix.PosixTester) PASS: test_sched_setaffinity (test.test_posix.PosixTester) PASS: test_sched_yield (test.test_posix.PosixTester) PASS: test_setresgid (test.test_posix.PosixTester) PASS: test_setresgid_exception (test.test_posix.PosixTester) PASS: test_setresuid (test.test_posix.PosixTester) PASS: test_setresuid_exception (test.test_posix.PosixTester) PASS: test_stat (test.test_posix.PosixTester) PASS: test_statvfs (test.test_posix.PosixTester) PASS: test_strerror (test.test_posix.PosixTester) PASS: test_truncate (test.test_posix.PosixTester) PASS: test_umask (test.test_posix.PosixTester) PASS: test_utime (test.test_posix.PosixTester) PASS: test_utime_nofollow_symlinks (test.test_posix.PosixTester) PASS: test_utime_with_fd (test.test_posix.PosixTester) PASS: test_waitid (test.test_posix.PosixTester) PASS: test_writev (test.test_posix.PosixTester) SKIP: test_writev_overflow_32bits (test.test_posix.PosixTester) 'test is only meaningful on 32-bit builds' PASS: test_access_dir_fd (test.test_posix.TestPosixDirFd) PASS: test_chmod_dir_fd (test.test_posix.TestPosixDirFd) PASS: test_chown_dir_fd (test.test_posix.TestPosixDirFd) PASS: test_link_dir_fd (test.test_posix.TestPosixDirFd) PASS: test_mkdir_dir_fd (test.test_posix.TestPosixDirFd) PASS: test_mkfifo_dir_fd (test.test_posix.TestPosixDirFd) PASS: test_mknod_dir_fd (test.test_posix.TestPosixDirFd) PASS: test_open_dir_fd (test.test_posix.TestPosixDirFd) PASS: test_readlink_dir_fd (test.test_posix.TestPosixDirFd) PASS: test_rename_dir_fd (test.test_posix.TestPosixDirFd) PASS: test_stat_dir_fd (test.test_posix.TestPosixDirFd) PASS: test_symlink_dir_fd (test.test_posix.TestPosixDirFd) PASS: test_unlink_dir_fd (test.test_posix.TestPosixDirFd) PASS: test_utime_dir_fd (test.test_posix.TestPosixDirFd) PASS: test_bad_file_actions (test.test_posix.TestPosixSpawn) PASS: test_close_file (test.test_posix.TestPosixSpawn) PASS: test_dup2 (test.test_posix.TestPosixSpawn) PASS: test_empty_file_actions (test.test_posix.TestPosixSpawn) PASS: test_multiple_file_actions (test.test_posix.TestPosixSpawn) PASS: test_no_such_executable (test.test_posix.TestPosixSpawn) PASS: test_none_file_actions (test.test_posix.TestPosixSpawn) PASS: test_open_file (test.test_posix.TestPosixSpawn) PASS: test_resetids (test.test_posix.TestPosixSpawn) PASS: test_resetids_explicit_default (test.test_posix.TestPosixSpawn) PASS: test_resetids_wrong_type (test.test_posix.TestPosixSpawn) PASS: test_returns_pid (test.test_posix.TestPosixSpawn) PASS: test_setpgroup (test.test_posix.TestPosixSpawn) PASS: test_setpgroup_wrong_type (test.test_posix.TestPosixSpawn) PASS: test_setscheduler_only_param (test.test_posix.TestPosixSpawn) PASS: test_setscheduler_with_policy (test.test_posix.TestPosixSpawn) PASS: test_setsid (test.test_posix.TestPosixSpawn) PASS: test_setsigdef (test.test_posix.TestPosixSpawn) PASS: test_setsigdef_wrong_type (test.test_posix.TestPosixSpawn) PASS: test_setsigmask (test.test_posix.TestPosixSpawn) PASS: test_setsigmask_wrong_type (test.test_posix.TestPosixSpawn) PASS: test_specify_environment (test.test_posix.TestPosixSpawn) PASS: test_bad_file_actions (test.test_posix.TestPosixSpawnP) PASS: test_close_file (test.test_posix.TestPosixSpawnP) PASS: test_dup2 (test.test_posix.TestPosixSpawnP) PASS: test_empty_file_actions (test.test_posix.TestPosixSpawnP) PASS: test_multiple_file_actions (test.test_posix.TestPosixSpawnP) PASS: test_no_such_executable (test.test_posix.TestPosixSpawnP) PASS: test_none_file_actions (test.test_posix.TestPosixSpawnP) PASS: test_open_file (test.test_posix.TestPosixSpawnP) PASS: test_posix_spawnp (test.test_posix.TestPosixSpawnP) PASS: test_resetids (test.test_posix.TestPosixSpawnP) PASS: test_resetids_explicit_default (test.test_posix.TestPosixSpawnP) PASS: test_resetids_wrong_type (test.test_posix.TestPosixSpawnP) PASS: test_returns_pid (test.test_posix.TestPosixSpawnP) PASS: test_setpgroup (test.test_posix.TestPosixSpawnP) PASS: test_setpgroup_wrong_type (test.test_posix.TestPosixSpawnP) PASS: test_setscheduler_only_param (test.test_posix.TestPosixSpawnP) PASS: test_setscheduler_with_policy (test.test_posix.TestPosixSpawnP) PASS: test_setsid (test.test_posix.TestPosixSpawnP) PASS: test_setsigdef (test.test_posix.TestPosixSpawnP) PASS: test_setsigdef_wrong_type (test.test_posix.TestPosixSpawnP) PASS: test_setsigmask (test.test_posix.TestPosixSpawnP) PASS: test_setsigmask_wrong_type (test.test_posix.TestPosixSpawnP) PASS: test_specify_environment (test.test_posix.TestPosixSpawnP) SKIP: test_access (test.test_posix.TestPosixWeaklinking) 'test weak linking on macOS' SKIP: test_chmod (test.test_posix.TestPosixWeaklinking) 'test weak linking on macOS' SKIP: test_chown (test.test_posix.TestPosixWeaklinking) 'test weak linking on macOS' SKIP: test_link (test.test_posix.TestPosixWeaklinking) 'test weak linking on macOS' SKIP: test_listdir_scandir (test.test_posix.TestPosixWeaklinking) 'test weak linking on macOS' SKIP: test_mkdir (test.test_posix.TestPosixWeaklinking) 'test weak linking on macOS' SKIP: test_open (test.test_posix.TestPosixWeaklinking) 'test weak linking on macOS' SKIP: test_pwritev (test.test_posix.TestPosixWeaklinking) 'test weak linking on macOS' SKIP: test_readlink (test.test_posix.TestPosixWeaklinking) 'test weak linking on macOS' SKIP: test_rename_replace (test.test_posix.TestPosixWeaklinking) 'test weak linking on macOS' SKIP: test_stat (test.test_posix.TestPosixWeaklinking) 'test weak linking on macOS' SKIP: test_symlink (test.test_posix.TestPosixWeaklinking) 'test weak linking on macOS' SKIP: test_unlink_rmdir (test.test_posix.TestPosixWeaklinking) 'test weak linking on macOS' SKIP: test_utime (test.test_posix.TestPosixWeaklinking) 'test weak linking on macOS' ---------------------------------------------------------------------- Ran 157 tests in 1.163s OK (skipped=24) 0:14:33 load avg: 0.73 [266/427] test_posixpath PASS: test_path_abspath (test.test_posixpath.PathLikeTests) PASS: test_path_basename (test.test_posixpath.PathLikeTests) PASS: test_path_commonpath (test.test_posixpath.PathLikeTests) PASS: test_path_dirname (test.test_posixpath.PathLikeTests) PASS: test_path_expanduser (test.test_posixpath.PathLikeTests) PASS: test_path_expandvars (test.test_posixpath.PathLikeTests) PASS: test_path_isabs (test.test_posixpath.PathLikeTests) PASS: test_path_islink (test.test_posixpath.PathLikeTests) PASS: test_path_ismount (test.test_posixpath.PathLikeTests) PASS: test_path_join (test.test_posixpath.PathLikeTests) PASS: test_path_lexists (test.test_posixpath.PathLikeTests) PASS: test_path_normcase (test.test_posixpath.PathLikeTests) PASS: test_path_normpath (test.test_posixpath.PathLikeTests) PASS: test_path_realpath (test.test_posixpath.PathLikeTests) PASS: test_path_relpath (test.test_posixpath.PathLikeTests) PASS: test_path_split (test.test_posixpath.PathLikeTests) PASS: test_path_splitdrive (test.test_posixpath.PathLikeTests) PASS: test_path_splitext (test.test_posixpath.PathLikeTests) PASS: test_abspath (test.test_posixpath.PosixCommonTest) PASS: test_abspath_issue3426 (test.test_posixpath.PosixCommonTest) PASS: test_commonprefix (test.test_posixpath.PosixCommonTest) PASS: test_exists (test.test_posixpath.PosixCommonTest) PASS: test_exists_fd (test.test_posixpath.PosixCommonTest) PASS: test_expandvars (test.test_posixpath.PosixCommonTest) PASS: test_expandvars_nonascii (test.test_posixpath.PosixCommonTest) PASS: test_filetime (test.test_posixpath.PosixCommonTest) PASS: test_getsize (test.test_posixpath.PosixCommonTest) PASS: test_import (test.test_posixpath.PosixCommonTest) PASS: test_isdir (test.test_posixpath.PosixCommonTest) PASS: test_isfile (test.test_posixpath.PosixCommonTest) PASS: test_join_errors (test.test_posixpath.PosixCommonTest) PASS: test_no_argument (test.test_posixpath.PosixCommonTest) PASS: test_nonascii_abspath (test.test_posixpath.PosixCommonTest) PASS: test_normcase (test.test_posixpath.PosixCommonTest) PASS: test_normpath_issue5827 (test.test_posixpath.PosixCommonTest) PASS: test_realpath (test.test_posixpath.PosixCommonTest) PASS: test_relpath_errors (test.test_posixpath.PosixCommonTest) PASS: test_samefile (test.test_posixpath.PosixCommonTest) PASS: test_samefile_on_link (test.test_posixpath.PosixCommonTest) PASS: test_samefile_on_symlink (test.test_posixpath.PosixCommonTest) PASS: test_sameopenfile (test.test_posixpath.PosixCommonTest) PASS: test_samestat (test.test_posixpath.PosixCommonTest) PASS: test_samestat_on_link (test.test_posixpath.PosixCommonTest) PASS: test_samestat_on_symlink (test.test_posixpath.PosixCommonTest) PASS: test_splitdrive (test.test_posixpath.PosixCommonTest) PASS: test_basename (test.test_posixpath.PosixPathTest) PASS: test_commonpath (test.test_posixpath.PosixPathTest) PASS: test_dirname (test.test_posixpath.PosixPathTest) PASS: test_expanduser (test.test_posixpath.PosixPathTest) PASS: test_expanduser_home_envvar (test.test_posixpath.PosixPathTest) PASS: test_expanduser_pwd (test.test_posixpath.PosixPathTest) PASS: test_isabs (test.test_posixpath.PosixPathTest) PASS: test_islink (test.test_posixpath.PosixPathTest) PASS: test_ismount (test.test_posixpath.PosixPathTest) PASS: test_ismount_different_device (test.test_posixpath.PosixPathTest) PASS: test_ismount_directory_not_readable (test.test_posixpath.PosixPathTest) PASS: test_ismount_non_existent (test.test_posixpath.PosixPathTest) PASS: test_ismount_symlinks (test.test_posixpath.PosixPathTest) PASS: test_join (test.test_posixpath.PosixPathTest) PASS: test_normpath (test.test_posixpath.PosixPathTest) PASS: test_realpath_basic (test.test_posixpath.PosixPathTest) PASS: test_realpath_curdir (test.test_posixpath.PosixPathTest) PASS: test_realpath_deep_recursion (test.test_posixpath.PosixPathTest) PASS: test_realpath_pardir (test.test_posixpath.PosixPathTest) PASS: test_realpath_relative (test.test_posixpath.PosixPathTest) PASS: test_realpath_repeated_indirect_symlinks (test.test_posixpath.PosixPathTest) PASS: test_realpath_resolve_before_normalizing (test.test_posixpath.PosixPathTest) PASS: test_realpath_resolve_first (test.test_posixpath.PosixPathTest) PASS: test_realpath_resolve_parents (test.test_posixpath.PosixPathTest) PASS: test_realpath_strict (test.test_posixpath.PosixPathTest) PASS: test_realpath_symlink_loops (test.test_posixpath.PosixPathTest) PASS: test_realpath_symlink_loops_strict (test.test_posixpath.PosixPathTest) PASS: test_relpath (test.test_posixpath.PosixPathTest) PASS: test_relpath_bytes (test.test_posixpath.PosixPathTest) PASS: test_split (test.test_posixpath.PosixPathTest) PASS: test_splitext (test.test_posixpath.PosixPathTest) ---------------------------------------------------------------------- Ran 76 tests in 0.058s OK 0:14:34 load avg: 0.73 [267/427] test_pow PASS: test_bug643260 (test.test_pow.PowTest) PASS: test_bug705231 (test.test_pow.PowTest) PASS: test_negative_exponent (test.test_pow.PowTest) PASS: test_other (test.test_pow.PowTest) PASS: test_powfloat (test.test_pow.PowTest) PASS: test_powint (test.test_pow.PowTest) ---------------------------------------------------------------------- Ran 6 tests in 0.343s OK 0:14:36 load avg: 0.73 [268/427] test_pprint PASS: test_basic (test.test_pprint.QueryTestCase) PASS: test_basic_line_wrap (test.test_pprint.QueryTestCase) PASS: test_bytearray_wrap (test.test_pprint.QueryTestCase) PASS: test_bytes_wrap (test.test_pprint.QueryTestCase) PASS: test_chainmap (test.test_pprint.QueryTestCase) PASS: test_compact (test.test_pprint.QueryTestCase) PASS: test_compact_width (test.test_pprint.QueryTestCase) PASS: test_container_repr_override_called (test.test_pprint.QueryTestCase) PASS: test_counter (test.test_pprint.QueryTestCase) PASS: test_cyclic_dataclass (test.test_pprint.QueryTestCase) PASS: test_dataclass_no_repr (test.test_pprint.QueryTestCase) PASS: test_dataclass_with_repr (test.test_pprint.QueryTestCase) PASS: test_default_dict (test.test_pprint.QueryTestCase) PASS: test_depth (test.test_pprint.QueryTestCase) PASS: test_deque (test.test_pprint.QueryTestCase) PASS: test_empty_dataclass (test.test_pprint.QueryTestCase) PASS: test_empty_simple_namespace (test.test_pprint.QueryTestCase) PASS: test_init (test.test_pprint.QueryTestCase) PASS: test_integer (test.test_pprint.QueryTestCase) PASS: test_knotted (test.test_pprint.QueryTestCase) PASS: test_larger_dataclass (test.test_pprint.QueryTestCase) PASS: test_mapping_proxy (test.test_pprint.QueryTestCase) PASS: test_nested_indentations (test.test_pprint.QueryTestCase) PASS: test_ordered_dict (test.test_pprint.QueryTestCase) PASS: test_recursive_dataclass (test.test_pprint.QueryTestCase) PASS: test_same_as_repr (test.test_pprint.QueryTestCase) test_set_of_sets_reprs (test.test_pprint.QueryTestCase) ... expected failure PASS: test_set_reprs (test.test_pprint.QueryTestCase) PASS: test_simple_namespace (test.test_pprint.QueryTestCase) PASS: test_simple_namespace_subclass (test.test_pprint.QueryTestCase) PASS: test_small_dataclass (test.test_pprint.QueryTestCase) PASS: test_small_simple_namespace (test.test_pprint.QueryTestCase) PASS: test_sort_dict (test.test_pprint.QueryTestCase) PASS: test_sort_orderable_and_unorderable_values (test.test_pprint.QueryTestCase) PASS: test_sort_unorderable_values (test.test_pprint.QueryTestCase) PASS: test_sorted_dict (test.test_pprint.QueryTestCase) PASS: test_str_wrap (test.test_pprint.QueryTestCase) PASS: test_subclassing (test.test_pprint.QueryTestCase) PASS: test_unreadable (test.test_pprint.QueryTestCase) PASS: test_user_dict (test.test_pprint.QueryTestCase) PASS: test_user_list (test.test_pprint.QueryTestCase) PASS: test_user_string (test.test_pprint.QueryTestCase) PASS: test_width (test.test_pprint.QueryTestCase) ---------------------------------------------------------------------- Ran 43 tests in 0.072s OK (expected failures=1) 0:14:37 load avg: 0.75 [269/427] test_print PASS: test_print (test.test_print.TestPrint) PASS: test_print_flush (test.test_print.TestPrint) PASS: test_normal_string (test.test_print.TestPy2MigrationHint) PASS: test_stream_redirection_hint_for_py2_migration (test.test_print.TestPy2MigrationHint) PASS: test_string_in_loop_on_same_line (test.test_print.TestPy2MigrationHint) PASS: test_string_with_excessive_whitespace (test.test_print.TestPy2MigrationHint) PASS: test_string_with_leading_whitespace (test.test_print.TestPy2MigrationHint) PASS: test_string_with_semicolon (test.test_print.TestPy2MigrationHint) PASS: test_string_with_soft_space (test.test_print.TestPy2MigrationHint) ---------------------------------------------------------------------- Ran 9 tests in 0.002s OK 0:14:38 load avg: 0.75 [270/427] test_profile PASS: test_calling_conventions (test.test_profile.ProfileTest) PASS: test_cprofile (test.test_profile.ProfileTest) PASS: test_output_file_when_changing_directory (test.test_profile.ProfileTest) PASS: test_run (test.test_profile.ProfileTest) PASS: test_run_profile_as_module (test.test_profile.ProfileTest) PASS: test_runctx (test.test_profile.ProfileTest) ---------------------------------------------------------------------- Ran 6 tests in 0.238s OK 0:14:39 load avg: 0.75 [271/427] test_property PASS: test_docstring_copy (test.test_property.PropertySubclassTests) PASS: test_property_new_getter_new_docstring (test.test_property.PropertySubclassTests) PASS: test_property_setter_copies_getter_docstring (test.test_property.PropertySubclassTests) PASS: test_slots_docstring_copy_exception (test.test_property.PropertySubclassTests) PASS: test_class_property (test.test_property.PropertyTests) PASS: test_class_property_override (test.test_property.PropertyTests) PASS: test_property___isabstractmethod__descriptor (test.test_property.PropertyTests) PASS: test_property_builtin_doc_writable (test.test_property.PropertyTests) PASS: test_property_decorator_baseclass (test.test_property.PropertyTests) PASS: test_property_decorator_baseclass_doc (test.test_property.PropertyTests) PASS: test_property_decorator_doc (test.test_property.PropertyTests) PASS: test_property_decorator_doc_writable (test.test_property.PropertyTests) PASS: test_property_decorator_subclass (test.test_property.PropertyTests) PASS: test_property_decorator_subclass_doc (test.test_property.PropertyTests) PASS: test_property_getter_doc_override (test.test_property.PropertyTests) PASS: test_property_set_name_incorrect_args (test.test_property.PropertyTests) SKIP: test_refleaks_in___init__ (test.test_property.PropertyTests) "object has no attribute 'gettotalrefcount'" PASS: test_del_property (test.test_property.PropertyUnreachableAttributeNoName) PASS: test_get_property (test.test_property.PropertyUnreachableAttributeNoName) PASS: test_set_property (test.test_property.PropertyUnreachableAttributeNoName) PASS: test_del_property (test.test_property.PropertyUnreachableAttributeWithName) PASS: test_get_property (test.test_property.PropertyUnreachableAttributeWithName) PASS: test_set_property (test.test_property.PropertyUnreachableAttributeWithName) ---------------------------------------------------------------------- Ran 23 tests in 0.004s OK (skipped=1) 0:14:40 load avg: 0.75 [272/427] test_pstats PASS: test_combine_results (test.test_pstats.AddCallersTestCase) PASS: test_SortKey_enum (test.test_pstats.StatsTestCase) PASS: test_add (test.test_pstats.StatsTestCase) PASS: test_get_stats_profile (test.test_pstats.StatsTestCase) PASS: test_sort_starts_mix (test.test_pstats.StatsTestCase) PASS: test_sort_stats_int (test.test_pstats.StatsTestCase) PASS: test_sort_stats_partial (test.test_pstats.StatsTestCase) PASS: test_sort_stats_string (test.test_pstats.StatsTestCase) ---------------------------------------------------------------------- Ran 8 tests in 0.055s OK 0:14:41 load avg: 0.75 [273/427] test_pty test_fork (test.test_pty.PtyTest) ... calling pty.fork() Waiting for child (15815) to finish. Child (15815) exited with code 4 (status 1024). ok test_master_read (test.test_pty.PtyTest) ... Calling pty.openpty() Got master_fd '7', slave_fd '9' Closing slave_fd Reading from master_fd ok test_openpty (test.test_pty.PtyTest) ... Setting pty.STDIN_FILENO window size original size: (rows=0, cols=0) target size: (rows=1, cols=1) Calling pty.openpty() Got master_fd '7', slave_fd '9' expected failure test_spawn_doesnt_hang (test.test_pty.PtyTest) ... hi there ok test__copy_eof_on_all (test.test_pty.SmallPtyTests) PASS: Test the empty read EOF case on both master_fd and stdin. test__copy_to_each (test.test_pty.SmallPtyTests) PASS: Test the normal data case on both master_fd and stdin. test__restore_tty_mode_normal_return (test.test_pty.SmallPtyTests) PASS: Test that spawn resets the tty mode no when _copy returns normally. ---------------------------------------------------------------------- Ran 7 tests in 0.060s OK (expected failures=1) 0:14:42 load avg: 0.77 [274/427] test_pulldom test_comment (test.test_pulldom.PullDOMTestCase) PullDOM does not receive "comment" events. ... expected failure test_end_document (test.test_pulldom.PullDOMTestCase) PullDOM does not receive "end-document" events. ... expected failure test_expandItem (test.test_pulldom.PullDOMTestCase) PASS: Ensure expandItem works as expected. PASS: test_external_ges_default (test.test_pulldom.PullDOMTestCase) PASS: test_getitem_deprecation (test.test_pulldom.PullDOMTestCase) test_parse (test.test_pulldom.PullDOMTestCase) PASS: Minimal test of DOMEventStream.parse() test_parse_semantics (test.test_pulldom.PullDOMTestCase) PASS: Test DOMEventStream parsing semantics. testSAX2DOM (test.test_pulldom.SAX2DOMTestCase) PASS: Ensure SAX2DOM expands nodes as expected. test_basic (test.test_pulldom.SAX2DOMTestCase) PASS: Ensure SAX2DOM can parse from a stream. test_sax2dom_fail (test.test_pulldom.ThoroughTestCase) SAX2DOM can"t handle a PI before the root element. ... expected failure test_thorough_parse (test.test_pulldom.ThoroughTestCase) PASS: Test some of the hard-to-reach parts of PullDOM. test_thorough_sax2dom (test.test_pulldom.ThoroughTestCase) PASS: Test some of the hard-to-reach parts of SAX2DOM. ---------------------------------------------------------------------- Ran 12 tests in 0.012s OK (expected failures=3) 0:14:43 load avg: 0.77 [275/427] test_pwd PASS: test_errors (test.test_pwd.PwdTest) PASS: test_values (test.test_pwd.PwdTest) PASS: test_values_extended (test.test_pwd.PwdTest) ---------------------------------------------------------------------- Ran 3 tests in 0.002s OK 0:14:44 load avg: 0.77 [276/427] test_py_compile PASS: test_bad_syntax (test.test_py_compile.PyCompileCLITestCase) PASS: test_bad_syntax_with_quiet (test.test_py_compile.PyCompileCLITestCase) PASS: test_file_not_exists (test.test_py_compile.PyCompileCLITestCase) PASS: test_file_not_exists_with_quiet (test.test_py_compile.PyCompileCLITestCase) PASS: test_stdin (test.test_py_compile.PyCompileCLITestCase) PASS: test_with_files (test.test_py_compile.PyCompileCLITestCase) PASS: test_absolute_path (test.test_py_compile.PyCompileTestsWithSourceEpoch) PASS: test_bad_coding (test.test_py_compile.PyCompileTestsWithSourceEpoch) PASS: test_cache_path (test.test_py_compile.PyCompileTestsWithSourceEpoch) PASS: test_cwd (test.test_py_compile.PyCompileTestsWithSourceEpoch) PASS: test_do_not_overwrite_nonregular_files (test.test_py_compile.PyCompileTestsWithSourceEpoch) PASS: test_do_not_overwrite_symlinks (test.test_py_compile.PyCompileTestsWithSourceEpoch) PASS: test_double_dot_no_clobber (test.test_py_compile.PyCompileTestsWithSourceEpoch) SKIP: test_exceptions_propagate (test.test_py_compile.PyCompileTestsWithSourceEpoch) 'non-root user required' PASS: test_invalidation_mode (test.test_py_compile.PyCompileTestsWithSourceEpoch) PASS: test_optimization_path (test.test_py_compile.PyCompileTestsWithSourceEpoch) PASS: test_quiet (test.test_py_compile.PyCompileTestsWithSourceEpoch) PASS: test_relative_path (test.test_py_compile.PyCompileTestsWithSourceEpoch) PASS: test_source_date_epoch (test.test_py_compile.PyCompileTestsWithSourceEpoch) PASS: test_absolute_path (test.test_py_compile.PyCompileTestsWithoutSourceEpoch) PASS: test_bad_coding (test.test_py_compile.PyCompileTestsWithoutSourceEpoch) PASS: test_cache_path (test.test_py_compile.PyCompileTestsWithoutSourceEpoch) PASS: test_cwd (test.test_py_compile.PyCompileTestsWithoutSourceEpoch) PASS: test_do_not_overwrite_nonregular_files (test.test_py_compile.PyCompileTestsWithoutSourceEpoch) PASS: test_do_not_overwrite_symlinks (test.test_py_compile.PyCompileTestsWithoutSourceEpoch) PASS: test_double_dot_no_clobber (test.test_py_compile.PyCompileTestsWithoutSourceEpoch) SKIP: test_exceptions_propagate (test.test_py_compile.PyCompileTestsWithoutSourceEpoch) 'non-root user required' PASS: test_invalidation_mode (test.test_py_compile.PyCompileTestsWithoutSourceEpoch) PASS: test_optimization_path (test.test_py_compile.PyCompileTestsWithoutSourceEpoch) PASS: test_quiet (test.test_py_compile.PyCompileTestsWithoutSourceEpoch) PASS: test_relative_path (test.test_py_compile.PyCompileTestsWithoutSourceEpoch) PASS: test_source_date_epoch (test.test_py_compile.PyCompileTestsWithoutSourceEpoch) ---------------------------------------------------------------------- Ran 32 tests in 0.315s OK (skipped=2) 0:14:45 load avg: 0.77 [277/427] test_pyclbr PASS: test_decorators (test.test_pyclbr.PyclbrTest) PASS: test_easy (test.test_pyclbr.PyclbrTest) PASS: test_nested (test.test_pyclbr.PyclbrTest) PASS: test_others (test.test_pyclbr.PyclbrTest) PASS: test_dotted_name_not_a_package (test.test_pyclbr.ReadmoduleTests) PASS: test_module_has_no_spec (test.test_pyclbr.ReadmoduleTests) ---------------------------------------------------------------------- Ran 6 tests in 1.206s OK 0:14:47 load avg: 0.79 [278/427] test_pydoc PASS: test_allmethods (test.test_pydoc.PydocDocTest) test_builtin_no_child (test.test_pydoc.PydocDocTest) PASS: Tests help on builtin object which have no child classes. test_builtin_on_metaclasses (test.test_pydoc.PydocDocTest) PASS: Tests help on metaclasses. test_builtin_with_child (test.test_pydoc.PydocDocTest) PASS: Tests help on builtin object which have only child classes. test_builtin_with_grandchild (test.test_pydoc.PydocDocTest) PASS: Tests help on builtin classes which have grandchild classes. test_builtin_with_more_than_four_children (test.test_pydoc.PydocDocTest) PASS: Tests help on builtin object which have more than four child classes. PASS: test_getpager_with_stdin_none (test.test_pydoc.PydocDocTest) PASS: test_help_output_redirect (test.test_pydoc.PydocDocTest) PASS: test_html_doc (test.test_pydoc.PydocDocTest) PASS: test_input_strip (test.test_pydoc.PydocDocTest) PASS: test_is_package_when_is_package (test.test_pydoc.PydocDocTest) PASS: test_is_package_when_not_package (test.test_pydoc.PydocDocTest) PASS: test_issue8225 (test.test_pydoc.PydocDocTest) PASS: test_method_aliases (test.test_pydoc.PydocDocTest) PASS: test_mixed_case_module_names_are_lower_cased (test.test_pydoc.PydocDocTest) PASS: test_namedtuple_fields (test.test_pydoc.PydocDocTest) PASS: test_namedtuple_public_underscore (test.test_pydoc.PydocDocTest) PASS: test_non_str_name (test.test_pydoc.PydocDocTest) PASS: test_not_ascii (test.test_pydoc.PydocDocTest) PASS: test_not_here (test.test_pydoc.PydocDocTest) PASS: test_splitdoc_with_description (test.test_pydoc.PydocDocTest) PASS: test_stripid (test.test_pydoc.PydocDocTest) PASS: test_synopsis (test.test_pydoc.PydocDocTest) PASS: test_synopsis_sourceless (test.test_pydoc.PydocDocTest) PASS: test_synopsis_sourceless_empty_doc (test.test_pydoc.PydocDocTest) PASS: test_text_doc (test.test_pydoc.PydocDocTest) PASS: test_text_enum_member_with_value_zero (test.test_pydoc.PydocDocTest) PASS: test_apropos_empty_doc (test.test_pydoc.PydocImportTest) PASS: test_apropos_with_bad_package (test.test_pydoc.PydocImportTest) PASS: test_apropos_with_unreadable_dir (test.test_pydoc.PydocImportTest) PASS: test_badimport (test.test_pydoc.PydocImportTest) PASS: test_importfile (test.test_pydoc.PydocImportTest) SKIP: test_modules (test.test_pydoc.PydocImportTest) 'causes undesirable side-effects (#20128)' SKIP: test_modules_search (test.test_pydoc.PydocImportTest) 'causes undesirable side-effects (#20128)' SKIP: test_modules_search_builtin (test.test_pydoc.PydocImportTest) 'some buildbots are not cooperating (#20128)' PASS: test_url_search_package_error (test.test_pydoc.PydocImportTest) PASS: test_server (test.test_pydoc.PydocServerTest) PASS: test_content_type_err (test.test_pydoc.PydocUrlHandlerTest) PASS: test_url_requests (test.test_pydoc.PydocUrlHandlerTest) PASS: test_DynamicClassAttribute (test.test_pydoc.PydocWithMetaClasses) PASS: test_buggy_dir (test.test_pydoc.PydocWithMetaClasses) PASS: test_resolve_false (test.test_pydoc.PydocWithMetaClasses) PASS: test_virtualClassAttributeWithOneMeta (test.test_pydoc.PydocWithMetaClasses) PASS: test_virtualClassAttributeWithTwoMeta (test.test_pydoc.PydocWithMetaClasses) PASS: test_async_annotation (test.test_pydoc.TestDescriptions) PASS: test_async_generator_annotation (test.test_pydoc.TestDescriptions) PASS: test_bound_builtin_method (test.test_pydoc.TestDescriptions) PASS: test_bound_python_method (test.test_pydoc.TestDescriptions) PASS: test_builtin (test.test_pydoc.TestDescriptions) PASS: test_class (test.test_pydoc.TestDescriptions) PASS: test_classmethod (test.test_pydoc.TestDescriptions) PASS: test_custom_data_descriptor (test.test_pydoc.TestDescriptions) PASS: test_custom_non_data_descriptor (test.test_pydoc.TestDescriptions) PASS: test_dict_attr_descriptor (test.test_pydoc.TestDescriptions) PASS: test_field_order_for_named_tuples (test.test_pydoc.TestDescriptions) PASS: test_generic_alias (test.test_pydoc.TestDescriptions) PASS: test_getset_descriptor (test.test_pydoc.TestDescriptions) PASS: test_html_for_https_links (test.test_pydoc.TestDescriptions) PASS: test_member_descriptor (test.test_pydoc.TestDescriptions) PASS: test_module (test.test_pydoc.TestDescriptions) PASS: test_module_level_callable (test.test_pydoc.TestDescriptions) PASS: test_namedtuple_field_descriptor (test.test_pydoc.TestDescriptions) PASS: test_property (test.test_pydoc.TestDescriptions) PASS: test_slot_descriptor (test.test_pydoc.TestDescriptions) PASS: test_special_form (test.test_pydoc.TestDescriptions) PASS: test_staticmethod (test.test_pydoc.TestDescriptions) PASS: test_structseq_member_descriptor (test.test_pydoc.TestDescriptions) PASS: test_typing_pydoc (test.test_pydoc.TestDescriptions) PASS: test_unbound_builtin_method (test.test_pydoc.TestDescriptions) PASS: test_unbound_python_method (test.test_pydoc.TestDescriptions) PASS: test_union_type (test.test_pydoc.TestDescriptions) PASS: test_keywords (test.test_pydoc.TestHelper) PASS: test_sys_path_adjustment_adds_missing_curdir (test.test_pydoc.TestInternalUtilities) PASS: test_sys_path_adjustment_protects_pydoc_dir (test.test_pydoc.TestInternalUtilities) PASS: test_sys_path_adjustment_removes_argv0_dir (test.test_pydoc.TestInternalUtilities) PASS: test_sys_path_adjustment_when_curdir_already_included (test.test_pydoc.TestInternalUtilities) ---------------------------------------------------------------------- Ran 76 tests in 31.581s OK (skipped=3) 0:15:20 load avg: 0.48 [279/427] test_pyexpat -- test_pydoc passed in 32.6 sec PASS: test1 (test.test_pyexpat.BufferTextTest) PASS: test2 (test.test_pyexpat.BufferTextTest) PASS: test3 (test.test_pyexpat.BufferTextTest) PASS: test4 (test.test_pyexpat.BufferTextTest) PASS: test5 (test.test_pyexpat.BufferTextTest) PASS: test6 (test.test_pyexpat.BufferTextTest) PASS: test7 (test.test_pyexpat.BufferTextTest) PASS: test_buffering_enabled (test.test_pyexpat.BufferTextTest) PASS: test_default_to_disabled (test.test_pyexpat.BufferTextTest) PASS: test_1000_bytes (test.test_pyexpat.ChardataBufferTest) PASS: test_1025_bytes (test.test_pyexpat.ChardataBufferTest) PASS: test_change_size_1 (test.test_pyexpat.ChardataBufferTest) PASS: test_change_size_2 (test.test_pyexpat.ChardataBufferTest) PASS: test_disabling_buffer (test.test_pyexpat.ChardataBufferTest) PASS: test_unchanged_size (test.test_pyexpat.ChardataBufferTest) PASS: test_wrong_size (test.test_pyexpat.ChardataBufferTest) PASS: test_codes (test.test_pyexpat.ErrorMessageTest) PASS: test_expaterror (test.test_pyexpat.ErrorMessageTest) test_ignore_use_foreign_dtd (test.test_pyexpat.ForeignDTDTests) PASS: If UseForeignDTD is passed True and a document with an external test_use_foreign_dtd (test.test_pyexpat.ForeignDTDTests) PASS: If UseForeignDTD is passed True and a document without an external PASS: test_exception (test.test_pyexpat.HandlerExceptionTest) PASS: test (test.test_pyexpat.InterningTest) PASS: test_issue9402 (test.test_pyexpat.InterningTest) PASS: test1 (test.test_pyexpat.MalformedInputTest) PASS: test2 (test.test_pyexpat.MalformedInputTest) PASS: test_illegal (test.test_pyexpat.NamespaceSeparatorTest) PASS: test_legal (test.test_pyexpat.NamespaceSeparatorTest) PASS: test_zero_length (test.test_pyexpat.NamespaceSeparatorTest) PASS: test_parse_again (test.test_pyexpat.ParseTest) PASS: test_parse_bytes (test.test_pyexpat.ParseTest) PASS: test_parse_file (test.test_pyexpat.ParseTest) PASS: test_parse_str (test.test_pyexpat.ParseTest) PASS: test (test.test_pyexpat.PositionTest) PASS: test_buffer_text (test.test_pyexpat.SetAttributeTest) PASS: test_invalid_attributes (test.test_pyexpat.SetAttributeTest) PASS: test_namespace_prefixes (test.test_pyexpat.SetAttributeTest) PASS: test_ordered_attributes (test.test_pyexpat.SetAttributeTest) PASS: test_specified_attributes (test.test_pyexpat.SetAttributeTest) PASS: test_parse_only_xml_data (test.test_pyexpat.sf1296433Test) ---------------------------------------------------------------------- Ran 39 tests in 0.007s OK 0:15:21 load avg: 0.48 [280/427] test_queue PASS: test_failing_queue (test.test_queue.CFailingQueueTest) PASS: test_basic (test.test_queue.CLifoQueueTest) PASS: test_negative_timeout_raises_exception (test.test_queue.CLifoQueueTest) PASS: test_nowait (test.test_queue.CLifoQueueTest) PASS: test_queue_join (test.test_queue.CLifoQueueTest) PASS: test_queue_task_done (test.test_queue.CLifoQueueTest) PASS: test_shrinking_queue (test.test_queue.CLifoQueueTest) PASS: test_basic (test.test_queue.CPriorityQueueTest) PASS: test_negative_timeout_raises_exception (test.test_queue.CPriorityQueueTest) PASS: test_nowait (test.test_queue.CPriorityQueueTest) PASS: test_queue_join (test.test_queue.CPriorityQueueTest) PASS: test_queue_task_done (test.test_queue.CPriorityQueueTest) PASS: test_shrinking_queue (test.test_queue.CPriorityQueueTest) PASS: test_basic (test.test_queue.CQueueTest) PASS: test_negative_timeout_raises_exception (test.test_queue.CQueueTest) PASS: test_nowait (test.test_queue.CQueueTest) PASS: test_queue_join (test.test_queue.CQueueTest) PASS: test_queue_task_done (test.test_queue.CQueueTest) PASS: test_shrinking_queue (test.test_queue.CQueueTest) PASS: test_basic (test.test_queue.CSimpleQueueTest) PASS: test_is_default (test.test_queue.CSimpleQueueTest) PASS: test_many_threads (test.test_queue.CSimpleQueueTest) PASS: test_many_threads_nonblock (test.test_queue.CSimpleQueueTest) PASS: test_many_threads_timeout (test.test_queue.CSimpleQueueTest) PASS: test_negative_timeout_raises_exception (test.test_queue.CSimpleQueueTest) PASS: test_order (test.test_queue.CSimpleQueueTest) PASS: test_reentrancy (test.test_queue.CSimpleQueueTest) PASS: test_references (test.test_queue.CSimpleQueueTest) PASS: test_failing_queue (test.test_queue.PyFailingQueueTest) PASS: test_basic (test.test_queue.PyLifoQueueTest) PASS: test_negative_timeout_raises_exception (test.test_queue.PyLifoQueueTest) PASS: test_nowait (test.test_queue.PyLifoQueueTest) PASS: test_queue_join (test.test_queue.PyLifoQueueTest) PASS: test_queue_task_done (test.test_queue.PyLifoQueueTest) PASS: test_shrinking_queue (test.test_queue.PyLifoQueueTest) PASS: test_basic (test.test_queue.PyPriorityQueueTest) PASS: test_negative_timeout_raises_exception (test.test_queue.PyPriorityQueueTest) PASS: test_nowait (test.test_queue.PyPriorityQueueTest) PASS: test_queue_join (test.test_queue.PyPriorityQueueTest) PASS: test_queue_task_done (test.test_queue.PyPriorityQueueTest) PASS: test_shrinking_queue (test.test_queue.PyPriorityQueueTest) PASS: test_basic (test.test_queue.PyQueueTest) PASS: test_negative_timeout_raises_exception (test.test_queue.PyQueueTest) PASS: test_nowait (test.test_queue.PyQueueTest) PASS: test_queue_join (test.test_queue.PyQueueTest) PASS: test_queue_task_done (test.test_queue.PyQueueTest) PASS: test_shrinking_queue (test.test_queue.PyQueueTest) PASS: test_basic (test.test_queue.PySimpleQueueTest) PASS: test_many_threads (test.test_queue.PySimpleQueueTest) PASS: test_many_threads_nonblock (test.test_queue.PySimpleQueueTest) PASS: test_many_threads_timeout (test.test_queue.PySimpleQueueTest) PASS: test_negative_timeout_raises_exception (test.test_queue.PySimpleQueueTest) PASS: test_order (test.test_queue.PySimpleQueueTest) PASS: test_references (test.test_queue.PySimpleQueueTest) ---------------------------------------------------------------------- Ran 54 tests in 15.372s OK 0:15:37 load avg: 0.49 [281/427] test_quopri PASS: test_decode (test.test_quopri.QuopriTestCase) PASS: test_decode_header (test.test_quopri.QuopriTestCase) PASS: test_decodestring (test.test_quopri.QuopriTestCase) PASS: test_decodestring_double_equals (test.test_quopri.QuopriTestCase) PASS: test_embedded_ws (test.test_quopri.QuopriTestCase) PASS: test_encode (test.test_quopri.QuopriTestCase) PASS: test_encode_header (test.test_quopri.QuopriTestCase) PASS: test_encodestring (test.test_quopri.QuopriTestCase) PASS: test_idempotent_string (test.test_quopri.QuopriTestCase) PASS: test_scriptdecode (test.test_quopri.QuopriTestCase) PASS: test_scriptencode (test.test_quopri.QuopriTestCase) ---------------------------------------------------------------------- Ran 11 tests in 0.086s OK 0:15:38 load avg: 0.49 [282/427] test_raise PASS: testCauseSyntax (test.test_raise.TestCause) PASS: test_class_cause (test.test_raise.TestCause) PASS: test_erroneous_cause (test.test_raise.TestCause) PASS: test_instance_cause (test.test_raise.TestCause) PASS: test_invalid_cause (test.test_raise.TestCause) PASS: test_3118 (test.test_raise.TestContext) PASS: test_3611 (test.test_raise.TestContext) PASS: test_c_exception_context (test.test_raise.TestContext) PASS: test_c_exception_raise (test.test_raise.TestContext) PASS: test_class_context_class_raise (test.test_raise.TestContext) PASS: test_class_context_instance_raise (test.test_raise.TestContext) PASS: test_context_manager (test.test_raise.TestContext) PASS: test_cycle_broken (test.test_raise.TestContext) PASS: test_instance_context_instance_raise (test.test_raise.TestContext) PASS: test_noraise_finally (test.test_raise.TestContext) PASS: test_not_last (test.test_raise.TestContext) PASS: test_raise_finally (test.test_raise.TestContext) PASS: test_reraise_cycle_broken (test.test_raise.TestContext) PASS: test_assert_with_tuple_arg (test.test_raise.TestRaise) PASS: test_erroneous_exception (test.test_raise.TestRaise) PASS: test_except_reraise (test.test_raise.TestRaise) PASS: test_finally_reraise (test.test_raise.TestRaise) PASS: test_invalid_reraise (test.test_raise.TestRaise) PASS: test_nested_reraise (test.test_raise.TestRaise) PASS: test_new_returns_invalid_instance (test.test_raise.TestRaise) PASS: test_raise_from_None (test.test_raise.TestRaise) PASS: test_reraise (test.test_raise.TestRaise) PASS: test_with_reraise1 (test.test_raise.TestRaise) PASS: test_with_reraise2 (test.test_raise.TestRaise) PASS: test_yield_reraise (test.test_raise.TestRaise) PASS: test_strings (test.test_raise.TestRemovedFunctionality) PASS: test_tuples (test.test_raise.TestRemovedFunctionality) PASS: test_accepts_traceback (test.test_raise.TestTraceback) PASS: test_sets_traceback (test.test_raise.TestTraceback) PASS: test_attrs (test.test_raise.TestTracebackType) PASS: test_constructor (test.test_raise.TestTracebackType) ---------------------------------------------------------------------- Ran 36 tests in 0.059s OK 0:15:39 load avg: 0.49 [283/427] test_random PASS: test_53_bits_per_float (test.test_random.MersenneTwister_TestBasicOps) PASS: test_autoseed (test.test_random.MersenneTwister_TestBasicOps) PASS: test_bigrand (test.test_random.MersenneTwister_TestBasicOps) PASS: test_bigrand_ranges (test.test_random.MersenneTwister_TestBasicOps) PASS: test_bug_1727780 (test.test_random.MersenneTwister_TestBasicOps) PASS: test_bug_27706 (test.test_random.MersenneTwister_TestBasicOps) PASS: test_bug_31478 (test.test_random.MersenneTwister_TestBasicOps) PASS: test_bug_31482 (test.test_random.MersenneTwister_TestBasicOps) PASS: test_bug_41052 (test.test_random.MersenneTwister_TestBasicOps) PASS: test_bug_42008 (test.test_random.MersenneTwister_TestBasicOps) PASS: test_bug_9025 (test.test_random.MersenneTwister_TestBasicOps) PASS: test_choice (test.test_random.MersenneTwister_TestBasicOps) PASS: test_choices (test.test_random.MersenneTwister_TestBasicOps) PASS: test_choices_algorithms (test.test_random.MersenneTwister_TestBasicOps) PASS: test_choices_infinite_total (test.test_random.MersenneTwister_TestBasicOps) PASS: test_choices_negative_total (test.test_random.MersenneTwister_TestBasicOps) PASS: test_choices_subnormal (test.test_random.MersenneTwister_TestBasicOps) PASS: test_choices_with_all_zero_weights (test.test_random.MersenneTwister_TestBasicOps) PASS: test_gauss (test.test_random.MersenneTwister_TestBasicOps) PASS: test_getrandbits (test.test_random.MersenneTwister_TestBasicOps) PASS: test_guaranteed_stable (test.test_random.MersenneTwister_TestBasicOps) PASS: test_long_seed (test.test_random.MersenneTwister_TestBasicOps) PASS: test_pickling (test.test_random.MersenneTwister_TestBasicOps) PASS: test_randbelow_logic (test.test_random.MersenneTwister_TestBasicOps) PASS: test_randbelow_without_getrandbits (test.test_random.MersenneTwister_TestBasicOps) PASS: test_randbytes (test.test_random.MersenneTwister_TestBasicOps) PASS: test_randbytes_getrandbits (test.test_random.MersenneTwister_TestBasicOps) PASS: test_randrange_bug_1590891 (test.test_random.MersenneTwister_TestBasicOps) PASS: test_randrange_uses_getrandbits (test.test_random.MersenneTwister_TestBasicOps) PASS: test_rangelimits (test.test_random.MersenneTwister_TestBasicOps) PASS: test_referenceImplementation (test.test_random.MersenneTwister_TestBasicOps) PASS: test_sample (test.test_random.MersenneTwister_TestBasicOps) PASS: test_sample_counts_equivalence (test.test_random.MersenneTwister_TestBasicOps) PASS: test_sample_distribution (test.test_random.MersenneTwister_TestBasicOps) PASS: test_sample_inputs (test.test_random.MersenneTwister_TestBasicOps) PASS: test_sample_on_dicts (test.test_random.MersenneTwister_TestBasicOps) PASS: test_sample_on_seqsets (test.test_random.MersenneTwister_TestBasicOps) PASS: test_sample_on_sets (test.test_random.MersenneTwister_TestBasicOps) PASS: test_sample_with_counts (test.test_random.MersenneTwister_TestBasicOps) PASS: test_saverestore (test.test_random.MersenneTwister_TestBasicOps) PASS: test_seed_no_mutate_bug_44018 (test.test_random.MersenneTwister_TestBasicOps) PASS: test_seed_when_randomness_source_not_found (test.test_random.MersenneTwister_TestBasicOps) PASS: test_seedargs (test.test_random.MersenneTwister_TestBasicOps) PASS: test_setstate_first_arg (test.test_random.MersenneTwister_TestBasicOps) PASS: test_setstate_middle_arg (test.test_random.MersenneTwister_TestBasicOps) PASS: test_shuffle (test.test_random.MersenneTwister_TestBasicOps) PASS: test_shuffle_random_argument (test.test_random.MersenneTwister_TestBasicOps) PASS: test_strong_reference_implementation (test.test_random.MersenneTwister_TestBasicOps) PASS: test_53_bits_per_float (test.test_random.SystemRandom_TestBasicOps) PASS: test_autoseed (test.test_random.SystemRandom_TestBasicOps) PASS: test_bigrand (test.test_random.SystemRandom_TestBasicOps) PASS: test_bigrand_ranges (test.test_random.SystemRandom_TestBasicOps) PASS: test_bug_1727780 (test.test_random.SystemRandom_TestBasicOps) PASS: test_bug_41052 (test.test_random.SystemRandom_TestBasicOps) PASS: test_bug_42008 (test.test_random.SystemRandom_TestBasicOps) PASS: test_bug_9025 (test.test_random.SystemRandom_TestBasicOps) PASS: test_choice (test.test_random.SystemRandom_TestBasicOps) PASS: test_choices (test.test_random.SystemRandom_TestBasicOps) PASS: test_choices_infinite_total (test.test_random.SystemRandom_TestBasicOps) PASS: test_choices_negative_total (test.test_random.SystemRandom_TestBasicOps) PASS: test_choices_subnormal (test.test_random.SystemRandom_TestBasicOps) PASS: test_choices_with_all_zero_weights (test.test_random.SystemRandom_TestBasicOps) PASS: test_gauss (test.test_random.SystemRandom_TestBasicOps) PASS: test_getrandbits (test.test_random.SystemRandom_TestBasicOps) PASS: test_pickling (test.test_random.SystemRandom_TestBasicOps) PASS: test_randbelow_logic (test.test_random.SystemRandom_TestBasicOps) PASS: test_randbytes (test.test_random.SystemRandom_TestBasicOps) PASS: test_randrange_argument_handling (test.test_random.SystemRandom_TestBasicOps) PASS: test_randrange_errors (test.test_random.SystemRandom_TestBasicOps) PASS: test_randrange_nonunit_step (test.test_random.SystemRandom_TestBasicOps) PASS: test_randrange_step (test.test_random.SystemRandom_TestBasicOps) PASS: test_rangelimits (test.test_random.SystemRandom_TestBasicOps) PASS: test_sample (test.test_random.SystemRandom_TestBasicOps) PASS: test_sample_distribution (test.test_random.SystemRandom_TestBasicOps) PASS: test_sample_inputs (test.test_random.SystemRandom_TestBasicOps) PASS: test_sample_on_dicts (test.test_random.SystemRandom_TestBasicOps) PASS: test_sample_on_seqsets (test.test_random.SystemRandom_TestBasicOps) PASS: test_sample_on_sets (test.test_random.SystemRandom_TestBasicOps) PASS: test_sample_with_counts (test.test_random.SystemRandom_TestBasicOps) PASS: test_saverestore (test.test_random.SystemRandom_TestBasicOps) PASS: test_seed_no_mutate_bug_44018 (test.test_random.SystemRandom_TestBasicOps) PASS: test_seed_when_randomness_source_not_found (test.test_random.SystemRandom_TestBasicOps) PASS: test_seedargs (test.test_random.SystemRandom_TestBasicOps) PASS: test_shuffle (test.test_random.SystemRandom_TestBasicOps) PASS: test_shuffle_random_argument (test.test_random.SystemRandom_TestBasicOps) PASS: test_avg_std (test.test_random.TestDistributions) PASS: test_betavariate_return_zero (test.test_random.TestDistributions) PASS: test_constant (test.test_random.TestDistributions) PASS: test_gammavariate_alpha_between_zero_and_one (test.test_random.TestDistributions) PASS: test_gammavariate_alpha_equal_one (test.test_random.TestDistributions) PASS: test_gammavariate_alpha_equal_one_equals_expovariate (test.test_random.TestDistributions) PASS: test_gammavariate_alpha_greater_one (test.test_random.TestDistributions) PASS: test_gammavariate_errors (test.test_random.TestDistributions) PASS: test_von_mises_large_kappa (test.test_random.TestDistributions) PASS: test_von_mises_range (test.test_random.TestDistributions) PASS: test_zeroinputs (test.test_random.TestDistributions) PASS: testMagicConstants (test.test_random.TestModule) PASS: test__all__ (test.test_random.TestModule) PASS: test_after_fork (test.test_random.TestModule) PASS: test_random_subclass_with_kwargs (test.test_random.TestRandomSubclassing) PASS: test_subclasses_overriding_methods (test.test_random.TestRandomSubclassing) ---------------------------------------------------------------------- Ran 101 tests in 0.947s OK 0:15:41 load avg: 0.49 [284/427] test_range PASS: test_attributes (test.test_range.RangeTest) PASS: test_comparison (test.test_range.RangeTest) PASS: test_contains (test.test_range.RangeTest) PASS: test_count (test.test_range.RangeTest) PASS: test_empty (test.test_range.RangeTest) PASS: test_exhausted_iterator_pickling (test.test_range.RangeTest) PASS: test_index (test.test_range.RangeTest) PASS: test_invalid_invocation (test.test_range.RangeTest) PASS: test_issue11845 (test.test_range.RangeTest) PASS: test_iterator_pickling (test.test_range.RangeTest) PASS: test_iterator_pickling_overflowing_index (test.test_range.RangeTest) PASS: test_large_exhausted_iterator_pickling (test.test_range.RangeTest) PASS: test_large_operands (test.test_range.RangeTest) PASS: test_large_range (test.test_range.RangeTest) PASS: test_odd_bug (test.test_range.RangeTest) PASS: test_pickling (test.test_range.RangeTest) PASS: test_range (test.test_range.RangeTest) PASS: test_range_constructor_error_messages (test.test_range.RangeTest) PASS: test_range_iterators (test.test_range.RangeTest) PASS: test_range_iterators_invocation (test.test_range.RangeTest) PASS: test_repr (test.test_range.RangeTest) PASS: test_reverse_iteration (test.test_range.RangeTest) PASS: test_slice (test.test_range.RangeTest) PASS: test_strided_limits (test.test_range.RangeTest) PASS: test_types (test.test_range.RangeTest) PASS: test_user_index_method (test.test_range.RangeTest) ---------------------------------------------------------------------- Ran 26 tests in 0.388s OK 0:15:42 load avg: 0.53 [285/427] test_re test_re_benchmarks (test.test_re.ExternalTests) PASS: re_tests benchmarks test_re_tests (test.test_re.ExternalTests) PASS: re_tests test suite PASS: test_disallow_instantiation (test.test_re.ImplementationTest) PASS: test_immutable (test.test_re.ImplementationTest) PASS: test_overlap_table (test.test_re.ImplementationTest) PASS: test_signedness (test.test_re.ImplementationTest) PASS: test_bytes (test.test_re.PatternReprTests) PASS: test_flags_repr (test.test_re.PatternReprTests) PASS: test_inline_flags (test.test_re.PatternReprTests) PASS: test_locale (test.test_re.PatternReprTests) PASS: test_long_pattern (test.test_re.PatternReprTests) PASS: test_multiple_flags (test.test_re.PatternReprTests) PASS: test_quotes (test.test_re.PatternReprTests) PASS: test_single_flag (test.test_re.PatternReprTests) PASS: test_unicode_flag (test.test_re.PatternReprTests) PASS: test_unknown_flags (test.test_re.PatternReprTests) PASS: test_without_flags (test.test_re.PatternReprTests) PASS: test_anyall (test.test_re.ReTests) PASS: test_ascii_and_unicode_flag (test.test_re.ReTests) PASS: test_backref_group_name_in_exception (test.test_re.ReTests) PASS: test_basic_re_sub (test.test_re.ReTests) PASS: test_big_codesize (test.test_re.ReTests) PASS: test_bigcharset (test.test_re.ReTests) PASS: test_bug_113254 (test.test_re.ReTests) PASS: test_bug_114660 (test.test_re.ReTests) PASS: test_bug_117612 (test.test_re.ReTests) PASS: test_bug_1661 (test.test_re.ReTests) PASS: test_bug_16688 (test.test_re.ReTests) PASS: test_bug_20998 (test.test_re.ReTests) PASS: test_bug_2537 (test.test_re.ReTests) PASS: test_bug_29444 (test.test_re.ReTests) PASS: test_bug_34294 (test.test_re.ReTests) PASS: test_bug_3629 (test.test_re.ReTests) PASS: test_bug_418626 (test.test_re.ReTests) PASS: test_bug_448951 (test.test_re.ReTests) PASS: test_bug_449000 (test.test_re.ReTests) PASS: test_bug_449964 (test.test_re.ReTests) PASS: test_bug_527371 (test.test_re.ReTests) PASS: test_bug_581080 (test.test_re.ReTests) PASS: test_bug_612074 (test.test_re.ReTests) PASS: test_bug_6509 (test.test_re.ReTests) PASS: test_bug_6561 (test.test_re.ReTests) PASS: test_bug_725106 (test.test_re.ReTests) PASS: test_bug_725149 (test.test_re.ReTests) PASS: test_bug_764548 (test.test_re.ReTests) PASS: test_bug_817234 (test.test_re.ReTests) PASS: test_bug_926075 (test.test_re.ReTests) PASS: test_bug_931848 (test.test_re.ReTests) PASS: test_bytes_str_mixing (test.test_re.ReTests) PASS: test_case_helpers (test.test_re.ReTests) PASS: test_category (test.test_re.ReTests) PASS: test_character_set_errors (test.test_re.ReTests) PASS: test_comments (test.test_re.ReTests) PASS: test_compile (test.test_re.ReTests) PASS: test_constants (test.test_re.ReTests) PASS: test_copying (test.test_re.ReTests) PASS: test_dealloc (test.test_re.ReTests) PASS: test_debug_flag (test.test_re.ReTests) test_dollar_matches_twice (test.test_re.ReTests) PASS: $ matches the end of string, and just before the terminating PASS: test_empty_array (test.test_re.ReTests) PASS: test_enum (test.test_re.ReTests) PASS: test_error (test.test_re.ReTests) PASS: test_expand (test.test_re.ReTests) PASS: test_finditer (test.test_re.ReTests) PASS: test_flags (test.test_re.ReTests) PASS: test_getattr (test.test_re.ReTests) PASS: test_group (test.test_re.ReTests) PASS: test_group_name_in_exception (test.test_re.ReTests) PASS: test_groupdict (test.test_re.ReTests) PASS: test_ignore_case (test.test_re.ReTests) PASS: test_ignore_case_range (test.test_re.ReTests) PASS: test_ignore_case_set (test.test_re.ReTests) PASS: test_ignore_spaces (test.test_re.ReTests) PASS: test_inline_flags (test.test_re.ReTests) PASS: test_issue17998 (test.test_re.ReTests) PASS: test_keep_buffer (test.test_re.ReTests) PASS: test_keyword_parameters (test.test_re.ReTests) PASS: test_large_search (test.test_re.ReTests) PASS: test_large_subn (test.test_re.ReTests) PASS: test_locale_caching (test.test_re.ReTests) PASS: test_locale_compiled (test.test_re.ReTests) PASS: test_locale_flag (test.test_re.ReTests) PASS: test_lookahead (test.test_re.ReTests) PASS: test_lookbehind (test.test_re.ReTests) PASS: test_match_getitem (test.test_re.ReTests) PASS: test_match_repr (test.test_re.ReTests) PASS: test_misc_errors (test.test_re.ReTests) PASS: test_multiple_repeat (test.test_re.ReTests) PASS: test_named_unicode_escapes (test.test_re.ReTests) PASS: test_not_literal (test.test_re.ReTests) PASS: test_nothing_to_repeat (test.test_re.ReTests) PASS: test_other_escapes (test.test_re.ReTests) PASS: test_pattern_compare (test.test_re.ReTests) PASS: test_pattern_compare_bytes (test.test_re.ReTests) PASS: test_pickling (test.test_re.ReTests) PASS: test_possible_set_operations (test.test_re.ReTests) PASS: test_qualified_re_split (test.test_re.ReTests) PASS: test_qualified_re_sub (test.test_re.ReTests) PASS: test_re_escape (test.test_re.ReTests) PASS: test_re_escape_bytes (test.test_re.ReTests) PASS: test_re_escape_non_ascii (test.test_re.ReTests) PASS: test_re_escape_non_ascii_bytes (test.test_re.ReTests) PASS: test_re_findall (test.test_re.ReTests) PASS: test_re_fullmatch (test.test_re.ReTests) PASS: test_re_groupref (test.test_re.ReTests) PASS: test_re_groupref_exists (test.test_re.ReTests) PASS: test_re_groupref_exists_errors (test.test_re.ReTests) PASS: test_re_groupref_overflow (test.test_re.ReTests) PASS: test_re_match (test.test_re.ReTests) PASS: test_re_split (test.test_re.ReTests) PASS: test_re_subn (test.test_re.ReTests) PASS: test_repeat_minmax (test.test_re.ReTests) PASS: test_repeat_minmax_overflow (test.test_re.ReTests) PASS: test_repeat_minmax_overflow_maxrepeat (test.test_re.ReTests) PASS: test_scanner (test.test_re.ReTests) PASS: test_scoped_flags (test.test_re.ReTests) PASS: test_search_coverage (test.test_re.ReTests) PASS: test_search_dot_unicode (test.test_re.ReTests) PASS: test_search_star_plus (test.test_re.ReTests) PASS: test_special_escapes (test.test_re.ReTests) PASS: test_sre_byte_class_literals (test.test_re.ReTests) PASS: test_sre_byte_literals (test.test_re.ReTests) PASS: test_sre_character_class_literals (test.test_re.ReTests) PASS: test_sre_character_literals (test.test_re.ReTests) PASS: test_stack_overflow (test.test_re.ReTests) PASS: test_string_boundaries (test.test_re.ReTests) PASS: test_sub_template_numeric_escape (test.test_re.ReTests) PASS: test_symbolic_groups (test.test_re.ReTests) PASS: test_symbolic_groups_errors (test.test_re.ReTests) PASS: test_symbolic_refs (test.test_re.ReTests) PASS: test_symbolic_refs_errors (test.test_re.ReTests) PASS: test_unlimited_zero_width_repeat (test.test_re.ReTests) PASS: test_weakref (test.test_re.ReTests) PASS: test_zerowidth (test.test_re.ReTests) ---------------------------------------------------------------------- Ran 134 tests in 0.838s OK 0:15:44 load avg: 0.53 [286/427] test_readline readline version: 0x801 readline runtime version: 0x801 readline library version: '8.1' use libedit emulation? False PASS: testHistoryUpdates (test.test_readline.TestHistoryManipulation) SKIP: test_nonascii_history (test.test_readline.TestHistoryManipulation) "Locale cannot encode test data: 'locale' codec can't encode character '\\xe9' in position 4: encoding error" PASS: test_write_read_append (test.test_readline.TestHistoryManipulation) PASS: test_auto_history_disabled (test.test_readline.TestReadline) PASS: test_auto_history_enabled (test.test_readline.TestReadline) PASS: test_history_size (test.test_readline.TestReadline) PASS: test_init (test.test_readline.TestReadline) SKIP: test_nonascii (test.test_readline.TestReadline) "the LC_CTYPE locale is 'C'" ---------------------------------------------------------------------- Ran 8 tests in 0.081s OK (skipped=2) 0:15:45 load avg: 0.53 [287/427] test_regrtest PASS: test_cleanup (test.test_regrtest.ArgsTestCase) PASS: test_coverage (test.test_regrtest.ArgsTestCase) PASS: test_crashed (test.test_regrtest.ArgsTestCase) PASS: test_env_changed (test.test_regrtest.ArgsTestCase) PASS: test_failing_test (test.test_regrtest.ArgsTestCase) PASS: test_findleaks (test.test_regrtest.ArgsTestCase) PASS: test_forever (test.test_regrtest.ArgsTestCase) PASS: test_fromfile (test.test_regrtest.ArgsTestCase) SKIP: test_huntrleaks (test.test_regrtest.ArgsTestCase) 'need a debug build' SKIP: test_huntrleaks_fd_leak (test.test_regrtest.ArgsTestCase) 'need a debug build' PASS: test_ignorefile (test.test_regrtest.ArgsTestCase) PASS: test_interrupted (test.test_regrtest.ArgsTestCase) PASS: test_list_cases (test.test_regrtest.ArgsTestCase) PASS: test_list_tests (test.test_regrtest.ArgsTestCase) PASS: test_matchfile (test.test_regrtest.ArgsTestCase) PASS: test_multiprocessing_timeout (test.test_regrtest.ArgsTestCase) PASS: test_no_test_ran_some_test_exist_some_not (test.test_regrtest.ArgsTestCase) PASS: test_no_tests_ran (test.test_regrtest.ArgsTestCase) PASS: test_no_tests_ran_multiple_tests_nonexistent (test.test_regrtest.ArgsTestCase) PASS: test_no_tests_ran_skip (test.test_regrtest.ArgsTestCase) PASS: test_random (test.test_regrtest.ArgsTestCase) PASS: test_rerun_fail (test.test_regrtest.ArgsTestCase) PASS: test_rerun_success (test.test_regrtest.ArgsTestCase) PASS: test_resources (test.test_regrtest.ArgsTestCase) PASS: test_slowest (test.test_regrtest.ArgsTestCase) PASS: test_slowest_interrupted (test.test_regrtest.ArgsTestCase) PASS: test_threading_excepthook (test.test_regrtest.ArgsTestCase) PASS: test_unicode_guard_env (test.test_regrtest.ArgsTestCase) PASS: test_unraisable_exc (test.test_regrtest.ArgsTestCase) PASS: test_wait (test.test_regrtest.ArgsTestCase) test_finds_expected_number_of_tests (test.test_regrtest.CheckActualTests) PASS: Check that regrtest appears to find the expected set of tests. PASS: test_arg (test.test_regrtest.ParseArgsTestCase) PASS: test_arg_option_arg (test.test_regrtest.ParseArgsTestCase) PASS: test_coverage (test.test_regrtest.ParseArgsTestCase) PASS: test_coverdir (test.test_regrtest.ParseArgsTestCase) PASS: test_exclude (test.test_regrtest.ParseArgsTestCase) PASS: test_failfast (test.test_regrtest.ParseArgsTestCase) PASS: test_forever (test.test_regrtest.ParseArgsTestCase) PASS: test_fromfile (test.test_regrtest.ParseArgsTestCase) PASS: test_header (test.test_regrtest.ParseArgsTestCase) PASS: test_help (test.test_regrtest.ParseArgsTestCase) PASS: test_huntrleaks (test.test_regrtest.ParseArgsTestCase) PASS: test_ignore (test.test_regrtest.ParseArgsTestCase) PASS: test_long_option__partial (test.test_regrtest.ParseArgsTestCase) PASS: test_match (test.test_regrtest.ParseArgsTestCase) PASS: test_memlimit (test.test_regrtest.ParseArgsTestCase) PASS: test_multiprocess (test.test_regrtest.ParseArgsTestCase) PASS: test_nocoverdir (test.test_regrtest.ParseArgsTestCase) PASS: test_nowindows (test.test_regrtest.ParseArgsTestCase) PASS: test_option_and_arg (test.test_regrtest.ParseArgsTestCase) PASS: test_option_with_empty_string_value (test.test_regrtest.ParseArgsTestCase) PASS: test_quiet (test.test_regrtest.ParseArgsTestCase) PASS: test_randomize (test.test_regrtest.ParseArgsTestCase) PASS: test_randseed (test.test_regrtest.ParseArgsTestCase) PASS: test_runleaks (test.test_regrtest.ParseArgsTestCase) PASS: test_single (test.test_regrtest.ParseArgsTestCase) PASS: test_slowest (test.test_regrtest.ParseArgsTestCase) PASS: test_start (test.test_regrtest.ParseArgsTestCase) PASS: test_testdir (test.test_regrtest.ParseArgsTestCase) PASS: test_threshold (test.test_regrtest.ParseArgsTestCase) PASS: test_timeout (test.test_regrtest.ParseArgsTestCase) PASS: test_two_options (test.test_regrtest.ParseArgsTestCase) PASS: test_unknown_option (test.test_regrtest.ParseArgsTestCase) PASS: test_unrecognized_argument (test.test_regrtest.ParseArgsTestCase) PASS: test_use (test.test_regrtest.ParseArgsTestCase) PASS: test_verbose (test.test_regrtest.ParseArgsTestCase) PASS: test_verbose2 (test.test_regrtest.ParseArgsTestCase) PASS: test_verbose3 (test.test_regrtest.ParseArgsTestCase) PASS: test_wait (test.test_regrtest.ParseArgsTestCase) PASS: test_worker_args (test.test_regrtest.ParseArgsTestCase) PASS: test_module_autotest (test.test_regrtest.ProgramsTestCase) PASS: test_module_from_test_autotest (test.test_regrtest.ProgramsTestCase) PASS: test_module_regrtest (test.test_regrtest.ProgramsTestCase) PASS: test_module_test (test.test_regrtest.ProgramsTestCase) SKIP: test_pcbuild_rt (test.test_regrtest.ProgramsTestCase) 'Windows only' PASS: test_script_autotest (test.test_regrtest.ProgramsTestCase) PASS: test_script_regrtest (test.test_regrtest.ProgramsTestCase) SKIP: test_tools_buildbot_test (test.test_regrtest.ProgramsTestCase) 'test.bat script is not installed' SKIP: test_tools_script_run_tests (test.test_regrtest.ProgramsTestCase) 'run_tests.py script is not installed' PASS: test_format_duration (test.test_regrtest.TestUtils) ---------------------------------------------------------------------- Ran 80 tests in 8.720s OK (skipped=5) 0:15:54 load avg: 0.60 [288/427] test_repl PASS: test_close_stdin (test.test_repl.TestInteractiveInterpreter) PASS: test_multiline_string_parsing (test.test_repl.TestInteractiveInterpreter) PASS: test_no_memory (test.test_repl.TestInteractiveInterpreter) ---------------------------------------------------------------------- Ran 3 tests in 0.164s OK 0:15:55 load avg: 0.60 [289/427] test_reprlib SKIP: test_builtin_function (test.test_reprlib.LongReprTest) 'needs a built-in function with a really long name' PASS: test_class (test.test_reprlib.LongReprTest) PASS: test_instance (test.test_reprlib.LongReprTest) PASS: test_method (test.test_reprlib.LongReprTest) PASS: test_module (test.test_reprlib.LongReprTest) SKIP: test_object (test.test_reprlib.LongReprTest) 'need a suitable object' PASS: test_type (test.test_reprlib.LongReprTest) PASS: test_builtin_function (test.test_reprlib.ReprTests) PASS: test_cell (test.test_reprlib.ReprTests) PASS: test_container (test.test_reprlib.ReprTests) PASS: test_descriptors (test.test_reprlib.ReprTests) PASS: test_frozenset (test.test_reprlib.ReprTests) PASS: test_instance (test.test_reprlib.ReprTests) PASS: test_lambda (test.test_reprlib.ReprTests) PASS: test_nesting (test.test_reprlib.ReprTests) PASS: test_numbers (test.test_reprlib.ReprTests) PASS: test_range (test.test_reprlib.ReprTests) PASS: test_set_literal (test.test_reprlib.ReprTests) PASS: test_string (test.test_reprlib.ReprTests) PASS: test_tuple (test.test_reprlib.ReprTests) PASS: test_unsortable (test.test_reprlib.ReprTests) PASS: test_assigned_attributes (test.test_reprlib.TestRecursiveRepr) PASS: test_recursive_repr (test.test_reprlib.TestRecursiveRepr) ---------------------------------------------------------------------- Ran 23 tests in 0.011s OK (skipped=2) 0:15:56 load avg: 0.60 [290/427] test_resource PASS: test_args (test.test_resource.ResourceTest) PASS: test_freebsd_contants (test.test_resource.ResourceTest) PASS: test_fsize_enforced (test.test_resource.ResourceTest) PASS: test_fsize_ismax (test.test_resource.ResourceTest) PASS: test_fsize_toobig (test.test_resource.ResourceTest) PASS: test_getrusage (test.test_resource.ResourceTest) PASS: test_linux_constants (test.test_resource.ResourceTest) PASS: test_pagesize (test.test_resource.ResourceTest) PASS: test_prlimit (test.test_resource.ResourceTest) PASS: test_prlimit_refcount (test.test_resource.ResourceTest) PASS: test_setrusage_refcount (test.test_resource.ResourceTest) ---------------------------------------------------------------------- Ran 11 tests in 0.089s OK 0:15:57 load avg: 0.63 [291/427] test_richcmp PASS: test_dicts (test.test_richcmp.DictTest) PASS: test_badentry (test.test_richcmp.ListTest) PASS: test_coverage (test.test_richcmp.ListTest) PASS: test_goodentry (test.test_richcmp.ListTest) PASS: test_exception_message (test.test_richcmp.MiscTest) PASS: test_misbehavin (test.test_richcmp.MiscTest) PASS: test_not (test.test_richcmp.MiscTest) PASS: test_recursion (test.test_richcmp.MiscTest) PASS: test_basic (test.test_richcmp.NumberTest) PASS: test_values (test.test_richcmp.NumberTest) PASS: test_mixed (test.test_richcmp.VectorTest) ---------------------------------------------------------------------- Ran 11 tests in 0.010s OK 0:15:58 load avg: 0.63 [292/427] test_rlcompleter PASS: test_attr_matches (test.test_rlcompleter.TestRlcompleter) PASS: test_complete (test.test_rlcompleter.TestRlcompleter) PASS: test_duplicate_globals (test.test_rlcompleter.TestRlcompleter) test_excessive_getattr (test.test_rlcompleter.TestRlcompleter) PASS: Ensure getattr() is invoked no more than once per attribute PASS: test_global_matches (test.test_rlcompleter.TestRlcompleter) PASS: test_namespace (test.test_rlcompleter.TestRlcompleter) PASS: test_property_method_not_called (test.test_rlcompleter.TestRlcompleter) PASS: test_uncreated_attr (test.test_rlcompleter.TestRlcompleter) ---------------------------------------------------------------------- Ran 8 tests in 0.030s OK 0:15:59 load avg: 0.63 [293/427] test_robotparser PASS: test_bad_urls (test.test_robotparser.AnotherInvalidRequestRateTest) PASS: test_good_urls (test.test_robotparser.AnotherInvalidRequestRateTest) PASS: test_site_maps (test.test_robotparser.AnotherInvalidRequestRateTest) PASS: test_bad_urls (test.test_robotparser.CrawlDelayAndCustomAgentTest) PASS: test_good_urls (test.test_robotparser.CrawlDelayAndCustomAgentTest) PASS: test_site_maps (test.test_robotparser.CrawlDelayAndCustomAgentTest) PASS: test_bad_urls (test.test_robotparser.CrawlDelayAndRequestRateTest) PASS: test_good_urls (test.test_robotparser.CrawlDelayAndRequestRateTest) PASS: test_request_rate (test.test_robotparser.CrawlDelayAndRequestRateTest) PASS: test_site_maps (test.test_robotparser.CrawlDelayAndRequestRateTest) PASS: test_bad_urls (test.test_robotparser.DefaultEntryTest) PASS: test_good_urls (test.test_robotparser.DefaultEntryTest) PASS: test_request_rate (test.test_robotparser.DefaultEntryTest) PASS: test_site_maps (test.test_robotparser.DefaultEntryTest) PASS: test_bad_urls (test.test_robotparser.DifferentAgentTest) PASS: test_good_urls (test.test_robotparser.DifferentAgentTest) PASS: test_request_rate (test.test_robotparser.DifferentAgentTest) PASS: test_site_maps (test.test_robotparser.DifferentAgentTest) PASS: test_bad_urls (test.test_robotparser.DisallowQueryStringTest) PASS: test_good_urls (test.test_robotparser.DisallowQueryStringTest) PASS: test_site_maps (test.test_robotparser.DisallowQueryStringTest) PASS: test_bad_urls (test.test_robotparser.EmptyFileTest) PASS: test_good_urls (test.test_robotparser.EmptyFileTest) PASS: test_request_rate (test.test_robotparser.EmptyFileTest) PASS: test_site_maps (test.test_robotparser.EmptyFileTest) PASS: test_bad_urls (test.test_robotparser.EmptyQueryStringTest) PASS: test_good_urls (test.test_robotparser.EmptyQueryStringTest) PASS: test_site_maps (test.test_robotparser.EmptyQueryStringTest) PASS: test_bad_urls (test.test_robotparser.GoogleURLOrderingTest) PASS: test_good_urls (test.test_robotparser.GoogleURLOrderingTest) PASS: test_site_maps (test.test_robotparser.GoogleURLOrderingTest) PASS: test_bad_urls (test.test_robotparser.InvalidCrawlDelayTest) PASS: test_good_urls (test.test_robotparser.InvalidCrawlDelayTest) PASS: test_site_maps (test.test_robotparser.InvalidCrawlDelayTest) PASS: test_bad_urls (test.test_robotparser.InvalidRequestRateTest) PASS: test_good_urls (test.test_robotparser.InvalidRequestRateTest) PASS: test_site_maps (test.test_robotparser.InvalidRequestRateTest) skipped "Use of the 'network' resource not enabled" PASS: testPasswordProtectedSite (test.test_robotparser.PasswordProtectedSiteTestCase) PASS: test_bad_urls (test.test_robotparser.RejectAllRobotsTest) PASS: test_good_urls (test.test_robotparser.RejectAllRobotsTest) PASS: test_site_maps (test.test_robotparser.RejectAllRobotsTest) PASS: test_bad_urls (test.test_robotparser.SitemapTest) PASS: test_good_urls (test.test_robotparser.SitemapTest) PASS: test_site_maps (test.test_robotparser.SitemapTest) PASS: test_bad_urls (test.test_robotparser.StringFormattingTest) PASS: test_good_urls (test.test_robotparser.StringFormattingTest) PASS: test_site_maps (test.test_robotparser.StringFormattingTest) PASS: test_string_formatting (test.test_robotparser.StringFormattingTest) PASS: test_bad_urls (test.test_robotparser.UseFirstUserAgentWildcardTest) PASS: test_good_urls (test.test_robotparser.UseFirstUserAgentWildcardTest) PASS: test_site_maps (test.test_robotparser.UseFirstUserAgentWildcardTest) PASS: test_bad_urls (test.test_robotparser.UserAgentGoogleMobileTest) PASS: test_good_urls (test.test_robotparser.UserAgentGoogleMobileTest) PASS: test_site_maps (test.test_robotparser.UserAgentGoogleMobileTest) PASS: test_bad_urls (test.test_robotparser.UserAgentOrderingTest) PASS: test_good_urls (test.test_robotparser.UserAgentOrderingTest) PASS: test_site_maps (test.test_robotparser.UserAgentOrderingTest) PASS: test_bad_urls (test.test_robotparser.UserAgentWildcardTest) PASS: test_good_urls (test.test_robotparser.UserAgentWildcardTest) PASS: test_site_maps (test.test_robotparser.UserAgentWildcardTest) ---------------------------------------------------------------------- Ran 60 tests in 0.018s OK (skipped=1) 0:15:59 load avg: 0.63 [294/427] test_runpy PASS: test_run_code (test.test_runpy.ExecutionLayerTestCase) PASS: test_run_module_code (test.test_runpy.ExecutionLayerTestCase) PASS: test_explicit_relative_import (test.test_runpy.RunModuleTestCase) PASS: test_invalid_names (test.test_runpy.RunModuleTestCase) PASS: test_library_module (test.test_runpy.RunModuleTestCase) PASS: test_main_relative_import (test.test_runpy.RunModuleTestCase) PASS: test_package_imported_no_warning (test.test_runpy.RunModuleTestCase) PASS: test_pkgutil_walk_packages (test.test_runpy.RunModuleTestCase) PASS: test_run_module (test.test_runpy.RunModuleTestCase) PASS: test_run_module_alter_sys (test.test_runpy.RunModuleTestCase) PASS: test_run_module_in_namespace_package (test.test_runpy.RunModuleTestCase) PASS: test_run_name (test.test_runpy.RunModuleTestCase) PASS: test_run_namespace_package (test.test_runpy.RunModuleTestCase) PASS: test_run_namespace_package_in_namespace_package (test.test_runpy.RunModuleTestCase) PASS: test_run_package (test.test_runpy.RunModuleTestCase) PASS: test_run_package_alter_sys (test.test_runpy.RunModuleTestCase) PASS: test_run_package_in_namespace_package (test.test_runpy.RunModuleTestCase) PASS: test_run_package_init_exceptions (test.test_runpy.RunModuleTestCase) PASS: test_submodule_imported_warning (test.test_runpy.RunModuleTestCase) PASS: test_basic_script (test.test_runpy.RunPathTestCase) PASS: test_basic_script_no_suffix (test.test_runpy.RunPathTestCase) PASS: test_basic_script_with_path_object (test.test_runpy.RunPathTestCase) PASS: test_directory (test.test_runpy.RunPathTestCase) PASS: test_directory_compiled (test.test_runpy.RunPathTestCase) PASS: test_directory_error (test.test_runpy.RunPathTestCase) PASS: test_encoding (test.test_runpy.RunPathTestCase) PASS: test_main_recursion_error (test.test_runpy.RunPathTestCase) PASS: test_script_compiled (test.test_runpy.RunPathTestCase) PASS: test_zipfile (test.test_runpy.RunPathTestCase) PASS: test_zipfile_compiled (test.test_runpy.RunPathTestCase) PASS: test_zipfile_error (test.test_runpy.RunPathTestCase) PASS: test_pymain_run_command (test.test_runpy.TestExit) PASS: test_pymain_run_command_run_module (test.test_runpy.TestExit) PASS: test_pymain_run_file (test.test_runpy.TestExit) PASS: test_pymain_run_file_runpy_run_module (test.test_runpy.TestExit) PASS: test_pymain_run_file_runpy_run_module_as_main (test.test_runpy.TestExit) PASS: test_pymain_run_module (test.test_runpy.TestExit) PASS: test_pymain_run_stdin (test.test_runpy.TestExit) ---------------------------------------------------------------------- Ran 38 tests in 0.850s OK 0:16:01 load avg: 0.63 [295/427] test_sax PASS: test_1463026_1 (test.test_sax.BytesXmlgenTest) PASS: test_1463026_1_empty (test.test_sax.BytesXmlgenTest) PASS: test_1463026_2 (test.test_sax.BytesXmlgenTest) PASS: test_1463026_2_empty (test.test_sax.BytesXmlgenTest) PASS: test_1463026_3 (test.test_sax.BytesXmlgenTest) PASS: test_1463026_3_empty (test.test_sax.BytesXmlgenTest) PASS: test_5027_1 (test.test_sax.BytesXmlgenTest) PASS: test_5027_2 (test.test_sax.BytesXmlgenTest) PASS: test_no_close_file (test.test_sax.BytesXmlgenTest) PASS: test_xmlgen_attr_escape (test.test_sax.BytesXmlgenTest) PASS: test_xmlgen_basic (test.test_sax.BytesXmlgenTest) PASS: test_xmlgen_basic_empty (test.test_sax.BytesXmlgenTest) PASS: test_xmlgen_content (test.test_sax.BytesXmlgenTest) PASS: test_xmlgen_content_empty (test.test_sax.BytesXmlgenTest) PASS: test_xmlgen_content_escape (test.test_sax.BytesXmlgenTest) PASS: test_xmlgen_encoding (test.test_sax.BytesXmlgenTest) PASS: test_xmlgen_encoding_bytes (test.test_sax.BytesXmlgenTest) PASS: test_xmlgen_fragment (test.test_sax.BytesXmlgenTest) PASS: test_xmlgen_ignorable (test.test_sax.BytesXmlgenTest) PASS: test_xmlgen_ignorable_empty (test.test_sax.BytesXmlgenTest) PASS: test_xmlgen_ns (test.test_sax.BytesXmlgenTest) PASS: test_xmlgen_ns_empty (test.test_sax.BytesXmlgenTest) PASS: test_xmlgen_pi (test.test_sax.BytesXmlgenTest) PASS: test_xmlgen_unencodable (test.test_sax.BytesXmlgenTest) PASS: test_handlers (test.test_sax.CDATAHandlerTest) PASS: test_expat_incomplete (test.test_sax.ErrorReportingTest) PASS: test_expat_inpsource_location (test.test_sax.ErrorReportingTest) PASS: test_sax_parse_exception_str (test.test_sax.ErrorReportingTest) PASS: test_expat_attrs_empty (test.test_sax.ExpatReaderTest) PASS: test_expat_attrs_wattr (test.test_sax.ExpatReaderTest) PASS: test_expat_binary_file (test.test_sax.ExpatReaderTest) PASS: test_expat_binary_file_bytes_name (test.test_sax.ExpatReaderTest) PASS: test_expat_binary_file_int_name (test.test_sax.ExpatReaderTest) PASS: test_expat_binary_file_nonascii (test.test_sax.ExpatReaderTest) PASS: test_expat_dtdhandler (test.test_sax.ExpatReaderTest) PASS: test_expat_entityresolver_default (test.test_sax.ExpatReaderTest) PASS: test_expat_entityresolver_enabled (test.test_sax.ExpatReaderTest) PASS: test_expat_external_dtd_default (test.test_sax.ExpatReaderTest) PASS: test_expat_external_dtd_enabled (test.test_sax.ExpatReaderTest) PASS: test_expat_incremental (test.test_sax.ExpatReaderTest) PASS: test_expat_incremental_reset (test.test_sax.ExpatReaderTest) PASS: test_expat_inpsource_byte_stream (test.test_sax.ExpatReaderTest) PASS: test_expat_inpsource_character_stream (test.test_sax.ExpatReaderTest) PASS: test_expat_inpsource_filename (test.test_sax.ExpatReaderTest) PASS: test_expat_inpsource_sysid (test.test_sax.ExpatReaderTest) PASS: test_expat_inpsource_sysid_nonascii (test.test_sax.ExpatReaderTest) PASS: test_expat_locator_noinfo (test.test_sax.ExpatReaderTest) PASS: test_expat_locator_withinfo (test.test_sax.ExpatReaderTest) PASS: test_expat_locator_withinfo_nonascii (test.test_sax.ExpatReaderTest) PASS: test_expat_nsattrs_empty (test.test_sax.ExpatReaderTest) PASS: test_expat_nsattrs_wattr (test.test_sax.ExpatReaderTest) PASS: test_expat_text_file (test.test_sax.ExpatReaderTest) PASS: test_handlers (test.test_sax.LexicalHandlerTest) PASS: test_make_parser2 (test.test_sax.MakeParserTest) PASS: test_make_parser3 (test.test_sax.MakeParserTest) PASS: test_make_parser4 (test.test_sax.MakeParserTest) PASS: test_make_parser5 (test.test_sax.MakeParserTest) PASS: test_parseString_bytes (test.test_sax.ParseTest) PASS: test_parseString_text (test.test_sax.ParseTest) PASS: test_parse_InputSource (test.test_sax.ParseTest) PASS: test_parse_bytes (test.test_sax.ParseTest) PASS: test_parse_close_source (test.test_sax.ParseTest) PASS: test_parse_path_object (test.test_sax.ParseTest) PASS: test_parse_text (test.test_sax.ParseTest) PASS: test_binary_file (test.test_sax.PrepareInputSourceTest) PASS: test_byte_stream (test.test_sax.PrepareInputSourceTest) PASS: test_character_stream (test.test_sax.PrepareInputSourceTest) PASS: test_path_objects (test.test_sax.PrepareInputSourceTest) PASS: test_string (test.test_sax.PrepareInputSourceTest) PASS: test_system_id (test.test_sax.PrepareInputSourceTest) PASS: test_text_file (test.test_sax.PrepareInputSourceTest) PASS: test_double_quoteattr (test.test_sax.SaxutilsTest) PASS: test_escape_all (test.test_sax.SaxutilsTest) PASS: test_escape_basic (test.test_sax.SaxutilsTest) PASS: test_escape_extra (test.test_sax.SaxutilsTest) PASS: test_make_parser (test.test_sax.SaxutilsTest) PASS: test_quoteattr_basic (test.test_sax.SaxutilsTest) PASS: test_single_double_quoteattr (test.test_sax.SaxutilsTest) PASS: test_single_quoteattr (test.test_sax.SaxutilsTest) PASS: test_unescape_all (test.test_sax.SaxutilsTest) PASS: test_unescape_amp_extra (test.test_sax.SaxutilsTest) PASS: test_unescape_basic (test.test_sax.SaxutilsTest) PASS: test_unescape_extra (test.test_sax.SaxutilsTest) PASS: test_1463026_1 (test.test_sax.StreamReaderWriterXmlgenTest) PASS: test_1463026_1_empty (test.test_sax.StreamReaderWriterXmlgenTest) PASS: test_1463026_2 (test.test_sax.StreamReaderWriterXmlgenTest) PASS: test_1463026_2_empty (test.test_sax.StreamReaderWriterXmlgenTest) PASS: test_1463026_3 (test.test_sax.StreamReaderWriterXmlgenTest) PASS: test_1463026_3_empty (test.test_sax.StreamReaderWriterXmlgenTest) PASS: test_5027_1 (test.test_sax.StreamReaderWriterXmlgenTest) PASS: test_5027_2 (test.test_sax.StreamReaderWriterXmlgenTest) PASS: test_no_close_file (test.test_sax.StreamReaderWriterXmlgenTest) PASS: test_xmlgen_attr_escape (test.test_sax.StreamReaderWriterXmlgenTest) PASS: test_xmlgen_basic (test.test_sax.StreamReaderWriterXmlgenTest) PASS: test_xmlgen_basic_empty (test.test_sax.StreamReaderWriterXmlgenTest) PASS: test_xmlgen_content (test.test_sax.StreamReaderWriterXmlgenTest) PASS: test_xmlgen_content_empty (test.test_sax.StreamReaderWriterXmlgenTest) PASS: test_xmlgen_content_escape (test.test_sax.StreamReaderWriterXmlgenTest) PASS: test_xmlgen_encoding (test.test_sax.StreamReaderWriterXmlgenTest) PASS: test_xmlgen_encoding_bytes (test.test_sax.StreamReaderWriterXmlgenTest) PASS: test_xmlgen_fragment (test.test_sax.StreamReaderWriterXmlgenTest) PASS: test_xmlgen_ignorable (test.test_sax.StreamReaderWriterXmlgenTest) PASS: test_xmlgen_ignorable_empty (test.test_sax.StreamReaderWriterXmlgenTest) PASS: test_xmlgen_ns (test.test_sax.StreamReaderWriterXmlgenTest) PASS: test_xmlgen_ns_empty (test.test_sax.StreamReaderWriterXmlgenTest) PASS: test_xmlgen_pi (test.test_sax.StreamReaderWriterXmlgenTest) PASS: test_xmlgen_unencodable (test.test_sax.StreamReaderWriterXmlgenTest) PASS: test_1463026_1 (test.test_sax.StreamWriterXmlgenTest) PASS: test_1463026_1_empty (test.test_sax.StreamWriterXmlgenTest) PASS: test_1463026_2 (test.test_sax.StreamWriterXmlgenTest) PASS: test_1463026_2_empty (test.test_sax.StreamWriterXmlgenTest) PASS: test_1463026_3 (test.test_sax.StreamWriterXmlgenTest) PASS: test_1463026_3_empty (test.test_sax.StreamWriterXmlgenTest) PASS: test_5027_1 (test.test_sax.StreamWriterXmlgenTest) PASS: test_5027_2 (test.test_sax.StreamWriterXmlgenTest) PASS: test_no_close_file (test.test_sax.StreamWriterXmlgenTest) PASS: test_xmlgen_attr_escape (test.test_sax.StreamWriterXmlgenTest) PASS: test_xmlgen_basic (test.test_sax.StreamWriterXmlgenTest) PASS: test_xmlgen_basic_empty (test.test_sax.StreamWriterXmlgenTest) PASS: test_xmlgen_content (test.test_sax.StreamWriterXmlgenTest) PASS: test_xmlgen_content_empty (test.test_sax.StreamWriterXmlgenTest) PASS: test_xmlgen_content_escape (test.test_sax.StreamWriterXmlgenTest) PASS: test_xmlgen_encoding (test.test_sax.StreamWriterXmlgenTest) PASS: test_xmlgen_encoding_bytes (test.test_sax.StreamWriterXmlgenTest) PASS: test_xmlgen_fragment (test.test_sax.StreamWriterXmlgenTest) PASS: test_xmlgen_ignorable (test.test_sax.StreamWriterXmlgenTest) PASS: test_xmlgen_ignorable_empty (test.test_sax.StreamWriterXmlgenTest) PASS: test_xmlgen_ns (test.test_sax.StreamWriterXmlgenTest) PASS: test_xmlgen_ns_empty (test.test_sax.StreamWriterXmlgenTest) PASS: test_xmlgen_pi (test.test_sax.StreamWriterXmlgenTest) PASS: test_xmlgen_unencodable (test.test_sax.StreamWriterXmlgenTest) PASS: test_1463026_1 (test.test_sax.StringXmlgenTest) PASS: test_1463026_1_empty (test.test_sax.StringXmlgenTest) PASS: test_1463026_2 (test.test_sax.StringXmlgenTest) PASS: test_1463026_2_empty (test.test_sax.StringXmlgenTest) PASS: test_1463026_3 (test.test_sax.StringXmlgenTest) PASS: test_1463026_3_empty (test.test_sax.StringXmlgenTest) PASS: test_5027_1 (test.test_sax.StringXmlgenTest) PASS: test_5027_2 (test.test_sax.StringXmlgenTest) PASS: test_no_close_file (test.test_sax.StringXmlgenTest) PASS: test_xmlgen_attr_escape (test.test_sax.StringXmlgenTest) PASS: test_xmlgen_basic (test.test_sax.StringXmlgenTest) PASS: test_xmlgen_basic_empty (test.test_sax.StringXmlgenTest) PASS: test_xmlgen_content (test.test_sax.StringXmlgenTest) PASS: test_xmlgen_content_empty (test.test_sax.StringXmlgenTest) PASS: test_xmlgen_content_escape (test.test_sax.StringXmlgenTest) PASS: test_xmlgen_encoding (test.test_sax.StringXmlgenTest) PASS: test_xmlgen_encoding_bytes (test.test_sax.StringXmlgenTest) PASS: test_xmlgen_fragment (test.test_sax.StringXmlgenTest) PASS: test_xmlgen_ignorable (test.test_sax.StringXmlgenTest) PASS: test_xmlgen_ignorable_empty (test.test_sax.StringXmlgenTest) PASS: test_xmlgen_ns (test.test_sax.StringXmlgenTest) PASS: test_xmlgen_ns_empty (test.test_sax.StringXmlgenTest) PASS: test_xmlgen_pi (test.test_sax.StringXmlgenTest) PASS: test_1463026_1 (test.test_sax.WriterXmlgenTest) PASS: test_1463026_1_empty (test.test_sax.WriterXmlgenTest) PASS: test_1463026_2 (test.test_sax.WriterXmlgenTest) PASS: test_1463026_2_empty (test.test_sax.WriterXmlgenTest) PASS: test_1463026_3 (test.test_sax.WriterXmlgenTest) PASS: test_1463026_3_empty (test.test_sax.WriterXmlgenTest) PASS: test_5027_1 (test.test_sax.WriterXmlgenTest) PASS: test_5027_2 (test.test_sax.WriterXmlgenTest) PASS: test_no_close_file (test.test_sax.WriterXmlgenTest) PASS: test_xmlgen_attr_escape (test.test_sax.WriterXmlgenTest) PASS: test_xmlgen_basic (test.test_sax.WriterXmlgenTest) PASS: test_xmlgen_basic_empty (test.test_sax.WriterXmlgenTest) PASS: test_xmlgen_content (test.test_sax.WriterXmlgenTest) PASS: test_xmlgen_content_empty (test.test_sax.WriterXmlgenTest) PASS: test_xmlgen_content_escape (test.test_sax.WriterXmlgenTest) PASS: test_xmlgen_encoding (test.test_sax.WriterXmlgenTest) PASS: test_xmlgen_encoding_bytes (test.test_sax.WriterXmlgenTest) PASS: test_xmlgen_fragment (test.test_sax.WriterXmlgenTest) PASS: test_xmlgen_ignorable (test.test_sax.WriterXmlgenTest) PASS: test_xmlgen_ignorable_empty (test.test_sax.WriterXmlgenTest) PASS: test_xmlgen_ns (test.test_sax.WriterXmlgenTest) PASS: test_xmlgen_ns_empty (test.test_sax.WriterXmlgenTest) PASS: test_xmlgen_pi (test.test_sax.WriterXmlgenTest) PASS: test_xmlgen_unencodable (test.test_sax.WriterXmlgenTest) PASS: test_filter_basic (test.test_sax.XMLFilterBaseTest) PASS: test_attrs_empty (test.test_sax.XmlReaderTest) PASS: test_attrs_wattr (test.test_sax.XmlReaderTest) PASS: test_nsattrs_empty (test.test_sax.XmlReaderTest) PASS: test_nsattrs_wattr (test.test_sax.XmlReaderTest) ---------------------------------------------------------------------- Ran 183 tests in 0.057s OK 0:16:02 load avg: 0.66 [296/427] test_sched PASS: test_args_kwargs (test.test_sched.TestCase) PASS: test_cancel (test.test_sched.TestCase) PASS: test_cancel_concurrent (test.test_sched.TestCase) PASS: test_cancel_correct_event (test.test_sched.TestCase) PASS: test_empty (test.test_sched.TestCase) PASS: test_enter (test.test_sched.TestCase) PASS: test_enter_concurrent (test.test_sched.TestCase) PASS: test_enterabs (test.test_sched.TestCase) PASS: test_priority (test.test_sched.TestCase) PASS: test_queue (test.test_sched.TestCase) PASS: test_run_non_blocking (test.test_sched.TestCase) ---------------------------------------------------------------------- Ran 11 tests in 0.546s OK 0:16:03 load avg: 0.66 [297/427] test_scope PASS: testBoundAndFree (test.test_scope.ScopeTests) PASS: testCellIsKwonlyArg (test.test_scope.ScopeTests) PASS: testCellLeak (test.test_scope.ScopeTests) PASS: testClassAndGlobal (test.test_scope.ScopeTests) PASS: testClassNamespaceOverridesClosure (test.test_scope.ScopeTests) PASS: testComplexDefinitions (test.test_scope.ScopeTests) PASS: testEvalExecFreeVars (test.test_scope.ScopeTests) PASS: testEvalFreeVars (test.test_scope.ScopeTests) PASS: testExtraNesting (test.test_scope.ScopeTests) PASS: testFreeVarInMethod (test.test_scope.ScopeTests) PASS: testFreeingCell (test.test_scope.ScopeTests) PASS: testGlobalInParallelNestedFunctions (test.test_scope.ScopeTests) PASS: testInteractionWithTraceFunc (test.test_scope.ScopeTests) PASS: testLambdas (test.test_scope.ScopeTests) PASS: testLeaks (test.test_scope.ScopeTests) PASS: testListCompLocalVars (test.test_scope.ScopeTests) PASS: testLocalsClass (test.test_scope.ScopeTests) PASS: testLocalsClass_WithTrace (test.test_scope.ScopeTests) PASS: testLocalsFunction (test.test_scope.ScopeTests) PASS: testMixedFreevarsAndCellvars (test.test_scope.ScopeTests) PASS: testNearestEnclosingScope (test.test_scope.ScopeTests) PASS: testNestedNonLocal (test.test_scope.ScopeTests) PASS: testNestingGlobalNoFree (test.test_scope.ScopeTests) PASS: testNestingPlusFreeRefToGlobal (test.test_scope.ScopeTests) PASS: testNestingThroughClass (test.test_scope.ScopeTests) PASS: testNonLocalClass (test.test_scope.ScopeTests) PASS: testNonLocalFunction (test.test_scope.ScopeTests) PASS: testNonLocalGenerator (test.test_scope.ScopeTests) PASS: testNonLocalMethod (test.test_scope.ScopeTests) PASS: testRecursion (test.test_scope.ScopeTests) PASS: testScopeOfGlobalStmt (test.test_scope.ScopeTests) PASS: testSimpleAndRebinding (test.test_scope.ScopeTests) PASS: testSimpleNesting (test.test_scope.ScopeTests) PASS: testTopIsNotSignificant (test.test_scope.ScopeTests) PASS: testUnboundLocal (test.test_scope.ScopeTests) PASS: testUnboundLocal_AfterDel (test.test_scope.ScopeTests) PASS: testUnboundLocal_AugAssign (test.test_scope.ScopeTests) PASS: testUnoptimizedNamespaces (test.test_scope.ScopeTests) ---------------------------------------------------------------------- Ran 38 tests in 0.302s OK 0:16:04 load avg: 0.66 [298/427] test_script_helper PASS: test_assert_python_failure (test.test_script_helper.TestScriptHelper) PASS: test_assert_python_failure_raises (test.test_script_helper.TestScriptHelper) PASS: test_assert_python_isolated_when_env_not_required (test.test_script_helper.TestScriptHelper) test_assert_python_not_isolated_when_env_is_required (test.test_script_helper.TestScriptHelper) PASS: Ensure that -I is not passed when the environment is required. PASS: test_assert_python_ok (test.test_script_helper.TestScriptHelper) PASS: test_assert_python_ok_raises (test.test_script_helper.TestScriptHelper) PASS: test_interpreter_requires_environment_details (test.test_script_helper.TestScriptHelperEnvironment) PASS: test_interpreter_requires_environment_false (test.test_script_helper.TestScriptHelperEnvironment) PASS: test_interpreter_requires_environment_true (test.test_script_helper.TestScriptHelperEnvironment) PASS: test_interpreter_requires_environment_with_pythonhome (test.test_script_helper.TestScriptHelperEnvironment) ---------------------------------------------------------------------- Ran 10 tests in 0.090s OK 0:16:05 load avg: 0.66 [299/427] test_secrets PASS: test_bad_types (test.test_secrets.Compare_Digest_Tests) PASS: test_bool (test.test_secrets.Compare_Digest_Tests) PASS: test_equal (test.test_secrets.Compare_Digest_Tests) PASS: test_unequal (test.test_secrets.Compare_Digest_Tests) PASS: test_choice (test.test_secrets.Random_Tests) PASS: test_randbelow (test.test_secrets.Random_Tests) PASS: test_randbits (test.test_secrets.Random_Tests) PASS: test_token_bytes (test.test_secrets.Token_Tests) PASS: test_token_defaults (test.test_secrets.Token_Tests) PASS: test_token_hex (test.test_secrets.Token_Tests) PASS: test_token_urlsafe (test.test_secrets.Token_Tests) ---------------------------------------------------------------------- Ran 11 tests in 0.002s OK 0:16:06 load avg: 0.66 [300/427] test_select PASS: test_disallow_instantiation (test.test_select.SelectTestCase) PASS: test_errno (test.test_select.SelectTestCase) PASS: test_error_conditions (test.test_select.SelectTestCase) PASS: test_returned_list_identity (test.test_select.SelectTestCase) test_select (test.test_select.SelectTestCase) ... timeout = 0 timeout = 1 b'testing...\n' timeout = 2 b'testing...\n' timeout = 4 b'testing...\n' timeout = 8 b'testing...\n' timeout = 16 b'testing...\n' timeout = None b'testing...\n' timeout = None b'testing...\n' timeout = None b'testing...\n' timeout = None b'testing...\n' timeout = None b'testing...\n' timeout = None b'' EOF ok PASS: test_select_mutated (test.test_select.SelectTestCase) ---------------------------------------------------------------------- Ran 6 tests in 1.533s OK 0:16:08 load avg: 0.61 [301/427] test_selectors PASS: test_close (test.test_selectors.DefaultSelectorTestCase) PASS: test_context_manager (test.test_selectors.DefaultSelectorTestCase) PASS: test_empty_select (test.test_selectors.DefaultSelectorTestCase) PASS: test_fileno (test.test_selectors.DefaultSelectorTestCase) PASS: test_get_key (test.test_selectors.DefaultSelectorTestCase) PASS: test_get_map (test.test_selectors.DefaultSelectorTestCase) PASS: test_modify (test.test_selectors.DefaultSelectorTestCase) PASS: test_modify_unregister (test.test_selectors.DefaultSelectorTestCase) PASS: test_register (test.test_selectors.DefaultSelectorTestCase) PASS: test_select (test.test_selectors.DefaultSelectorTestCase) PASS: test_select_interrupt_exc (test.test_selectors.DefaultSelectorTestCase) PASS: test_select_interrupt_noraise (test.test_selectors.DefaultSelectorTestCase) PASS: test_selector (test.test_selectors.DefaultSelectorTestCase) PASS: test_timeout (test.test_selectors.DefaultSelectorTestCase) PASS: test_unregister (test.test_selectors.DefaultSelectorTestCase) PASS: test_unregister_after_fd_close (test.test_selectors.DefaultSelectorTestCase) PASS: test_unregister_after_fd_close_and_reuse (test.test_selectors.DefaultSelectorTestCase) PASS: test_unregister_after_socket_close (test.test_selectors.DefaultSelectorTestCase) SKIP: test_above_fd_setsize (test.test_selectors.DevpollSelectorTestCase) 'Test needs selectors.DevpollSelector' SKIP: test_close (test.test_selectors.DevpollSelectorTestCase) 'Test needs selectors.DevpollSelector' SKIP: test_context_manager (test.test_selectors.DevpollSelectorTestCase) 'Test needs selectors.DevpollSelector' SKIP: test_empty_select (test.test_selectors.DevpollSelectorTestCase) 'Test needs selectors.DevpollSelector' SKIP: test_fileno (test.test_selectors.DevpollSelectorTestCase) 'Test needs selectors.DevpollSelector' SKIP: test_get_key (test.test_selectors.DevpollSelectorTestCase) 'Test needs selectors.DevpollSelector' SKIP: test_get_map (test.test_selectors.DevpollSelectorTestCase) 'Test needs selectors.DevpollSelector' SKIP: test_modify (test.test_selectors.DevpollSelectorTestCase) 'Test needs selectors.DevpollSelector' SKIP: test_modify_unregister (test.test_selectors.DevpollSelectorTestCase) 'Test needs selectors.DevpollSelector' SKIP: test_register (test.test_selectors.DevpollSelectorTestCase) 'Test needs selectors.DevpollSelector' SKIP: test_select (test.test_selectors.DevpollSelectorTestCase) 'Test needs selectors.DevpollSelector' SKIP: test_select_interrupt_exc (test.test_selectors.DevpollSelectorTestCase) 'Test needs selectors.DevpollSelector' SKIP: test_select_interrupt_noraise (test.test_selectors.DevpollSelectorTestCase) 'Test needs selectors.DevpollSelector' SKIP: test_selector (test.test_selectors.DevpollSelectorTestCase) 'Test needs selectors.DevpollSelector' SKIP: test_timeout (test.test_selectors.DevpollSelectorTestCase) 'Test needs selectors.DevpollSelector' SKIP: test_unregister (test.test_selectors.DevpollSelectorTestCase) 'Test needs selectors.DevpollSelector' SKIP: test_unregister_after_fd_close (test.test_selectors.DevpollSelectorTestCase) 'Test needs selectors.DevpollSelector' SKIP: test_unregister_after_fd_close_and_reuse (test.test_selectors.DevpollSelectorTestCase) 'Test needs selectors.DevpollSelector' SKIP: test_unregister_after_socket_close (test.test_selectors.DevpollSelectorTestCase) 'Test needs selectors.DevpollSelector' PASS: test_above_fd_setsize (test.test_selectors.EpollSelectorTestCase) PASS: test_close (test.test_selectors.EpollSelectorTestCase) PASS: test_context_manager (test.test_selectors.EpollSelectorTestCase) PASS: test_empty_select (test.test_selectors.EpollSelectorTestCase) PASS: test_fileno (test.test_selectors.EpollSelectorTestCase) PASS: test_get_key (test.test_selectors.EpollSelectorTestCase) PASS: test_get_map (test.test_selectors.EpollSelectorTestCase) PASS: test_modify (test.test_selectors.EpollSelectorTestCase) PASS: test_modify_unregister (test.test_selectors.EpollSelectorTestCase) PASS: test_register (test.test_selectors.EpollSelectorTestCase) PASS: test_register_file (test.test_selectors.EpollSelectorTestCase) PASS: test_select (test.test_selectors.EpollSelectorTestCase) PASS: test_select_interrupt_exc (test.test_selectors.EpollSelectorTestCase) PASS: test_select_interrupt_noraise (test.test_selectors.EpollSelectorTestCase) PASS: test_selector (test.test_selectors.EpollSelectorTestCase) PASS: test_timeout (test.test_selectors.EpollSelectorTestCase) PASS: test_unregister (test.test_selectors.EpollSelectorTestCase) PASS: test_unregister_after_fd_close (test.test_selectors.EpollSelectorTestCase) PASS: test_unregister_after_fd_close_and_reuse (test.test_selectors.EpollSelectorTestCase) PASS: test_unregister_after_socket_close (test.test_selectors.EpollSelectorTestCase) SKIP: test_above_fd_setsize (test.test_selectors.KqueueSelectorTestCase) 'Test needs selectors.KqueueSelector)' SKIP: test_close (test.test_selectors.KqueueSelectorTestCase) 'Test needs selectors.KqueueSelector)' SKIP: test_context_manager (test.test_selectors.KqueueSelectorTestCase) 'Test needs selectors.KqueueSelector)' SKIP: test_empty_select (test.test_selectors.KqueueSelectorTestCase) 'Test needs selectors.KqueueSelector)' SKIP: test_empty_select_timeout (test.test_selectors.KqueueSelectorTestCase) 'Test needs selectors.KqueueSelector)' SKIP: test_fileno (test.test_selectors.KqueueSelectorTestCase) 'Test needs selectors.KqueueSelector)' SKIP: test_get_key (test.test_selectors.KqueueSelectorTestCase) 'Test needs selectors.KqueueSelector)' SKIP: test_get_map (test.test_selectors.KqueueSelectorTestCase) 'Test needs selectors.KqueueSelector)' SKIP: test_modify (test.test_selectors.KqueueSelectorTestCase) 'Test needs selectors.KqueueSelector)' SKIP: test_modify_unregister (test.test_selectors.KqueueSelectorTestCase) 'Test needs selectors.KqueueSelector)' SKIP: test_register (test.test_selectors.KqueueSelectorTestCase) 'Test needs selectors.KqueueSelector)' SKIP: test_register_bad_fd (test.test_selectors.KqueueSelectorTestCase) 'Test needs selectors.KqueueSelector)' SKIP: test_select (test.test_selectors.KqueueSelectorTestCase) 'Test needs selectors.KqueueSelector)' SKIP: test_select_interrupt_exc (test.test_selectors.KqueueSelectorTestCase) 'Test needs selectors.KqueueSelector)' SKIP: test_select_interrupt_noraise (test.test_selectors.KqueueSelectorTestCase) 'Test needs selectors.KqueueSelector)' SKIP: test_selector (test.test_selectors.KqueueSelectorTestCase) 'Test needs selectors.KqueueSelector)' SKIP: test_timeout (test.test_selectors.KqueueSelectorTestCase) 'Test needs selectors.KqueueSelector)' SKIP: test_unregister (test.test_selectors.KqueueSelectorTestCase) 'Test needs selectors.KqueueSelector)' SKIP: test_unregister_after_fd_close (test.test_selectors.KqueueSelectorTestCase) 'Test needs selectors.KqueueSelector)' SKIP: test_unregister_after_fd_close_and_reuse (test.test_selectors.KqueueSelectorTestCase) 'Test needs selectors.KqueueSelector)' SKIP: test_unregister_after_socket_close (test.test_selectors.KqueueSelectorTestCase) 'Test needs selectors.KqueueSelector)' PASS: test_above_fd_setsize (test.test_selectors.PollSelectorTestCase) PASS: test_close (test.test_selectors.PollSelectorTestCase) PASS: test_context_manager (test.test_selectors.PollSelectorTestCase) PASS: test_empty_select (test.test_selectors.PollSelectorTestCase) PASS: test_fileno (test.test_selectors.PollSelectorTestCase) PASS: test_get_key (test.test_selectors.PollSelectorTestCase) PASS: test_get_map (test.test_selectors.PollSelectorTestCase) PASS: test_modify (test.test_selectors.PollSelectorTestCase) PASS: test_modify_unregister (test.test_selectors.PollSelectorTestCase) PASS: test_register (test.test_selectors.PollSelectorTestCase) PASS: test_select (test.test_selectors.PollSelectorTestCase) PASS: test_select_interrupt_exc (test.test_selectors.PollSelectorTestCase) PASS: test_select_interrupt_noraise (test.test_selectors.PollSelectorTestCase) PASS: test_selector (test.test_selectors.PollSelectorTestCase) PASS: test_timeout (test.test_selectors.PollSelectorTestCase) PASS: test_unregister (test.test_selectors.PollSelectorTestCase) PASS: test_unregister_after_fd_close (test.test_selectors.PollSelectorTestCase) PASS: test_unregister_after_fd_close_and_reuse (test.test_selectors.PollSelectorTestCase) PASS: test_unregister_after_socket_close (test.test_selectors.PollSelectorTestCase) PASS: test_close (test.test_selectors.SelectSelectorTestCase) PASS: test_context_manager (test.test_selectors.SelectSelectorTestCase) PASS: test_empty_select (test.test_selectors.SelectSelectorTestCase) PASS: test_fileno (test.test_selectors.SelectSelectorTestCase) PASS: test_get_key (test.test_selectors.SelectSelectorTestCase) PASS: test_get_map (test.test_selectors.SelectSelectorTestCase) PASS: test_modify (test.test_selectors.SelectSelectorTestCase) SKIP: test_modify_unregister (test.test_selectors.SelectSelectorTestCase) '' PASS: test_register (test.test_selectors.SelectSelectorTestCase) PASS: test_select (test.test_selectors.SelectSelectorTestCase) PASS: test_select_interrupt_exc (test.test_selectors.SelectSelectorTestCase) PASS: test_select_interrupt_noraise (test.test_selectors.SelectSelectorTestCase) PASS: test_selector (test.test_selectors.SelectSelectorTestCase) PASS: test_timeout (test.test_selectors.SelectSelectorTestCase) PASS: test_unregister (test.test_selectors.SelectSelectorTestCase) PASS: test_unregister_after_fd_close (test.test_selectors.SelectSelectorTestCase) PASS: test_unregister_after_fd_close_and_reuse (test.test_selectors.SelectSelectorTestCase) PASS: test_unregister_after_socket_close (test.test_selectors.SelectSelectorTestCase) ---------------------------------------------------------------------- Ran 115 tests in 14.303s OK (skipped=41) 0:16:24 load avg: 0.47 [302/427] test_set PASS: test_copy (test.test_set.TestBasicOpsBytes) PASS: test_empty_difference (test.test_set.TestBasicOpsBytes) PASS: test_empty_difference_rev (test.test_set.TestBasicOpsBytes) PASS: test_empty_intersection (test.test_set.TestBasicOpsBytes) PASS: test_empty_isdisjoint (test.test_set.TestBasicOpsBytes) PASS: test_empty_symmetric_difference (test.test_set.TestBasicOpsBytes) PASS: test_empty_union (test.test_set.TestBasicOpsBytes) PASS: test_equivalent_equality (test.test_set.TestBasicOpsBytes) PASS: test_intersection_empty (test.test_set.TestBasicOpsBytes) PASS: test_isdisjoint_empty (test.test_set.TestBasicOpsBytes) PASS: test_issue_37219 (test.test_set.TestBasicOpsBytes) PASS: test_iteration (test.test_set.TestBasicOpsBytes) PASS: test_length (test.test_set.TestBasicOpsBytes) PASS: test_pickling (test.test_set.TestBasicOpsBytes) PASS: test_repr (test.test_set.TestBasicOpsBytes) PASS: test_self_difference (test.test_set.TestBasicOpsBytes) PASS: test_self_equality (test.test_set.TestBasicOpsBytes) PASS: test_self_intersection (test.test_set.TestBasicOpsBytes) PASS: test_self_isdisjoint (test.test_set.TestBasicOpsBytes) PASS: test_self_symmetric_difference (test.test_set.TestBasicOpsBytes) PASS: test_self_union (test.test_set.TestBasicOpsBytes) PASS: test_union_empty (test.test_set.TestBasicOpsBytes) PASS: test_copy (test.test_set.TestBasicOpsEmpty) PASS: test_empty_difference (test.test_set.TestBasicOpsEmpty) PASS: test_empty_difference_rev (test.test_set.TestBasicOpsEmpty) PASS: test_empty_intersection (test.test_set.TestBasicOpsEmpty) PASS: test_empty_isdisjoint (test.test_set.TestBasicOpsEmpty) PASS: test_empty_symmetric_difference (test.test_set.TestBasicOpsEmpty) PASS: test_empty_union (test.test_set.TestBasicOpsEmpty) PASS: test_equivalent_equality (test.test_set.TestBasicOpsEmpty) PASS: test_intersection_empty (test.test_set.TestBasicOpsEmpty) PASS: test_isdisjoint_empty (test.test_set.TestBasicOpsEmpty) PASS: test_issue_37219 (test.test_set.TestBasicOpsEmpty) PASS: test_iteration (test.test_set.TestBasicOpsEmpty) PASS: test_length (test.test_set.TestBasicOpsEmpty) PASS: test_pickling (test.test_set.TestBasicOpsEmpty) PASS: test_repr (test.test_set.TestBasicOpsEmpty) PASS: test_self_difference (test.test_set.TestBasicOpsEmpty) PASS: test_self_equality (test.test_set.TestBasicOpsEmpty) PASS: test_self_intersection (test.test_set.TestBasicOpsEmpty) PASS: test_self_isdisjoint (test.test_set.TestBasicOpsEmpty) PASS: test_self_symmetric_difference (test.test_set.TestBasicOpsEmpty) PASS: test_self_union (test.test_set.TestBasicOpsEmpty) PASS: test_union_empty (test.test_set.TestBasicOpsEmpty) PASS: test_copy (test.test_set.TestBasicOpsMixedStringBytes) PASS: test_empty_difference (test.test_set.TestBasicOpsMixedStringBytes) PASS: test_empty_difference_rev (test.test_set.TestBasicOpsMixedStringBytes) PASS: test_empty_intersection (test.test_set.TestBasicOpsMixedStringBytes) PASS: test_empty_isdisjoint (test.test_set.TestBasicOpsMixedStringBytes) PASS: test_empty_symmetric_difference (test.test_set.TestBasicOpsMixedStringBytes) PASS: test_empty_union (test.test_set.TestBasicOpsMixedStringBytes) PASS: test_equivalent_equality (test.test_set.TestBasicOpsMixedStringBytes) PASS: test_intersection_empty (test.test_set.TestBasicOpsMixedStringBytes) PASS: test_isdisjoint_empty (test.test_set.TestBasicOpsMixedStringBytes) PASS: test_issue_37219 (test.test_set.TestBasicOpsMixedStringBytes) PASS: test_iteration (test.test_set.TestBasicOpsMixedStringBytes) PASS: test_length (test.test_set.TestBasicOpsMixedStringBytes) PASS: test_pickling (test.test_set.TestBasicOpsMixedStringBytes) PASS: test_repr (test.test_set.TestBasicOpsMixedStringBytes) PASS: test_self_difference (test.test_set.TestBasicOpsMixedStringBytes) PASS: test_self_equality (test.test_set.TestBasicOpsMixedStringBytes) PASS: test_self_intersection (test.test_set.TestBasicOpsMixedStringBytes) PASS: test_self_isdisjoint (test.test_set.TestBasicOpsMixedStringBytes) PASS: test_self_symmetric_difference (test.test_set.TestBasicOpsMixedStringBytes) PASS: test_self_union (test.test_set.TestBasicOpsMixedStringBytes) PASS: test_union_empty (test.test_set.TestBasicOpsMixedStringBytes) PASS: test_copy (test.test_set.TestBasicOpsSingleton) PASS: test_empty_difference (test.test_set.TestBasicOpsSingleton) PASS: test_empty_difference_rev (test.test_set.TestBasicOpsSingleton) PASS: test_empty_intersection (test.test_set.TestBasicOpsSingleton) PASS: test_empty_isdisjoint (test.test_set.TestBasicOpsSingleton) PASS: test_empty_symmetric_difference (test.test_set.TestBasicOpsSingleton) PASS: test_empty_union (test.test_set.TestBasicOpsSingleton) PASS: test_equivalent_equality (test.test_set.TestBasicOpsSingleton) PASS: test_in (test.test_set.TestBasicOpsSingleton) PASS: test_intersection_empty (test.test_set.TestBasicOpsSingleton) PASS: test_isdisjoint_empty (test.test_set.TestBasicOpsSingleton) PASS: test_issue_37219 (test.test_set.TestBasicOpsSingleton) PASS: test_iteration (test.test_set.TestBasicOpsSingleton) PASS: test_length (test.test_set.TestBasicOpsSingleton) PASS: test_not_in (test.test_set.TestBasicOpsSingleton) PASS: test_pickling (test.test_set.TestBasicOpsSingleton) PASS: test_repr (test.test_set.TestBasicOpsSingleton) PASS: test_self_difference (test.test_set.TestBasicOpsSingleton) PASS: test_self_equality (test.test_set.TestBasicOpsSingleton) PASS: test_self_intersection (test.test_set.TestBasicOpsSingleton) PASS: test_self_isdisjoint (test.test_set.TestBasicOpsSingleton) PASS: test_self_symmetric_difference (test.test_set.TestBasicOpsSingleton) PASS: test_self_union (test.test_set.TestBasicOpsSingleton) PASS: test_union_empty (test.test_set.TestBasicOpsSingleton) PASS: test_copy (test.test_set.TestBasicOpsString) PASS: test_empty_difference (test.test_set.TestBasicOpsString) PASS: test_empty_difference_rev (test.test_set.TestBasicOpsString) PASS: test_empty_intersection (test.test_set.TestBasicOpsString) PASS: test_empty_isdisjoint (test.test_set.TestBasicOpsString) PASS: test_empty_symmetric_difference (test.test_set.TestBasicOpsString) PASS: test_empty_union (test.test_set.TestBasicOpsString) PASS: test_equivalent_equality (test.test_set.TestBasicOpsString) PASS: test_intersection_empty (test.test_set.TestBasicOpsString) PASS: test_isdisjoint_empty (test.test_set.TestBasicOpsString) PASS: test_issue_37219 (test.test_set.TestBasicOpsString) PASS: test_iteration (test.test_set.TestBasicOpsString) PASS: test_length (test.test_set.TestBasicOpsString) PASS: test_pickling (test.test_set.TestBasicOpsString) PASS: test_repr (test.test_set.TestBasicOpsString) PASS: test_self_difference (test.test_set.TestBasicOpsString) PASS: test_self_equality (test.test_set.TestBasicOpsString) PASS: test_self_intersection (test.test_set.TestBasicOpsString) PASS: test_self_isdisjoint (test.test_set.TestBasicOpsString) PASS: test_self_symmetric_difference (test.test_set.TestBasicOpsString) PASS: test_self_union (test.test_set.TestBasicOpsString) PASS: test_union_empty (test.test_set.TestBasicOpsString) PASS: test_copy (test.test_set.TestBasicOpsTriple) PASS: test_empty_difference (test.test_set.TestBasicOpsTriple) PASS: test_empty_difference_rev (test.test_set.TestBasicOpsTriple) PASS: test_empty_intersection (test.test_set.TestBasicOpsTriple) PASS: test_empty_isdisjoint (test.test_set.TestBasicOpsTriple) PASS: test_empty_symmetric_difference (test.test_set.TestBasicOpsTriple) PASS: test_empty_union (test.test_set.TestBasicOpsTriple) PASS: test_equivalent_equality (test.test_set.TestBasicOpsTriple) PASS: test_intersection_empty (test.test_set.TestBasicOpsTriple) PASS: test_isdisjoint_empty (test.test_set.TestBasicOpsTriple) PASS: test_issue_37219 (test.test_set.TestBasicOpsTriple) PASS: test_iteration (test.test_set.TestBasicOpsTriple) PASS: test_length (test.test_set.TestBasicOpsTriple) PASS: test_pickling (test.test_set.TestBasicOpsTriple) PASS: test_repr (test.test_set.TestBasicOpsTriple) PASS: test_self_difference (test.test_set.TestBasicOpsTriple) PASS: test_self_equality (test.test_set.TestBasicOpsTriple) PASS: test_self_intersection (test.test_set.TestBasicOpsTriple) PASS: test_self_isdisjoint (test.test_set.TestBasicOpsTriple) PASS: test_self_symmetric_difference (test.test_set.TestBasicOpsTriple) PASS: test_self_union (test.test_set.TestBasicOpsTriple) PASS: test_union_empty (test.test_set.TestBasicOpsTriple) PASS: test_copy (test.test_set.TestBasicOpsTuple) PASS: test_empty_difference (test.test_set.TestBasicOpsTuple) PASS: test_empty_difference_rev (test.test_set.TestBasicOpsTuple) PASS: test_empty_intersection (test.test_set.TestBasicOpsTuple) PASS: test_empty_isdisjoint (test.test_set.TestBasicOpsTuple) PASS: test_empty_symmetric_difference (test.test_set.TestBasicOpsTuple) PASS: test_empty_union (test.test_set.TestBasicOpsTuple) PASS: test_equivalent_equality (test.test_set.TestBasicOpsTuple) PASS: test_in (test.test_set.TestBasicOpsTuple) PASS: test_intersection_empty (test.test_set.TestBasicOpsTuple) PASS: test_isdisjoint_empty (test.test_set.TestBasicOpsTuple) PASS: test_issue_37219 (test.test_set.TestBasicOpsTuple) PASS: test_iteration (test.test_set.TestBasicOpsTuple) PASS: test_length (test.test_set.TestBasicOpsTuple) PASS: test_not_in (test.test_set.TestBasicOpsTuple) PASS: test_pickling (test.test_set.TestBasicOpsTuple) PASS: test_repr (test.test_set.TestBasicOpsTuple) PASS: test_self_difference (test.test_set.TestBasicOpsTuple) PASS: test_self_equality (test.test_set.TestBasicOpsTuple) PASS: test_self_intersection (test.test_set.TestBasicOpsTuple) PASS: test_self_isdisjoint (test.test_set.TestBasicOpsTuple) PASS: test_self_symmetric_difference (test.test_set.TestBasicOpsTuple) PASS: test_self_union (test.test_set.TestBasicOpsTuple) PASS: test_union_empty (test.test_set.TestBasicOpsTuple) PASS: test_eq (test.test_set.TestBinaryOps) PASS: test_intersection_non_overlap (test.test_set.TestBinaryOps) PASS: test_intersection_overlap (test.test_set.TestBinaryOps) PASS: test_intersection_subset (test.test_set.TestBinaryOps) PASS: test_intersection_superset (test.test_set.TestBinaryOps) PASS: test_isdisjoint_non_overlap (test.test_set.TestBinaryOps) PASS: test_isdisjoint_overlap (test.test_set.TestBinaryOps) PASS: test_isdisjoint_subset (test.test_set.TestBinaryOps) PASS: test_isdisjoint_superset (test.test_set.TestBinaryOps) PASS: test_sym_difference_non_overlap (test.test_set.TestBinaryOps) PASS: test_sym_difference_overlap (test.test_set.TestBinaryOps) PASS: test_sym_difference_subset (test.test_set.TestBinaryOps) PASS: test_sym_difference_superset (test.test_set.TestBinaryOps) PASS: test_union_non_overlap (test.test_set.TestBinaryOps) PASS: test_union_overlap (test.test_set.TestBinaryOps) PASS: test_union_subset (test.test_set.TestBinaryOps) PASS: test_union_superset (test.test_set.TestBinaryOps) PASS: test_and_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set) PASS: test_eq_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set) PASS: test_ge_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set) PASS: test_gt_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set) PASS: test_iadd_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set) PASS: test_ior_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set) PASS: test_isub_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set) PASS: test_iteration_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set) PASS: test_ixor_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set) PASS: test_le_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set) PASS: test_lt_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set) PASS: test_ne_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set) PASS: test_or_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set) PASS: test_sub_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set) PASS: test_xor_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set) PASS: test_and_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass) PASS: test_eq_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass) PASS: test_ge_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass) PASS: test_gt_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass) PASS: test_iadd_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass) PASS: test_ior_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass) PASS: test_isub_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass) PASS: test_iteration_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass) PASS: test_ixor_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass) PASS: test_le_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass) PASS: test_lt_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass) PASS: test_ne_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass) PASS: test_or_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass) PASS: test_sub_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass) PASS: test_xor_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass) PASS: test_and_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set) PASS: test_eq_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set) PASS: test_ge_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set) PASS: test_gt_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set) PASS: test_iadd_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set) PASS: test_ior_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set) PASS: test_isub_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set) PASS: test_iteration_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set) PASS: test_ixor_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set) PASS: test_le_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set) PASS: test_lt_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set) PASS: test_ne_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set) PASS: test_or_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set) PASS: test_sub_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set) PASS: test_xor_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set) PASS: test_and_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass) PASS: test_eq_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass) PASS: test_ge_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass) PASS: test_gt_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass) PASS: test_iadd_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass) PASS: test_ior_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass) PASS: test_isub_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass) PASS: test_iteration_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass) PASS: test_ixor_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass) PASS: test_le_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass) PASS: test_lt_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass) PASS: test_ne_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass) PASS: test_or_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass) PASS: test_sub_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass) PASS: test_xor_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass) PASS: test_copy (test.test_set.TestCopyingEmpty) PASS: test_deep_copy (test.test_set.TestCopyingEmpty) PASS: test_copy (test.test_set.TestCopyingNested) PASS: test_deep_copy (test.test_set.TestCopyingNested) PASS: test_copy (test.test_set.TestCopyingSingleton) PASS: test_deep_copy (test.test_set.TestCopyingSingleton) PASS: test_copy (test.test_set.TestCopyingTriple) PASS: test_deep_copy (test.test_set.TestCopyingTriple) PASS: test_copy (test.test_set.TestCopyingTuple) PASS: test_deep_copy (test.test_set.TestCopyingTuple) PASS: test_changingSizeWhileIterating (test.test_set.TestExceptionPropagation) PASS: test_instanceWithException (test.test_set.TestExceptionPropagation) PASS: test_instancesWithoutException (test.test_set.TestExceptionPropagation) PASS: test_and (test.test_set.TestFrozenSet) PASS: test_badcmp (test.test_set.TestFrozenSet) PASS: test_constructor_identity (test.test_set.TestFrozenSet) PASS: test_container_iterator (test.test_set.TestFrozenSet) PASS: test_contains (test.test_set.TestFrozenSet) PASS: test_copy (test.test_set.TestFrozenSet) PASS: test_cyclical_repr (test.test_set.TestFrozenSet) PASS: test_deepcopy (test.test_set.TestFrozenSet) PASS: test_difference (test.test_set.TestFrozenSet) PASS: test_do_not_rehash_dict_keys (test.test_set.TestFrozenSet) PASS: test_equality (test.test_set.TestFrozenSet) PASS: test_free_after_iterating (test.test_set.TestFrozenSet) PASS: test_frozen_as_dictkey (test.test_set.TestFrozenSet) PASS: test_gc (test.test_set.TestFrozenSet) PASS: test_hash (test.test_set.TestFrozenSet) PASS: test_hash_caching (test.test_set.TestFrozenSet) PASS: test_hash_effectiveness (test.test_set.TestFrozenSet) PASS: test_init (test.test_set.TestFrozenSet) PASS: test_intersection (test.test_set.TestFrozenSet) PASS: test_isdisjoint (test.test_set.TestFrozenSet) PASS: test_iterator_pickling (test.test_set.TestFrozenSet) PASS: test_len (test.test_set.TestFrozenSet) PASS: test_new_or_init (test.test_set.TestFrozenSet) PASS: test_or (test.test_set.TestFrozenSet) PASS: test_pickling (test.test_set.TestFrozenSet) PASS: test_setOfFrozensets (test.test_set.TestFrozenSet) PASS: test_sub (test.test_set.TestFrozenSet) PASS: test_sub_and_super (test.test_set.TestFrozenSet) PASS: test_subclass_with_custom_hash (test.test_set.TestFrozenSet) PASS: test_symmetric_difference (test.test_set.TestFrozenSet) PASS: test_union (test.test_set.TestFrozenSet) PASS: test_uniquification (test.test_set.TestFrozenSet) PASS: test_xor (test.test_set.TestFrozenSet) PASS: test_and (test.test_set.TestFrozenSetSubclass) PASS: test_badcmp (test.test_set.TestFrozenSetSubclass) PASS: test_constructor_identity (test.test_set.TestFrozenSetSubclass) PASS: test_container_iterator (test.test_set.TestFrozenSetSubclass) PASS: test_contains (test.test_set.TestFrozenSetSubclass) PASS: test_copy (test.test_set.TestFrozenSetSubclass) PASS: test_cyclical_repr (test.test_set.TestFrozenSetSubclass) PASS: test_deepcopy (test.test_set.TestFrozenSetSubclass) PASS: test_difference (test.test_set.TestFrozenSetSubclass) PASS: test_do_not_rehash_dict_keys (test.test_set.TestFrozenSetSubclass) PASS: test_equality (test.test_set.TestFrozenSetSubclass) PASS: test_free_after_iterating (test.test_set.TestFrozenSetSubclass) PASS: test_frozen_as_dictkey (test.test_set.TestFrozenSetSubclass) PASS: test_gc (test.test_set.TestFrozenSetSubclass) PASS: test_hash (test.test_set.TestFrozenSetSubclass) PASS: test_hash_caching (test.test_set.TestFrozenSetSubclass) PASS: test_hash_effectiveness (test.test_set.TestFrozenSetSubclass) PASS: test_init (test.test_set.TestFrozenSetSubclass) PASS: test_intersection (test.test_set.TestFrozenSetSubclass) PASS: test_isdisjoint (test.test_set.TestFrozenSetSubclass) PASS: test_iterator_pickling (test.test_set.TestFrozenSetSubclass) PASS: test_len (test.test_set.TestFrozenSetSubclass) PASS: test_nested_empty_constructor (test.test_set.TestFrozenSetSubclass) PASS: test_new_or_init (test.test_set.TestFrozenSetSubclass) PASS: test_or (test.test_set.TestFrozenSetSubclass) PASS: test_pickling (test.test_set.TestFrozenSetSubclass) PASS: test_setOfFrozensets (test.test_set.TestFrozenSetSubclass) PASS: test_singleton_empty_frozenset (test.test_set.TestFrozenSetSubclass) PASS: test_sub (test.test_set.TestFrozenSetSubclass) PASS: test_sub_and_super (test.test_set.TestFrozenSetSubclass) PASS: test_subclass_with_custom_hash (test.test_set.TestFrozenSetSubclass) PASS: test_symmetric_difference (test.test_set.TestFrozenSetSubclass) PASS: test_union (test.test_set.TestFrozenSetSubclass) PASS: test_uniquification (test.test_set.TestFrozenSetSubclass) PASS: test_xor (test.test_set.TestFrozenSetSubclass) PASS: test_cube (test.test_set.TestGraphs) PASS: test_cuboctahedron (test.test_set.TestGraphs) PASS: test_binopsVsSubsets (test.test_set.TestIdentities) PASS: test_commutativity (test.test_set.TestIdentities) PASS: test_exclusion (test.test_set.TestIdentities) PASS: test_summations (test.test_set.TestIdentities) PASS: test_difference_update_with_mutation (test.test_set.TestMethodsMutating_Set_Dict) PASS: test_difference_with_mutation (test.test_set.TestMethodsMutating_Set_Dict) PASS: test_intersection_update_with_mutation (test.test_set.TestMethodsMutating_Set_Dict) PASS: test_intersection_with_mutation (test.test_set.TestMethodsMutating_Set_Dict) PASS: test_isdisjoint_with_mutation (test.test_set.TestMethodsMutating_Set_Dict) PASS: test_issubset_with_mutation (test.test_set.TestMethodsMutating_Set_Dict) PASS: test_issuperset_with_mutation (test.test_set.TestMethodsMutating_Set_Dict) PASS: test_symmetric_difference_update_with_mutation (test.test_set.TestMethodsMutating_Set_Dict) PASS: test_symmetric_difference_with_mutation (test.test_set.TestMethodsMutating_Set_Dict) PASS: test_union_with_mutation (test.test_set.TestMethodsMutating_Set_Dict) PASS: test_update_with_mutation (test.test_set.TestMethodsMutating_Set_Dict) PASS: test_difference_update_with_mutation (test.test_set.TestMethodsMutating_Set_List) PASS: test_difference_with_mutation (test.test_set.TestMethodsMutating_Set_List) PASS: test_intersection_update_with_mutation (test.test_set.TestMethodsMutating_Set_List) PASS: test_intersection_with_mutation (test.test_set.TestMethodsMutating_Set_List) PASS: test_isdisjoint_with_mutation (test.test_set.TestMethodsMutating_Set_List) PASS: test_issubset_with_mutation (test.test_set.TestMethodsMutating_Set_List) PASS: test_issuperset_with_mutation (test.test_set.TestMethodsMutating_Set_List) PASS: test_symmetric_difference_update_with_mutation (test.test_set.TestMethodsMutating_Set_List) PASS: test_symmetric_difference_with_mutation (test.test_set.TestMethodsMutating_Set_List) PASS: test_union_with_mutation (test.test_set.TestMethodsMutating_Set_List) PASS: test_update_with_mutation (test.test_set.TestMethodsMutating_Set_List) PASS: test_difference_update_with_mutation (test.test_set.TestMethodsMutating_Set_Set) PASS: test_difference_with_mutation (test.test_set.TestMethodsMutating_Set_Set) PASS: test_intersection_update_with_mutation (test.test_set.TestMethodsMutating_Set_Set) PASS: test_intersection_with_mutation (test.test_set.TestMethodsMutating_Set_Set) PASS: test_isdisjoint_with_mutation (test.test_set.TestMethodsMutating_Set_Set) PASS: test_issubset_with_mutation (test.test_set.TestMethodsMutating_Set_Set) PASS: test_issuperset_with_mutation (test.test_set.TestMethodsMutating_Set_Set) PASS: test_symmetric_difference_update_with_mutation (test.test_set.TestMethodsMutating_Set_Set) PASS: test_symmetric_difference_with_mutation (test.test_set.TestMethodsMutating_Set_Set) PASS: test_union_with_mutation (test.test_set.TestMethodsMutating_Set_Set) PASS: test_update_with_mutation (test.test_set.TestMethodsMutating_Set_Set) PASS: test_difference_update_with_mutation (test.test_set.TestMethodsMutating_Set_Subclass) PASS: test_difference_with_mutation (test.test_set.TestMethodsMutating_Set_Subclass) PASS: test_intersection_update_with_mutation (test.test_set.TestMethodsMutating_Set_Subclass) PASS: test_intersection_with_mutation (test.test_set.TestMethodsMutating_Set_Subclass) PASS: test_isdisjoint_with_mutation (test.test_set.TestMethodsMutating_Set_Subclass) PASS: test_issubset_with_mutation (test.test_set.TestMethodsMutating_Set_Subclass) PASS: test_issuperset_with_mutation (test.test_set.TestMethodsMutating_Set_Subclass) PASS: test_symmetric_difference_update_with_mutation (test.test_set.TestMethodsMutating_Set_Subclass) PASS: test_symmetric_difference_with_mutation (test.test_set.TestMethodsMutating_Set_Subclass) PASS: test_union_with_mutation (test.test_set.TestMethodsMutating_Set_Subclass) PASS: test_update_with_mutation (test.test_set.TestMethodsMutating_Set_Subclass) PASS: test_difference_update_with_mutation (test.test_set.TestMethodsMutating_Subclass_Set) PASS: test_difference_with_mutation (test.test_set.TestMethodsMutating_Subclass_Set) PASS: test_intersection_update_with_mutation (test.test_set.TestMethodsMutating_Subclass_Set) PASS: test_intersection_with_mutation (test.test_set.TestMethodsMutating_Subclass_Set) PASS: test_isdisjoint_with_mutation (test.test_set.TestMethodsMutating_Subclass_Set) PASS: test_issubset_with_mutation (test.test_set.TestMethodsMutating_Subclass_Set) PASS: test_issuperset_with_mutation (test.test_set.TestMethodsMutating_Subclass_Set) PASS: test_symmetric_difference_update_with_mutation (test.test_set.TestMethodsMutating_Subclass_Set) PASS: test_symmetric_difference_with_mutation (test.test_set.TestMethodsMutating_Subclass_Set) PASS: test_union_with_mutation (test.test_set.TestMethodsMutating_Subclass_Set) PASS: test_update_with_mutation (test.test_set.TestMethodsMutating_Subclass_Set) PASS: test_difference_update_with_mutation (test.test_set.TestMethodsMutating_Subclass_Subclass) PASS: test_difference_with_mutation (test.test_set.TestMethodsMutating_Subclass_Subclass) PASS: test_intersection_update_with_mutation (test.test_set.TestMethodsMutating_Subclass_Subclass) PASS: test_intersection_with_mutation (test.test_set.TestMethodsMutating_Subclass_Subclass) PASS: test_isdisjoint_with_mutation (test.test_set.TestMethodsMutating_Subclass_Subclass) PASS: test_issubset_with_mutation (test.test_set.TestMethodsMutating_Subclass_Subclass) PASS: test_issuperset_with_mutation (test.test_set.TestMethodsMutating_Subclass_Subclass) PASS: test_symmetric_difference_update_with_mutation (test.test_set.TestMethodsMutating_Subclass_Subclass) PASS: test_symmetric_difference_with_mutation (test.test_set.TestMethodsMutating_Subclass_Subclass) PASS: test_union_with_mutation (test.test_set.TestMethodsMutating_Subclass_Subclass) PASS: test_update_with_mutation (test.test_set.TestMethodsMutating_Subclass_Subclass) PASS: test_add_absent (test.test_set.TestMutate) PASS: test_add_present (test.test_set.TestMutate) PASS: test_add_until_full (test.test_set.TestMutate) PASS: test_clear (test.test_set.TestMutate) PASS: test_discard_absent (test.test_set.TestMutate) PASS: test_discard_present (test.test_set.TestMutate) PASS: test_pop (test.test_set.TestMutate) PASS: test_remove_absent (test.test_set.TestMutate) PASS: test_remove_present (test.test_set.TestMutate) PASS: test_remove_until_empty (test.test_set.TestMutate) PASS: test_update_empty_tuple (test.test_set.TestMutate) PASS: test_update_unit_tuple_non_overlap (test.test_set.TestMutate) PASS: test_update_unit_tuple_overlap (test.test_set.TestMutate) PASS: test_difference (test.test_set.TestOnlySetsDict) PASS: test_difference_update (test.test_set.TestOnlySetsDict) PASS: test_difference_update_operator (test.test_set.TestOnlySetsDict) PASS: test_eq_ne (test.test_set.TestOnlySetsDict) PASS: test_ge_gt_le_lt (test.test_set.TestOnlySetsDict) PASS: test_intersection (test.test_set.TestOnlySetsDict) PASS: test_intersection_update (test.test_set.TestOnlySetsDict) PASS: test_intersection_update_operator (test.test_set.TestOnlySetsDict) PASS: test_sym_difference (test.test_set.TestOnlySetsDict) PASS: test_sym_difference_update (test.test_set.TestOnlySetsDict) PASS: test_sym_difference_update_operator (test.test_set.TestOnlySetsDict) PASS: test_union (test.test_set.TestOnlySetsDict) PASS: test_update (test.test_set.TestOnlySetsDict) PASS: test_update_operator (test.test_set.TestOnlySetsDict) PASS: test_difference (test.test_set.TestOnlySetsGenerator) PASS: test_difference_update (test.test_set.TestOnlySetsGenerator) PASS: test_difference_update_operator (test.test_set.TestOnlySetsGenerator) PASS: test_eq_ne (test.test_set.TestOnlySetsGenerator) PASS: test_ge_gt_le_lt (test.test_set.TestOnlySetsGenerator) PASS: test_intersection (test.test_set.TestOnlySetsGenerator) PASS: test_intersection_update (test.test_set.TestOnlySetsGenerator) PASS: test_intersection_update_operator (test.test_set.TestOnlySetsGenerator) PASS: test_sym_difference (test.test_set.TestOnlySetsGenerator) PASS: test_sym_difference_update (test.test_set.TestOnlySetsGenerator) PASS: test_sym_difference_update_operator (test.test_set.TestOnlySetsGenerator) PASS: test_union (test.test_set.TestOnlySetsGenerator) PASS: test_update (test.test_set.TestOnlySetsGenerator) PASS: test_update_operator (test.test_set.TestOnlySetsGenerator) PASS: test_difference (test.test_set.TestOnlySetsNumeric) PASS: test_difference_update (test.test_set.TestOnlySetsNumeric) PASS: test_difference_update_operator (test.test_set.TestOnlySetsNumeric) PASS: test_eq_ne (test.test_set.TestOnlySetsNumeric) PASS: test_ge_gt_le_lt (test.test_set.TestOnlySetsNumeric) PASS: test_intersection (test.test_set.TestOnlySetsNumeric) PASS: test_intersection_update (test.test_set.TestOnlySetsNumeric) PASS: test_intersection_update_operator (test.test_set.TestOnlySetsNumeric) PASS: test_sym_difference (test.test_set.TestOnlySetsNumeric) PASS: test_sym_difference_update (test.test_set.TestOnlySetsNumeric) PASS: test_sym_difference_update_operator (test.test_set.TestOnlySetsNumeric) PASS: test_union (test.test_set.TestOnlySetsNumeric) PASS: test_update (test.test_set.TestOnlySetsNumeric) PASS: test_update_operator (test.test_set.TestOnlySetsNumeric) PASS: test_difference (test.test_set.TestOnlySetsOperator) PASS: test_difference_update (test.test_set.TestOnlySetsOperator) PASS: test_difference_update_operator (test.test_set.TestOnlySetsOperator) PASS: test_eq_ne (test.test_set.TestOnlySetsOperator) PASS: test_ge_gt_le_lt (test.test_set.TestOnlySetsOperator) PASS: test_intersection (test.test_set.TestOnlySetsOperator) PASS: test_intersection_update (test.test_set.TestOnlySetsOperator) PASS: test_intersection_update_operator (test.test_set.TestOnlySetsOperator) PASS: test_sym_difference (test.test_set.TestOnlySetsOperator) PASS: test_sym_difference_update (test.test_set.TestOnlySetsOperator) PASS: test_sym_difference_update_operator (test.test_set.TestOnlySetsOperator) PASS: test_union (test.test_set.TestOnlySetsOperator) PASS: test_update (test.test_set.TestOnlySetsOperator) PASS: test_update_operator (test.test_set.TestOnlySetsOperator) PASS: test_difference (test.test_set.TestOnlySetsString) PASS: test_difference_update (test.test_set.TestOnlySetsString) PASS: test_difference_update_operator (test.test_set.TestOnlySetsString) PASS: test_eq_ne (test.test_set.TestOnlySetsString) PASS: test_ge_gt_le_lt (test.test_set.TestOnlySetsString) PASS: test_intersection (test.test_set.TestOnlySetsString) PASS: test_intersection_update (test.test_set.TestOnlySetsString) PASS: test_intersection_update_operator (test.test_set.TestOnlySetsString) PASS: test_sym_difference (test.test_set.TestOnlySetsString) PASS: test_sym_difference_update (test.test_set.TestOnlySetsString) PASS: test_sym_difference_update_operator (test.test_set.TestOnlySetsString) PASS: test_union (test.test_set.TestOnlySetsString) PASS: test_update (test.test_set.TestOnlySetsString) PASS: test_update_operator (test.test_set.TestOnlySetsString) PASS: test_difference (test.test_set.TestOnlySetsTuple) PASS: test_difference_update (test.test_set.TestOnlySetsTuple) PASS: test_difference_update_operator (test.test_set.TestOnlySetsTuple) PASS: test_eq_ne (test.test_set.TestOnlySetsTuple) PASS: test_ge_gt_le_lt (test.test_set.TestOnlySetsTuple) PASS: test_intersection (test.test_set.TestOnlySetsTuple) PASS: test_intersection_update (test.test_set.TestOnlySetsTuple) PASS: test_intersection_update_operator (test.test_set.TestOnlySetsTuple) PASS: test_sym_difference (test.test_set.TestOnlySetsTuple) PASS: test_sym_difference_update (test.test_set.TestOnlySetsTuple) PASS: test_sym_difference_update_operator (test.test_set.TestOnlySetsTuple) PASS: test_union (test.test_set.TestOnlySetsTuple) PASS: test_update (test.test_set.TestOnlySetsTuple) PASS: test_update_operator (test.test_set.TestOnlySetsTuple) PASS: test_add (test.test_set.TestSet) PASS: test_and (test.test_set.TestSet) PASS: test_badcmp (test.test_set.TestSet) SKIP: test_c_api (test.test_set.TestSet) 'C API test only available in a debug build' PASS: test_clear (test.test_set.TestSet) PASS: test_constructor_identity (test.test_set.TestSet) PASS: test_container_iterator (test.test_set.TestSet) PASS: test_contains (test.test_set.TestSet) PASS: test_copy (test.test_set.TestSet) PASS: test_cyclical_repr (test.test_set.TestSet) PASS: test_deepcopy (test.test_set.TestSet) PASS: test_difference (test.test_set.TestSet) PASS: test_difference_update (test.test_set.TestSet) PASS: test_discard (test.test_set.TestSet) PASS: test_do_not_rehash_dict_keys (test.test_set.TestSet) PASS: test_equality (test.test_set.TestSet) PASS: test_free_after_iterating (test.test_set.TestSet) PASS: test_gc (test.test_set.TestSet) PASS: test_hash (test.test_set.TestSet) PASS: test_iand (test.test_set.TestSet) PASS: test_init (test.test_set.TestSet) PASS: test_inplace_on_self (test.test_set.TestSet) PASS: test_intersection (test.test_set.TestSet) PASS: test_intersection_update (test.test_set.TestSet) PASS: test_ior (test.test_set.TestSet) PASS: test_isdisjoint (test.test_set.TestSet) PASS: test_isub (test.test_set.TestSet) PASS: test_iterator_pickling (test.test_set.TestSet) PASS: test_ixor (test.test_set.TestSet) PASS: test_len (test.test_set.TestSet) PASS: test_new_or_init (test.test_set.TestSet) PASS: test_or (test.test_set.TestSet) PASS: test_pickling (test.test_set.TestSet) PASS: test_pop (test.test_set.TestSet) PASS: test_remove (test.test_set.TestSet) PASS: test_remove_keyerror_set (test.test_set.TestSet) PASS: test_remove_keyerror_unpacking (test.test_set.TestSet) PASS: test_rich_compare (test.test_set.TestSet) PASS: test_setOfFrozensets (test.test_set.TestSet) PASS: test_set_literal (test.test_set.TestSet) PASS: test_set_literal_evaluation_order (test.test_set.TestSet) PASS: test_set_literal_insertion_order (test.test_set.TestSet) PASS: test_sub (test.test_set.TestSet) PASS: test_sub_and_super (test.test_set.TestSet) PASS: test_subclass_with_custom_hash (test.test_set.TestSet) PASS: test_symmetric_difference (test.test_set.TestSet) PASS: test_symmetric_difference_update (test.test_set.TestSet) PASS: test_union (test.test_set.TestSet) PASS: test_uniquification (test.test_set.TestSet) PASS: test_update (test.test_set.TestSet) PASS: test_weakref (test.test_set.TestSet) PASS: test_xor (test.test_set.TestSet) PASS: test_constructor (test.test_set.TestSetOfSets) PASS: test_add (test.test_set.TestSetSubclass) PASS: test_and (test.test_set.TestSetSubclass) PASS: test_badcmp (test.test_set.TestSetSubclass) SKIP: test_c_api (test.test_set.TestSetSubclass) 'C API test only available in a debug build' PASS: test_clear (test.test_set.TestSetSubclass) PASS: test_constructor_identity (test.test_set.TestSetSubclass) PASS: test_container_iterator (test.test_set.TestSetSubclass) PASS: test_contains (test.test_set.TestSetSubclass) PASS: test_copy (test.test_set.TestSetSubclass) PASS: test_cyclical_repr (test.test_set.TestSetSubclass) PASS: test_deepcopy (test.test_set.TestSetSubclass) PASS: test_difference (test.test_set.TestSetSubclass) PASS: test_difference_update (test.test_set.TestSetSubclass) PASS: test_discard (test.test_set.TestSetSubclass) PASS: test_do_not_rehash_dict_keys (test.test_set.TestSetSubclass) PASS: test_equality (test.test_set.TestSetSubclass) PASS: test_free_after_iterating (test.test_set.TestSetSubclass) PASS: test_gc (test.test_set.TestSetSubclass) PASS: test_hash (test.test_set.TestSetSubclass) PASS: test_iand (test.test_set.TestSetSubclass) PASS: test_init (test.test_set.TestSetSubclass) PASS: test_inplace_on_self (test.test_set.TestSetSubclass) PASS: test_intersection (test.test_set.TestSetSubclass) PASS: test_intersection_update (test.test_set.TestSetSubclass) PASS: test_ior (test.test_set.TestSetSubclass) PASS: test_isdisjoint (test.test_set.TestSetSubclass) PASS: test_isub (test.test_set.TestSetSubclass) PASS: test_iterator_pickling (test.test_set.TestSetSubclass) PASS: test_ixor (test.test_set.TestSetSubclass) PASS: test_len (test.test_set.TestSetSubclass) PASS: test_new_or_init (test.test_set.TestSetSubclass) PASS: test_or (test.test_set.TestSetSubclass) PASS: test_pickling (test.test_set.TestSetSubclass) PASS: test_pop (test.test_set.TestSetSubclass) PASS: test_remove (test.test_set.TestSetSubclass) PASS: test_remove_keyerror_set (test.test_set.TestSetSubclass) PASS: test_remove_keyerror_unpacking (test.test_set.TestSetSubclass) PASS: test_rich_compare (test.test_set.TestSetSubclass) PASS: test_setOfFrozensets (test.test_set.TestSetSubclass) PASS: test_set_literal (test.test_set.TestSetSubclass) PASS: test_set_literal_evaluation_order (test.test_set.TestSetSubclass) PASS: test_set_literal_insertion_order (test.test_set.TestSetSubclass) PASS: test_sub (test.test_set.TestSetSubclass) PASS: test_sub_and_super (test.test_set.TestSetSubclass) PASS: test_subclass_with_custom_hash (test.test_set.TestSetSubclass) PASS: test_symmetric_difference (test.test_set.TestSetSubclass) PASS: test_symmetric_difference_update (test.test_set.TestSetSubclass) PASS: test_union (test.test_set.TestSetSubclass) PASS: test_uniquification (test.test_set.TestSetSubclass) PASS: test_update (test.test_set.TestSetSubclass) PASS: test_weakref (test.test_set.TestSetSubclass) PASS: test_xor (test.test_set.TestSetSubclass) PASS: test_add (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_and (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_badcmp (test.test_set.TestSetSubclassWithKeywordArgs) SKIP: test_c_api (test.test_set.TestSetSubclassWithKeywordArgs) 'C API test only available in a debug build' PASS: test_clear (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_constructor_identity (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_container_iterator (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_contains (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_copy (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_cyclical_repr (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_deepcopy (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_difference (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_difference_update (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_discard (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_do_not_rehash_dict_keys (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_equality (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_free_after_iterating (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_gc (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_hash (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_iand (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_init (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_inplace_on_self (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_intersection (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_intersection_update (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_ior (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_isdisjoint (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_isub (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_iterator_pickling (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_ixor (test.test_set.TestSetSubclassWithKeywordArgs) test_keywords_in_subclass (test.test_set.TestSetSubclassWithKeywordArgs) PASS: SF bug #1486663 -- this used to erroneously raise a TypeError PASS: test_len (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_new_or_init (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_or (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_pickling (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_pop (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_remove (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_remove_keyerror_set (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_remove_keyerror_unpacking (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_rich_compare (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_setOfFrozensets (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_set_literal (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_set_literal_evaluation_order (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_set_literal_insertion_order (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_sub (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_sub_and_super (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_subclass_with_custom_hash (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_symmetric_difference (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_symmetric_difference_update (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_union (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_uniquification (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_update (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_weakref (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_xor (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_issubset (test.test_set.TestSubsetEmptyNonEmpty) PASS: test_issubset (test.test_set.TestSubsetEqualEmpty) PASS: test_issubset (test.test_set.TestSubsetEqualNonEmpty) PASS: test_issubset (test.test_set.TestSubsetNonOverlap) PASS: test_issubset (test.test_set.TestSubsetPartial) PASS: test_difference_method_call (test.test_set.TestUpdateOps) PASS: test_difference_non_overlap (test.test_set.TestUpdateOps) PASS: test_difference_overlap (test.test_set.TestUpdateOps) PASS: test_difference_subset (test.test_set.TestUpdateOps) PASS: test_difference_superset (test.test_set.TestUpdateOps) PASS: test_intersection_method_call (test.test_set.TestUpdateOps) PASS: test_intersection_non_overlap (test.test_set.TestUpdateOps) PASS: test_intersection_overlap (test.test_set.TestUpdateOps) PASS: test_intersection_subset (test.test_set.TestUpdateOps) PASS: test_intersection_superset (test.test_set.TestUpdateOps) PASS: test_sym_difference_method_call (test.test_set.TestUpdateOps) PASS: test_sym_difference_non_overlap (test.test_set.TestUpdateOps) PASS: test_sym_difference_overlap (test.test_set.TestUpdateOps) PASS: test_sym_difference_subset (test.test_set.TestUpdateOps) PASS: test_sym_difference_superset (test.test_set.TestUpdateOps) PASS: test_union_method_call (test.test_set.TestUpdateOps) PASS: test_union_non_overlap (test.test_set.TestUpdateOps) PASS: test_union_overlap (test.test_set.TestUpdateOps) PASS: test_union_subset (test.test_set.TestUpdateOps) PASS: test_union_superset (test.test_set.TestUpdateOps) PASS: test_constructor (test.test_set.TestVariousIteratorArgs) PASS: test_inline_methods (test.test_set.TestVariousIteratorArgs) PASS: test_inplace_methods (test.test_set.TestVariousIteratorArgs) PASS: test_8420_set_merge (test.test_set.TestWeirdBugs) PASS: test_iter_and_mutate (test.test_set.TestWeirdBugs) PASS: test_merge_and_mutate (test.test_set.TestWeirdBugs) ---------------------------------------------------------------------- Ran 674 tests in 6.008s OK (skipped=3) 0:16:31 load avg: 0.52 [303/427] test_setcomps Trying: sum({i*i for i in range(100) if i&1 == 1}) Expecting: 166650 ok Trying: {2*y + x + 1 for x in (0,) for y in (1,)} Expecting: {3} ok Trying: list(sorted({(i,j) for i in range(3) for j in range(4)})) Expecting: [(0, 0), (0, 1), (0, 2), (0, 3), (1, 0), (1, 1), (1, 2), (1, 3), (2, 0), (2, 1), (2, 2), (2, 3)] ok Trying: list(sorted({(i,j) for i in range(4) for j in range(i)})) Expecting: [(1, 0), (2, 0), (2, 1), (3, 0), (3, 1), (3, 2)] ok Trying: sorted({j*j for i in range(4) for j in [i+1]}) Expecting: [1, 4, 9, 16] ok Trying: sorted({j*k for i in range(4) for j in [i+1] for k in [j+1]}) Expecting: [2, 6, 12, 20] ok Trying: sorted({j*k for i in range(4) for j, k in [(i+1, i+2)]}) Expecting: [2, 6, 12, 20] ok Trying: sorted({i*i for i in [*range(4)]}) Expecting: [0, 1, 4, 9] ok Trying: sorted({i*i for i in (*range(4),)}) Expecting: [0, 1, 4, 9] ok Trying: i = 20 Expecting nothing ok Trying: sum({i*i for i in range(100)}) Expecting: 328350 ok Trying: i Expecting: 20 ok Trying: {y for y in (1,2)} = 10 # doctest: +IGNORE_EXCEPTION_DETAIL Expecting: Traceback (most recent call last): ... SyntaxError: ... ok Trying: {y for y in (1,2)} += 10 # doctest: +IGNORE_EXCEPTION_DETAIL Expecting: Traceback (most recent call last): ... SyntaxError: ... ok Trying: def srange(n): return {i for i in range(n)} Expecting nothing ok Trying: list(sorted(srange(10))) Expecting: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] ok Trying: lrange = lambda n: {i for i in range(n)} Expecting nothing ok Trying: list(sorted(lrange(10))) Expecting: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] ok Trying: def grange(n): for x in {i for i in range(n)}: yield x Expecting nothing ok Trying: list(sorted(grange(5))) Expecting: [0, 1, 2, 3, 4] ok Trying: {None for i in range(10)} Expecting: {None} ok Trying: items = {(lambda i=i: i) for i in range(5)} Expecting nothing ok Trying: {x() for x in items} == set(range(5)) Expecting: True ok Trying: items = {(lambda: i) for i in range(5)} Expecting nothing ok Trying: {x() for x in items} Expecting: {4} ok Trying: items = {(lambda: i) for i in range(5)} Expecting nothing ok Trying: i = 20 Expecting nothing ok Trying: {x() for x in items} Expecting: {4} ok Trying: items = {(lambda: y) for i in range(5)} Expecting nothing ok Trying: y = 2 Expecting nothing ok Trying: {x() for x in items} Expecting: {2} ok Trying: def test_func(): items = {(lambda i=i: i) for i in range(5)} return {x() for x in items} Expecting nothing ok Trying: test_func() == set(range(5)) Expecting: True ok Trying: def test_func(): items = {(lambda: i) for i in range(5)} return {x() for x in items} Expecting nothing ok Trying: test_func() Expecting: {4} ok Trying: def test_func(): items = {(lambda: i) for i in range(5)} i = 20 return {x() for x in items} Expecting nothing ok Trying: test_func() Expecting: {4} ok Trying: def test_func(): items = {(lambda: y) for i in range(5)} y = 2 return {x() for x in items} Expecting nothing ok Trying: test_func() Expecting: {2} ok 2 items had no tests: test.test_setcomps test.test_setcomps.test_main 1 items passed all tests: 39 tests in test.test_setcomps.__test__.doctests 39 tests in 3 items. 39 passed and 0 failed. Test passed. doctest (test.test_setcomps) ... 39 tests with zero failures 0:16:32 load avg: 0.56 [304/427] test_shelve PASS: test_ascii_file_shelf (test.test_shelve.TestCase) PASS: test_binary_file_shelf (test.test_shelve.TestCase) PASS: test_close (test.test_shelve.TestCase) PASS: test_default_protocol (test.test_shelve.TestCase) PASS: test_in_memory_shelf (test.test_shelve.TestCase) PASS: test_keyencoding (test.test_shelve.TestCase) PASS: test_mutable_entry (test.test_shelve.TestCase) PASS: test_open_template (test.test_shelve.TestCase) PASS: test_proto2_file_shelf (test.test_shelve.TestCase) PASS: test_with (test.test_shelve.TestCase) PASS: test_writeback_also_writes_immediately (test.test_shelve.TestCase) PASS: test_bool (test.test_shelve.TestProto0File_dumbShelve) PASS: test_constructor (test.test_shelve.TestProto0File_dumbShelve) PASS: test_get (test.test_shelve.TestProto0File_dumbShelve) PASS: test_getitem (test.test_shelve.TestProto0File_dumbShelve) PASS: test_items (test.test_shelve.TestProto0File_dumbShelve) PASS: test_keys (test.test_shelve.TestProto0File_dumbShelve) PASS: test_len (test.test_shelve.TestProto0File_dumbShelve) PASS: test_pop (test.test_shelve.TestProto0File_dumbShelve) PASS: test_popitem (test.test_shelve.TestProto0File_dumbShelve) PASS: test_read (test.test_shelve.TestProto0File_dumbShelve) PASS: test_setdefault (test.test_shelve.TestProto0File_dumbShelve) PASS: test_update (test.test_shelve.TestProto0File_dumbShelve) PASS: test_values (test.test_shelve.TestProto0File_dumbShelve) PASS: test_write (test.test_shelve.TestProto0File_dumbShelve) PASS: test_bool (test.test_shelve.TestProto0File_ndbmShelve) PASS: test_constructor (test.test_shelve.TestProto0File_ndbmShelve) PASS: test_get (test.test_shelve.TestProto0File_ndbmShelve) PASS: test_getitem (test.test_shelve.TestProto0File_ndbmShelve) PASS: test_items (test.test_shelve.TestProto0File_ndbmShelve) PASS: test_keys (test.test_shelve.TestProto0File_ndbmShelve) PASS: test_len (test.test_shelve.TestProto0File_ndbmShelve) PASS: test_pop (test.test_shelve.TestProto0File_ndbmShelve) PASS: test_popitem (test.test_shelve.TestProto0File_ndbmShelve) PASS: test_read (test.test_shelve.TestProto0File_ndbmShelve) PASS: test_setdefault (test.test_shelve.TestProto0File_ndbmShelve) PASS: test_update (test.test_shelve.TestProto0File_ndbmShelve) PASS: test_values (test.test_shelve.TestProto0File_ndbmShelve) PASS: test_write (test.test_shelve.TestProto0File_ndbmShelve) PASS: test_bool (test.test_shelve.TestProto0MemShelve) PASS: test_constructor (test.test_shelve.TestProto0MemShelve) PASS: test_get (test.test_shelve.TestProto0MemShelve) PASS: test_getitem (test.test_shelve.TestProto0MemShelve) PASS: test_items (test.test_shelve.TestProto0MemShelve) PASS: test_keys (test.test_shelve.TestProto0MemShelve) PASS: test_len (test.test_shelve.TestProto0MemShelve) PASS: test_pop (test.test_shelve.TestProto0MemShelve) PASS: test_popitem (test.test_shelve.TestProto0MemShelve) PASS: test_read (test.test_shelve.TestProto0MemShelve) PASS: test_setdefault (test.test_shelve.TestProto0MemShelve) PASS: test_update (test.test_shelve.TestProto0MemShelve) PASS: test_values (test.test_shelve.TestProto0MemShelve) PASS: test_write (test.test_shelve.TestProto0MemShelve) PASS: test_bool (test.test_shelve.TestProto1File_dumbShelve) PASS: test_constructor (test.test_shelve.TestProto1File_dumbShelve) PASS: test_get (test.test_shelve.TestProto1File_dumbShelve) PASS: test_getitem (test.test_shelve.TestProto1File_dumbShelve) PASS: test_items (test.test_shelve.TestProto1File_dumbShelve) PASS: test_keys (test.test_shelve.TestProto1File_dumbShelve) PASS: test_len (test.test_shelve.TestProto1File_dumbShelve) PASS: test_pop (test.test_shelve.TestProto1File_dumbShelve) PASS: test_popitem (test.test_shelve.TestProto1File_dumbShelve) PASS: test_read (test.test_shelve.TestProto1File_dumbShelve) PASS: test_setdefault (test.test_shelve.TestProto1File_dumbShelve) PASS: test_update (test.test_shelve.TestProto1File_dumbShelve) PASS: test_values (test.test_shelve.TestProto1File_dumbShelve) PASS: test_write (test.test_shelve.TestProto1File_dumbShelve) PASS: test_bool (test.test_shelve.TestProto1File_ndbmShelve) PASS: test_constructor (test.test_shelve.TestProto1File_ndbmShelve) PASS: test_get (test.test_shelve.TestProto1File_ndbmShelve) PASS: test_getitem (test.test_shelve.TestProto1File_ndbmShelve) PASS: test_items (test.test_shelve.TestProto1File_ndbmShelve) PASS: test_keys (test.test_shelve.TestProto1File_ndbmShelve) PASS: test_len (test.test_shelve.TestProto1File_ndbmShelve) PASS: test_pop (test.test_shelve.TestProto1File_ndbmShelve) PASS: test_popitem (test.test_shelve.TestProto1File_ndbmShelve) PASS: test_read (test.test_shelve.TestProto1File_ndbmShelve) PASS: test_setdefault (test.test_shelve.TestProto1File_ndbmShelve) PASS: test_update (test.test_shelve.TestProto1File_ndbmShelve) PASS: test_values (test.test_shelve.TestProto1File_ndbmShelve) PASS: test_write (test.test_shelve.TestProto1File_ndbmShelve) PASS: test_bool (test.test_shelve.TestProto1MemShelve) PASS: test_constructor (test.test_shelve.TestProto1MemShelve) PASS: test_get (test.test_shelve.TestProto1MemShelve) PASS: test_getitem (test.test_shelve.TestProto1MemShelve) PASS: test_items (test.test_shelve.TestProto1MemShelve) PASS: test_keys (test.test_shelve.TestProto1MemShelve) PASS: test_len (test.test_shelve.TestProto1MemShelve) PASS: test_pop (test.test_shelve.TestProto1MemShelve) PASS: test_popitem (test.test_shelve.TestProto1MemShelve) PASS: test_read (test.test_shelve.TestProto1MemShelve) PASS: test_setdefault (test.test_shelve.TestProto1MemShelve) PASS: test_update (test.test_shelve.TestProto1MemShelve) PASS: test_values (test.test_shelve.TestProto1MemShelve) PASS: test_write (test.test_shelve.TestProto1MemShelve) PASS: test_bool (test.test_shelve.TestProto2File_dumbShelve) PASS: test_constructor (test.test_shelve.TestProto2File_dumbShelve) PASS: test_get (test.test_shelve.TestProto2File_dumbShelve) PASS: test_getitem (test.test_shelve.TestProto2File_dumbShelve) PASS: test_items (test.test_shelve.TestProto2File_dumbShelve) PASS: test_keys (test.test_shelve.TestProto2File_dumbShelve) PASS: test_len (test.test_shelve.TestProto2File_dumbShelve) PASS: test_pop (test.test_shelve.TestProto2File_dumbShelve) PASS: test_popitem (test.test_shelve.TestProto2File_dumbShelve) PASS: test_read (test.test_shelve.TestProto2File_dumbShelve) PASS: test_setdefault (test.test_shelve.TestProto2File_dumbShelve) PASS: test_update (test.test_shelve.TestProto2File_dumbShelve) PASS: test_values (test.test_shelve.TestProto2File_dumbShelve) PASS: test_write (test.test_shelve.TestProto2File_dumbShelve) PASS: test_bool (test.test_shelve.TestProto2File_ndbmShelve) PASS: test_constructor (test.test_shelve.TestProto2File_ndbmShelve) PASS: test_get (test.test_shelve.TestProto2File_ndbmShelve) PASS: test_getitem (test.test_shelve.TestProto2File_ndbmShelve) PASS: test_items (test.test_shelve.TestProto2File_ndbmShelve) PASS: test_keys (test.test_shelve.TestProto2File_ndbmShelve) PASS: test_len (test.test_shelve.TestProto2File_ndbmShelve) PASS: test_pop (test.test_shelve.TestProto2File_ndbmShelve) PASS: test_popitem (test.test_shelve.TestProto2File_ndbmShelve) PASS: test_read (test.test_shelve.TestProto2File_ndbmShelve) PASS: test_setdefault (test.test_shelve.TestProto2File_ndbmShelve) PASS: test_update (test.test_shelve.TestProto2File_ndbmShelve) PASS: test_values (test.test_shelve.TestProto2File_ndbmShelve) PASS: test_write (test.test_shelve.TestProto2File_ndbmShelve) PASS: test_bool (test.test_shelve.TestProto2MemShelve) PASS: test_constructor (test.test_shelve.TestProto2MemShelve) PASS: test_get (test.test_shelve.TestProto2MemShelve) PASS: test_getitem (test.test_shelve.TestProto2MemShelve) PASS: test_items (test.test_shelve.TestProto2MemShelve) PASS: test_keys (test.test_shelve.TestProto2MemShelve) PASS: test_len (test.test_shelve.TestProto2MemShelve) PASS: test_pop (test.test_shelve.TestProto2MemShelve) PASS: test_popitem (test.test_shelve.TestProto2MemShelve) PASS: test_read (test.test_shelve.TestProto2MemShelve) PASS: test_setdefault (test.test_shelve.TestProto2MemShelve) PASS: test_update (test.test_shelve.TestProto2MemShelve) PASS: test_values (test.test_shelve.TestProto2MemShelve) PASS: test_write (test.test_shelve.TestProto2MemShelve) PASS: test_bool (test.test_shelve.TestProto3File_dumbShelve) PASS: test_constructor (test.test_shelve.TestProto3File_dumbShelve) PASS: test_get (test.test_shelve.TestProto3File_dumbShelve) PASS: test_getitem (test.test_shelve.TestProto3File_dumbShelve) PASS: test_items (test.test_shelve.TestProto3File_dumbShelve) PASS: test_keys (test.test_shelve.TestProto3File_dumbShelve) PASS: test_len (test.test_shelve.TestProto3File_dumbShelve) PASS: test_pop (test.test_shelve.TestProto3File_dumbShelve) PASS: test_popitem (test.test_shelve.TestProto3File_dumbShelve) PASS: test_read (test.test_shelve.TestProto3File_dumbShelve) PASS: test_setdefault (test.test_shelve.TestProto3File_dumbShelve) PASS: test_update (test.test_shelve.TestProto3File_dumbShelve) PASS: test_values (test.test_shelve.TestProto3File_dumbShelve) PASS: test_write (test.test_shelve.TestProto3File_dumbShelve) PASS: test_bool (test.test_shelve.TestProto3File_ndbmShelve) PASS: test_constructor (test.test_shelve.TestProto3File_ndbmShelve) PASS: test_get (test.test_shelve.TestProto3File_ndbmShelve) PASS: test_getitem (test.test_shelve.TestProto3File_ndbmShelve) PASS: test_items (test.test_shelve.TestProto3File_ndbmShelve) PASS: test_keys (test.test_shelve.TestProto3File_ndbmShelve) PASS: test_len (test.test_shelve.TestProto3File_ndbmShelve) PASS: test_pop (test.test_shelve.TestProto3File_ndbmShelve) PASS: test_popitem (test.test_shelve.TestProto3File_ndbmShelve) PASS: test_read (test.test_shelve.TestProto3File_ndbmShelve) PASS: test_setdefault (test.test_shelve.TestProto3File_ndbmShelve) PASS: test_update (test.test_shelve.TestProto3File_ndbmShelve) PASS: test_values (test.test_shelve.TestProto3File_ndbmShelve) PASS: test_write (test.test_shelve.TestProto3File_ndbmShelve) PASS: test_bool (test.test_shelve.TestProto3MemShelve) PASS: test_constructor (test.test_shelve.TestProto3MemShelve) PASS: test_get (test.test_shelve.TestProto3MemShelve) PASS: test_getitem (test.test_shelve.TestProto3MemShelve) PASS: test_items (test.test_shelve.TestProto3MemShelve) PASS: test_keys (test.test_shelve.TestProto3MemShelve) PASS: test_len (test.test_shelve.TestProto3MemShelve) PASS: test_pop (test.test_shelve.TestProto3MemShelve) PASS: test_popitem (test.test_shelve.TestProto3MemShelve) PASS: test_read (test.test_shelve.TestProto3MemShelve) PASS: test_setdefault (test.test_shelve.TestProto3MemShelve) PASS: test_update (test.test_shelve.TestProto3MemShelve) PASS: test_values (test.test_shelve.TestProto3MemShelve) PASS: test_write (test.test_shelve.TestProto3MemShelve) PASS: test_bool (test.test_shelve.TestProto4File_dumbShelve) PASS: test_constructor (test.test_shelve.TestProto4File_dumbShelve) PASS: test_get (test.test_shelve.TestProto4File_dumbShelve) PASS: test_getitem (test.test_shelve.TestProto4File_dumbShelve) PASS: test_items (test.test_shelve.TestProto4File_dumbShelve) PASS: test_keys (test.test_shelve.TestProto4File_dumbShelve) PASS: test_len (test.test_shelve.TestProto4File_dumbShelve) PASS: test_pop (test.test_shelve.TestProto4File_dumbShelve) PASS: test_popitem (test.test_shelve.TestProto4File_dumbShelve) PASS: test_read (test.test_shelve.TestProto4File_dumbShelve) PASS: test_setdefault (test.test_shelve.TestProto4File_dumbShelve) PASS: test_update (test.test_shelve.TestProto4File_dumbShelve) PASS: test_values (test.test_shelve.TestProto4File_dumbShelve) PASS: test_write (test.test_shelve.TestProto4File_dumbShelve) PASS: test_bool (test.test_shelve.TestProto4File_ndbmShelve) PASS: test_constructor (test.test_shelve.TestProto4File_ndbmShelve) PASS: test_get (test.test_shelve.TestProto4File_ndbmShelve) PASS: test_getitem (test.test_shelve.TestProto4File_ndbmShelve) PASS: test_items (test.test_shelve.TestProto4File_ndbmShelve) PASS: test_keys (test.test_shelve.TestProto4File_ndbmShelve) PASS: test_len (test.test_shelve.TestProto4File_ndbmShelve) PASS: test_pop (test.test_shelve.TestProto4File_ndbmShelve) PASS: test_popitem (test.test_shelve.TestProto4File_ndbmShelve) PASS: test_read (test.test_shelve.TestProto4File_ndbmShelve) PASS: test_setdefault (test.test_shelve.TestProto4File_ndbmShelve) PASS: test_update (test.test_shelve.TestProto4File_ndbmShelve) PASS: test_values (test.test_shelve.TestProto4File_ndbmShelve) PASS: test_write (test.test_shelve.TestProto4File_ndbmShelve) PASS: test_bool (test.test_shelve.TestProto4MemShelve) PASS: test_constructor (test.test_shelve.TestProto4MemShelve) PASS: test_get (test.test_shelve.TestProto4MemShelve) PASS: test_getitem (test.test_shelve.TestProto4MemShelve) PASS: test_items (test.test_shelve.TestProto4MemShelve) PASS: test_keys (test.test_shelve.TestProto4MemShelve) PASS: test_len (test.test_shelve.TestProto4MemShelve) PASS: test_pop (test.test_shelve.TestProto4MemShelve) PASS: test_popitem (test.test_shelve.TestProto4MemShelve) PASS: test_read (test.test_shelve.TestProto4MemShelve) PASS: test_setdefault (test.test_shelve.TestProto4MemShelve) PASS: test_update (test.test_shelve.TestProto4MemShelve) PASS: test_values (test.test_shelve.TestProto4MemShelve) PASS: test_write (test.test_shelve.TestProto4MemShelve) PASS: test_bool (test.test_shelve.TestProto5File_dumbShelve) PASS: test_constructor (test.test_shelve.TestProto5File_dumbShelve) PASS: test_get (test.test_shelve.TestProto5File_dumbShelve) PASS: test_getitem (test.test_shelve.TestProto5File_dumbShelve) PASS: test_items (test.test_shelve.TestProto5File_dumbShelve) PASS: test_keys (test.test_shelve.TestProto5File_dumbShelve) PASS: test_len (test.test_shelve.TestProto5File_dumbShelve) PASS: test_pop (test.test_shelve.TestProto5File_dumbShelve) PASS: test_popitem (test.test_shelve.TestProto5File_dumbShelve) PASS: test_read (test.test_shelve.TestProto5File_dumbShelve) PASS: test_setdefault (test.test_shelve.TestProto5File_dumbShelve) PASS: test_update (test.test_shelve.TestProto5File_dumbShelve) PASS: test_values (test.test_shelve.TestProto5File_dumbShelve) PASS: test_write (test.test_shelve.TestProto5File_dumbShelve) PASS: test_bool (test.test_shelve.TestProto5File_ndbmShelve) PASS: test_constructor (test.test_shelve.TestProto5File_ndbmShelve) PASS: test_get (test.test_shelve.TestProto5File_ndbmShelve) PASS: test_getitem (test.test_shelve.TestProto5File_ndbmShelve) PASS: test_items (test.test_shelve.TestProto5File_ndbmShelve) PASS: test_keys (test.test_shelve.TestProto5File_ndbmShelve) PASS: test_len (test.test_shelve.TestProto5File_ndbmShelve) PASS: test_pop (test.test_shelve.TestProto5File_ndbmShelve) PASS: test_popitem (test.test_shelve.TestProto5File_ndbmShelve) PASS: test_read (test.test_shelve.TestProto5File_ndbmShelve) PASS: test_setdefault (test.test_shelve.TestProto5File_ndbmShelve) PASS: test_update (test.test_shelve.TestProto5File_ndbmShelve) PASS: test_values (test.test_shelve.TestProto5File_ndbmShelve) PASS: test_write (test.test_shelve.TestProto5File_ndbmShelve) PASS: test_bool (test.test_shelve.TestProto5MemShelve) PASS: test_constructor (test.test_shelve.TestProto5MemShelve) PASS: test_get (test.test_shelve.TestProto5MemShelve) PASS: test_getitem (test.test_shelve.TestProto5MemShelve) PASS: test_items (test.test_shelve.TestProto5MemShelve) PASS: test_keys (test.test_shelve.TestProto5MemShelve) PASS: test_len (test.test_shelve.TestProto5MemShelve) PASS: test_pop (test.test_shelve.TestProto5MemShelve) PASS: test_popitem (test.test_shelve.TestProto5MemShelve) PASS: test_read (test.test_shelve.TestProto5MemShelve) PASS: test_setdefault (test.test_shelve.TestProto5MemShelve) PASS: test_update (test.test_shelve.TestProto5MemShelve) PASS: test_values (test.test_shelve.TestProto5MemShelve) PASS: test_write (test.test_shelve.TestProto5MemShelve) ---------------------------------------------------------------------- Ran 263 tests in 0.188s OK 0:16:33 load avg: 0.56 [305/427] test_shlex testCompat (test.test_shlex.ShlexTest) PASS: Test compatibility interface testEmptyStringHandling (test.test_shlex.ShlexTest) PASS: Test that parsing of empty strings is correctly handled. PASS: testJoin (test.test_shlex.ShlexTest) PASS: testJoinRoundtrip (test.test_shlex.ShlexTest) PASS: testPunctuationCharsReadOnly (test.test_shlex.ShlexTest) testPunctuationInWordChars (test.test_shlex.ShlexTest) PASS: Test that any punctuation chars are removed from wordchars testPunctuationWithPosix (test.test_shlex.ShlexTest) PASS: Test that punctuation_chars and posix behave correctly together. testPunctuationWithWhitespaceSplit (test.test_shlex.ShlexTest) PASS: Test that with whitespace_split, behaviour is as expected PASS: testQuote (test.test_shlex.ShlexTest) PASS: testSplitNoneDeprecation (test.test_shlex.ShlexTest) testSplitPosix (test.test_shlex.ShlexTest) PASS: Test data splitting with posix parser testSyntaxSplitAmpersandAndPipe (test.test_shlex.ShlexTest) PASS: Test handling of syntax splitting of &, | testSyntaxSplitCustom (test.test_shlex.ShlexTest) PASS: Test handling of syntax splitting with custom chars testSyntaxSplitParen (test.test_shlex.ShlexTest) PASS: Test handling of syntax splitting of () testSyntaxSplitRedirect (test.test_shlex.ShlexTest) PASS: Test handling of syntax splitting of > testSyntaxSplitSemicolon (test.test_shlex.ShlexTest) PASS: Test handling of syntax splitting of ; testTokenTypes (test.test_shlex.ShlexTest) PASS: Test that tokens are split with types as expected. testUnicodeHandling (test.test_shlex.ShlexTest) PASS: Test punctuation_chars and whitespace_split handle unicode. ---------------------------------------------------------------------- Ran 18 tests in 0.021s OK 0:16:34 load avg: 0.56 [306/427] test_shutil PASS: test_module_all_attribute (test.test_shutil.PublicAPITests) PASS: test_make_archive (test.test_shutil.TestArchives) PASS: test_make_archive_cwd (test.test_shutil.TestArchives) PASS: test_make_archive_owner_group (test.test_shutil.TestArchives) PASS: test_make_tarball (test.test_shutil.TestArchives) PASS: test_make_tarfile_in_curdir (test.test_shutil.TestArchives) PASS: test_make_zipfile (test.test_shutil.TestArchives) PASS: test_make_zipfile_in_curdir (test.test_shutil.TestArchives) PASS: test_register_archive_format (test.test_shutil.TestArchives) PASS: test_tarfile_root_owner (test.test_shutil.TestArchives) PASS: test_tarfile_vs_tar (test.test_shutil.TestArchives) PASS: test_unpack_archive_bztar (test.test_shutil.TestArchives) PASS: test_unpack_archive_gztar (test.test_shutil.TestArchives) PASS: test_unpack_archive_tar (test.test_shutil.TestArchives) PASS: test_unpack_archive_xztar (test.test_shutil.TestArchives) PASS: test_unpack_archive_zip (test.test_shutil.TestArchives) PASS: test_unpack_registry (test.test_shutil.TestArchives) PASS: test_unzip_zipfile (test.test_shutil.TestArchives) PASS: test_zipfile_vs_zip (test.test_shutil.TestArchives) PASS: test_copy (test.test_shutil.TestCopy) PASS: test_copy2 (test.test_shutil.TestCopy) PASS: test_copy2_dir (test.test_shutil.TestCopy) PASS: test_copy2_symlinks (test.test_shutil.TestCopy) SKIP: test_copy2_xattr (test.test_shutil.TestCopy) 'no non-broken extended attribute support' PASS: test_copy_dir (test.test_shutil.TestCopy) PASS: test_copy_return_value (test.test_shutil.TestCopy) PASS: test_copy_symlinks (test.test_shutil.TestCopy) PASS: test_copyfile_copy_dir (test.test_shutil.TestCopy) PASS: test_copyfile_named_pipe (test.test_shutil.TestCopy) PASS: test_copyfile_nonexistent_dir (test.test_shutil.TestCopy) PASS: test_copyfile_return_value (test.test_shutil.TestCopy) PASS: test_copyfile_same_file (test.test_shutil.TestCopy) PASS: test_copyfile_symlinks (test.test_shutil.TestCopy) PASS: test_copymode_follow_symlinks (test.test_shutil.TestCopy) SKIP: test_copymode_symlink_to_symlink (test.test_shutil.TestCopy) 'requires os.lchmod' PASS: test_copymode_symlink_to_symlink_wo_lchmod (test.test_shutil.TestCopy) SKIP: test_copystat_handles_harmless_chflags_errors (test.test_shutil.TestCopy) 'requires os.chflags, EOPNOTSUPP & ENOTSUP' PASS: test_copystat_symlinks (test.test_shutil.TestCopy) SKIP: test_copyxattr (test.test_shutil.TestCopy) 'no non-broken extended attribute support' SKIP: test_copyxattr_symlinks (test.test_shutil.TestCopy) 'no non-broken extended attribute support' PASS: test_dont_copy_file_onto_link_to_itself (test.test_shutil.TestCopy) PASS: test_dont_copy_file_onto_symlink_to_itself (test.test_shutil.TestCopy) PASS: test_w_dest_close_fails (test.test_shutil.TestCopyFile) PASS: test_w_dest_open_fails (test.test_shutil.TestCopyFile) PASS: test_w_source_close_fails (test.test_shutil.TestCopyFile) PASS: test_w_source_open_fails (test.test_shutil.TestCopyFile) PASS: test_content (test.test_shutil.TestCopyFileObj) PASS: test_file_not_closed (test.test_shutil.TestCopyFileObj) PASS: test_file_offset (test.test_shutil.TestCopyFileObj) SKIP: test_win_impl (test.test_shutil.TestCopyFileObj) 'Windows only' PASS: test_copytree_arg_types_of_ignore (test.test_shutil.TestCopyTree) PASS: test_copytree_custom_copy_function (test.test_shutil.TestCopyTree) PASS: test_copytree_dangling_symlinks (test.test_shutil.TestCopyTree) PASS: test_copytree_dirs_exist_ok (test.test_shutil.TestCopyTree) PASS: test_copytree_named_pipe (test.test_shutil.TestCopyTree) PASS: test_copytree_retains_permissions (test.test_shutil.TestCopyTree) PASS: test_copytree_return_value (test.test_shutil.TestCopyTree) PASS: test_copytree_simple (test.test_shutil.TestCopyTree) PASS: test_copytree_special_func (test.test_shutil.TestCopyTree) PASS: test_copytree_subdirectory (test.test_shutil.TestCopyTree) PASS: test_copytree_symlink_dir (test.test_shutil.TestCopyTree) PASS: test_copytree_symlinks (test.test_shutil.TestCopyTree) PASS: test_copytree_winerror (test.test_shutil.TestCopyTree) PASS: test_copytree_with_exclude (test.test_shutil.TestCopyTree) PASS: test_bad_environ (test.test_shutil.TestGetTerminalSize) test_does_not_crash (test.test_shutil.TestGetTerminalSize) PASS: Check if get_terminal_size() returns a meaningful value. PASS: test_fallback (test.test_shutil.TestGetTerminalSize) test_os_environ_first (test.test_shutil.TestGetTerminalSize) PASS: Check if environment variables have precedence test_stty_match (test.test_shutil.TestGetTerminalSize) SKIP: Check if stty returns the same results ignoring env 'not on tty' PASS: test_chown (test.test_shutil.TestMisc) PASS: test_disk_usage (test.test_shutil.TestMisc) PASS: test_destinsrc_false_negative (test.test_shutil.TestMove) PASS: test_destinsrc_false_positive (test.test_shutil.TestMove) PASS: test_dont_move_dir_in_itself (test.test_shutil.TestMove) PASS: test_existing_file_inside_dest_dir (test.test_shutil.TestMove) PASS: test_move_as_rename_return_value (test.test_shutil.TestMove) PASS: test_move_dangling_symlink (test.test_shutil.TestMove) PASS: test_move_dir (test.test_shutil.TestMove) SKIP: test_move_dir_altsep_to_dir (test.test_shutil.TestMove) 'requires os.path.altsep' PASS: test_move_dir_caseinsensitive (test.test_shutil.TestMove) PASS: test_move_dir_other_fs (test.test_shutil.TestMove) SKIP: test_move_dir_permission_denied (test.test_shutil.TestMove) 'root privileges required' PASS: test_move_dir_sep_to_dir (test.test_shutil.TestMove) PASS: test_move_dir_special_function (test.test_shutil.TestMove) PASS: test_move_dir_symlink (test.test_shutil.TestMove) PASS: test_move_dir_to_dir (test.test_shutil.TestMove) PASS: test_move_dir_to_dir_other_fs (test.test_shutil.TestMove) PASS: test_move_file (test.test_shutil.TestMove) PASS: test_move_file_other_fs (test.test_shutil.TestMove) PASS: test_move_file_special_function (test.test_shutil.TestMove) PASS: test_move_file_symlink (test.test_shutil.TestMove) PASS: test_move_file_symlink_to_dir (test.test_shutil.TestMove) PASS: test_move_file_to_dir (test.test_shutil.TestMove) PASS: test_move_file_to_dir_other_fs (test.test_shutil.TestMove) PASS: test_move_file_to_dir_pathlike_dst (test.test_shutil.TestMove) PASS: test_move_file_to_dir_pathlike_src (test.test_shutil.TestMove) PASS: test_move_return_value (test.test_shutil.TestMove) SKIP: test_on_error (test.test_shutil.TestRmTree) "This test can't be run reliably as root (issue #1076467)." PASS: test_rmtree_does_not_choke_on_failing_lstat (test.test_shutil.TestRmTree) PASS: test_rmtree_dont_delete_file (test.test_shutil.TestRmTree) PASS: test_rmtree_errors (test.test_shutil.TestRmTree) SKIP: test_rmtree_fails_on_junctions (test.test_shutil.TestRmTree) 'only relevant on Windows' PASS: test_rmtree_fails_on_symlink (test.test_shutil.TestRmTree) SKIP: test_rmtree_on_junction (test.test_shutil.TestRmTree) 'only relevant on Windows' PASS: test_rmtree_on_symlink (test.test_shutil.TestRmTree) PASS: test_rmtree_uses_safe_fd_version_if_available (test.test_shutil.TestRmTree) PASS: test_rmtree_works_on_bytes (test.test_shutil.TestRmTree) SKIP: test_rmtree_works_on_junctions (test.test_shutil.TestRmTree) 'only relevant on Windows' PASS: test_rmtree_works_on_symlinks (test.test_shutil.TestRmTree) PASS: test_absolute_cmd (test.test_shutil.TestWhich) PASS: test_basic (test.test_shutil.TestWhich) PASS: test_cwd (test.test_shutil.TestWhich) PASS: test_empty_path (test.test_shutil.TestWhich) PASS: test_empty_path_no_PATH (test.test_shutil.TestWhich) PASS: test_environ_path (test.test_shutil.TestWhich) PASS: test_environ_path_cwd (test.test_shutil.TestWhich) PASS: test_environ_path_empty (test.test_shutil.TestWhich) PASS: test_environ_path_missing (test.test_shutil.TestWhich) SKIP: test_non_matching_mode (test.test_shutil.TestWhich) 'non-root user required' PASS: test_nonexistent_file (test.test_shutil.TestWhich) SKIP: test_pathext (test.test_shutil.TestWhich) 'test specific to Windows' SKIP: test_pathext_checking (test.test_shutil.TestWhich) 'pathext check is Windows-only' SKIP: test_pathext_with_empty_str (test.test_shutil.TestWhich) 'test specific to Windows' PASS: test_relative_cmd (test.test_shutil.TestWhich) PASS: test_relative_path (test.test_shutil.TestWhich) PASS: test_absolute_cmd (test.test_shutil.TestWhichBytes) PASS: test_basic (test.test_shutil.TestWhichBytes) PASS: test_cwd (test.test_shutil.TestWhichBytes) PASS: test_empty_path (test.test_shutil.TestWhichBytes) PASS: test_empty_path_no_PATH (test.test_shutil.TestWhichBytes) PASS: test_environ_path (test.test_shutil.TestWhichBytes) PASS: test_environ_path_cwd (test.test_shutil.TestWhichBytes) PASS: test_environ_path_empty (test.test_shutil.TestWhichBytes) PASS: test_environ_path_missing (test.test_shutil.TestWhichBytes) SKIP: test_non_matching_mode (test.test_shutil.TestWhichBytes) 'non-root user required' PASS: test_nonexistent_file (test.test_shutil.TestWhichBytes) SKIP: test_pathext (test.test_shutil.TestWhichBytes) 'test specific to Windows' SKIP: test_pathext_checking (test.test_shutil.TestWhichBytes) 'pathext check is Windows-only' SKIP: test_pathext_with_empty_str (test.test_shutil.TestWhichBytes) 'test specific to Windows' PASS: test_relative_cmd (test.test_shutil.TestWhichBytes) PASS: test_relative_path (test.test_shutil.TestWhichBytes) SKIP: test_empty_file (test.test_shutil.TestZeroCopyMACOS) 'macOS only' SKIP: test_exception_on_first_call (test.test_shutil.TestZeroCopyMACOS) 'macOS only' SKIP: test_filesystem_full (test.test_shutil.TestZeroCopyMACOS) 'macOS only' SKIP: test_non_existent_src (test.test_shutil.TestZeroCopyMACOS) 'macOS only' SKIP: test_regular_copy (test.test_shutil.TestZeroCopyMACOS) 'macOS only' SKIP: test_same_file (test.test_shutil.TestZeroCopyMACOS) 'macOS only' SKIP: test_unhandled_exception (test.test_shutil.TestZeroCopyMACOS) 'macOS only' PASS: test_big_chunk (test.test_shutil.TestZeroCopySendfile) PASS: test_blocksize_arg (test.test_shutil.TestZeroCopySendfile) PASS: test_cant_get_size (test.test_shutil.TestZeroCopySendfile) PASS: test_empty_file (test.test_shutil.TestZeroCopySendfile) PASS: test_exception_on_first_call (test.test_shutil.TestZeroCopySendfile) PASS: test_exception_on_second_call (test.test_shutil.TestZeroCopySendfile) PASS: test_file2file_not_supported (test.test_shutil.TestZeroCopySendfile) PASS: test_filesystem_full (test.test_shutil.TestZeroCopySendfile) PASS: test_non_existent_src (test.test_shutil.TestZeroCopySendfile) PASS: test_non_regular_file_dst (test.test_shutil.TestZeroCopySendfile) PASS: test_non_regular_file_src (test.test_shutil.TestZeroCopySendfile) PASS: test_regular_copy (test.test_shutil.TestZeroCopySendfile) PASS: test_same_file (test.test_shutil.TestZeroCopySendfile) PASS: test_small_chunks (test.test_shutil.TestZeroCopySendfile) PASS: test_unhandled_exception (test.test_shutil.TestZeroCopySendfile) ---------------------------------------------------------------------- Ran 163 tests in 0.423s OK (skipped=28) 0:16:35 load avg: 0.56 [307/427] test_signal PASS: test_enums (test.test_signal.GenericTests) PASS: test_functions_module_attr (test.test_signal.GenericTests) PASS: test_itimer_exc (test.test_signal.ItimerTest) PASS: test_itimer_prof (test.test_signal.ItimerTest) PASS: test_itimer_real (test.test_signal.ItimerTest) PASS: test_itimer_virtual (test.test_signal.ItimerTest) PASS: test_setitimer_tiny (test.test_signal.ItimerTest) PASS: test_pthread_kill (test.test_signal.PendingSignalsTests) PASS: test_pthread_kill_main_thread (test.test_signal.PendingSignalsTests) PASS: test_pthread_sigmask (test.test_signal.PendingSignalsTests) PASS: test_pthread_sigmask_arguments (test.test_signal.PendingSignalsTests) PASS: test_pthread_sigmask_valid_signals (test.test_signal.PendingSignalsTests) PASS: test_sigpending (test.test_signal.PendingSignalsTests) PASS: test_sigpending_empty (test.test_signal.PendingSignalsTests) PASS: test_sigtimedwait (test.test_signal.PendingSignalsTests) PASS: test_sigtimedwait_negative_timeout (test.test_signal.PendingSignalsTests) PASS: test_sigtimedwait_poll (test.test_signal.PendingSignalsTests) PASS: test_sigtimedwait_timeout (test.test_signal.PendingSignalsTests) PASS: test_sigwait (test.test_signal.PendingSignalsTests) PASS: test_sigwait_thread (test.test_signal.PendingSignalsTests) PASS: test_sigwaitinfo (test.test_signal.PendingSignalsTests) PASS: test_pidfd_send_signal (test.test_signal.PidfdSignalTest) PASS: test_getsignal (test.test_signal.PosixTests) PASS: test_interprocess_signal (test.test_signal.PosixTests) test_keyboard_interrupt_exit_code (test.test_signal.PosixTests) PASS: KeyboardInterrupt triggers exit via SIGINT. PASS: test_out_of_range_signal_number_raises_error (test.test_signal.PosixTests) PASS: test_setting_signal_handler_to_none_raises_error (test.test_signal.PosixTests) PASS: test_strsignal (test.test_signal.PosixTests) PASS: test_valid_signals (test.test_signal.PosixTests) PASS: test_handler (test.test_signal.RaiseSignalTest) SKIP: test_invalid_argument (test.test_signal.RaiseSignalTest) 'Windows specific test' PASS: test_sigint (test.test_signal.RaiseSignalTest) PASS: test_siginterrupt_off (test.test_signal.SiginterruptTest) PASS: test_siginterrupt_on (test.test_signal.SiginterruptTest) PASS: test_without_siginterrupt (test.test_signal.SiginterruptTest) test_stress_delivery_dependent (test.test_signal.StressTest) This test uses dependent signal handlers. ... detected median itimer() resolution: 0.000023 s. ok test_stress_delivery_simultaneous (test.test_signal.StressTest) This test uses simultaneous signal handlers. ... detected median itimer() resolution: 0.000009 s. ok PASS: test_stress_modifying_handlers (test.test_signal.StressTest) PASS: test_invalid_call (test.test_signal.WakeupFDTests) PASS: test_invalid_fd (test.test_signal.WakeupFDTests) PASS: test_invalid_socket (test.test_signal.WakeupFDTests) PASS: test_set_wakeup_fd_blocking (test.test_signal.WakeupFDTests) PASS: test_set_wakeup_fd_result (test.test_signal.WakeupFDTests) PASS: test_set_wakeup_fd_socket_result (test.test_signal.WakeupFDTests) PASS: test_pending (test.test_signal.WakeupSignalTests) PASS: test_signum (test.test_signal.WakeupSignalTests) PASS: test_wakeup_fd_during (test.test_signal.WakeupSignalTests) PASS: test_wakeup_fd_early (test.test_signal.WakeupSignalTests) PASS: test_wakeup_write_error (test.test_signal.WakeupSignalTests) PASS: test_send_error (test.test_signal.WakeupSocketSignalTests) PASS: test_socket (test.test_signal.WakeupSocketSignalTests) PASS: test_warn_on_full_buffer (test.test_signal.WakeupSocketSignalTests) SKIP: test_issue9324 (test.test_signal.WindowsSignalTests) 'Windows specific' test_keyboard_interrupt_exit_code (test.test_signal.WindowsSignalTests) SKIP: KeyboardInterrupt triggers an exit using STATUS_CONTROL_C_EXIT. 'Windows specific' SKIP: test_valid_signals (test.test_signal.WindowsSignalTests) 'Windows specific' ---------------------------------------------------------------------- Ran 55 tests in 47.493s OK (skipped=4) 0:17:23 load avg: 0.32 [308/427] test_site -- test_signal passed in 48.5 sec PASS: test__getuserbase (test.test_site.HelperFunctionsTests) PASS: test_addpackage (test.test_site.HelperFunctionsTests) PASS: test_addpackage_empty_lines (test.test_site.HelperFunctionsTests) PASS: test_addpackage_import_bad_exec (test.test_site.HelperFunctionsTests) PASS: test_addpackage_import_bad_pth_file (test.test_site.HelperFunctionsTests) PASS: test_addpackage_import_bad_syntax (test.test_site.HelperFunctionsTests) PASS: test_addsitedir (test.test_site.HelperFunctionsTests) PASS: test_get_path (test.test_site.HelperFunctionsTests) PASS: test_getsitepackages (test.test_site.HelperFunctionsTests) PASS: test_getuserbase (test.test_site.HelperFunctionsTests) PASS: test_getusersitepackages (test.test_site.HelperFunctionsTests) PASS: test_init_pathinfo (test.test_site.HelperFunctionsTests) PASS: test_makepath (test.test_site.HelperFunctionsTests) PASS: test_no_home_directory (test.test_site.HelperFunctionsTests) PASS: test_s_option (test.test_site.HelperFunctionsTests) PASS: test_trace (test.test_site.HelperFunctionsTests) test_abs_paths_cached_None (test.test_site.ImportSideEffectTests) PASS: Test for __cached__ is None. SKIP: test_add_build_dir (test.test_site.ImportSideEffectTests) 'test not implemented' PASS: test_aliasing_mbcs (test.test_site.ImportSideEffectTests) SKIP: test_license_exists_at_url (test.test_site.ImportSideEffectTests) "resource 'network' is not enabled" PASS: test_no_duplicate_paths (test.test_site.ImportSideEffectTests) PASS: test_setting_copyright (test.test_site.ImportSideEffectTests) PASS: test_setting_help (test.test_site.ImportSideEffectTests) PASS: test_setting_quit (test.test_site.ImportSideEffectTests) PASS: test_sitecustomize_executed (test.test_site.ImportSideEffectTests) SKIP: test_startup_imports (test.test_site.StartupImportTests) 'found 1 .pth files in: /usr/lib/python3.10/site-packages' PASS: test_startup_interactivehook (test.test_site.StartupImportTests) PASS: test_startup_interactivehook_isolated (test.test_site.StartupImportTests) PASS: test_startup_interactivehook_isolated_explicit (test.test_site.StartupImportTests) SKIP: test_underpth_dll_file (test.test_site._pthFileTests) 'only supported on Windows' SKIP: test_underpth_file (test.test_site._pthFileTests) 'only supported on Windows' SKIP: test_underpth_nosite_file (test.test_site._pthFileTests) 'only supported on Windows' ---------------------------------------------------------------------- Ran 32 tests in 0.199s OK (skipped=6) 0:17:24 load avg: 0.32 [309/427] test_slice PASS: test_cmp (test.test_slice.SliceTest) PASS: test_constructor (test.test_slice.SliceTest) PASS: test_cycle (test.test_slice.SliceTest) PASS: test_hash (test.test_slice.SliceTest) PASS: test_indices (test.test_slice.SliceTest) PASS: test_members (test.test_slice.SliceTest) PASS: test_pickle (test.test_slice.SliceTest) PASS: test_repr (test.test_slice.SliceTest) PASS: test_setslice_without_getslice (test.test_slice.SliceTest) ---------------------------------------------------------------------- Ran 9 tests in 0.286s OK 0:17:26 load avg: 0.32 [310/427] test_smtpd PASS: test_process_SMTPUTF8_message_with_enable_SMTPUTF8_true (test.test_smtpd.DebuggingServerTest) PASS: test_process_message_with_decode_data_false (test.test_smtpd.DebuggingServerTest) PASS: test_process_message_with_decode_data_true (test.test_smtpd.DebuggingServerTest) PASS: test_process_message_with_enable_SMTPUTF8_true (test.test_smtpd.DebuggingServerTest) PASS: test__all__ (test.test_smtpd.MiscTestCase) PASS: test_DATA_syntax (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_EHLO (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_EHLO_HELO_duplicate (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_EHLO_bad_syntax (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_EHLO_duplicate (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_EXPN_not_implemented (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_HELO (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_HELO_EHLO_duplicate (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_HELO_NOOP (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_HELO_QUIT (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_HELO_RSET (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_HELO_bad_syntax (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_HELO_duplicate (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_HELO_parameter_rejected_when_extensions_not_enabled (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_HELP (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_HELP_command (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_HELP_command_unknown (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_MAIL_RCPT_unknown_parameters (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_MAIL_allows_space_after_colon (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_MAIL_chevrons (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_MAIL_command_limit_extended_with_SIZE (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_MAIL_command_rejects_SMTPUTF8_by_default (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_MAIL_empty_chevrons (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_MAIL_invalid_size_parameter (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_MAIL_missing_address (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_MAIL_quoted_localpart (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_MAIL_quoted_localpart_no_angles (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_MAIL_quoted_localpart_with_size (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_MAIL_quoted_localpart_with_size_no_angles (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_MAIL_size_parameter (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_MAIL_size_parameter_larger_than_default_data_size_limit (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_MAIL_syntax_EHLO (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_MAIL_syntax_HELO (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_NOOP (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_NOOP_bad_syntax (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_QUIT (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_QUIT_arg_ignored (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_RCPT_lowercase_to_OK (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_RCPT_syntax_EHLO (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_RCPT_syntax_HELO (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_RSET (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_RSET_syntax (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_VRFY (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_VRFY_syntax (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_attribute_deprecations (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_bad_state (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_broken_connect (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_command_too_long (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_data_dialog (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_data_longer_than_default_data_size_limit (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_data_transparency_section_4_5_2 (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_decode_data_and_enable_SMTPUTF8_raises (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_extended_MAIL_allows_space_after_colon (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_manual_status (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_missing_data (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_multiple_RCPT (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_need_MAIL (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_need_RCPT (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_nested_MAIL (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_no_HELO_DATA (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_no_HELO_MAIL (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_no_HELO_RCPT (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_server_accept (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_unknown_command (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_DATA_syntax (test.test_smtpd.SMTPDChannelTest) PASS: test_EHLO (test.test_smtpd.SMTPDChannelTest) PASS: test_EHLO_HELO_duplicate (test.test_smtpd.SMTPDChannelTest) PASS: test_EHLO_bad_syntax (test.test_smtpd.SMTPDChannelTest) PASS: test_EHLO_duplicate (test.test_smtpd.SMTPDChannelTest) PASS: test_EXPN_not_implemented (test.test_smtpd.SMTPDChannelTest) PASS: test_HELO (test.test_smtpd.SMTPDChannelTest) PASS: test_HELO_EHLO_duplicate (test.test_smtpd.SMTPDChannelTest) PASS: test_HELO_NOOP (test.test_smtpd.SMTPDChannelTest) PASS: test_HELO_QUIT (test.test_smtpd.SMTPDChannelTest) PASS: test_HELO_RSET (test.test_smtpd.SMTPDChannelTest) PASS: test_HELO_bad_syntax (test.test_smtpd.SMTPDChannelTest) PASS: test_HELO_duplicate (test.test_smtpd.SMTPDChannelTest) PASS: test_HELO_parameter_rejected_when_extensions_not_enabled (test.test_smtpd.SMTPDChannelTest) PASS: test_HELP (test.test_smtpd.SMTPDChannelTest) PASS: test_HELP_command (test.test_smtpd.SMTPDChannelTest) PASS: test_HELP_command_unknown (test.test_smtpd.SMTPDChannelTest) PASS: test_MAIL_RCPT_unknown_parameters (test.test_smtpd.SMTPDChannelTest) PASS: test_MAIL_allows_space_after_colon (test.test_smtpd.SMTPDChannelTest) PASS: test_MAIL_chevrons (test.test_smtpd.SMTPDChannelTest) PASS: test_MAIL_command_limit_extended_with_SIZE (test.test_smtpd.SMTPDChannelTest) PASS: test_MAIL_command_rejects_SMTPUTF8_by_default (test.test_smtpd.SMTPDChannelTest) PASS: test_MAIL_empty_chevrons (test.test_smtpd.SMTPDChannelTest) PASS: test_MAIL_invalid_size_parameter (test.test_smtpd.SMTPDChannelTest) PASS: test_MAIL_missing_address (test.test_smtpd.SMTPDChannelTest) PASS: test_MAIL_quoted_localpart (test.test_smtpd.SMTPDChannelTest) PASS: test_MAIL_quoted_localpart_no_angles (test.test_smtpd.SMTPDChannelTest) PASS: test_MAIL_quoted_localpart_with_size (test.test_smtpd.SMTPDChannelTest) PASS: test_MAIL_quoted_localpart_with_size_no_angles (test.test_smtpd.SMTPDChannelTest) PASS: test_MAIL_size_parameter (test.test_smtpd.SMTPDChannelTest) PASS: test_MAIL_size_parameter_larger_than_default_data_size_limit (test.test_smtpd.SMTPDChannelTest) PASS: test_MAIL_syntax_EHLO (test.test_smtpd.SMTPDChannelTest) PASS: test_MAIL_syntax_HELO (test.test_smtpd.SMTPDChannelTest) PASS: test_NOOP (test.test_smtpd.SMTPDChannelTest) PASS: test_NOOP_bad_syntax (test.test_smtpd.SMTPDChannelTest) PASS: test_QUIT (test.test_smtpd.SMTPDChannelTest) PASS: test_QUIT_arg_ignored (test.test_smtpd.SMTPDChannelTest) PASS: test_RCPT_lowercase_to_OK (test.test_smtpd.SMTPDChannelTest) PASS: test_RCPT_syntax_EHLO (test.test_smtpd.SMTPDChannelTest) PASS: test_RCPT_syntax_HELO (test.test_smtpd.SMTPDChannelTest) PASS: test_RSET (test.test_smtpd.SMTPDChannelTest) PASS: test_RSET_syntax (test.test_smtpd.SMTPDChannelTest) PASS: test_VRFY (test.test_smtpd.SMTPDChannelTest) PASS: test_VRFY_syntax (test.test_smtpd.SMTPDChannelTest) PASS: test_attribute_deprecations (test.test_smtpd.SMTPDChannelTest) PASS: test_bad_state (test.test_smtpd.SMTPDChannelTest) PASS: test_broken_connect (test.test_smtpd.SMTPDChannelTest) PASS: test_command_too_long (test.test_smtpd.SMTPDChannelTest) PASS: test_data_dialog (test.test_smtpd.SMTPDChannelTest) PASS: test_data_longer_than_default_data_size_limit (test.test_smtpd.SMTPDChannelTest) PASS: test_data_transparency_section_4_5_2 (test.test_smtpd.SMTPDChannelTest) PASS: test_decode_data_and_enable_SMTPUTF8_raises (test.test_smtpd.SMTPDChannelTest) PASS: test_extended_MAIL_allows_space_after_colon (test.test_smtpd.SMTPDChannelTest) PASS: test_manual_status (test.test_smtpd.SMTPDChannelTest) PASS: test_missing_data (test.test_smtpd.SMTPDChannelTest) PASS: test_multiple_RCPT (test.test_smtpd.SMTPDChannelTest) PASS: test_need_MAIL (test.test_smtpd.SMTPDChannelTest) PASS: test_need_RCPT (test.test_smtpd.SMTPDChannelTest) PASS: test_nested_MAIL (test.test_smtpd.SMTPDChannelTest) PASS: test_no_HELO_DATA (test.test_smtpd.SMTPDChannelTest) PASS: test_no_HELO_MAIL (test.test_smtpd.SMTPDChannelTest) PASS: test_no_HELO_RCPT (test.test_smtpd.SMTPDChannelTest) PASS: test_server_accept (test.test_smtpd.SMTPDChannelTest) PASS: test_unknown_command (test.test_smtpd.SMTPDChannelTest) PASS: test_MAIL_command_accepts_SMTPUTF8_when_announced (test.test_smtpd.SMTPDChannelTestWithEnableSMTPUTF8True) PASS: test_MAIL_command_limit_extended_with_SIZE_and_SMTPUTF8 (test.test_smtpd.SMTPDChannelTestWithEnableSMTPUTF8True) PASS: test_multiple_emails_with_extended_command_length (test.test_smtpd.SMTPDChannelTestWithEnableSMTPUTF8True) PASS: test_process_smtputf8_message (test.test_smtpd.SMTPDChannelTestWithEnableSMTPUTF8True) PASS: test_utf8_data (test.test_smtpd.SMTPDChannelTestWithEnableSMTPUTF8True) PASS: test_data_limit_dialog (test.test_smtpd.SMTPDChannelWithDataSizeLimitTest) PASS: test_data_limit_dialog_too_much_data (test.test_smtpd.SMTPDChannelWithDataSizeLimitTest) PASS: test_ascii_data (test.test_smtpd.SMTPDChannelWithDecodeDataFalse) PASS: test_utf8_data (test.test_smtpd.SMTPDChannelWithDecodeDataFalse) PASS: test_ascii_data (test.test_smtpd.SMTPDChannelWithDecodeDataTrue) PASS: test_utf8_data (test.test_smtpd.SMTPDChannelWithDecodeDataTrue) PASS: test_decode_data_and_enable_SMTPUTF8_raises (test.test_smtpd.SMTPDServerTest) PASS: test_process_message_unimplemented (test.test_smtpd.SMTPDServerTest) PASS: test_socket_uses_IPv4 (test.test_smtpd.TestFamilyDetection) PASS: test_socket_uses_IPv6 (test.test_smtpd.TestFamilyDetection) PASS: test_with_decode_data_false (test.test_smtpd.TestMailOptionParsing) PASS: test_with_decode_data_true (test.test_smtpd.TestMailOptionParsing) PASS: test_with_enable_smtputf8_true (test.test_smtpd.TestMailOptionParsing) PASS: test_nothing_accepted (test.test_smtpd.TestRcptOptionParsing) PASS: test_params_rejected (test.test_smtpd.TestRcptOptionParsing) ---------------------------------------------------------------------- Ran 153 tests in 0.063s OK 0:17:27 load avg: 0.37 [311/427] test_smtplib PASS: testFailingHELO (test.test_smtplib.BadHELOServerTests) PASS: testBasic (test.test_smtplib.DebuggingServerTests) PASS: testELHO (test.test_smtplib.DebuggingServerTests) PASS: testEXPNNotImplemented (test.test_smtplib.DebuggingServerTests) PASS: testHELP (test.test_smtplib.DebuggingServerTests) PASS: testNOOP (test.test_smtplib.DebuggingServerTests) PASS: testRSET (test.test_smtplib.DebuggingServerTests) PASS: testSecondHELO (test.test_smtplib.DebuggingServerTests) PASS: testSend (test.test_smtplib.DebuggingServerTests) PASS: testSendBinary (test.test_smtplib.DebuggingServerTests) PASS: testSendMessage (test.test_smtplib.DebuggingServerTests) PASS: testSendMessageMultipleResentRaises (test.test_smtplib.DebuggingServerTests) PASS: testSendMessageResent (test.test_smtplib.DebuggingServerTests) PASS: testSendMessageWithAddresses (test.test_smtplib.DebuggingServerTests) PASS: testSendMessageWithMultipleFrom (test.test_smtplib.DebuggingServerTests) PASS: testSendMessageWithSomeAddresses (test.test_smtplib.DebuggingServerTests) PASS: testSendMessageWithSpecifiedAddresses (test.test_smtplib.DebuggingServerTests) PASS: testSendNeedingDotQuote (test.test_smtplib.DebuggingServerTests) PASS: testSendNullSender (test.test_smtplib.DebuggingServerTests) PASS: testSourceAddress (test.test_smtplib.DebuggingServerTests) PASS: testVRFY (test.test_smtplib.DebuggingServerTests) PASS: test_issue43124_escape_localhostname (test.test_smtplib.DebuggingServerTests) PASS: test_issue43124_escape_options (test.test_smtplib.DebuggingServerTests) PASS: test_issue43124_putcmd_escapes_newline (test.test_smtplib.DebuggingServerTests) PASS: testSendMessage (test.test_smtplib.DefaultArgumentsTests) PASS: testSendMessageWithMailOptions (test.test_smtplib.DefaultArgumentsTests) PASS: testBasic1 (test.test_smtplib.LMTPGeneralTests) PASS: testBasic2 (test.test_smtplib.LMTPGeneralTests) PASS: testLocalHostName (test.test_smtplib.LMTPGeneralTests) PASS: testQuoteData (test.test_smtplib.LMTPGeneralTests) PASS: testSourceAddress (test.test_smtplib.LMTPGeneralTests) PASS: testTimeoutDefault (test.test_smtplib.LMTPGeneralTests) PASS: testTimeoutNone (test.test_smtplib.LMTPGeneralTests) PASS: testTimeoutValue (test.test_smtplib.LMTPGeneralTests) PASS: testTimeoutZero (test.test_smtplib.LMTPGeneralTests) PASS: testUnixDomainSocketTimeoutDefault (test.test_smtplib.LMTPGeneralTests) PASS: test_debuglevel (test.test_smtplib.LMTPGeneralTests) PASS: test_debuglevel_2 (test.test_smtplib.LMTPGeneralTests) PASS: testNonnumericPort (test.test_smtplib.NonConnectingTests) PASS: testNotConnected (test.test_smtplib.NonConnectingTests) PASS: testSockAttributeExists (test.test_smtplib.NonConnectingTests) PASS: testAUTH_PLAIN_initial_response_auth (test.test_smtplib.SMTPAUTHInitialResponseSimTests) PASS: testAUTH_PLAIN_initial_response_login (test.test_smtplib.SMTPAUTHInitialResponseSimTests) PASS: testBasic1 (test.test_smtplib.SMTPGeneralTests) PASS: testBasic2 (test.test_smtplib.SMTPGeneralTests) PASS: testLocalHostName (test.test_smtplib.SMTPGeneralTests) PASS: testQuoteData (test.test_smtplib.SMTPGeneralTests) PASS: testSourceAddress (test.test_smtplib.SMTPGeneralTests) PASS: testTimeoutDefault (test.test_smtplib.SMTPGeneralTests) PASS: testTimeoutNone (test.test_smtplib.SMTPGeneralTests) PASS: testTimeoutValue (test.test_smtplib.SMTPGeneralTests) PASS: testTimeoutZero (test.test_smtplib.SMTPGeneralTests) PASS: test_debuglevel (test.test_smtplib.SMTPGeneralTests) PASS: test_debuglevel_2 (test.test_smtplib.SMTPGeneralTests) PASS: testAUTH_BUGGY (test.test_smtplib.SMTPSimTests) PASS: testAUTH_CRAM_MD5 (test.test_smtplib.SMTPSimTests) PASS: testAUTH_LOGIN (test.test_smtplib.SMTPSimTests) PASS: testAUTH_LOGIN_initial_response_notok (test.test_smtplib.SMTPSimTests) PASS: testAUTH_LOGIN_initial_response_ok (test.test_smtplib.SMTPSimTests) PASS: testAUTH_PLAIN (test.test_smtplib.SMTPSimTests) PASS: testAUTH_multiple (test.test_smtplib.SMTPSimTests) PASS: testBasic (test.test_smtplib.SMTPSimTests) PASS: testEHLO (test.test_smtplib.SMTPSimTests) PASS: testEXPN (test.test_smtplib.SMTPSimTests) PASS: testVRFY (test.test_smtplib.SMTPSimTests) PASS: test_421_from_data_cmd (test.test_smtplib.SMTPSimTests) PASS: test_421_from_mail_cmd (test.test_smtplib.SMTPSimTests) PASS: test_421_from_rcpt_cmd (test.test_smtplib.SMTPSimTests) PASS: test__rest_from_mail_cmd (test.test_smtplib.SMTPSimTests) PASS: test_auth_function (test.test_smtplib.SMTPSimTests) PASS: test_name_field_not_included_in_envelop_addresses (test.test_smtplib.SMTPSimTests) PASS: test_quit_resets_greeting (test.test_smtplib.SMTPSimTests) PASS: test_send_message_error_on_non_ascii_addrs_if_no_smtputf8 (test.test_smtplib.SMTPSimTests) PASS: test_send_unicode_without_SMTPUTF8 (test.test_smtplib.SMTPSimTests) PASS: test_smtputf8_NotSupportedError_if_no_server_support (test.test_smtplib.SMTPSimTests) PASS: test_with_statement (test.test_smtplib.SMTPSimTests) PASS: test_with_statement_QUIT_failure (test.test_smtplib.SMTPSimTests) PASS: test_send_message_uses_smtputf8_if_addrs_non_ascii (test.test_smtplib.SMTPUTF8SimTests) PASS: test_send_unicode_with_SMTPUTF8_via_low_level_API (test.test_smtplib.SMTPUTF8SimTests) PASS: test_send_unicode_with_SMTPUTF8_via_sendmail (test.test_smtplib.SMTPUTF8SimTests) PASS: test_test_server_supports_extensions (test.test_smtplib.SMTPUTF8SimTests) PASS: testLineTooLong (test.test_smtplib.TooLongLineTests) ---------------------------------------------------------------------- Ran 82 tests in 1.303s OK 0:17:29 load avg: 0.37 [312/427] test_smtpnet test_smtpnet skipped -- Use of the 'network' resource not enabled 0:17:29 load avg: 0.37 [313/427] test_sndhdr -- test_smtpnet skipped (resource denied) PASS: test_data (test.test_sndhdr.TestFormats) PASS: test_pickleable (test.test_sndhdr.TestFormats) ---------------------------------------------------------------------- Ran 2 tests in 0.003s OK 0:17:30 load avg: 0.37 [314/427] test_socket SKIP: testBluetoothConstants (test.test_socket.BasicBluetoothTest) 'Bluetooth sockets required for this test.' SKIP: testCreateHciSocket (test.test_socket.BasicBluetoothTest) 'Bluetooth sockets required for this test.' SKIP: testCreateL2capSocket (test.test_socket.BasicBluetoothTest) 'Bluetooth sockets required for this test.' SKIP: testCreateRfcommSocket (test.test_socket.BasicBluetoothTest) 'Bluetooth sockets required for this test.' SKIP: testCreateScoSocket (test.test_socket.BasicBluetoothTest) 'Bluetooth sockets required for this test.' SKIP: testBCMConstants (test.test_socket.BasicCANTest) 'SocketCan required for this test.' SKIP: testBindAny (test.test_socket.BasicCANTest) 'SocketCan required for this test.' SKIP: testCreateBCMSocket (test.test_socket.BasicCANTest) 'SocketCan required for this test.' SKIP: testCreateSocket (test.test_socket.BasicCANTest) 'SocketCan required for this test.' SKIP: testCrucialConstants (test.test_socket.BasicCANTest) 'SocketCan required for this test.' SKIP: testFilter (test.test_socket.BasicCANTest) 'SocketCan required for this test.' SKIP: testLoopback (test.test_socket.BasicCANTest) 'SocketCan required for this test.' SKIP: testTooLongInterfaceName (test.test_socket.BasicCANTest) 'SocketCan required for this test.' SKIP: testAutoBindSock (test.test_socket.BasicQIPCRTRTest) 'QIPCRTR sockets required for this test.' SKIP: testBindSock (test.test_socket.BasicQIPCRTRTest) 'QIPCRTR sockets required for this test.' SKIP: testCreateSocket (test.test_socket.BasicQIPCRTRTest) 'QIPCRTR sockets required for this test.' SKIP: testCrucialConstants (test.test_socket.BasicQIPCRTRTest) 'QIPCRTR sockets required for this test.' SKIP: testInvalidBindSock (test.test_socket.BasicQIPCRTRTest) 'QIPCRTR sockets required for this test.' SKIP: testUnbound (test.test_socket.BasicQIPCRTRTest) 'QIPCRTR sockets required for this test.' SKIP: testCreateSocket (test.test_socket.BasicRDSTest) 'RDS sockets required for this test.' SKIP: testCrucialConstants (test.test_socket.BasicRDSTest) 'RDS sockets required for this test.' SKIP: testSocketBufferSize (test.test_socket.BasicRDSTest) 'RDS sockets required for this test.' PASS: testDefaults (test.test_socket.BasicSocketPairTest) PASS: testRecv (test.test_socket.BasicSocketPairTest) PASS: testSend (test.test_socket.BasicSocketPairTest) PASS: testDetach (test.test_socket.BasicTCPTest) PASS: testDup (test.test_socket.BasicTCPTest) PASS: testFromFd (test.test_socket.BasicTCPTest) PASS: testOverFlowRecv (test.test_socket.BasicTCPTest) PASS: testOverFlowRecvFrom (test.test_socket.BasicTCPTest) PASS: testRecv (test.test_socket.BasicTCPTest) PASS: testRecvFrom (test.test_socket.BasicTCPTest) PASS: testSendAll (test.test_socket.BasicTCPTest) PASS: testShutdown (test.test_socket.BasicTCPTest) PASS: testShutdown_overflow (test.test_socket.BasicTCPTest) PASS: testDetach (test.test_socket.BasicTCPTest2) PASS: testDup (test.test_socket.BasicTCPTest2) PASS: testFromFd (test.test_socket.BasicTCPTest2) PASS: testOverFlowRecv (test.test_socket.BasicTCPTest2) PASS: testOverFlowRecvFrom (test.test_socket.BasicTCPTest2) PASS: testRecv (test.test_socket.BasicTCPTest2) PASS: testRecvFrom (test.test_socket.BasicTCPTest2) PASS: testSendAll (test.test_socket.BasicTCPTest2) PASS: testShutdown (test.test_socket.BasicTCPTest2) PASS: testShutdown_overflow (test.test_socket.BasicTCPTest2) PASS: testRecvFrom (test.test_socket.BasicUDPLITETest) PASS: testRecvFromNegative (test.test_socket.BasicUDPLITETest) PASS: testSendtoAndRecv (test.test_socket.BasicUDPLITETest) PASS: testRecvFrom (test.test_socket.BasicUDPTest) PASS: testRecvFromNegative (test.test_socket.BasicUDPTest) PASS: testSendtoAndRecv (test.test_socket.BasicUDPTest) PASS: testCreateSocket (test.test_socket.BasicVSOCKTest) PASS: testCrucialConstants (test.test_socket.BasicVSOCKTest) PASS: testSocketBufferSize (test.test_socket.BasicVSOCKTest) PASS: testVSOCKConstants (test.test_socket.BasicVSOCKTest) PASS: testRecvFromIntoArray (test.test_socket.BufferIOTest) PASS: testRecvFromIntoBytearray (test.test_socket.BufferIOTest) PASS: testRecvFromIntoEmptyBuffer (test.test_socket.BufferIOTest) PASS: testRecvFromIntoMemoryview (test.test_socket.BufferIOTest) PASS: testRecvFromIntoSmallBuffer (test.test_socket.BufferIOTest) PASS: testRecvIntoArray (test.test_socket.BufferIOTest) PASS: testRecvIntoBytearray (test.test_socket.BufferIOTest) PASS: testRecvIntoMemoryview (test.test_socket.BufferIOTest) SKIP: testBCM (test.test_socket.CANTest) 'SocketCan required for this test.' SKIP: testSendFrame (test.test_socket.CANTest) 'SocketCan required for this test.' SKIP: testSendMaxFrame (test.test_socket.CANTest) 'SocketCan required for this test.' SKIP: testSendMultiFrames (test.test_socket.CANTest) 'SocketCan required for this test.' PASS: testCMSG_LEN (test.test_socket.CmsgMacroTests) PASS: testCMSG_SPACE (test.test_socket.CmsgMacroTests) PASS: testCreateConnectionBase (test.test_socket.ContextManagersTest) PASS: testCreateConnectionClose (test.test_socket.ContextManagersTest) PASS: test_dual_stack_client_v4 (test.test_socket.CreateServerFunctionalTest) PASS: test_dual_stack_client_v6 (test.test_socket.CreateServerFunctionalTest) PASS: test_tcp4 (test.test_socket.CreateServerFunctionalTest) PASS: test_tcp6 (test.test_socket.CreateServerFunctionalTest) PASS: test_address (test.test_socket.CreateServerTest) PASS: test_dualstack_ipv6_family (test.test_socket.CreateServerTest) PASS: test_family_and_type (test.test_socket.CreateServerTest) PASS: test_ipv6_only_default (test.test_socket.CreateServerTest) PASS: test_reuse_port (test.test_socket.CreateServerTest) PASS: testAttributes (test.test_socket.FileObjectClassTestCase) PASS: testCloseAfterMakefile (test.test_socket.FileObjectClassTestCase) PASS: testClosedAttr (test.test_socket.FileObjectClassTestCase) PASS: testFullRead (test.test_socket.FileObjectClassTestCase) PASS: testMakefileAfterMakefileClose (test.test_socket.FileObjectClassTestCase) PASS: testReadAfterTimeout (test.test_socket.FileObjectClassTestCase) PASS: testReadline (test.test_socket.FileObjectClassTestCase) PASS: testRealClose (test.test_socket.FileObjectClassTestCase) PASS: testSmallRead (test.test_socket.FileObjectClassTestCase) PASS: testUnbufferedRead (test.test_socket.FileObjectClassTestCase) SKIP: test3542SocketOptions (test.test_socket.GeneralModuleTests) 'macOS specific test' PASS: testCloseException (test.test_socket.GeneralModuleTests) PASS: testCrucialConstants (test.test_socket.GeneralModuleTests) PASS: testCrucialIpProtoConstants (test.test_socket.GeneralModuleTests) PASS: testDefaultTimeout (test.test_socket.GeneralModuleTests) PASS: testGetServBy (test.test_socket.GeneralModuleTests) PASS: testGetSockOpt (test.test_socket.GeneralModuleTests) PASS: testGetaddrinfo (test.test_socket.GeneralModuleTests) PASS: testHostnameRes (test.test_socket.GeneralModuleTests) PASS: testIPv4_inet_aton_fourbytes (test.test_socket.GeneralModuleTests) PASS: testIPv4toString (test.test_socket.GeneralModuleTests) PASS: testIPv6toString (test.test_socket.GeneralModuleTests) PASS: testInterfaceNameIndex (test.test_socket.GeneralModuleTests) PASS: testInterpreterCrash (test.test_socket.GeneralModuleTests) PASS: testInvalidInterfaceIndexToName (test.test_socket.GeneralModuleTests) PASS: testInvalidInterfaceNameToIndex (test.test_socket.GeneralModuleTests) PASS: testNewAttributes (test.test_socket.GeneralModuleTests) PASS: testNtoH (test.test_socket.GeneralModuleTests) PASS: testNtoHErrors (test.test_socket.GeneralModuleTests) PASS: testRefCountGetNameInfo (test.test_socket.GeneralModuleTests) PASS: testSendAfterClose (test.test_socket.GeneralModuleTests) PASS: testSendtoErrors (test.test_socket.GeneralModuleTests) PASS: testSetSockOpt (test.test_socket.GeneralModuleTests) PASS: testSockName (test.test_socket.GeneralModuleTests) PASS: testSocketError (test.test_socket.GeneralModuleTests) PASS: testStringToIPv4 (test.test_socket.GeneralModuleTests) PASS: testStringToIPv6 (test.test_socket.GeneralModuleTests) SKIP: testWindowsSpecificConstants (test.test_socket.GeneralModuleTests) 'Windows specific' PASS: test_SocketType_is_socketobject (test.test_socket.GeneralModuleTests) PASS: test__sendfile_use_sendfile (test.test_socket.GeneralModuleTests) PASS: test_csocket_repr (test.test_socket.GeneralModuleTests) PASS: test_dealloc_warn (test.test_socket.GeneralModuleTests) PASS: test_flowinfo (test.test_socket.GeneralModuleTests) PASS: test_getaddrinfo_ipv6_basic (test.test_socket.GeneralModuleTests) SKIP: test_getaddrinfo_ipv6_scopeid_numeric (test.test_socket.GeneralModuleTests) 'Numeric scope id does not work or undocumented' PASS: test_getaddrinfo_ipv6_scopeid_symbolic (test.test_socket.GeneralModuleTests) PASS: test_getnameinfo (test.test_socket.GeneralModuleTests) SKIP: test_getnameinfo_ipv6_scopeid_numeric (test.test_socket.GeneralModuleTests) 'Numeric scope id does not work or undocumented' PASS: test_getnameinfo_ipv6_scopeid_symbolic (test.test_socket.GeneralModuleTests) PASS: test_getsockaddrarg (test.test_socket.GeneralModuleTests) PASS: test_host_resolution (test.test_socket.GeneralModuleTests) PASS: test_host_resolution_bad_address (test.test_socket.GeneralModuleTests) SKIP: test_idna (test.test_socket.GeneralModuleTests) 'network is not enabled' PASS: test_listen_backlog (test.test_socket.GeneralModuleTests) PASS: test_listen_backlog_overflow (test.test_socket.GeneralModuleTests) PASS: test_makefile_invalid_mode (test.test_socket.GeneralModuleTests) PASS: test_makefile_mode (test.test_socket.GeneralModuleTests) PASS: test_name_closed_socketio (test.test_socket.GeneralModuleTests) PASS: test_pickle (test.test_socket.GeneralModuleTests) PASS: test_repr (test.test_socket.GeneralModuleTests) PASS: test_sendall_interrupted (test.test_socket.GeneralModuleTests) PASS: test_sendall_interrupted_with_timeout (test.test_socket.GeneralModuleTests) PASS: test_sethostname (test.test_socket.GeneralModuleTests) SKIP: test_sio_loopback_fast_path (test.test_socket.GeneralModuleTests) 'Windows specific' SKIP: test_sock_ioctl (test.test_socket.GeneralModuleTests) 'Windows specific' PASS: test_socket_close (test.test_socket.GeneralModuleTests) PASS: test_socket_consistent_sock_type (test.test_socket.GeneralModuleTests) PASS: test_socket_fileno (test.test_socket.GeneralModuleTests) PASS: test_socket_fileno_rejects_float (test.test_socket.GeneralModuleTests) PASS: test_socket_fileno_rejects_invalid_socket (test.test_socket.GeneralModuleTests) PASS: test_socket_fileno_rejects_negative (test.test_socket.GeneralModuleTests) PASS: test_socket_fileno_rejects_other_types (test.test_socket.GeneralModuleTests) PASS: test_socket_fileno_requires_socket_fd (test.test_socket.GeneralModuleTests) PASS: test_socket_fileno_requires_valid_fd (test.test_socket.GeneralModuleTests) PASS: test_str_for_enums (test.test_socket.GeneralModuleTests) PASS: test_unknown_socket_family_repr (test.test_socket.GeneralModuleTests) PASS: test_unusable_closed_socketio (test.test_socket.GeneralModuleTests) PASS: test_weakref (test.test_socket.GeneralModuleTests) SKIP: testBind (test.test_socket.ISOTPTest) 'CAN ISOTP required for this test.' SKIP: testCreateISOTPSocket (test.test_socket.ISOTPTest) 'CAN ISOTP required for this test.' SKIP: testCreateSocket (test.test_socket.ISOTPTest) 'CAN ISOTP required for this test.' SKIP: testCrucialConstants (test.test_socket.ISOTPTest) 'CAN ISOTP required for this test.' SKIP: testTooLongInterfaceName (test.test_socket.ISOTPTest) 'CAN ISOTP required for this test.' PASS: test_SOCK_CLOEXEC (test.test_socket.InheritanceTest) PASS: test_default_inheritable (test.test_socket.InheritanceTest) PASS: test_dup (test.test_socket.InheritanceTest) PASS: test_get_inheritable_cloexec (test.test_socket.InheritanceTest) PASS: test_set_inheritable (test.test_socket.InheritanceTest) PASS: test_set_inheritable_cloexec (test.test_socket.InheritanceTest) PASS: test_socketpair (test.test_socket.InheritanceTest) PASS: testInterruptedRecvIntoTimeout (test.test_socket.InterruptedRecvTimeoutTest) PASS: testInterruptedRecvTimeout (test.test_socket.InterruptedRecvTimeoutTest) PASS: testInterruptedRecvfromIntoTimeout (test.test_socket.InterruptedRecvTimeoutTest) PASS: testInterruptedRecvfromTimeout (test.test_socket.InterruptedRecvTimeoutTest) PASS: testInterruptedRecvmsgIntoTimeout (test.test_socket.InterruptedRecvTimeoutTest) PASS: testInterruptedRecvmsgTimeout (test.test_socket.InterruptedRecvTimeoutTest) PASS: testInterruptedSendTimeout (test.test_socket.InterruptedSendTimeoutTest) PASS: testInterruptedSendmsgTimeout (test.test_socket.InterruptedSendTimeoutTest) PASS: testInterruptedSendtoTimeout (test.test_socket.InterruptedSendTimeoutTest) SKIP: testBind (test.test_socket.J1939Test) 'CAN J1939 required for this test.' SKIP: testCreateJ1939Socket (test.test_socket.J1939Test) 'CAN J1939 required for this test.' SKIP: testJ1939Constants (test.test_socket.J1939Test) 'CAN J1939 required for this test.' PASS: testAttributes (test.test_socket.LineBufferedFileObjectClassTestCase) PASS: testCloseAfterMakefile (test.test_socket.LineBufferedFileObjectClassTestCase) PASS: testClosedAttr (test.test_socket.LineBufferedFileObjectClassTestCase) PASS: testFullRead (test.test_socket.LineBufferedFileObjectClassTestCase) PASS: testMakefileAfterMakefileClose (test.test_socket.LineBufferedFileObjectClassTestCase) PASS: testReadAfterTimeout (test.test_socket.LineBufferedFileObjectClassTestCase) PASS: testReadline (test.test_socket.LineBufferedFileObjectClassTestCase) PASS: testRealClose (test.test_socket.LineBufferedFileObjectClassTestCase) PASS: testSmallRead (test.test_socket.LineBufferedFileObjectClassTestCase) PASS: testUnbufferedRead (test.test_socket.LineBufferedFileObjectClassTestCase) SKIP: test_aead_aes_gcm (test.test_socket.LinuxKernelCryptoAPI) "('[Errno 2] No such file or directory', 'aead', 'gcm(aes)')" SKIP: test_aes_cbc (test.test_socket.LinuxKernelCryptoAPI) "('[Errno 2] No such file or directory', 'skcipher', 'cbc(aes)')" SKIP: test_drbg_pr_sha256 (test.test_socket.LinuxKernelCryptoAPI) "('[Errno 2] No such file or directory', 'rng', 'drbg_pr_sha256')" PASS: test_hmac_sha1 (test.test_socket.LinuxKernelCryptoAPI) PASS: test_length_restriction (test.test_socket.LinuxKernelCryptoAPI) PASS: test_sendmsg_afalg_args (test.test_socket.LinuxKernelCryptoAPI) PASS: test_sha256 (test.test_socket.LinuxKernelCryptoAPI) PASS: testFamily (test.test_socket.NetworkConnectionAttributesTest) PASS: testSourceAddress (test.test_socket.NetworkConnectionAttributesTest) PASS: testTimeoutDefault (test.test_socket.NetworkConnectionAttributesTest) PASS: testTimeoutNone (test.test_socket.NetworkConnectionAttributesTest) PASS: testTimeoutValueNamed (test.test_socket.NetworkConnectionAttributesTest) PASS: testTimeoutValueNonamed (test.test_socket.NetworkConnectionAttributesTest) PASS: testInsideTimeout (test.test_socket.NetworkConnectionBehaviourTest) PASS: testOutsideTimeout (test.test_socket.NetworkConnectionBehaviourTest) PASS: test_connect (test.test_socket.NetworkConnectionNoServer) PASS: test_create_connection (test.test_socket.NetworkConnectionNoServer) PASS: test_create_connection_timeout (test.test_socket.NetworkConnectionNoServer) PASS: testAccept (test.test_socket.NonBlockingTCPTests) PASS: testInheritFlagsBlocking (test.test_socket.NonBlockingTCPTests) PASS: testInheritFlagsTimeout (test.test_socket.NonBlockingTCPTests) PASS: testInitNonBlocking (test.test_socket.NonBlockingTCPTests) PASS: testRecv (test.test_socket.NonBlockingTCPTests) PASS: testSetBlocking (test.test_socket.NonBlockingTCPTests) PASS: testSetBlocking_overflow (test.test_socket.NonBlockingTCPTests) PASS: test_SOCK_NONBLOCK (test.test_socket.NonblockConstantTest) SKIP: testPeek (test.test_socket.RDSTest) 'RDS sockets required for this test.' SKIP: testSelect (test.test_socket.RDSTest) 'RDS sockets required for this test.' SKIP: testSendAndRecv (test.test_socket.RDSTest) 'RDS sockets required for this test.' SKIP: testSendAndRecvMsg (test.test_socket.RDSTest) 'RDS sockets required for this test.' SKIP: testSendAndRecvMulti (test.test_socket.RDSTest) 'RDS sockets required for this test.' PASS: testCmsgTruncNoBufSize (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test) PASS: testOddCmsgSize (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test) PASS: testRecvHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test) PASS: testRecvHopLimitCMSG_SPACE (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test) PASS: testRecvTrafficClassAndHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test) PASS: testRecvTrafficClassAndHopLimitCMSG_SPACE (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test) PASS: testSecondCmsgTrunc0 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test) PASS: testSecondCmsgTrunc1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test) PASS: testSecondCmsgTrunc2Int (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test) PASS: testSecondCmsgTruncInData (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test) PASS: testSecondCmsgTruncLen0Minus1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test) PASS: testSetHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test) PASS: testSetTrafficClassAndHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test) PASS: testSingleCmsgTrunc0 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test) PASS: testSingleCmsgTrunc1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test) PASS: testSingleCmsgTrunc2Int (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test) PASS: testSingleCmsgTruncInData (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test) PASS: testSingleCmsgTruncLen0Minus1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test) PASS: testCmsgTruncNoBufSize (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test) PASS: testOddCmsgSize (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test) PASS: testRecvHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test) PASS: testRecvHopLimitCMSG_SPACE (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test) PASS: testRecvTrafficClassAndHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test) PASS: testRecvTrafficClassAndHopLimitCMSG_SPACE (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test) PASS: testSecondCmsgTrunc0 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test) PASS: testSecondCmsgTrunc1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test) PASS: testSecondCmsgTrunc2Int (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test) PASS: testSecondCmsgTruncInData (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test) PASS: testSecondCmsgTruncLen0Minus1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test) PASS: testSetHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test) PASS: testSetTrafficClassAndHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test) PASS: testSingleCmsgTrunc0 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test) PASS: testSingleCmsgTrunc1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test) PASS: testSingleCmsgTrunc2Int (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test) PASS: testSingleCmsgTruncInData (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test) PASS: testSingleCmsgTruncLen0Minus1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test) PASS: testCmsgTrunc0 (test.test_socket.RecvmsgIntoSCMRightsStreamTest) PASS: testCmsgTrunc1 (test.test_socket.RecvmsgIntoSCMRightsStreamTest) PASS: testCmsgTrunc2Int (test.test_socket.RecvmsgIntoSCMRightsStreamTest) PASS: testCmsgTruncLen0 (test.test_socket.RecvmsgIntoSCMRightsStreamTest) PASS: testCmsgTruncLen0Minus1 (test.test_socket.RecvmsgIntoSCMRightsStreamTest) PASS: testCmsgTruncLen0Plus1 (test.test_socket.RecvmsgIntoSCMRightsStreamTest) PASS: testCmsgTruncLen1 (test.test_socket.RecvmsgIntoSCMRightsStreamTest) PASS: testCmsgTruncLen2Minus1 (test.test_socket.RecvmsgIntoSCMRightsStreamTest) PASS: testCmsgTruncNoBufSize (test.test_socket.RecvmsgIntoSCMRightsStreamTest) PASS: testFDPassCMSG_LEN (test.test_socket.RecvmsgIntoSCMRightsStreamTest) PASS: testFDPassCMSG_SPACE (test.test_socket.RecvmsgIntoSCMRightsStreamTest) PASS: testFDPassEmpty (test.test_socket.RecvmsgIntoSCMRightsStreamTest) PASS: testFDPassPartialInt (test.test_socket.RecvmsgIntoSCMRightsStreamTest) PASS: testFDPassPartialIntInMiddle (test.test_socket.RecvmsgIntoSCMRightsStreamTest) PASS: testFDPassSeparate (test.test_socket.RecvmsgIntoSCMRightsStreamTest) PASS: testFDPassSeparateMinSpace (test.test_socket.RecvmsgIntoSCMRightsStreamTest) PASS: testFDPassSimple (test.test_socket.RecvmsgIntoSCMRightsStreamTest) PASS: testMultipleFDPass (test.test_socket.RecvmsgIntoSCMRightsStreamTest) SKIP: testRecvmsg (test.test_socket.RecvmsgIntoSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testRecvmsgAfterClose (test.test_socket.RecvmsgIntoSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testRecvmsgEOF (test.test_socket.RecvmsgIntoSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testRecvmsgIntoArray (test.test_socket.RecvmsgIntoSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testRecvmsgOverflow (test.test_socket.RecvmsgIntoSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testRecvmsgPeek (test.test_socket.RecvmsgIntoSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testRecvmsgShorter (test.test_socket.RecvmsgIntoSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testRecvmsgTimeout (test.test_socket.RecvmsgIntoSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testRecvmsgTrunc (test.test_socket.RecvmsgIntoSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" PASS: testRecvmsg (test.test_socket.RecvmsgIntoTCPTest) PASS: testRecvmsgAfterClose (test.test_socket.RecvmsgIntoTCPTest) PASS: testRecvmsgEOF (test.test_socket.RecvmsgIntoTCPTest) PASS: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoTCPTest) PASS: testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoTCPTest) PASS: testRecvmsgIntoArray (test.test_socket.RecvmsgIntoTCPTest) PASS: testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoTCPTest) PASS: testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoTCPTest) PASS: testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoTCPTest) PASS: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoTCPTest) PASS: testRecvmsgOverflow (test.test_socket.RecvmsgIntoTCPTest) PASS: testRecvmsgPeek (test.test_socket.RecvmsgIntoTCPTest) PASS: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoTCPTest) PASS: testRecvmsgShorter (test.test_socket.RecvmsgIntoTCPTest) PASS: testRecvmsgTimeout (test.test_socket.RecvmsgIntoTCPTest) PASS: testRecvmsgTrunc (test.test_socket.RecvmsgIntoTCPTest) PASS: testRecvmsg (test.test_socket.RecvmsgIntoUDP6Test) PASS: testRecvmsgAfterClose (test.test_socket.RecvmsgIntoUDP6Test) PASS: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoUDP6Test) PASS: testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoUDP6Test) PASS: testRecvmsgIntoArray (test.test_socket.RecvmsgIntoUDP6Test) PASS: testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoUDP6Test) PASS: testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoUDP6Test) PASS: testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoUDP6Test) PASS: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoUDP6Test) PASS: testRecvmsgPeek (test.test_socket.RecvmsgIntoUDP6Test) PASS: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoUDP6Test) PASS: testRecvmsgShorter (test.test_socket.RecvmsgIntoUDP6Test) PASS: testRecvmsgTimeout (test.test_socket.RecvmsgIntoUDP6Test) PASS: testRecvmsgTrunc (test.test_socket.RecvmsgIntoUDP6Test) PASS: testRecvmsg (test.test_socket.RecvmsgIntoUDPLITE6Test) PASS: testRecvmsgAfterClose (test.test_socket.RecvmsgIntoUDPLITE6Test) PASS: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoUDPLITE6Test) PASS: testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoUDPLITE6Test) PASS: testRecvmsgIntoArray (test.test_socket.RecvmsgIntoUDPLITE6Test) PASS: testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoUDPLITE6Test) PASS: testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoUDPLITE6Test) PASS: testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoUDPLITE6Test) PASS: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoUDPLITE6Test) PASS: testRecvmsgPeek (test.test_socket.RecvmsgIntoUDPLITE6Test) PASS: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoUDPLITE6Test) PASS: testRecvmsgShorter (test.test_socket.RecvmsgIntoUDPLITE6Test) PASS: testRecvmsgTimeout (test.test_socket.RecvmsgIntoUDPLITE6Test) PASS: testRecvmsgTrunc (test.test_socket.RecvmsgIntoUDPLITE6Test) PASS: testRecvmsg (test.test_socket.RecvmsgIntoUDPLITETest) PASS: testRecvmsgAfterClose (test.test_socket.RecvmsgIntoUDPLITETest) PASS: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoUDPLITETest) PASS: testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoUDPLITETest) PASS: testRecvmsgIntoArray (test.test_socket.RecvmsgIntoUDPLITETest) PASS: testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoUDPLITETest) PASS: testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoUDPLITETest) PASS: testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoUDPLITETest) PASS: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoUDPLITETest) PASS: testRecvmsgPeek (test.test_socket.RecvmsgIntoUDPLITETest) PASS: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoUDPLITETest) PASS: testRecvmsgShorter (test.test_socket.RecvmsgIntoUDPLITETest) PASS: testRecvmsgTimeout (test.test_socket.RecvmsgIntoUDPLITETest) PASS: testRecvmsgTrunc (test.test_socket.RecvmsgIntoUDPLITETest) PASS: testRecvmsg (test.test_socket.RecvmsgIntoUDPTest) PASS: testRecvmsgAfterClose (test.test_socket.RecvmsgIntoUDPTest) PASS: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoUDPTest) PASS: testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoUDPTest) PASS: testRecvmsgIntoArray (test.test_socket.RecvmsgIntoUDPTest) PASS: testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoUDPTest) PASS: testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoUDPTest) PASS: testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoUDPTest) PASS: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoUDPTest) PASS: testRecvmsgPeek (test.test_socket.RecvmsgIntoUDPTest) PASS: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoUDPTest) PASS: testRecvmsgShorter (test.test_socket.RecvmsgIntoUDPTest) PASS: testRecvmsgTimeout (test.test_socket.RecvmsgIntoUDPTest) PASS: testRecvmsgTrunc (test.test_socket.RecvmsgIntoUDPTest) PASS: testRecvmsg (test.test_socket.RecvmsgIntoUnixStreamTest) PASS: testRecvmsgAfterClose (test.test_socket.RecvmsgIntoUnixStreamTest) PASS: testRecvmsgEOF (test.test_socket.RecvmsgIntoUnixStreamTest) PASS: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoUnixStreamTest) PASS: testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoUnixStreamTest) PASS: testRecvmsgIntoArray (test.test_socket.RecvmsgIntoUnixStreamTest) PASS: testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoUnixStreamTest) PASS: testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoUnixStreamTest) PASS: testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoUnixStreamTest) PASS: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoUnixStreamTest) PASS: testRecvmsgOverflow (test.test_socket.RecvmsgIntoUnixStreamTest) PASS: testRecvmsgPeek (test.test_socket.RecvmsgIntoUnixStreamTest) PASS: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoUnixStreamTest) PASS: testRecvmsgShorter (test.test_socket.RecvmsgIntoUnixStreamTest) PASS: testRecvmsgTimeout (test.test_socket.RecvmsgIntoUnixStreamTest) PASS: testRecvmsgTrunc (test.test_socket.RecvmsgIntoUnixStreamTest) PASS: testCmsgTruncNoBufSize (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test) PASS: testOddCmsgSize (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test) PASS: testRecvHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test) PASS: testRecvHopLimitCMSG_SPACE (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test) PASS: testRecvTrafficClassAndHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test) PASS: testRecvTrafficClassAndHopLimitCMSG_SPACE (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test) PASS: testSecondCmsgTrunc0 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test) PASS: testSecondCmsgTrunc1 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test) PASS: testSecondCmsgTrunc2Int (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test) PASS: testSecondCmsgTruncInData (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test) PASS: testSecondCmsgTruncLen0Minus1 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test) PASS: testSetHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test) PASS: testSetTrafficClassAndHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test) PASS: testSingleCmsgTrunc0 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test) PASS: testSingleCmsgTrunc1 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test) PASS: testSingleCmsgTrunc2Int (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test) PASS: testSingleCmsgTruncInData (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test) PASS: testSingleCmsgTruncLen0Minus1 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test) PASS: testCmsgTruncNoBufSize (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test) PASS: testOddCmsgSize (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test) PASS: testRecvHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test) PASS: testRecvHopLimitCMSG_SPACE (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test) PASS: testRecvTrafficClassAndHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test) PASS: testRecvTrafficClassAndHopLimitCMSG_SPACE (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test) PASS: testSecondCmsgTrunc0 (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test) PASS: testSecondCmsgTrunc1 (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test) PASS: testSecondCmsgTrunc2Int (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test) PASS: testSecondCmsgTruncInData (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test) PASS: testSecondCmsgTruncLen0Minus1 (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test) PASS: testSetHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test) PASS: testSetTrafficClassAndHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test) PASS: testSingleCmsgTrunc0 (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test) PASS: testSingleCmsgTrunc1 (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test) PASS: testSingleCmsgTrunc2Int (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test) PASS: testSingleCmsgTruncInData (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test) PASS: testSingleCmsgTruncLen0Minus1 (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test) PASS: testCmsgTrunc0 (test.test_socket.RecvmsgSCMRightsStreamTest) PASS: testCmsgTrunc1 (test.test_socket.RecvmsgSCMRightsStreamTest) PASS: testCmsgTrunc2Int (test.test_socket.RecvmsgSCMRightsStreamTest) PASS: testCmsgTruncLen0 (test.test_socket.RecvmsgSCMRightsStreamTest) PASS: testCmsgTruncLen0Minus1 (test.test_socket.RecvmsgSCMRightsStreamTest) PASS: testCmsgTruncLen0Plus1 (test.test_socket.RecvmsgSCMRightsStreamTest) PASS: testCmsgTruncLen1 (test.test_socket.RecvmsgSCMRightsStreamTest) PASS: testCmsgTruncLen2Minus1 (test.test_socket.RecvmsgSCMRightsStreamTest) PASS: testCmsgTruncNoBufSize (test.test_socket.RecvmsgSCMRightsStreamTest) PASS: testFDPassCMSG_LEN (test.test_socket.RecvmsgSCMRightsStreamTest) PASS: testFDPassCMSG_SPACE (test.test_socket.RecvmsgSCMRightsStreamTest) PASS: testFDPassEmpty (test.test_socket.RecvmsgSCMRightsStreamTest) PASS: testFDPassPartialInt (test.test_socket.RecvmsgSCMRightsStreamTest) PASS: testFDPassPartialIntInMiddle (test.test_socket.RecvmsgSCMRightsStreamTest) PASS: testFDPassSeparate (test.test_socket.RecvmsgSCMRightsStreamTest) PASS: testFDPassSeparateMinSpace (test.test_socket.RecvmsgSCMRightsStreamTest) PASS: testFDPassSimple (test.test_socket.RecvmsgSCMRightsStreamTest) PASS: testMultipleFDPass (test.test_socket.RecvmsgSCMRightsStreamTest) SKIP: testRecvmsg (test.test_socket.RecvmsgSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testRecvmsgAfterClose (test.test_socket.RecvmsgSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testRecvmsgBadArgs (test.test_socket.RecvmsgSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testRecvmsgEOF (test.test_socket.RecvmsgSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testRecvmsgFromSendmsg (test.test_socket.RecvmsgSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testRecvmsgOverflow (test.test_socket.RecvmsgSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testRecvmsgPeek (test.test_socket.RecvmsgSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testRecvmsgShorter (test.test_socket.RecvmsgSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testRecvmsgTimeout (test.test_socket.RecvmsgSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testRecvmsgTrunc (test.test_socket.RecvmsgSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" PASS: testRecvmsg (test.test_socket.RecvmsgTCPTest) PASS: testRecvmsgAfterClose (test.test_socket.RecvmsgTCPTest) PASS: testRecvmsgBadArgs (test.test_socket.RecvmsgTCPTest) PASS: testRecvmsgEOF (test.test_socket.RecvmsgTCPTest) PASS: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgTCPTest) PASS: testRecvmsgFromSendmsg (test.test_socket.RecvmsgTCPTest) PASS: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgTCPTest) PASS: testRecvmsgOverflow (test.test_socket.RecvmsgTCPTest) PASS: testRecvmsgPeek (test.test_socket.RecvmsgTCPTest) PASS: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgTCPTest) PASS: testRecvmsgShorter (test.test_socket.RecvmsgTCPTest) PASS: testRecvmsgTimeout (test.test_socket.RecvmsgTCPTest) PASS: testRecvmsgTrunc (test.test_socket.RecvmsgTCPTest) PASS: testRecvmsg (test.test_socket.RecvmsgUDP6Test) PASS: testRecvmsgAfterClose (test.test_socket.RecvmsgUDP6Test) PASS: testRecvmsgBadArgs (test.test_socket.RecvmsgUDP6Test) PASS: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgUDP6Test) PASS: testRecvmsgFromSendmsg (test.test_socket.RecvmsgUDP6Test) PASS: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgUDP6Test) PASS: testRecvmsgPeek (test.test_socket.RecvmsgUDP6Test) PASS: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgUDP6Test) PASS: testRecvmsgShorter (test.test_socket.RecvmsgUDP6Test) PASS: testRecvmsgTimeout (test.test_socket.RecvmsgUDP6Test) PASS: testRecvmsgTrunc (test.test_socket.RecvmsgUDP6Test) PASS: testRecvmsg (test.test_socket.RecvmsgUDPLITE6Test) PASS: testRecvmsgAfterClose (test.test_socket.RecvmsgUDPLITE6Test) PASS: testRecvmsgBadArgs (test.test_socket.RecvmsgUDPLITE6Test) PASS: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgUDPLITE6Test) PASS: testRecvmsgFromSendmsg (test.test_socket.RecvmsgUDPLITE6Test) PASS: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgUDPLITE6Test) PASS: testRecvmsgPeek (test.test_socket.RecvmsgUDPLITE6Test) PASS: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgUDPLITE6Test) PASS: testRecvmsgShorter (test.test_socket.RecvmsgUDPLITE6Test) PASS: testRecvmsgTimeout (test.test_socket.RecvmsgUDPLITE6Test) PASS: testRecvmsgTrunc (test.test_socket.RecvmsgUDPLITE6Test) PASS: testRecvmsg (test.test_socket.RecvmsgUDPLITETest) PASS: testRecvmsgAfterClose (test.test_socket.RecvmsgUDPLITETest) PASS: testRecvmsgBadArgs (test.test_socket.RecvmsgUDPLITETest) PASS: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgUDPLITETest) PASS: testRecvmsgFromSendmsg (test.test_socket.RecvmsgUDPLITETest) PASS: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgUDPLITETest) PASS: testRecvmsgPeek (test.test_socket.RecvmsgUDPLITETest) PASS: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgUDPLITETest) PASS: testRecvmsgShorter (test.test_socket.RecvmsgUDPLITETest) PASS: testRecvmsgTimeout (test.test_socket.RecvmsgUDPLITETest) PASS: testRecvmsgTrunc (test.test_socket.RecvmsgUDPLITETest) PASS: testRecvmsg (test.test_socket.RecvmsgUDPTest) PASS: testRecvmsgAfterClose (test.test_socket.RecvmsgUDPTest) PASS: testRecvmsgBadArgs (test.test_socket.RecvmsgUDPTest) PASS: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgUDPTest) PASS: testRecvmsgFromSendmsg (test.test_socket.RecvmsgUDPTest) PASS: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgUDPTest) PASS: testRecvmsgPeek (test.test_socket.RecvmsgUDPTest) PASS: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgUDPTest) PASS: testRecvmsgShorter (test.test_socket.RecvmsgUDPTest) PASS: testRecvmsgTimeout (test.test_socket.RecvmsgUDPTest) PASS: testRecvmsgTrunc (test.test_socket.RecvmsgUDPTest) PASS: testRecvmsg (test.test_socket.RecvmsgUnixStreamTest) PASS: testRecvmsgAfterClose (test.test_socket.RecvmsgUnixStreamTest) PASS: testRecvmsgBadArgs (test.test_socket.RecvmsgUnixStreamTest) PASS: testRecvmsgEOF (test.test_socket.RecvmsgUnixStreamTest) PASS: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgUnixStreamTest) PASS: testRecvmsgFromSendmsg (test.test_socket.RecvmsgUnixStreamTest) PASS: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgUnixStreamTest) PASS: testRecvmsgOverflow (test.test_socket.RecvmsgUnixStreamTest) PASS: testRecvmsgPeek (test.test_socket.RecvmsgUnixStreamTest) PASS: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgUnixStreamTest) PASS: testRecvmsgShorter (test.test_socket.RecvmsgUnixStreamTest) PASS: testRecvmsgTimeout (test.test_socket.RecvmsgUnixStreamTest) PASS: testRecvmsgTrunc (test.test_socket.RecvmsgUnixStreamTest) PASS: testSendAndRecvFds (test.test_socket.SendRecvFdsTests) PASS: testCount (test.test_socket.SendfileUsingSendTest) PASS: testCountSmall (test.test_socket.SendfileUsingSendTest) PASS: testCountWithOffset (test.test_socket.SendfileUsingSendTest) PASS: testEmptyFileSend (test.test_socket.SendfileUsingSendTest) PASS: testNonBlocking (test.test_socket.SendfileUsingSendTest) PASS: testNonRegularFile (test.test_socket.SendfileUsingSendTest) PASS: testOffset (test.test_socket.SendfileUsingSendTest) PASS: testRegularFile (test.test_socket.SendfileUsingSendTest) PASS: testWithTimeout (test.test_socket.SendfileUsingSendTest) PASS: testWithTimeoutTriggeredSend (test.test_socket.SendfileUsingSendTest) PASS: test_errors (test.test_socket.SendfileUsingSendTest) PASS: testCount (test.test_socket.SendfileUsingSendfileTest) PASS: testCountSmall (test.test_socket.SendfileUsingSendfileTest) PASS: testCountWithOffset (test.test_socket.SendfileUsingSendfileTest) PASS: testEmptyFileSend (test.test_socket.SendfileUsingSendfileTest) PASS: testNonBlocking (test.test_socket.SendfileUsingSendfileTest) PASS: testNonRegularFile (test.test_socket.SendfileUsingSendfileTest) PASS: testOffset (test.test_socket.SendfileUsingSendfileTest) PASS: testRegularFile (test.test_socket.SendfileUsingSendfileTest) PASS: testWithTimeout (test.test_socket.SendfileUsingSendfileTest) PASS: testWithTimeoutTriggeredSend (test.test_socket.SendfileUsingSendfileTest) PASS: test_errors (test.test_socket.SendfileUsingSendfileTest) SKIP: testSendmsg (test.test_socket.SendmsgSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testSendmsgAfterClose (test.test_socket.SendmsgSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testSendmsgAncillaryGenerator (test.test_socket.SendmsgSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testSendmsgArray (test.test_socket.SendmsgSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testSendmsgBadArgs (test.test_socket.SendmsgSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testSendmsgBadCmsg (test.test_socket.SendmsgSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testSendmsgBadMultiCmsg (test.test_socket.SendmsgSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testSendmsgDataGenerator (test.test_socket.SendmsgSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testSendmsgDontWait (test.test_socket.SendmsgSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testSendmsgExcessCmsgReject (test.test_socket.SendmsgSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testSendmsgExplicitNoneAddr (test.test_socket.SendmsgSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testSendmsgGather (test.test_socket.SendmsgSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testSendmsgTimeout (test.test_socket.SendmsgSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" PASS: testSendmsg (test.test_socket.SendmsgTCPTest) PASS: testSendmsgAfterClose (test.test_socket.SendmsgTCPTest) PASS: testSendmsgAncillaryGenerator (test.test_socket.SendmsgTCPTest) PASS: testSendmsgArray (test.test_socket.SendmsgTCPTest) PASS: testSendmsgBadArgs (test.test_socket.SendmsgTCPTest) PASS: testSendmsgBadCmsg (test.test_socket.SendmsgTCPTest) PASS: testSendmsgBadMultiCmsg (test.test_socket.SendmsgTCPTest) PASS: testSendmsgDataGenerator (test.test_socket.SendmsgTCPTest) PASS: testSendmsgDontWait (test.test_socket.SendmsgTCPTest) PASS: testSendmsgExcessCmsgReject (test.test_socket.SendmsgTCPTest) PASS: testSendmsgExplicitNoneAddr (test.test_socket.SendmsgTCPTest) PASS: testSendmsgGather (test.test_socket.SendmsgTCPTest) PASS: testSendmsgTimeout (test.test_socket.SendmsgTCPTest) PASS: testSendmsg (test.test_socket.SendmsgUDP6Test) PASS: testSendmsgAfterClose (test.test_socket.SendmsgUDP6Test) PASS: testSendmsgAncillaryGenerator (test.test_socket.SendmsgUDP6Test) PASS: testSendmsgArray (test.test_socket.SendmsgUDP6Test) PASS: testSendmsgBadArgs (test.test_socket.SendmsgUDP6Test) PASS: testSendmsgBadCmsg (test.test_socket.SendmsgUDP6Test) PASS: testSendmsgBadMultiCmsg (test.test_socket.SendmsgUDP6Test) PASS: testSendmsgDataGenerator (test.test_socket.SendmsgUDP6Test) PASS: testSendmsgExcessCmsgReject (test.test_socket.SendmsgUDP6Test) PASS: testSendmsgGather (test.test_socket.SendmsgUDP6Test) PASS: testSendmsgNoDestAddr (test.test_socket.SendmsgUDP6Test) PASS: testSendmsg (test.test_socket.SendmsgUDPLITE6Test) PASS: testSendmsgAfterClose (test.test_socket.SendmsgUDPLITE6Test) PASS: testSendmsgAncillaryGenerator (test.test_socket.SendmsgUDPLITE6Test) PASS: testSendmsgArray (test.test_socket.SendmsgUDPLITE6Test) PASS: testSendmsgBadArgs (test.test_socket.SendmsgUDPLITE6Test) PASS: testSendmsgBadCmsg (test.test_socket.SendmsgUDPLITE6Test) PASS: testSendmsgBadMultiCmsg (test.test_socket.SendmsgUDPLITE6Test) PASS: testSendmsgDataGenerator (test.test_socket.SendmsgUDPLITE6Test) PASS: testSendmsgExcessCmsgReject (test.test_socket.SendmsgUDPLITE6Test) PASS: testSendmsgGather (test.test_socket.SendmsgUDPLITE6Test) PASS: testSendmsgNoDestAddr (test.test_socket.SendmsgUDPLITE6Test) PASS: testSendmsg (test.test_socket.SendmsgUDPLITETest) PASS: testSendmsgAfterClose (test.test_socket.SendmsgUDPLITETest) PASS: testSendmsgAncillaryGenerator (test.test_socket.SendmsgUDPLITETest) PASS: testSendmsgArray (test.test_socket.SendmsgUDPLITETest) PASS: testSendmsgBadArgs (test.test_socket.SendmsgUDPLITETest) PASS: testSendmsgBadCmsg (test.test_socket.SendmsgUDPLITETest) PASS: testSendmsgBadMultiCmsg (test.test_socket.SendmsgUDPLITETest) PASS: testSendmsgDataGenerator (test.test_socket.SendmsgUDPLITETest) PASS: testSendmsgExcessCmsgReject (test.test_socket.SendmsgUDPLITETest) PASS: testSendmsgGather (test.test_socket.SendmsgUDPLITETest) PASS: testSendmsgNoDestAddr (test.test_socket.SendmsgUDPLITETest) PASS: testSendmsg (test.test_socket.SendmsgUDPTest) PASS: testSendmsgAfterClose (test.test_socket.SendmsgUDPTest) PASS: testSendmsgAncillaryGenerator (test.test_socket.SendmsgUDPTest) PASS: testSendmsgArray (test.test_socket.SendmsgUDPTest) PASS: testSendmsgBadArgs (test.test_socket.SendmsgUDPTest) PASS: testSendmsgBadCmsg (test.test_socket.SendmsgUDPTest) PASS: testSendmsgBadMultiCmsg (test.test_socket.SendmsgUDPTest) PASS: testSendmsgDataGenerator (test.test_socket.SendmsgUDPTest) PASS: testSendmsgExcessCmsgReject (test.test_socket.SendmsgUDPTest) PASS: testSendmsgGather (test.test_socket.SendmsgUDPTest) PASS: testSendmsgNoDestAddr (test.test_socket.SendmsgUDPTest) PASS: testSendmsg (test.test_socket.SendmsgUnixStreamTest) PASS: testSendmsgAfterClose (test.test_socket.SendmsgUnixStreamTest) PASS: testSendmsgAncillaryGenerator (test.test_socket.SendmsgUnixStreamTest) PASS: testSendmsgArray (test.test_socket.SendmsgUnixStreamTest) PASS: testSendmsgBadArgs (test.test_socket.SendmsgUnixStreamTest) PASS: testSendmsgBadCmsg (test.test_socket.SendmsgUnixStreamTest) PASS: testSendmsgBadMultiCmsg (test.test_socket.SendmsgUnixStreamTest) PASS: testSendmsgDataGenerator (test.test_socket.SendmsgUnixStreamTest) PASS: testSendmsgDontWait (test.test_socket.SendmsgUnixStreamTest) PASS: testSendmsgExcessCmsgReject (test.test_socket.SendmsgUnixStreamTest) PASS: testSendmsgExplicitNoneAddr (test.test_socket.SendmsgUnixStreamTest) PASS: testSendmsgGather (test.test_socket.SendmsgUnixStreamTest) PASS: testSendmsgTimeout (test.test_socket.SendmsgUnixStreamTest) PASS: testAttributes (test.test_socket.SmallBufferedFileObjectClassTestCase) PASS: testCloseAfterMakefile (test.test_socket.SmallBufferedFileObjectClassTestCase) PASS: testClosedAttr (test.test_socket.SmallBufferedFileObjectClassTestCase) PASS: testFullRead (test.test_socket.SmallBufferedFileObjectClassTestCase) PASS: testMakefileAfterMakefileClose (test.test_socket.SmallBufferedFileObjectClassTestCase) PASS: testReadAfterTimeout (test.test_socket.SmallBufferedFileObjectClassTestCase) PASS: testReadline (test.test_socket.SmallBufferedFileObjectClassTestCase) PASS: testRealClose (test.test_socket.SmallBufferedFileObjectClassTestCase) PASS: testSmallRead (test.test_socket.SmallBufferedFileObjectClassTestCase) PASS: testUnbufferedRead (test.test_socket.SmallBufferedFileObjectClassTestCase) PASS: testClose (test.test_socket.TCPCloserTest) PASS: testInterruptedTimeout (test.test_socket.TCPTimeoutTest) PASS: testTCPTimeout (test.test_socket.TCPTimeoutTest) PASS: testTimeoutZero (test.test_socket.TCPTimeoutTest) SKIP: testRDM (test.test_socket.TIPCTest) "TIPC module is not loaded, please 'sudo modprobe tipc'" SKIP: testStream (test.test_socket.TIPCThreadableTest) "TIPC module is not loaded, please 'sudo modprobe tipc'" PASS: testExceptionTree (test.test_socket.TestExceptions) PASS: test_setblocking_invalidfd (test.test_socket.TestExceptions) PASS: testAutobind (test.test_socket.TestLinuxAbstractNamespace) PASS: testBytearrayName (test.test_socket.TestLinuxAbstractNamespace) PASS: testLinuxAbstractNamespace (test.test_socket.TestLinuxAbstractNamespace) PASS: testMaxName (test.test_socket.TestLinuxAbstractNamespace) PASS: testNameOverflow (test.test_socket.TestLinuxAbstractNamespace) PASS: testStrName (test.test_socket.TestLinuxAbstractNamespace) SKIP: test_new_tcp_flags (test.test_socket.TestMSWindowsTCPFlags) 'requires Windows' SKIP: test_tcp_keepalive (test.test_socket.TestMacOSTCPFlags) 'macOS specific test' SKIP: testShare (test.test_socket.TestSocketSharing) 'Windows specific' SKIP: testShareLength (test.test_socket.TestSocketSharing) 'Windows specific' SKIP: testShareLocal (test.test_socket.TestSocketSharing) 'Windows specific' SKIP: testTypes (test.test_socket.TestSocketSharing) 'Windows specific' PASS: testBytesAddr (test.test_socket.TestUnixDomain) SKIP: testEmptyAddress (test.test_socket.TestUnixDomain) 'Linux specific test' PASS: testStrAddr (test.test_socket.TestUnixDomain) PASS: testSurrogateescapeBind (test.test_socket.TestUnixDomain) PASS: testUnbound (test.test_socket.TestUnixDomain) PASS: testUnencodableAddr (test.test_socket.TestUnixDomain) PASS: testStream (test.test_socket.ThreadedVSOCKSocketStreamTest) PASS: testTimeoutZero (test.test_socket.UDPLITETimeoutTest) PASS: testUDPLITETimeout (test.test_socket.UDPLITETimeoutTest) PASS: testTimeoutZero (test.test_socket.UDPTimeoutTest) PASS: testUDPTimeout (test.test_socket.UDPTimeoutTest) PASS: testAttributes (test.test_socket.UnbufferedFileObjectClassTestCase) PASS: testCloseAfterMakefile (test.test_socket.UnbufferedFileObjectClassTestCase) PASS: testClosedAttr (test.test_socket.UnbufferedFileObjectClassTestCase) PASS: testFullRead (test.test_socket.UnbufferedFileObjectClassTestCase) PASS: testMakefileAfterMakefileClose (test.test_socket.UnbufferedFileObjectClassTestCase) PASS: testMakefileClose (test.test_socket.UnbufferedFileObjectClassTestCase) PASS: testMakefileCloseSocketDestroy (test.test_socket.UnbufferedFileObjectClassTestCase) PASS: testReadAfterTimeout (test.test_socket.UnbufferedFileObjectClassTestCase) PASS: testReadline (test.test_socket.UnbufferedFileObjectClassTestCase) PASS: testRealClose (test.test_socket.UnbufferedFileObjectClassTestCase) PASS: testSmallRead (test.test_socket.UnbufferedFileObjectClassTestCase) PASS: testSmallReadNonBlocking (test.test_socket.UnbufferedFileObjectClassTestCase) PASS: testUnbufferedRead (test.test_socket.UnbufferedFileObjectClassTestCase) PASS: testUnbufferedReadline (test.test_socket.UnbufferedFileObjectClassTestCase) PASS: testWriteNonBlocking (test.test_socket.UnbufferedFileObjectClassTestCase) PASS: testAttributes (test.test_socket.UnicodeReadFileObjectClassTestCase) PASS: testCloseAfterMakefile (test.test_socket.UnicodeReadFileObjectClassTestCase) PASS: testClosedAttr (test.test_socket.UnicodeReadFileObjectClassTestCase) PASS: testFullRead (test.test_socket.UnicodeReadFileObjectClassTestCase) PASS: testMakefileAfterMakefileClose (test.test_socket.UnicodeReadFileObjectClassTestCase) PASS: testReadAfterTimeout (test.test_socket.UnicodeReadFileObjectClassTestCase) PASS: testReadline (test.test_socket.UnicodeReadFileObjectClassTestCase) PASS: testRealClose (test.test_socket.UnicodeReadFileObjectClassTestCase) PASS: testSmallRead (test.test_socket.UnicodeReadFileObjectClassTestCase) PASS: testUnbufferedRead (test.test_socket.UnicodeReadFileObjectClassTestCase) PASS: testAttributes (test.test_socket.UnicodeReadWriteFileObjectClassTestCase) PASS: testCloseAfterMakefile (test.test_socket.UnicodeReadWriteFileObjectClassTestCase) PASS: testClosedAttr (test.test_socket.UnicodeReadWriteFileObjectClassTestCase) PASS: testFullRead (test.test_socket.UnicodeReadWriteFileObjectClassTestCase) PASS: testMakefileAfterMakefileClose (test.test_socket.UnicodeReadWriteFileObjectClassTestCase) PASS: testReadAfterTimeout (test.test_socket.UnicodeReadWriteFileObjectClassTestCase) PASS: testReadline (test.test_socket.UnicodeReadWriteFileObjectClassTestCase) PASS: testRealClose (test.test_socket.UnicodeReadWriteFileObjectClassTestCase) PASS: testSmallRead (test.test_socket.UnicodeReadWriteFileObjectClassTestCase) PASS: testUnbufferedRead (test.test_socket.UnicodeReadWriteFileObjectClassTestCase) PASS: testAttributes (test.test_socket.UnicodeWriteFileObjectClassTestCase) PASS: testCloseAfterMakefile (test.test_socket.UnicodeWriteFileObjectClassTestCase) PASS: testClosedAttr (test.test_socket.UnicodeWriteFileObjectClassTestCase) PASS: testFullRead (test.test_socket.UnicodeWriteFileObjectClassTestCase) PASS: testMakefileAfterMakefileClose (test.test_socket.UnicodeWriteFileObjectClassTestCase) PASS: testReadAfterTimeout (test.test_socket.UnicodeWriteFileObjectClassTestCase) PASS: testReadline (test.test_socket.UnicodeWriteFileObjectClassTestCase) PASS: testRealClose (test.test_socket.UnicodeWriteFileObjectClassTestCase) PASS: testSmallRead (test.test_socket.UnicodeWriteFileObjectClassTestCase) PASS: testUnbufferedRead (test.test_socket.UnicodeWriteFileObjectClassTestCase) ---------------------------------------------------------------------- Ran 710 tests in 27.654s OK (skipped=100) 0:17:59 load avg: 0.28 [315/427] test_socketserver test_socketserver skipped -- Use of the 'network' resource not enabled 0:17:59 load avg: 0.28 [316/427] test_sort -- test_socketserver skipped (resource denied) testStressfully (test.test_sort.TestBase) ... 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 complaining at Complains(45) Complains(51) checking exception during sort 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 complaining at Complains(88) Complains(86) checking exception during sort 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 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(130) Complains(142) 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(236) Complains(238) 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(144) Complains(149) 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(253) Complains(166) 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(417) Complains(402) 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(423) Complains(425) 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 complaining at Complains(79) Complains(84) checking exception during sort 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(344) Complains(325) checking exception during sort left some permutation checking stability ok PASS: test_bug453523 (test.test_sort.TestBugs) PASS: test_undetected_mutation (test.test_sort.TestBugs) PASS: test_baddecorator (test.test_sort.TestDecorateSortUndecorate) PASS: test_decorated (test.test_sort.TestDecorateSortUndecorate) PASS: test_key_with_exception (test.test_sort.TestDecorateSortUndecorate) PASS: test_key_with_mutating_del (test.test_sort.TestDecorateSortUndecorate) PASS: test_key_with_mutating_del_and_exception (test.test_sort.TestDecorateSortUndecorate) PASS: test_key_with_mutation (test.test_sort.TestDecorateSortUndecorate) PASS: test_reverse (test.test_sort.TestDecorateSortUndecorate) PASS: test_reverse_stability (test.test_sort.TestDecorateSortUndecorate) PASS: test_stability (test.test_sort.TestDecorateSortUndecorate) PASS: test_not_all_tuples (test.test_sort.TestOptimizedCompares) PASS: test_safe_object_compare (test.test_sort.TestOptimizedCompares) PASS: test_unsafe_float_compare (test.test_sort.TestOptimizedCompares) PASS: test_unsafe_latin_compare (test.test_sort.TestOptimizedCompares) PASS: test_unsafe_long_compare (test.test_sort.TestOptimizedCompares) PASS: test_unsafe_object_compare (test.test_sort.TestOptimizedCompares) PASS: test_unsafe_tuple_compare (test.test_sort.TestOptimizedCompares) ---------------------------------------------------------------------- Ran 19 tests in 0.052s OK 0:18:00 load avg: 0.28 [317/427] test_source_encoding PASS: test_crcrcrlf (test.test_source_encoding.BytesSourceEncodingTest) PASS: test_crcrcrlf2 (test.test_source_encoding.BytesSourceEncodingTest) PASS: test_crcrlf (test.test_source_encoding.BytesSourceEncodingTest) PASS: test_crlf (test.test_source_encoding.BytesSourceEncodingTest) PASS: test_default_coding (test.test_source_encoding.BytesSourceEncodingTest) PASS: test_double_coding_line (test.test_source_encoding.BytesSourceEncodingTest) PASS: test_double_coding_same_line (test.test_source_encoding.BytesSourceEncodingTest) PASS: test_first_coding_line (test.test_source_encoding.BytesSourceEncodingTest) PASS: test_first_non_utf8_coding_line (test.test_source_encoding.BytesSourceEncodingTest) PASS: test_second_coding_line (test.test_source_encoding.BytesSourceEncodingTest) PASS: test_second_non_utf8_coding_line (test.test_source_encoding.BytesSourceEncodingTest) PASS: test_third_coding_line (test.test_source_encoding.BytesSourceEncodingTest) PASS: test_utf8_bom (test.test_source_encoding.BytesSourceEncodingTest) PASS: test_utf8_bom_and_utf8_coding_line (test.test_source_encoding.BytesSourceEncodingTest) PASS: test_crcrcrlf (test.test_source_encoding.FileSourceEncodingTest) PASS: test_crcrcrlf2 (test.test_source_encoding.FileSourceEncodingTest) PASS: test_crcrlf (test.test_source_encoding.FileSourceEncodingTest) PASS: test_crlf (test.test_source_encoding.FileSourceEncodingTest) PASS: test_default_coding (test.test_source_encoding.FileSourceEncodingTest) PASS: test_double_coding_line (test.test_source_encoding.FileSourceEncodingTest) PASS: test_double_coding_same_line (test.test_source_encoding.FileSourceEncodingTest) PASS: test_first_coding_line (test.test_source_encoding.FileSourceEncodingTest) PASS: test_first_non_utf8_coding_line (test.test_source_encoding.FileSourceEncodingTest) PASS: test_second_coding_line (test.test_source_encoding.FileSourceEncodingTest) PASS: test_second_non_utf8_coding_line (test.test_source_encoding.FileSourceEncodingTest) PASS: test_third_coding_line (test.test_source_encoding.FileSourceEncodingTest) PASS: test_utf8_bom (test.test_source_encoding.FileSourceEncodingTest) PASS: test_utf8_bom_and_utf8_coding_line (test.test_source_encoding.FileSourceEncodingTest) PASS: test_20731 (test.test_source_encoding.MiscSourceEncodingTest) PASS: test_bad_coding (test.test_source_encoding.MiscSourceEncodingTest) PASS: test_bad_coding2 (test.test_source_encoding.MiscSourceEncodingTest) PASS: test_compilestring (test.test_source_encoding.MiscSourceEncodingTest) PASS: test_error_from_string (test.test_source_encoding.MiscSourceEncodingTest) PASS: test_error_message (test.test_source_encoding.MiscSourceEncodingTest) PASS: test_exec_valid_coding (test.test_source_encoding.MiscSourceEncodingTest) PASS: test_file_parse (test.test_source_encoding.MiscSourceEncodingTest) PASS: test_issue2301 (test.test_source_encoding.MiscSourceEncodingTest) PASS: test_issue3297 (test.test_source_encoding.MiscSourceEncodingTest) PASS: test_issue4626 (test.test_source_encoding.MiscSourceEncodingTest) PASS: test_issue7820 (test.test_source_encoding.MiscSourceEncodingTest) PASS: test_pep263 (test.test_source_encoding.MiscSourceEncodingTest) ---------------------------------------------------------------------- Ran 41 tests in 0.274s OK 0:18:01 load avg: 0.28 [318/427] test_spwd SKIP: test_getspnam_exception (test.test_spwd.TestSpwdNonRoot) 'non-root user required' PASS: test_getspall (test.test_spwd.TestSpwdRoot) PASS: test_getspnam (test.test_spwd.TestSpwdRoot) ---------------------------------------------------------------------- Ran 3 tests in 0.001s OK (skipped=1) 0:18:02 load avg: 0.34 [319/427] test_sqlite test_sqlite: testing with version '2.6.0', sqlite_version '3.39.3' PASS: test_closed_call (sqlite3.test.dbapi.ClosedConTests) PASS: test_closed_con_commit (sqlite3.test.dbapi.ClosedConTests) PASS: test_closed_con_cursor (sqlite3.test.dbapi.ClosedConTests) PASS: test_closed_con_rollback (sqlite3.test.dbapi.ClosedConTests) PASS: test_closed_create_aggregate (sqlite3.test.dbapi.ClosedConTests) PASS: test_closed_create_function (sqlite3.test.dbapi.ClosedConTests) PASS: test_closed_cur_execute (sqlite3.test.dbapi.ClosedConTests) PASS: test_closed_set_authorizer (sqlite3.test.dbapi.ClosedConTests) PASS: test_closed_set_progress_callback (sqlite3.test.dbapi.ClosedConTests) PASS: test_closed (sqlite3.test.dbapi.ClosedCurTests) PASS: test_close (sqlite3.test.dbapi.ConnectionTests) PASS: test_commit (sqlite3.test.dbapi.ConnectionTests) test_commit_after_no_changes (sqlite3.test.dbapi.ConnectionTests) PASS: A commit should also work when no changes were made to the database. PASS: test_cursor (sqlite3.test.dbapi.ConnectionTests) PASS: test_exceptions (sqlite3.test.dbapi.ConnectionTests) PASS: test_failed_open (sqlite3.test.dbapi.ConnectionTests) PASS: test_in_transaction (sqlite3.test.dbapi.ConnectionTests) PASS: test_in_transaction_ro (sqlite3.test.dbapi.ConnectionTests) PASS: test_open_uri (sqlite3.test.dbapi.ConnectionTests) test_open_with_path_like_object (sqlite3.test.dbapi.ConnectionTests) PASS: Checks that we can successfully connect to a database using an object that PASS: test_rollback (sqlite3.test.dbapi.ConnectionTests) test_rollback_after_no_changes (sqlite3.test.dbapi.ConnectionTests) PASS: A rollback should also work when no changes were made to the database. PASS: test_binary (sqlite3.test.dbapi.ConstructorTests) PASS: test_date (sqlite3.test.dbapi.ConstructorTests) PASS: test_date_from_ticks (sqlite3.test.dbapi.ConstructorTests) PASS: test_time (sqlite3.test.dbapi.ConstructorTests) PASS: test_time_from_ticks (sqlite3.test.dbapi.ConstructorTests) PASS: test_timestamp (sqlite3.test.dbapi.ConstructorTests) PASS: test_timestamp_from_ticks (sqlite3.test.dbapi.ConstructorTests) PASS: test_array_size (sqlite3.test.dbapi.CursorTests) PASS: test_close (sqlite3.test.dbapi.CursorTests) PASS: test_cursor_connection (sqlite3.test.dbapi.CursorTests) PASS: test_cursor_wrong_class (sqlite3.test.dbapi.CursorTests) PASS: test_execute_arg_float (sqlite3.test.dbapi.CursorTests) PASS: test_execute_arg_int (sqlite3.test.dbapi.CursorTests) PASS: test_execute_arg_string (sqlite3.test.dbapi.CursorTests) PASS: test_execute_arg_string_with_zero_byte (sqlite3.test.dbapi.CursorTests) PASS: test_execute_dict_mapping (sqlite3.test.dbapi.CursorTests) PASS: test_execute_dict_mapping_mapping (sqlite3.test.dbapi.CursorTests) PASS: test_execute_dict_mapping_no_args (sqlite3.test.dbapi.CursorTests) PASS: test_execute_dict_mapping_too_little_args (sqlite3.test.dbapi.CursorTests) PASS: test_execute_dict_mapping_unnamed (sqlite3.test.dbapi.CursorTests) PASS: test_execute_illegal_sql (sqlite3.test.dbapi.CursorTests) PASS: test_execute_many_generator (sqlite3.test.dbapi.CursorTests) PASS: test_execute_many_iterator (sqlite3.test.dbapi.CursorTests) PASS: test_execute_many_not_iterable (sqlite3.test.dbapi.CursorTests) PASS: test_execute_many_select (sqlite3.test.dbapi.CursorTests) PASS: test_execute_many_sequence (sqlite3.test.dbapi.CursorTests) PASS: test_execute_many_wrong_sql_arg (sqlite3.test.dbapi.CursorTests) PASS: test_execute_no_args (sqlite3.test.dbapi.CursorTests) PASS: test_execute_non_iterable (sqlite3.test.dbapi.CursorTests) PASS: test_execute_param_list (sqlite3.test.dbapi.CursorTests) PASS: test_execute_param_sequence (sqlite3.test.dbapi.CursorTests) PASS: test_execute_param_sequence_bad_len (sqlite3.test.dbapi.CursorTests) PASS: test_execute_too_much_sql (sqlite3.test.dbapi.CursorTests) PASS: test_execute_too_much_sql2 (sqlite3.test.dbapi.CursorTests) PASS: test_execute_too_much_sql3 (sqlite3.test.dbapi.CursorTests) PASS: test_execute_wrong_no_of_args1 (sqlite3.test.dbapi.CursorTests) PASS: test_execute_wrong_no_of_args2 (sqlite3.test.dbapi.CursorTests) PASS: test_execute_wrong_no_of_args3 (sqlite3.test.dbapi.CursorTests) PASS: test_execute_wrong_sql_arg (sqlite3.test.dbapi.CursorTests) PASS: test_fetch_iter (sqlite3.test.dbapi.CursorTests) PASS: test_fetchall (sqlite3.test.dbapi.CursorTests) PASS: test_fetchmany (sqlite3.test.dbapi.CursorTests) test_fetchmany_kw_arg (sqlite3.test.dbapi.CursorTests) PASS: Checks if fetchmany works with keyword arguments PASS: test_fetchone (sqlite3.test.dbapi.CursorTests) PASS: test_fetchone_no_statement (sqlite3.test.dbapi.CursorTests) PASS: test_last_row_id_insert_o_r (sqlite3.test.dbapi.CursorTests) PASS: test_last_row_id_on_ignore (sqlite3.test.dbapi.CursorTests) test_last_row_id_on_replace (sqlite3.test.dbapi.CursorTests) PASS: INSERT OR REPLACE and REPLACE INTO should produce the same behavior. PASS: test_rowcount_execute (sqlite3.test.dbapi.CursorTests) PASS: test_rowcount_executemany (sqlite3.test.dbapi.CursorTests) test_rowcount_select (sqlite3.test.dbapi.CursorTests) PASS: pysqlite does not know the rowcount of SELECT statements, because we PASS: test_rowcount_update_returning (sqlite3.test.dbapi.CursorTests) PASS: test_setinputsizes (sqlite3.test.dbapi.CursorTests) PASS: test_setoutputsize (sqlite3.test.dbapi.CursorTests) PASS: test_setoutputsize_no_column (sqlite3.test.dbapi.CursorTests) PASS: test_total_changes (sqlite3.test.dbapi.CursorTests) PASS: test_wrong_cursor_callable (sqlite3.test.dbapi.CursorTests) PASS: test_connection_execute (sqlite3.test.dbapi.ExtensionTests) PASS: test_connection_executemany (sqlite3.test.dbapi.ExtensionTests) PASS: test_connection_executescript (sqlite3.test.dbapi.ExtensionTests) PASS: test_cursor_executescript_as_bytes (sqlite3.test.dbapi.ExtensionTests) PASS: test_script_error_normal (sqlite3.test.dbapi.ExtensionTests) PASS: test_script_string_sql (sqlite3.test.dbapi.ExtensionTests) PASS: test_script_syntax_error (sqlite3.test.dbapi.ExtensionTests) PASS: test_api_level (sqlite3.test.dbapi.ModuleTests) PASS: test_data_error (sqlite3.test.dbapi.ModuleTests) PASS: test_database_error (sqlite3.test.dbapi.ModuleTests) PASS: test_disallow_instantiation (sqlite3.test.dbapi.ModuleTests) PASS: test_error (sqlite3.test.dbapi.ModuleTests) PASS: test_integrity_error (sqlite3.test.dbapi.ModuleTests) PASS: test_interface_error (sqlite3.test.dbapi.ModuleTests) PASS: test_internal_error (sqlite3.test.dbapi.ModuleTests) PASS: test_not_supported_error (sqlite3.test.dbapi.ModuleTests) PASS: test_operational_error (sqlite3.test.dbapi.ModuleTests) PASS: test_param_style (sqlite3.test.dbapi.ModuleTests) PASS: test_programming_error (sqlite3.test.dbapi.ModuleTests) PASS: test_shared_cache_deprecated (sqlite3.test.dbapi.ModuleTests) PASS: test_thread_safety (sqlite3.test.dbapi.ModuleTests) PASS: test_warning (sqlite3.test.dbapi.ModuleTests) PASS: test_ctx_mgr_rollback_if_commit_failed (sqlite3.test.dbapi.MultiprocessTests) PASS: test_on_conflict_abort_raises_with_explicit_transactions (sqlite3.test.dbapi.SqliteOnConflictTests) PASS: test_on_conflict_abort_raises_without_transactions (sqlite3.test.dbapi.SqliteOnConflictTests) PASS: test_on_conflict_fail (sqlite3.test.dbapi.SqliteOnConflictTests) PASS: test_on_conflict_ignore (sqlite3.test.dbapi.SqliteOnConflictTests) PASS: test_on_conflict_replace (sqlite3.test.dbapi.SqliteOnConflictTests) PASS: test_on_conflict_rollback_with_explicit_transaction (sqlite3.test.dbapi.SqliteOnConflictTests) PASS: test_on_conflict_rollback_without_transaction (sqlite3.test.dbapi.SqliteOnConflictTests) PASS: test_con_close (sqlite3.test.dbapi.ThreadTests) PASS: test_con_commit (sqlite3.test.dbapi.ThreadTests) PASS: test_con_cursor (sqlite3.test.dbapi.ThreadTests) PASS: test_con_rollback (sqlite3.test.dbapi.ThreadTests) PASS: test_cur_close (sqlite3.test.dbapi.ThreadTests) PASS: test_cur_execute (sqlite3.test.dbapi.ThreadTests) PASS: test_cur_implicit_begin (sqlite3.test.dbapi.ThreadTests) PASS: test_cur_iter_next (sqlite3.test.dbapi.ThreadTests) PASS: test_uninit_operations (sqlite3.test.dbapi.UninitialisedConnectionTests) PASS: test_binary_input_for_converter (sqlite3.test.types.BinaryConverterTests) PASS: test_case_in_converter_name (sqlite3.test.types.ColNamesTests) PASS: test_col_name (sqlite3.test.types.ColNamesTests) PASS: test_cursor_description_insert (sqlite3.test.types.ColNamesTests) test_cursor_description_no_row (sqlite3.test.types.ColNamesTests) PASS: cursor.description should at least provide the column name(s), even if test_decl_type_not_used (sqlite3.test.types.ColNamesTests) PASS: Assures that the declared type is not used when PARSE_DECLTYPES PASS: test_none (sqlite3.test.types.ColNamesTests) PASS: test_cursor_description_cte (sqlite3.test.types.CommonTableExpressionTests) PASS: test_cursor_description_cte_multiple_columns (sqlite3.test.types.CommonTableExpressionTests) PASS: test_cursor_description_cte_simple (sqlite3.test.types.CommonTableExpressionTests) PASS: test_date_time_sub_seconds (sqlite3.test.types.DateTimeTests) PASS: test_date_time_sub_seconds_floating_point (sqlite3.test.types.DateTimeTests) PASS: test_sql_timestamp (sqlite3.test.types.DateTimeTests) PASS: test_sqlite_date (sqlite3.test.types.DateTimeTests) PASS: test_sqlite_timestamp (sqlite3.test.types.DateTimeTests) PASS: test_blob (sqlite3.test.types.DeclTypesTests) PASS: test_bool (sqlite3.test.types.DeclTypesTests) PASS: test_convert_zero_sized_blob (sqlite3.test.types.DeclTypesTests) PASS: test_error_in_conform (sqlite3.test.types.DeclTypesTests) PASS: test_float (sqlite3.test.types.DeclTypesTests) PASS: test_foo (sqlite3.test.types.DeclTypesTests) PASS: test_large_int (sqlite3.test.types.DeclTypesTests) PASS: test_number1 (sqlite3.test.types.DeclTypesTests) test_number2 (sqlite3.test.types.DeclTypesTests) PASS: Checks whether converter names are cut off at '(' characters PASS: test_small_int (sqlite3.test.types.DeclTypesTests) PASS: test_string (sqlite3.test.types.DeclTypesTests) PASS: test_unicode (sqlite3.test.types.DeclTypesTests) PASS: test_unsupported_dict (sqlite3.test.types.DeclTypesTests) PASS: test_unsupported_seq (sqlite3.test.types.DeclTypesTests) PASS: test_caster_is_used (sqlite3.test.types.ObjectAdaptationTests) PASS: test_blob (sqlite3.test.types.SqliteTypeTests) PASS: test_float (sqlite3.test.types.SqliteTypeTests) PASS: test_large_int (sqlite3.test.types.SqliteTypeTests) PASS: test_small_int (sqlite3.test.types.SqliteTypeTests) PASS: test_string (sqlite3.test.types.SqliteTypeTests) PASS: test_unicode_execute (sqlite3.test.types.SqliteTypeTests) PASS: test_aggr_check_aggr_sum (sqlite3.test.userfunctions.AggregateTests) PASS: test_aggr_check_param_blob (sqlite3.test.userfunctions.AggregateTests) PASS: test_aggr_check_param_float (sqlite3.test.userfunctions.AggregateTests) PASS: test_aggr_check_param_int (sqlite3.test.userfunctions.AggregateTests) PASS: test_aggr_check_param_none (sqlite3.test.userfunctions.AggregateTests) PASS: test_aggr_check_param_str (sqlite3.test.userfunctions.AggregateTests) PASS: test_aggr_check_params_int (sqlite3.test.userfunctions.AggregateTests) PASS: test_aggr_error_on_create (sqlite3.test.userfunctions.AggregateTests) PASS: test_aggr_exception_in_finalize (sqlite3.test.userfunctions.AggregateTests) PASS: test_aggr_exception_in_init (sqlite3.test.userfunctions.AggregateTests) PASS: test_aggr_exception_in_step (sqlite3.test.userfunctions.AggregateTests) PASS: test_aggr_no_finalize (sqlite3.test.userfunctions.AggregateTests) PASS: test_aggr_no_match (sqlite3.test.userfunctions.AggregateTests) PASS: test_aggr_no_step (sqlite3.test.userfunctions.AggregateTests) PASS: test_aggr_text (sqlite3.test.userfunctions.AggregateTests) PASS: test_column_access (sqlite3.test.userfunctions.AuthorizerIllegalTypeTests) PASS: test_table_access (sqlite3.test.userfunctions.AuthorizerIllegalTypeTests) PASS: test_column_access (sqlite3.test.userfunctions.AuthorizerLargeIntegerTests) PASS: test_table_access (sqlite3.test.userfunctions.AuthorizerLargeIntegerTests) PASS: test_column_access (sqlite3.test.userfunctions.AuthorizerRaiseExceptionTests) PASS: test_table_access (sqlite3.test.userfunctions.AuthorizerRaiseExceptionTests) PASS: test_column_access (sqlite3.test.userfunctions.AuthorizerTests) PASS: test_table_access (sqlite3.test.userfunctions.AuthorizerTests) PASS: test_any_arguments (sqlite3.test.userfunctions.FunctionTests) PASS: test_empty_blob (sqlite3.test.userfunctions.FunctionTests) PASS: test_func_deterministic (sqlite3.test.userfunctions.FunctionTests) PASS: test_func_deterministic_keyword_only (sqlite3.test.userfunctions.FunctionTests) SKIP: test_func_deterministic_not_supported (sqlite3.test.userfunctions.FunctionTests) 'SQLite < 3.8.3 needed' PASS: test_func_error_on_create (sqlite3.test.userfunctions.FunctionTests) PASS: test_func_exception (sqlite3.test.userfunctions.FunctionTests) PASS: test_func_non_deterministic (sqlite3.test.userfunctions.FunctionTests) PASS: test_func_params (sqlite3.test.userfunctions.FunctionTests) PASS: test_func_ref_count (sqlite3.test.userfunctions.FunctionTests) PASS: test_func_return_blob (sqlite3.test.userfunctions.FunctionTests) PASS: test_func_return_float (sqlite3.test.userfunctions.FunctionTests) PASS: test_func_return_int (sqlite3.test.userfunctions.FunctionTests) PASS: test_func_return_long_long (sqlite3.test.userfunctions.FunctionTests) PASS: test_func_return_nan (sqlite3.test.userfunctions.FunctionTests) PASS: test_func_return_null (sqlite3.test.userfunctions.FunctionTests) PASS: test_func_return_text (sqlite3.test.userfunctions.FunctionTests) PASS: test_func_return_text_with_null_char (sqlite3.test.userfunctions.FunctionTests) PASS: test_func_return_too_large_int (sqlite3.test.userfunctions.FunctionTests) PASS: test_func_return_unicode (sqlite3.test.userfunctions.FunctionTests) PASS: test_function_destructor_via_gc (sqlite3.test.userfunctions.FunctionTests) PASS: test_nan_float (sqlite3.test.userfunctions.FunctionTests) PASS: test_non_contiguous_blob (sqlite3.test.userfunctions.FunctionTests) PASS: test_param_surrogates (sqlite3.test.userfunctions.FunctionTests) PASS: test_too_large_int (sqlite3.test.userfunctions.FunctionTests) PASS: test_is_instance (sqlite3.test.factory.ConnectionFactoryTests) PASS: test_invalid_factory (sqlite3.test.factory.CursorFactoryTests) PASS: test_is_instance (sqlite3.test.factory.CursorFactoryTests) PASS: test_custom_factory (sqlite3.test.factory.RowFactoryTests) PASS: test_fake_cursor_class (sqlite3.test.factory.RowFactoryTests) test_sqlite_row_as_dict (sqlite3.test.factory.RowFactoryTests) PASS: Checks if the row object can be correctly converted to a dictionary test_sqlite_row_as_sequence (sqlite3.test.factory.RowFactoryTests) PASS: Checks if the row object can act like a sequence test_sqlite_row_as_tuple (sqlite3.test.factory.RowFactoryTests) PASS: Checks if the row object can be converted to a tuple test_sqlite_row_hash_cmp (sqlite3.test.factory.RowFactoryTests) PASS: Checks if the row object compares and hashes correctly PASS: test_sqlite_row_index (sqlite3.test.factory.RowFactoryTests) PASS: test_sqlite_row_index_unicode (sqlite3.test.factory.RowFactoryTests) test_sqlite_row_iter (sqlite3.test.factory.RowFactoryTests) PASS: Checks if the row object is iterable PASS: test_sqlite_row_slice (sqlite3.test.factory.RowFactoryTests) PASS: test_is_produced_by_factory (sqlite3.test.factory.RowFactoryTestsBackwardsCompat) PASS: test_custom (sqlite3.test.factory.TextFactoryTests) PASS: test_optimized_unicode (sqlite3.test.factory.TextFactoryTests) PASS: test_string (sqlite3.test.factory.TextFactoryTests) PASS: test_unicode (sqlite3.test.factory.TextFactoryTests) PASS: test_bytearray (sqlite3.test.factory.TextFactoryTestsWithEmbeddedZeroBytes) PASS: test_bytes (sqlite3.test.factory.TextFactoryTestsWithEmbeddedZeroBytes) PASS: test_custom (sqlite3.test.factory.TextFactoryTestsWithEmbeddedZeroBytes) PASS: test_string (sqlite3.test.factory.TextFactoryTestsWithEmbeddedZeroBytes) PASS: test_drop_table (sqlite3.test.transactions.SpecialCommandTests) PASS: test_pragma (sqlite3.test.transactions.SpecialCommandTests) PASS: test_delete_starts_transaction (sqlite3.test.transactions.TransactionTests) PASS: test_dml_does_not_auto_commit_before (sqlite3.test.transactions.TransactionTests) PASS: test_insert_starts_transaction (sqlite3.test.transactions.TransactionTests) test_locking (sqlite3.test.transactions.TransactionTests) PASS: This tests the improved concurrency with pysqlite 2.3.4. You needed PASS: test_raise_timeout (sqlite3.test.transactions.TransactionTests) PASS: test_replace_starts_transaction (sqlite3.test.transactions.TransactionTests) test_rollback_cursor_consistency (sqlite3.test.transactions.TransactionTests) PASS: Checks if cursors on the connection are set into a "reset" state PASS: test_toggle_auto_commit (sqlite3.test.transactions.TransactionTests) PASS: test_update_starts_transaction (sqlite3.test.transactions.TransactionTests) PASS: test_ddl_does_not_autostart_transaction (sqlite3.test.transactions.TransactionalDDL) PASS: test_immediate_transactional_ddl (sqlite3.test.transactions.TransactionalDDL) PASS: test_transactional_ddl (sqlite3.test.transactions.TransactionalDDL) PASS: test_collation_is_used (sqlite3.test.hooks.CollationTests) test_collation_register_twice (sqlite3.test.hooks.CollationTests) PASS: Register two different collation functions under the same name. PASS: test_collation_returns_large_integer (sqlite3.test.hooks.CollationTests) PASS: test_create_collation_bad_upper (sqlite3.test.hooks.CollationTests) PASS: test_create_collation_not_ascii (sqlite3.test.hooks.CollationTests) PASS: test_create_collation_not_callable (sqlite3.test.hooks.CollationTests) PASS: test_create_collation_not_string (sqlite3.test.hooks.CollationTests) test_deregister_collation (sqlite3.test.hooks.CollationTests) PASS: Register a collation, then deregister it. Make sure an error is raised if we try test_cancel_operation (sqlite3.test.hooks.ProgressTests) PASS: Test that returning a non-zero value stops the operation in progress. test_clear_handler (sqlite3.test.hooks.ProgressTests) PASS: Test that setting the progress handler to None clears the previously set handler. test_opcode_count (sqlite3.test.hooks.ProgressTests) PASS: Test that the opcode argument is respected. test_progress_handler_used (sqlite3.test.hooks.ProgressTests) PASS: Test that the progress handler is invoked once it is set. test_clear_trace_callback (sqlite3.test.hooks.TraceCallbackTests) PASS: Test that setting the trace callback to None clears the previously set callback. PASS: test_trace_callback_content (sqlite3.test.hooks.TraceCallbackTests) test_trace_callback_used (sqlite3.test.hooks.TraceCallbackTests) PASS: Test that the trace callback is invoked once it is set. PASS: test_trace_expanded_sql (sqlite3.test.hooks.TraceCallbackTests) test_unicode_content (sqlite3.test.hooks.TraceCallbackTests) PASS: Test that the statement can contain unicode literals. test_auto_commit (sqlite3.test.regression.RegressionTests) PASS: Verifies that creating a connection in autocommit mode works. PASS: test_bind_mutating_list (sqlite3.test.regression.RegressionTests) test_bpo31770 (sqlite3.test.regression.RegressionTests) PASS: The interpreter shouldn't crash in case Cursor.__init__() is called PASS: test_bpo37347 (sqlite3.test.regression.RegressionTests) PASS: test_collation (sqlite3.test.regression.RegressionTests) PASS: test_column_name_with_spaces (sqlite3.test.regression.RegressionTests) test_commit_cursor_reset (sqlite3.test.regression.RegressionTests) PASS: Connection.commit() did reset cursors, which made sqlite3 test_connection_call (sqlite3.test.regression.RegressionTests) PASS: Call a connection with a non-string SQL request: check error handling test_connection_constructor_call_check (sqlite3.test.regression.RegressionTests) PASS: Verifies that connection methods check whether base class __init__ was test_convert_timestamp_microsecond_padding (sqlite3.test.regression.RegressionTests) PASS: http://bugs.python.org/issue14720 test_cursor_constructor_call_check (sqlite3.test.regression.RegressionTests) PASS: Verifies that cursor methods check whether base class __init__ was test_cursor_registration (sqlite3.test.regression.RegressionTests) PASS: Verifies that subclassed cursor classes are correctly registered with PASS: test_del_isolation_level_segfault (sqlite3.test.regression.RegressionTests) test_empty_statement (sqlite3.test.regression.RegressionTests) PASS: pysqlite used to segfault with SQLite versions 3.5.x. These return NULL PASS: test_error_msg_decode_error (sqlite3.test.regression.RegressionTests) PASS: test_invalid_isolation_level_type (sqlite3.test.regression.RegressionTests) PASS: test_null_character (sqlite3.test.regression.RegressionTests) PASS: test_on_conflict_rollback (sqlite3.test.regression.RegressionTests) test_pragma_autocommit (sqlite3.test.regression.RegressionTests) PASS: Verifies that running a PRAGMA statement that does an autocommit does PASS: test_pragma_schema_version (sqlite3.test.regression.RegressionTests) PASS: test_pragma_user_version (sqlite3.test.regression.RegressionTests) test_recursive_cursor_use (sqlite3.test.regression.RegressionTests) PASS: http://bugs.python.org/issue10811 test_register_adapter (sqlite3.test.regression.RegressionTests) PASS: See issue 3312. PASS: test_return_empty_bytestring (sqlite3.test.regression.RegressionTests) PASS: test_set_isolation_level (sqlite3.test.regression.RegressionTests) PASS: test_statement_finalization_on_close_db (sqlite3.test.regression.RegressionTests) PASS: test_statement_reset (sqlite3.test.regression.RegressionTests) test_str_subclass (sqlite3.test.regression.RegressionTests) PASS: The Python 3.0 port of the module didn't cope with values of subclasses of str. test_type_map_usage (sqlite3.test.regression.RegressionTests) PASS: pysqlite until 2.4.1 did not rebuild the row_cast_map when recompiling test_workaround_for_buggy_sqlite_transfer_bindings (sqlite3.test.regression.RegressionTests) PASS: pysqlite would crash with older SQLite versions unless PASS: test_recursive_cursor_close (sqlite3.test.regression.RecursiveUseOfCursors) PASS: test_recursive_cursor_fetch (sqlite3.test.regression.RecursiveUseOfCursors) PASS: test_recursive_cursor_init (sqlite3.test.regression.RecursiveUseOfCursors) PASS: test_dump_autoincrement (sqlite3.test.dump.DumpTests) PASS: test_dump_autoincrement_create_new_db (sqlite3.test.dump.DumpTests) PASS: test_table_dump (sqlite3.test.dump.DumpTests) PASS: test_unorderable_row (sqlite3.test.dump.DumpTests) PASS: test_bad_source_closed_connection (sqlite3.test.backup.BackupTests) PASS: test_bad_target (sqlite3.test.backup.BackupTests) PASS: test_bad_target_closed_connection (sqlite3.test.backup.BackupTests) PASS: test_bad_target_filename (sqlite3.test.backup.BackupTests) PASS: test_bad_target_in_transaction (sqlite3.test.backup.BackupTests) PASS: test_bad_target_same_connection (sqlite3.test.backup.BackupTests) PASS: test_database_source_name (sqlite3.test.backup.BackupTests) PASS: test_failing_progress (sqlite3.test.backup.BackupTests) PASS: test_keyword_only_args (sqlite3.test.backup.BackupTests) PASS: test_modifying_progress (sqlite3.test.backup.BackupTests) PASS: test_non_callable_progress (sqlite3.test.backup.BackupTests) PASS: test_progress (sqlite3.test.backup.BackupTests) PASS: test_progress_all_pages_at_once_1 (sqlite3.test.backup.BackupTests) PASS: test_progress_all_pages_at_once_2 (sqlite3.test.backup.BackupTests) PASS: test_simple (sqlite3.test.backup.BackupTests) ---------------------------------------------------------------------- Ran 307 tests in 1.555s OK (skipped=1) 0:18:04 load avg: 0.34 [320/427] test_ssl test_ssl: testing with 'OpenSSL 3.0.7 1 Nov 2022' (3, 0, 0, 7, 0) under 'Linux-5.19.17-yocto-standard-x86_64-with-glibc2.36' HAS_SNI = True OP_ALL = 0x80000050 OP_NO_TLSv1_1 = 0x10000000 PASS: test_DER_to_PEM (test.test_ssl.BasicSocketTests) PASS: test_asn1object (test.test_ssl.BasicSocketTests) PASS: test_cert_time_to_seconds (test.test_ssl.BasicSocketTests) SKIP: test_cert_time_to_seconds_locale (test.test_ssl.BasicSocketTests) 'locale-specific month name needs to be different from C locale' SKIP: test_cert_time_to_seconds_timezone (test.test_ssl.BasicSocketTests) 'local time needs to be different from UTC' PASS: test_connect_ex_error (test.test_ssl.BasicSocketTests) PASS: test_constants (test.test_ssl.BasicSocketTests) PASS: test_dealloc_warn (test.test_ssl.BasicSocketTests) test_empty_cert (test.test_ssl.BasicSocketTests) PASS: Wrapping with an empty cert file SKIP: test_enum_certificates (test.test_ssl.BasicSocketTests) 'Windows specific' SKIP: test_enum_crls (test.test_ssl.BasicSocketTests) 'Windows specific' PASS: test_errors_sslwrap (test.test_ssl.BasicSocketTests) PASS: test_get_default_verify_paths (test.test_ssl.BasicSocketTests) test_malformed_cert (test.test_ssl.BasicSocketTests) PASS: Wrapping with a badly formatted certificate (syntax error) test_malformed_key (test.test_ssl.BasicSocketTests) PASS: Wrapping with a badly formatted key (syntax error) PASS: test_match_hostname (test.test_ssl.BasicSocketTests) PASS: test_openssl111_deprecations (test.test_ssl.BasicSocketTests) PASS: test_openssl_version (test.test_ssl.BasicSocketTests) PASS: test_parse_all_sans (test.test_ssl.BasicSocketTests) test_parse_cert (test.test_ssl.BasicSocketTests) ... {'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) ... {'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) ... {'issuer': ((('countryName', 'UK'),), (('commonName', 'cody-ca'),)), 'notAfter': 'Jun 14 18:00:58 2028 GMT', 'notBefore': 'Jun 18 18:00:58 2018 GMT', 'serialNumber': '02', 'subject': ((('countryName', 'UK'),), (('commonName', 'codenomicon-vm-2.test.lal.cisco.com'),)), 'subjectAltName': (('DNS', 'codenomicon-vm-2.test.lal.cisco.com'),), 'version': 3} ok PASS: test_private_init (test.test_ssl.BasicSocketTests) PASS: test_purpose_enum (test.test_ssl.BasicSocketTests) test_random (test.test_ssl.BasicSocketTests) ... RAND_status is 1 (sufficient randomness) ok test_read_write_zero (test.test_ssl.BasicSocketTests) ... server: new connection from ('127.0.0.1', 48648) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) ok PASS: test_refcycle (test.test_ssl.BasicSocketTests) PASS: test_server_side (test.test_ssl.BasicSocketTests) PASS: test_ssl_types (test.test_ssl.BasicSocketTests) PASS: test_str_for_enums (test.test_ssl.BasicSocketTests) PASS: test_timeout (test.test_ssl.BasicSocketTests) PASS: test_tls_unique_channel_binding (test.test_ssl.BasicSocketTests) PASS: test_unknown_channel_binding (test.test_ssl.BasicSocketTests) PASS: test_unsupported_dtls (test.test_ssl.BasicSocketTests) PASS: test_wrapped_unconnected (test.test_ssl.BasicSocketTests) PASS: test__create_stdlib_context (test.test_ssl.ContextTests) PASS: test_cert_store_stats (test.test_ssl.ContextTests) PASS: test_check_hostname (test.test_ssl.ContextTests) PASS: test_ciphers (test.test_ssl.ContextTests) PASS: test_constructor (test.test_ssl.ContextTests) PASS: test_context_client_server (test.test_ssl.ContextTests) PASS: test_context_custom_class (test.test_ssl.ContextTests) PASS: test_create_default_context (test.test_ssl.ContextTests) PASS: test_get_ca_certs (test.test_ssl.ContextTests) PASS: test_get_ciphers (test.test_ssl.ContextTests) PASS: test_hostname_checks_common_name (test.test_ssl.ContextTests) PASS: test_load_cert_chain (test.test_ssl.ContextTests) PASS: test_load_default_certs (test.test_ssl.ContextTests) PASS: test_load_default_certs_env (test.test_ssl.ContextTests) SKIP: test_load_default_certs_env_windows (test.test_ssl.ContextTests) 'Windows specific' PASS: test_load_dh_params (test.test_ssl.ContextTests) PASS: test_load_verify_cadata (test.test_ssl.ContextTests) PASS: test_load_verify_locations (test.test_ssl.ContextTests) PASS: test_min_max_version (test.test_ssl.ContextTests) PASS: test_num_tickest (test.test_ssl.ContextTests) PASS: test_options (test.test_ssl.ContextTests) PASS: test_python_ciphers (test.test_ssl.ContextTests) PASS: test_security_level (test.test_ssl.ContextTests) PASS: test_session_stats (test.test_ssl.ContextTests) PASS: test_set_default_verify_paths (test.test_ssl.ContextTests) PASS: test_set_ecdh_curve (test.test_ssl.ContextTests) PASS: test_sni_callback (test.test_ssl.ContextTests) PASS: test_sni_callback_refcycle (test.test_ssl.ContextTests) PASS: test_verify_flags (test.test_ssl.ContextTests) PASS: test_verify_mode_protocol (test.test_ssl.ContextTests) PASS: test_buffer_types (test.test_ssl.MemoryBIOTests) PASS: test_eof (test.test_ssl.MemoryBIOTests) PASS: test_error_types (test.test_ssl.MemoryBIOTests) PASS: test_pending (test.test_ssl.MemoryBIOTests) PASS: test_read_write (test.test_ssl.MemoryBIOTests) SKIP: test_get_server_certificate_ipv6 (test.test_ssl.NetworkedTests) "resource 'network' is not enabled" SKIP: test_timeout_connect_ex (test.test_ssl.NetworkedTests) "resource 'network' is not enabled" PASS: test_bad_server_hostname (test.test_ssl.SSLErrorTests) PASS: test_lib_reason (test.test_ssl.SSLErrorTests) PASS: test_str (test.test_ssl.SSLErrorTests) PASS: test_subclass (test.test_ssl.SSLErrorTests) PASS: test_private_init (test.test_ssl.SSLObjectTests) PASS: test_unwrap (test.test_ssl.SSLObjectTests) test_bio_handshake (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 59216) 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) ... server: new connection from ('127.0.0.1', 56778) 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(). connection timeout TimeoutError('timed out') ok test_ciphers (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 50472) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: new connection from ('127.0.0.1', 50474) 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) ... server: new connection from ('127.0.0.1', 40170) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: new connection from ('127.0.0.1', 40182) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) ok test_connect_cadata (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 54674) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: new connection from ('127.0.0.1', 54690) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) ok test_connect_capath (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 49188) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: new connection from ('127.0.0.1', 49196) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) ok test_connect_ex (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 40172) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) ok test_connect_fail (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 33408) server: bad connection attempt from ('127.0.0.1', 33408): Traceback (most recent call last): File "/usr/lib/python3.10/test/test_ssl.py", line 2436, in wrap_conn self.sslconn = self.server.context.wrap_socket( File "/usr/lib/python3.10/ssl.py", line 513, in wrap_socket return self.sslsocket_class._create( File "/usr/lib/python3.10/ssl.py", line 1071, in _create self.do_handshake() File "/usr/lib/python3.10/ssl.py", line 1342, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:997) ok test_connect_with_context (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 45612) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: new connection from ('127.0.0.1', 45628) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: new connection from ('127.0.0.1', 45634) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) ok test_connect_with_context_fail (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 34536) server: bad connection attempt from ('127.0.0.1', 34536): Traceback (most recent call last): File "/usr/lib/python3.10/test/test_ssl.py", line 2436, in wrap_conn self.sslconn = self.server.context.wrap_socket( File "/usr/lib/python3.10/ssl.py", line 513, in wrap_socket return self.sslsocket_class._create( File "/usr/lib/python3.10/ssl.py", line 1071, in _create self.do_handshake() File "/usr/lib/python3.10/ssl.py", line 1342, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:997) ok test_context_setget (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 55704) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) ok test_get_ca_certs_capath (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 57320) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) ok test_get_server_certificate (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 45090) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: new connection from ('127.0.0.1', 45098) Verified certificate for localhost:37127 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) ... server: new connection from ('127.0.0.1', 32890) [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997) server: bad connection attempt from ('127.0.0.1', 32890): Traceback (most recent call last): File "/usr/lib/python3.10/test/test_ssl.py", line 2436, in wrap_conn self.sslconn = self.server.context.wrap_socket( File "/usr/lib/python3.10/ssl.py", line 513, in wrap_socket return self.sslsocket_class._create( File "/usr/lib/python3.10/ssl.py", line 1071, in _create self.do_handshake() File "/usr/lib/python3.10/ssl.py", line 1342, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:997) ok test_get_server_certificate_sni (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 39734) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: new connection from ('127.0.0.1', 39750) Verified certificate for localhost:48689 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) ... server: new connection from ('127.0.0.1', 50216) server: bad connection attempt from ('127.0.0.1', 50216): Traceback (most recent call last): File "/usr/lib/python3.10/test/test_ssl.py", line 2436, in wrap_conn self.sslconn = self.server.context.wrap_socket( File "/usr/lib/python3.10/ssl.py", line 513, in wrap_socket return self.sslsocket_class._create( File "/usr/lib/python3.10/ssl.py", line 1071, in _create self.do_handshake() File "/usr/lib/python3.10/ssl.py", line 1342, in do_handshake self._sslobj.do_handshake() ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:997) ok test_makefile_close (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 42820) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) ok test_non_blocking_connect_ex (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 42500) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) ok test_non_blocking_handshake (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 52400) Needed 2 calls to do_handshake() to establish session. server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) ok PASS: test_bpo37428_pha_cert_none (test.test_ssl.TestPostHandshakeAuth) PASS: test_internal_chain_client (test.test_ssl.TestPostHandshakeAuth) PASS: test_internal_chain_server (test.test_ssl.TestPostHandshakeAuth) PASS: test_pha_no_pha_client (test.test_ssl.TestPostHandshakeAuth) PASS: test_pha_no_pha_server (test.test_ssl.TestPostHandshakeAuth) PASS: test_pha_not_tls13 (test.test_ssl.TestPostHandshakeAuth) test_pha_optional (test.test_ssl.TestPostHandshakeAuth) ... ok test_pha_optional_nocert (test.test_ssl.TestPostHandshakeAuth) ... ok PASS: test_pha_required (test.test_ssl.TestPostHandshakeAuth) test_pha_required_nocert (test.test_ssl.TestPostHandshakeAuth) ... server: new connection from ('127.0.0.1', 34400) client cert is None client did not provide a cert server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) TLS: (, 'write', , <_TLSContentType.ALERT: 21>, <_TLSAlertType.CERTIFICATE_REQUIRED: 116>, b'\x02t') Test server failure: Traceback (most recent call last): File "/usr/lib/python3.10/test/test_ssl.py", line 2521, in run msg = self.read() File "/usr/lib/python3.10/test/test_ssl.py", line 2498, in read return self.sslconn.read() File "/usr/lib/python3.10/ssl.py", line 1132, in read return self._sslobj.read(len) ssl.SSLError: [SSL: PEER_DID_NOT_RETURN_A_CERTIFICATE] peer did not return a certificate (_ssl.c:2548) TLS: (, 'read', , <_TLSContentType.ALERT: 21>, <_TLSAlertType.CERTIFICATE_REQUIRED: 116>, b'\x02t') ok PASS: test_pha_setter (test.test_ssl.TestPostHandshakeAuth) PASS: test_keylog_defaults (test.test_ssl.TestSSLDebug) PASS: test_keylog_env (test.test_ssl.TestSSLDebug) PASS: test_keylog_filename (test.test_ssl.TestSSLDebug) PASS: test_msg_callback (test.test_ssl.TestSSLDebug) PASS: test_msg_callback_deadlock_bpo43577 (test.test_ssl.TestSSLDebug) PASS: test_msg_callback_tls12 (test.test_ssl.TestSSLDebug) test_PROTOCOL_TLS (test.test_ssl.ThreadedTests) 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) ... server: new connection from ('127.0.0.1', 42866) 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', 44332) 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', 44012) 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', 43856) 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) Check the example asyncore integration. ... server: new connection from 127.0.0.1:45494 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) ... server: new connection from ('127.0.0.1', 48704) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: new connection from ('127.0.0.1', 39804) server: bad connection attempt from ('127.0.0.1', 39804): Traceback (most recent call last): File "/usr/lib/python3.10/test/test_ssl.py", line 2436, in wrap_conn self.sslconn = self.server.context.wrap_socket( File "/usr/lib/python3.10/ssl.py", line 513, in wrap_socket return self.sslsocket_class._create( File "/usr/lib/python3.10/ssl.py", line 1071, in _create self.do_handshake() File "/usr/lib/python3.10/ssl.py", line 1342, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: SSLV3_ALERT_BAD_CERTIFICATE] sslv3 alert bad certificate (_ssl.c:997) connection timeout TimeoutError('timed out') ok test_check_hostname_idn (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 59166) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: new connection from ('127.0.0.1', 58310) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: new connection from ('127.0.0.1', 37346) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: new connection from ('127.0.0.1', 41976) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: new connection from ('127.0.0.1', 54210) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: new connection from ('127.0.0.1', 37788) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: new connection from ('127.0.0.1', 52888) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: new connection from ('127.0.0.1', 57336) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: new connection from ('127.0.0.1', 60466) server: bad connection attempt from ('127.0.0.1', 60466): Traceback (most recent call last): File "/usr/lib/python3.10/test/test_ssl.py", line 2436, in wrap_conn self.sslconn = self.server.context.wrap_socket( File "/usr/lib/python3.10/ssl.py", line 513, in wrap_socket return self.sslsocket_class._create( File "/usr/lib/python3.10/ssl.py", line 1071, in _create self.do_handshake() File "/usr/lib/python3.10/ssl.py", line 1342, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: SSLV3_ALERT_BAD_CERTIFICATE] sslv3 alert bad certificate (_ssl.c:997) ok test_compression (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 41486) 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) ... server: new connection from ('127.0.0.1', 50914) 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) ... server: new connection from ('127.0.0.1', 45812) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: new connection from ('127.0.0.1', 43902) server: bad connection attempt from ('127.0.0.1', 43902): Traceback (most recent call last): File "/usr/lib/python3.10/test/test_ssl.py", line 2436, in wrap_conn self.sslconn = self.server.context.wrap_socket( File "/usr/lib/python3.10/ssl.py", line 513, in wrap_socket return self.sslsocket_class._create( File "/usr/lib/python3.10/ssl.py", line 1071, in _create self.do_handshake() File "/usr/lib/python3.10/ssl.py", line 1342, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:997) server: new connection from ('127.0.0.1', 42010) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) ok test_default_ecdh_curve (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 60528) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256) ok test_dh_params (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 41454) 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 PASS: test_do_handshake_enotconn (test.test_ssl.ThreadedTests) test_dual_rsa_ecc (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 39974) server: connection cipher is now ('ECDHE-ECDSA-AES256-GCM-SHA384', 'TLSv1.2', 256) ok test_ecc_cert (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 59388) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) ok test_ecdh_curve (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 38278) 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', 44958) 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', 56956) server: bad connection attempt from ('127.0.0.1', 56956): Traceback (most recent call last): File "/usr/lib/python3.10/test/test_ssl.py", line 2436, in wrap_conn self.sslconn = self.server.context.wrap_socket( File "/usr/lib/python3.10/ssl.py", line 513, in wrap_socket return self.sslsocket_class._create( File "/usr/lib/python3.10/ssl.py", line 1071, in _create self.do_handshake() File "/usr/lib/python3.10/ssl.py", line 1342, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: NO_SUITABLE_KEY_SHARE] no suitable key share (_ssl.c:997) ok test_echo (test.test_ssl.ThreadedTests) Basic test of an SSL client connecting to a server ... server: new connection from ('127.0.0.1', 39062) 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) ... {'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 PASS: test_getpeercert_enotconn (test.test_ssl.ThreadedTests) PASS: test_handshake_timeout (test.test_ssl.ThreadedTests) test_hostname_checks_common_name (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 39070) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: new connection from ('127.0.0.1', 45616) server: bad connection attempt from ('127.0.0.1', 45616): Traceback (most recent call last): File "/usr/lib/python3.10/test/test_ssl.py", line 2436, in wrap_conn self.sslconn = self.server.context.wrap_socket( File "/usr/lib/python3.10/ssl.py", line 513, in wrap_socket return self.sslsocket_class._create( File "/usr/lib/python3.10/ssl.py", line 1071, in _create self.do_handshake() File "/usr/lib/python3.10/ssl.py", line 1342, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: SSLV3_ALERT_BAD_CERTIFICATE] sslv3 alert bad certificate (_ssl.c:997) ok SKIP: test_min_max_version_mismatch (test.test_ssl.ThreadedTests) 'TLSv1 is not available.' SKIP: test_min_max_version_sslv3 (test.test_ssl.ThreadedTests) 'SSLv3 is not available.' SKIP: test_min_max_version_tlsv1_1 (test.test_ssl.ThreadedTests) 'TLSv1_1 is not available.' SKIP: test_min_max_version_tlsv1_2 (test.test_ssl.ThreadedTests) 'TLSv1 is not available.' test_no_shared_ciphers (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 48336) server: bad connection attempt from ('127.0.0.1', 48336): Traceback (most recent call last): File "/usr/lib/python3.10/test/test_ssl.py", line 2436, in wrap_conn self.sslconn = self.server.context.wrap_socket( File "/usr/lib/python3.10/ssl.py", line 513, in wrap_socket return self.sslsocket_class._create( File "/usr/lib/python3.10/ssl.py", line 1071, in _create self.do_handshake() File "/usr/lib/python3.10/ssl.py", line 1342, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: NO_SHARED_CIPHER] no shared cipher (_ssl.c:997) ok test_nonblocking_send (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 49940) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) Test server failure: Traceback (most recent call last): File "/usr/lib/python3.10/test/test_ssl.py", line 2591, in run self.write(msg.lower()) File "/usr/lib/python3.10/test/test_ssl.py", line 2504, in write return self.sslconn.write(bytes) File "/usr/lib/python3.10/ssl.py", line 1149, in write return self._sslobj.write(data) ssl.SSLEOFError: EOF occurred in violation of protocol (_ssl.c:2396) ok PASS: test_npn_protocols (test.test_ssl.ThreadedTests) test_protocol_sslv2 (test.test_ssl.ThreadedTests) SKIP: Connecting to an SSLv2 server with various client options 'SSLv2 is not available.' test_protocol_sslv3 (test.test_ssl.ThreadedTests) SKIP: Connecting to an SSLv3 server with various client options 'SSLv3 is not available.' test_protocol_tlsv1 (test.test_ssl.ThreadedTests) SKIP: Connecting to a TLSv1 server with various client options 'TLSv1 is not available.' test_protocol_tlsv1_1 (test.test_ssl.ThreadedTests) SKIP: Connecting to a TLSv1.1 server with various client options. 'TLSv1_1 is not available.' test_protocol_tlsv1_2 (test.test_ssl.ThreadedTests) 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 PASS: test_read_write_after_close_raises_valuerror (test.test_ssl.ThreadedTests) test_recv_send (test.test_ssl.ThreadedTests) Test recv(), send() and friends. ... server: new connection from ('127.0.0.1', 35366) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) ok test_recv_zero (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 51356) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) ok test_rude_shutdown (test.test_ssl.ThreadedTests) PASS: A brutal shutdown of an SSL server should raise an OSError test_selected_alpn_protocol (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 45200) 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) ... server: new connection from ('127.0.0.1', 58470) client: sending b'FOO\n'... server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: closing connection. ok PASS: test_sendfile (test.test_ssl.ThreadedTests) PASS: test_server_accept (test.test_ssl.ThreadedTests) test_session (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 37780) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256) server: new connection from ('127.0.0.1', 60422) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256) server: new connection from ('127.0.0.1', 55800) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256) server: new connection from ('127.0.0.1', 33568) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256) ok test_session_handling (test.test_ssl.ThreadedTests) ... connection timeout TimeoutError('timed out') ok test_shared_ciphers (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 56592) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) ok test_sni_callback (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 35330) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: new connection from ('127.0.0.1', 38260) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: new connection from ('127.0.0.1', 41196) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) ok PASS: test_sni_callback_alert (test.test_ssl.ThreadedTests) PASS: test_sni_callback_raising (test.test_ssl.ThreadedTests) PASS: test_sni_callback_wrong_return_type (test.test_ssl.ThreadedTests) test_socketserver (test.test_ssl.ThreadedTests) Using socketserver to create and manage SSL connections. ... server (('127.0.0.1', 34727):34727 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)): [06/Jan/2023 16:27:05] "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) ... server: new connection from ('127.0.0.1', 47378) server: bad connection attempt from ('127.0.0.1', 47378): Traceback (most recent call last): File "/usr/lib/python3.10/test/test_ssl.py", line 2436, in wrap_conn self.sslconn = self.server.context.wrap_socket( File "/usr/lib/python3.10/ssl.py", line 513, in wrap_socket return self.sslsocket_class._create( File "/usr/lib/python3.10/ssl.py", line 1071, in _create self.do_handshake() File "/usr/lib/python3.10/ssl.py", line 1342, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:997) ok test_starttls (test.test_ssl.ThreadedTests) Switching from clear text to encrypted and back again. ... client: sending b'msg 1'... server: new connection from ('127.0.0.1', 43740) 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) ... server: new connection from ('127.0.0.1', 58008) 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. ... server: new connection from ('127.0.0.1', 54376) got channel binding data: b'\x89\n\x7f6\xb4\x0b\x9d)\x1bXY\x1ek"\x17\n\xb2a<\xb2\xe1T\xca\xbb\x95\x99\xaa\x0c-+\xaf\xa90!\x1d\\\xc6\xa8P>\xdapz\x93\x955\x87\xbc' server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: new connection from ('127.0.0.1', 54380) got another channel binding data: b'\xebS\x90\xdc\xd5\x0f\xb5\xf2V\x8c3\xf2S\xbfv\xad\xea\x99F\x9a\xba\t\x04\x92C\x9c\x19dq\xdc\xa5\xc2\xa4\xe3\xcb\xbf!14\xd5\xdd78\xab\x11\xbe\x1e\x9c' server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) ok test_version_basic (test.test_ssl.ThreadedTests) PASS: Basic tests for SSLSocket.version(). test_wrong_cert_tls12 (test.test_ssl.ThreadedTests) Connecting when the server rejects the client's certificate ... server: new connection from ('127.0.0.1', 46096) SSLError is SSLError(1, '[SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:997)') server: bad connection attempt from ('127.0.0.1', 46096): Traceback (most recent call last): File "/usr/lib/python3.10/test/test_ssl.py", line 2436, in wrap_conn self.sslconn = self.server.context.wrap_socket( File "/usr/lib/python3.10/ssl.py", line 513, in wrap_socket return self.sslsocket_class._create( File "/usr/lib/python3.10/ssl.py", line 1071, in _create self.do_handshake() File "/usr/lib/python3.10/ssl.py", line 1342, in do_handshake self._sslobj.do_handshake() ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate (_ssl.c:997) ok test_wrong_cert_tls13 (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 58062) SSLError is SSLError(1, '[SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:2548)') server: bad connection attempt from ('127.0.0.1', 58062): Traceback (most recent call last): File "/usr/lib/python3.10/test/test_ssl.py", line 2436, in wrap_conn self.sslconn = self.server.context.wrap_socket( File "/usr/lib/python3.10/ssl.py", line 513, in wrap_socket return self.sslsocket_class._create( File "/usr/lib/python3.10/ssl.py", line 1071, in _create self.do_handshake() File "/usr/lib/python3.10/ssl.py", line 1342, in do_handshake self._sslobj.do_handshake() ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate (_ssl.c:997) ok ---------------------------------------------------------------------- Ran 168 tests in 12.732s OK (skipped=15) 0:18:18 load avg: 0.26 [321/427] test_startfile test_startfile skipped -- object has no attribute 'startfile' 0:18:18 load avg: 0.26 [322/427] test_stat -- test_startfile skipped PASS: test_devices (test.test_stat.TestFilemodeCStat) PASS: test_directory (test.test_stat.TestFilemodeCStat) PASS: test_fifo (test.test_stat.TestFilemodeCStat) SKIP: test_file_attribute_constants (test.test_stat.TestFilemodeCStat) 'FILE_ATTRIBUTE_* constants are Win32 specific' PASS: test_link (test.test_stat.TestFilemodeCStat) PASS: test_mode (test.test_stat.TestFilemodeCStat) PASS: test_module_attributes (test.test_stat.TestFilemodeCStat) PASS: test_socket (test.test_stat.TestFilemodeCStat) PASS: test_devices (test.test_stat.TestFilemodePyStat) PASS: test_directory (test.test_stat.TestFilemodePyStat) PASS: test_fifo (test.test_stat.TestFilemodePyStat) SKIP: test_file_attribute_constants (test.test_stat.TestFilemodePyStat) 'FILE_ATTRIBUTE_* constants are Win32 specific' PASS: test_link (test.test_stat.TestFilemodePyStat) PASS: test_mode (test.test_stat.TestFilemodePyStat) PASS: test_module_attributes (test.test_stat.TestFilemodePyStat) PASS: test_socket (test.test_stat.TestFilemodePyStat) ---------------------------------------------------------------------- Ran 16 tests in 0.003s OK (skipped=2) 0:18:19 load avg: 0.26 [323/427] test_statistics PASS: test_exactly_equal_absolute (test.test_statistics.ApproxEqualExactTest) PASS: test_exactly_equal_absolute_decimals (test.test_statistics.ApproxEqualExactTest) PASS: test_exactly_equal_both (test.test_statistics.ApproxEqualExactTest) PASS: test_exactly_equal_decimals (test.test_statistics.ApproxEqualExactTest) PASS: test_exactly_equal_floats (test.test_statistics.ApproxEqualExactTest) PASS: test_exactly_equal_fractions (test.test_statistics.ApproxEqualExactTest) PASS: test_exactly_equal_ints (test.test_statistics.ApproxEqualExactTest) PASS: test_exactly_equal_relative (test.test_statistics.ApproxEqualExactTest) PASS: test_approx_equal_absolute_decimals (test.test_statistics.ApproxEqualInexactTest) PASS: test_approx_equal_absolute_floats (test.test_statistics.ApproxEqualInexactTest) PASS: test_approx_equal_absolute_fractions (test.test_statistics.ApproxEqualInexactTest) PASS: test_approx_equal_absolute_ints (test.test_statistics.ApproxEqualInexactTest) PASS: test_approx_equal_both1 (test.test_statistics.ApproxEqualInexactTest) PASS: test_approx_equal_both2 (test.test_statistics.ApproxEqualInexactTest) PASS: test_approx_equal_both3 (test.test_statistics.ApproxEqualInexactTest) PASS: test_approx_equal_both4 (test.test_statistics.ApproxEqualInexactTest) PASS: test_approx_equal_relative_decimals (test.test_statistics.ApproxEqualInexactTest) PASS: test_approx_equal_relative_floats (test.test_statistics.ApproxEqualInexactTest) PASS: test_approx_equal_relative_fractions (test.test_statistics.ApproxEqualInexactTest) PASS: test_approx_equal_relative_ints (test.test_statistics.ApproxEqualInexactTest) PASS: test_cross_zero (test.test_statistics.ApproxEqualInexactTest) PASS: test_decimal_zeroes (test.test_statistics.ApproxEqualSpecialsTest) PASS: test_float_zeroes (test.test_statistics.ApproxEqualSpecialsTest) PASS: test_inf (test.test_statistics.ApproxEqualSpecialsTest) PASS: test_nan (test.test_statistics.ApproxEqualSpecialsTest) PASS: test_relative_symmetry (test.test_statistics.ApproxEqualSymmetryTest) PASS: test_symmetry (test.test_statistics.ApproxEqualSymmetryTest) PASS: test_exactly_unequal_decimals (test.test_statistics.ApproxEqualUnequalTest) PASS: test_exactly_unequal_floats (test.test_statistics.ApproxEqualUnequalTest) PASS: test_exactly_unequal_fractions (test.test_statistics.ApproxEqualUnequalTest) PASS: test_exactly_unequal_ints (test.test_statistics.ApproxEqualUnequalTest) PASS: test_bool (test.test_statistics.CoerceTest) PASS: test_decimal (test.test_statistics.CoerceTest) PASS: test_float (test.test_statistics.CoerceTest) PASS: test_fraction (test.test_statistics.CoerceTest) PASS: test_incompatible_types (test.test_statistics.CoerceTest) PASS: test_int (test.test_statistics.CoerceTest) PASS: test_non_numeric_types (test.test_statistics.CoerceTest) PASS: test_decimal (test.test_statistics.ConvertTest) PASS: test_float (test.test_statistics.ConvertTest) PASS: test_fraction (test.test_statistics.ConvertTest) PASS: test_inf (test.test_statistics.ConvertTest) PASS: test_int (test.test_statistics.ConvertTest) PASS: test_invalid_input_type (test.test_statistics.ConvertTest) PASS: test_nan (test.test_statistics.ConvertTest) PASS: test_infinity (test.test_statistics.DecimalToRatioTest) PASS: test_nan (test.test_statistics.DecimalToRatioTest) PASS: test_negative_exponent (test.test_statistics.DecimalToRatioTest) PASS: test_positive_exponent (test.test_statistics.DecimalToRatioTest) PASS: test_regression_20536 (test.test_statistics.DecimalToRatioTest) PASS: test_sign (test.test_statistics.DecimalToRatioTest) test_doc_tests (test.test_statistics.DocTests) ... 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: 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: median_grouped([1, 2, 2, 3, 4, 4, 4, 4, 4, 5]) Expecting: 3.7 ok Trying: median_grouped([52, 52, 53, 54]) Expecting: 52.5 ok Trying: median_grouped([1, 3, 3, 5, 7], interval=1) Expecting: 3.25 ok Trying: median_grouped([1, 3, 3, 5, 7], interval=2) Expecting: 3.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 34 items had no tests: statistics.LinearRegression statistics.NormalDist statistics.NormalDist.__add__ statistics.NormalDist.__eq__ statistics.NormalDist.__hash__ statistics.NormalDist.__init__ statistics.NormalDist.__mul__ statistics.NormalDist.__neg__ statistics.NormalDist.__pos__ statistics.NormalDist.__repr__ statistics.NormalDist.__rsub__ 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._fail_neg statistics._find_lteq statistics._find_rteq statistics._isfinite 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 4 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 80 tests in 55 items. 80 passed and 0 failed. Test passed. ok PASS: test_decimal (test.test_statistics.ExactRatioTest) PASS: test_decimal_nan (test.test_statistics.ExactRatioTest) PASS: test_float (test.test_statistics.ExactRatioTest) PASS: test_float_nan (test.test_statistics.ExactRatioTest) PASS: test_fraction (test.test_statistics.ExactRatioTest) PASS: test_inf (test.test_statistics.ExactRatioTest) PASS: test_int (test.test_statistics.ExactRatioTest) PASS: test_error_msg (test.test_statistics.FailNegTest) PASS: test_negatives_raise (test.test_statistics.FailNegTest) PASS: test_pass_through (test.test_statistics.FailNegTest) PASS: test_invalid_input_values (test.test_statistics.FindLteqTest) PASS: test_locate_successfully (test.test_statistics.FindLteqTest) PASS: test_invalid_input_values (test.test_statistics.FindRteqTest) PASS: test_locate_successfully (test.test_statistics.FindRteqTest) PASS: test_check_all (test.test_statistics.GlobalsTest) PASS: test_meta (test.test_statistics.GlobalsTest) PASS: test_finite (test.test_statistics.IsFiniteTest) PASS: test_infinity (test.test_statistics.IsFiniteTest) PASS: test_nan (test.test_statistics.IsFiniteTest) PASS: test_has_exception (test.test_statistics.StatisticsErrorTest) PASS: test_decimal_basiccontext_mismatched_infs_to_nan (test.test_statistics.SumSpecialValues) PASS: test_decimal_extendedcontext_mismatched_infs_to_nan (test.test_statistics.SumSpecialValues) PASS: test_decimal_inf (test.test_statistics.SumSpecialValues) PASS: test_decimal_snan_raises (test.test_statistics.SumSpecialValues) PASS: test_float_inf (test.test_statistics.SumSpecialValues) PASS: test_float_mismatched_infs (test.test_statistics.SumSpecialValues) PASS: test_nan (test.test_statistics.SumSpecialValues) PASS: test_torture (test.test_statistics.SumTortureTest) PASS: test_bad_rel (test.test_statistics.TestApproxEqualErrors) PASS: test_bad_tol (test.test_statistics.TestApproxEqualErrors) PASS: test_small_sample_error (test.test_statistics.TestBivariateStatistics) PASS: test_unequal_size_error (test.test_statistics.TestBivariateStatistics) PASS: test_different_scales (test.test_statistics.TestCorrelationAndCovariance) PASS: test_results (test.test_statistics.TestCorrelationAndCovariance) PASS: test_basics (test.test_statistics.TestFMean) PASS: test_error_cases (test.test_statistics.TestFMean) PASS: test_special_values (test.test_statistics.TestFMean) PASS: test_basics (test.test_statistics.TestGeometricMean) PASS: test_big_and_small (test.test_statistics.TestGeometricMean) PASS: test_error_cases (test.test_statistics.TestGeometricMean) PASS: test_special_values (test.test_statistics.TestGeometricMean) PASS: test_various_input_types (test.test_statistics.TestGeometricMean) PASS: test_bad_arg_types (test.test_statistics.TestHarmonicMean) PASS: test_decimals_exact (test.test_statistics.TestHarmonicMean) PASS: test_doubled_data (test.test_statistics.TestHarmonicMean) PASS: test_empty_data (test.test_statistics.TestHarmonicMean) PASS: test_floats_exact (test.test_statistics.TestHarmonicMean) PASS: test_fractions (test.test_statistics.TestHarmonicMean) PASS: test_inf (test.test_statistics.TestHarmonicMean) PASS: test_ints (test.test_statistics.TestHarmonicMean) PASS: test_invalid_type_error (test.test_statistics.TestHarmonicMean) PASS: test_multiply_data_points (test.test_statistics.TestHarmonicMean) PASS: test_nan (test.test_statistics.TestHarmonicMean) PASS: test_negative_error (test.test_statistics.TestHarmonicMean) PASS: test_no_args (test.test_statistics.TestHarmonicMean) PASS: test_no_inplace_modifications (test.test_statistics.TestHarmonicMean) PASS: test_order_doesnt_matter (test.test_statistics.TestHarmonicMean) PASS: test_range_data (test.test_statistics.TestHarmonicMean) PASS: test_repeated_single_value (test.test_statistics.TestHarmonicMean) PASS: test_single_value (test.test_statistics.TestHarmonicMean) PASS: test_singleton_lists (test.test_statistics.TestHarmonicMean) PASS: test_type_of_data_collection (test.test_statistics.TestHarmonicMean) PASS: test_type_of_data_element (test.test_statistics.TestHarmonicMean) PASS: test_types_conserved (test.test_statistics.TestHarmonicMean) PASS: test_with_weights (test.test_statistics.TestHarmonicMean) PASS: test_zero (test.test_statistics.TestHarmonicMean) PASS: test_constant_input_error (test.test_statistics.TestLinearRegression) PASS: test_results (test.test_statistics.TestLinearRegression) PASS: test_bad_arg_types (test.test_statistics.TestMean) PASS: test_big_data (test.test_statistics.TestMean) PASS: test_decimals (test.test_statistics.TestMean) PASS: test_doubled_data (test.test_statistics.TestMean) PASS: test_empty_data (test.test_statistics.TestMean) PASS: test_floats (test.test_statistics.TestMean) PASS: test_fractions (test.test_statistics.TestMean) PASS: test_inf (test.test_statistics.TestMean) PASS: test_ints (test.test_statistics.TestMean) PASS: test_mismatched_infs (test.test_statistics.TestMean) PASS: test_nan (test.test_statistics.TestMean) PASS: test_no_args (test.test_statistics.TestMean) PASS: test_no_inplace_modifications (test.test_statistics.TestMean) PASS: test_order_doesnt_matter (test.test_statistics.TestMean) PASS: test_range_data (test.test_statistics.TestMean) PASS: test_regression_20561 (test.test_statistics.TestMean) PASS: test_regression_25177 (test.test_statistics.TestMean) PASS: test_repeated_single_value (test.test_statistics.TestMean) PASS: test_single_value (test.test_statistics.TestMean) PASS: test_torture_pep (test.test_statistics.TestMean) PASS: test_type_of_data_collection (test.test_statistics.TestMean) PASS: test_type_of_data_element (test.test_statistics.TestMean) PASS: test_types_conserved (test.test_statistics.TestMean) PASS: test_bad_arg_types (test.test_statistics.TestMedian) PASS: test_empty_data (test.test_statistics.TestMedian) PASS: test_even_decimals (test.test_statistics.TestMedian) PASS: test_even_fractions (test.test_statistics.TestMedian) PASS: test_even_ints (test.test_statistics.TestMedian) PASS: test_no_args (test.test_statistics.TestMedian) PASS: test_no_inplace_modifications (test.test_statistics.TestMedian) PASS: test_odd_decimals (test.test_statistics.TestMedian) PASS: test_odd_fractions (test.test_statistics.TestMedian) PASS: test_odd_ints (test.test_statistics.TestMedian) PASS: test_order_doesnt_matter (test.test_statistics.TestMedian) PASS: test_range_data (test.test_statistics.TestMedian) PASS: test_repeated_single_value (test.test_statistics.TestMedian) PASS: test_single_value (test.test_statistics.TestMedian) PASS: test_type_of_data_collection (test.test_statistics.TestMedian) PASS: test_type_of_data_element (test.test_statistics.TestMedian) PASS: test_types_conserved (test.test_statistics.TestMedianDataType) PASS: test_bad_arg_types (test.test_statistics.TestMedianGrouped) PASS: test_data_type_error (test.test_statistics.TestMedianGrouped) PASS: test_empty_data (test.test_statistics.TestMedianGrouped) PASS: test_even_decimals (test.test_statistics.TestMedianGrouped) PASS: test_even_fractions (test.test_statistics.TestMedianGrouped) PASS: test_even_ints (test.test_statistics.TestMedianGrouped) PASS: test_even_number_repeated (test.test_statistics.TestMedianGrouped) PASS: test_interval (test.test_statistics.TestMedianGrouped) PASS: test_no_args (test.test_statistics.TestMedianGrouped) PASS: test_no_inplace_modifications (test.test_statistics.TestMedianGrouped) PASS: test_odd_decimals (test.test_statistics.TestMedianGrouped) PASS: test_odd_fractions (test.test_statistics.TestMedianGrouped) PASS: test_odd_ints (test.test_statistics.TestMedianGrouped) PASS: test_odd_number_repeated (test.test_statistics.TestMedianGrouped) PASS: test_order_doesnt_matter (test.test_statistics.TestMedianGrouped) PASS: test_range_data (test.test_statistics.TestMedianGrouped) PASS: test_repeated_single_value (test.test_statistics.TestMedianGrouped) PASS: test_single_value (test.test_statistics.TestMedianGrouped) PASS: test_type_of_data_collection (test.test_statistics.TestMedianGrouped) PASS: test_type_of_data_element (test.test_statistics.TestMedianGrouped) PASS: test_bad_arg_types (test.test_statistics.TestMedianHigh) PASS: test_empty_data (test.test_statistics.TestMedianHigh) PASS: test_even_decimals (test.test_statistics.TestMedianHigh) PASS: test_even_fractions (test.test_statistics.TestMedianHigh) PASS: test_even_ints (test.test_statistics.TestMedianHigh) PASS: test_no_args (test.test_statistics.TestMedianHigh) PASS: test_no_inplace_modifications (test.test_statistics.TestMedianHigh) PASS: test_odd_decimals (test.test_statistics.TestMedianHigh) PASS: test_odd_fractions (test.test_statistics.TestMedianHigh) PASS: test_odd_ints (test.test_statistics.TestMedianHigh) PASS: test_order_doesnt_matter (test.test_statistics.TestMedianHigh) PASS: test_range_data (test.test_statistics.TestMedianHigh) PASS: test_repeated_single_value (test.test_statistics.TestMedianHigh) PASS: test_single_value (test.test_statistics.TestMedianHigh) PASS: test_type_of_data_collection (test.test_statistics.TestMedianHigh) PASS: test_type_of_data_element (test.test_statistics.TestMedianHigh) PASS: test_types_conserved (test.test_statistics.TestMedianHigh) PASS: test_bad_arg_types (test.test_statistics.TestMedianLow) PASS: test_empty_data (test.test_statistics.TestMedianLow) PASS: test_even_decimals (test.test_statistics.TestMedianLow) PASS: test_even_fractions (test.test_statistics.TestMedianLow) PASS: test_even_ints (test.test_statistics.TestMedianLow) PASS: test_no_args (test.test_statistics.TestMedianLow) PASS: test_no_inplace_modifications (test.test_statistics.TestMedianLow) PASS: test_odd_decimals (test.test_statistics.TestMedianLow) PASS: test_odd_fractions (test.test_statistics.TestMedianLow) PASS: test_odd_ints (test.test_statistics.TestMedianLow) PASS: test_order_doesnt_matter (test.test_statistics.TestMedianLow) PASS: test_range_data (test.test_statistics.TestMedianLow) PASS: test_repeated_single_value (test.test_statistics.TestMedianLow) PASS: test_single_value (test.test_statistics.TestMedianLow) PASS: test_type_of_data_collection (test.test_statistics.TestMedianLow) PASS: test_type_of_data_element (test.test_statistics.TestMedianLow) PASS: test_types_conserved (test.test_statistics.TestMedianLow) PASS: test_bad_arg_types (test.test_statistics.TestMode) PASS: test_bimodal_data (test.test_statistics.TestMode) PASS: test_counter_data (test.test_statistics.TestMode) PASS: test_discrete_data (test.test_statistics.TestMode) PASS: test_empty_data (test.test_statistics.TestMode) PASS: test_no_args (test.test_statistics.TestMode) PASS: test_no_inplace_modifications (test.test_statistics.TestMode) PASS: test_nominal_data (test.test_statistics.TestMode) PASS: test_none_data (test.test_statistics.TestMode) PASS: test_order_doesnt_matter (test.test_statistics.TestMode) PASS: test_range_data (test.test_statistics.TestMode) PASS: test_repeated_single_value (test.test_statistics.TestMode) PASS: test_single_value (test.test_statistics.TestMode) PASS: test_type_of_data_collection (test.test_statistics.TestMode) PASS: test_type_of_data_element (test.test_statistics.TestMode) PASS: test_types_conserved (test.test_statistics.TestMode) PASS: test_unique_data (test.test_statistics.TestMode) PASS: test_c_functions (test.test_statistics.TestModules) PASS: test_py_functions (test.test_statistics.TestModules) PASS: test_basics (test.test_statistics.TestMultiMode) PASS: test_alternative_constructor (test.test_statistics.TestNormalDistC) PASS: test_cdf (test.test_statistics.TestNormalDistC) PASS: test_equality (test.test_statistics.TestNormalDistC) PASS: test_hashability (test.test_statistics.TestNormalDistC) PASS: test_instantiation_and_attributes (test.test_statistics.TestNormalDistC) PASS: test_inv_cdf (test.test_statistics.TestNormalDistC) PASS: test_overlap (test.test_statistics.TestNormalDistC) PASS: test_pdf (test.test_statistics.TestNormalDistC) PASS: test_pickle_and_copy (test.test_statistics.TestNormalDistC) PASS: test_properties (test.test_statistics.TestNormalDistC) PASS: test_quantiles (test.test_statistics.TestNormalDistC) PASS: test_repr (test.test_statistics.TestNormalDistC) PASS: test_same_type_addition_and_subtraction (test.test_statistics.TestNormalDistC) PASS: test_sample_generation (test.test_statistics.TestNormalDistC) PASS: test_slots (test.test_statistics.TestNormalDistC) PASS: test_translation_and_scaling (test.test_statistics.TestNormalDistC) PASS: test_unary_operations (test.test_statistics.TestNormalDistC) PASS: test_zscore (test.test_statistics.TestNormalDistC) PASS: test_alternative_constructor (test.test_statistics.TestNormalDistPython) PASS: test_cdf (test.test_statistics.TestNormalDistPython) PASS: test_equality (test.test_statistics.TestNormalDistPython) PASS: test_hashability (test.test_statistics.TestNormalDistPython) PASS: test_instantiation_and_attributes (test.test_statistics.TestNormalDistPython) PASS: test_inv_cdf (test.test_statistics.TestNormalDistPython) PASS: test_overlap (test.test_statistics.TestNormalDistPython) PASS: test_pdf (test.test_statistics.TestNormalDistPython) PASS: test_pickle_and_copy (test.test_statistics.TestNormalDistPython) PASS: test_properties (test.test_statistics.TestNormalDistPython) PASS: test_quantiles (test.test_statistics.TestNormalDistPython) PASS: test_repr (test.test_statistics.TestNormalDistPython) PASS: test_same_type_addition_and_subtraction (test.test_statistics.TestNormalDistPython) PASS: test_sample_generation (test.test_statistics.TestNormalDistPython) PASS: test_slots (test.test_statistics.TestNormalDistPython) PASS: test_translation_and_scaling (test.test_statistics.TestNormalDistPython) PASS: test_unary_operations (test.test_statistics.TestNormalDistPython) PASS: test_zscore (test.test_statistics.TestNormalDistPython) PASS: test_error_msg_numeric (test.test_statistics.TestNumericTestCase) PASS: test_error_msg_sequence (test.test_statistics.TestNumericTestCase) PASS: test_numerictestcase_is_testcase (test.test_statistics.TestNumericTestCase) PASS: test_bad_arg_types (test.test_statistics.TestPStdev) PASS: test_center_not_at_mean (test.test_statistics.TestPStdev) PASS: test_compare_to_variance (test.test_statistics.TestPStdev) PASS: test_domain_error_regression (test.test_statistics.TestPStdev) PASS: test_empty_data (test.test_statistics.TestPStdev) PASS: test_iter_list_same (test.test_statistics.TestPStdev) PASS: test_no_args (test.test_statistics.TestPStdev) PASS: test_no_inplace_modifications (test.test_statistics.TestPStdev) PASS: test_order_doesnt_matter (test.test_statistics.TestPStdev) PASS: test_range_data (test.test_statistics.TestPStdev) PASS: test_repeated_single_value (test.test_statistics.TestPStdev) PASS: test_shift_data (test.test_statistics.TestPStdev) PASS: test_shift_data_exact (test.test_statistics.TestPStdev) PASS: test_single_value (test.test_statistics.TestPStdev) PASS: test_type_of_data_collection (test.test_statistics.TestPStdev) PASS: test_type_of_data_element (test.test_statistics.TestPStdev) PASS: test_accuracy_bug_20499 (test.test_statistics.TestPVariance) PASS: test_bad_arg_types (test.test_statistics.TestPVariance) PASS: test_decimals (test.test_statistics.TestPVariance) PASS: test_domain_error_regression (test.test_statistics.TestPVariance) PASS: test_empty_data (test.test_statistics.TestPVariance) PASS: test_exact_uniform (test.test_statistics.TestPVariance) PASS: test_fractions (test.test_statistics.TestPVariance) PASS: test_ints (test.test_statistics.TestPVariance) PASS: test_iter_list_same (test.test_statistics.TestPVariance) PASS: test_no_args (test.test_statistics.TestPVariance) PASS: test_no_inplace_modifications (test.test_statistics.TestPVariance) PASS: test_order_doesnt_matter (test.test_statistics.TestPVariance) PASS: test_range_data (test.test_statistics.TestPVariance) PASS: test_repeated_single_value (test.test_statistics.TestPVariance) PASS: test_shift_data (test.test_statistics.TestPVariance) PASS: test_shift_data_exact (test.test_statistics.TestPVariance) PASS: test_single_value (test.test_statistics.TestPVariance) PASS: test_type_of_data_collection (test.test_statistics.TestPVariance) PASS: test_type_of_data_element (test.test_statistics.TestPVariance) PASS: test_types_conserved (test.test_statistics.TestPVariance) PASS: test_equal_inputs (test.test_statistics.TestQuantiles) PASS: test_equal_sized_groups (test.test_statistics.TestQuantiles) PASS: test_error_cases (test.test_statistics.TestQuantiles) PASS: test_specific_cases (test.test_statistics.TestQuantiles) PASS: test_specific_cases_inclusive (test.test_statistics.TestQuantiles) PASS: testZeroes (test.test_statistics.TestSign) PASS: test_bad_arg_types (test.test_statistics.TestStdev) PASS: test_center_not_at_mean (test.test_statistics.TestStdev) PASS: test_compare_to_variance (test.test_statistics.TestStdev) PASS: test_domain_error_regression (test.test_statistics.TestStdev) PASS: test_empty_data (test.test_statistics.TestStdev) PASS: test_iter_list_same (test.test_statistics.TestStdev) PASS: test_no_args (test.test_statistics.TestStdev) PASS: test_no_inplace_modifications (test.test_statistics.TestStdev) PASS: test_order_doesnt_matter (test.test_statistics.TestStdev) PASS: test_range_data (test.test_statistics.TestStdev) PASS: test_repeated_single_value (test.test_statistics.TestStdev) PASS: test_shift_data (test.test_statistics.TestStdev) PASS: test_shift_data_exact (test.test_statistics.TestStdev) PASS: test_single_value (test.test_statistics.TestStdev) PASS: test_type_of_data_collection (test.test_statistics.TestStdev) PASS: test_type_of_data_element (test.test_statistics.TestStdev) PASS: test_bytes_fail (test.test_statistics.TestSum) PASS: test_compare_with_math_fsum (test.test_statistics.TestSum) PASS: test_decimals (test.test_statistics.TestSum) PASS: test_empty_data (test.test_statistics.TestSum) PASS: test_floats (test.test_statistics.TestSum) PASS: test_fractions (test.test_statistics.TestSum) PASS: test_ints (test.test_statistics.TestSum) PASS: test_mixed_sum (test.test_statistics.TestSum) PASS: test_strings_fail (test.test_statistics.TestSum) PASS: test_accuracy_bug_20499 (test.test_statistics.TestVariance) PASS: test_bad_arg_types (test.test_statistics.TestVariance) PASS: test_center_not_at_mean (test.test_statistics.TestVariance) PASS: test_decimals (test.test_statistics.TestVariance) PASS: test_domain_error_regression (test.test_statistics.TestVariance) PASS: test_empty_data (test.test_statistics.TestVariance) PASS: test_fractions (test.test_statistics.TestVariance) PASS: test_ints (test.test_statistics.TestVariance) PASS: test_iter_list_same (test.test_statistics.TestVariance) PASS: test_no_args (test.test_statistics.TestVariance) PASS: test_no_inplace_modifications (test.test_statistics.TestVariance) PASS: test_order_doesnt_matter (test.test_statistics.TestVariance) PASS: test_range_data (test.test_statistics.TestVariance) PASS: test_repeated_single_value (test.test_statistics.TestVariance) PASS: test_shift_data (test.test_statistics.TestVariance) PASS: test_shift_data_exact (test.test_statistics.TestVariance) PASS: test_single_value (test.test_statistics.TestVariance) PASS: test_type_of_data_collection (test.test_statistics.TestVariance) PASS: test_type_of_data_element (test.test_statistics.TestVariance) PASS: test_types_conserved (test.test_statistics.TestVariance) assertApproxEqual (test.test_statistics.NumericTestCase) PASS: Doctest: test.test_statistics.NumericTestCase.assertApproxEqual _DoNothing (test.test_statistics) PASS: Doctest: test.test_statistics._DoNothing _calc_errors (test.test_statistics) PASS: Doctest: test.test_statistics._calc_errors _nan_equal (test.test_statistics) PASS: Doctest: test.test_statistics._nan_equal approx_equal (test.test_statistics) PASS: Doctest: test.test_statistics.approx_equal ---------------------------------------------------------------------- Ran 365 tests in 4.180s OK 0:18:24 load avg: 0.32 [324/427] test_strftime test_strftime (test.test_strftime.StrftimeTest) ... strftime test for Fri Jan 6 16:27:12 2023 Conflict for nonstandard '%c' format (near-asctime() format): Expected Fri Jan 06 16:27:12 2023, but got Fri Jan 6 16:27:12 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, platform: linux, Python version: 3.10.6 strftime test for Tue Sep 14 02:52:12 2021 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' 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 15 01:53:21 2021 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' 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 16 00:54:30 2021 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' 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 16 23:55:39 2021 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' 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 17 22:56:48 2021 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' 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 18 21:57:57 2021 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' 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 19 20:59:06 2021 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' 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 20 20:00:15 2021 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' 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 21 19:01:24 2021 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' 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 22 18:02:33 2021 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' 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 23 17:03:42 2021 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' 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 24 16:04:51 2021 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' 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 25 15:06:00 2021 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' 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 26 14:07:09 2021 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' 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 27 13:08:18 2021 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' 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 28 12:09:27 2021 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' 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 29 11:10:36 2021 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' 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 30 10:11:45 2021 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' 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 1 09:12:54 2021 Conflict for nonstandard '%c' format (near-asctime() format): Expected Fri Oct 01 09:12:54 2021, but got Fri Oct 1 09:12:54 2021 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' 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 2 08:14:03 2021 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sat Oct 02 08:14:03 2021, but got Sat Oct 2 08:14:03 2021 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' 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 3 07:15:12 2021 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sun Oct 03 07:15:12 2021, but got Sun Oct 3 07:15:12 2021 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' 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 4 06:16:21 2021 Conflict for nonstandard '%c' format (near-asctime() format): Expected Mon Oct 04 06:16:21 2021, but got Mon Oct 4 06:16:21 2021 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' 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 5 05:17:30 2021 Conflict for nonstandard '%c' format (near-asctime() format): Expected Tue Oct 05 05:17:30 2021, but got Tue Oct 5 05:17:30 2021 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' 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 6 04:18:39 2021 Conflict for nonstandard '%c' format (near-asctime() format): Expected Wed Oct 06 04:18:39 2021, but got Wed Oct 6 04:18:39 2021 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' 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 7 03:19:48 2021 Conflict for nonstandard '%c' format (near-asctime() format): Expected Thu Oct 07 03:19:48 2021, but got Thu Oct 7 03:19:48 2021 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' 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 19 00:47:12 2021 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' 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 19 23:48:21 2021 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' 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 20 22:49:30 2021 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' 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 21 21:50:39 2021 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' 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 22 20:51:48 2021 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' 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 23 19:52:57 2021 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' 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 24 18:54:06 2021 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' 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 25 17:55:15 2021 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' 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 26 16:56:24 2021 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' 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 27 15:57:33 2021 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' 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 28 14:58:42 2021 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' 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 29 13:59:51 2021 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' 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 30 13:01:00 2021 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' 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 31 12:02:09 2021 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' 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 Jan 1 11:03:18 2022 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sat Jan 01 11:03:18 2022, but got Sat Jan 1 11:03:18 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 Jan 2 10:04:27 2022 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sun Jan 02 10:04:27 2022, but got Sun Jan 2 10:04:27 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 Jan 3 09:05:36 2022 Conflict for nonstandard '%c' format (near-asctime() format): Expected Mon Jan 03 09:05:36 2022, but got Mon Jan 3 09:05:36 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 Jan 4 08:06:45 2022 Conflict for nonstandard '%c' format (near-asctime() format): Expected Tue Jan 04 08:06:45 2022, but got Tue Jan 4 08:06:45 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 Wed Jan 5 07:07:54 2022 Conflict for nonstandard '%c' format (near-asctime() format): Expected Wed Jan 05 07:07:54 2022, but got Wed Jan 5 07:07:54 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 Thu Jan 6 06:09:03 2022 Conflict for nonstandard '%c' format (near-asctime() format): Expected Thu Jan 06 06:09:03 2022, but got Thu Jan 6 06:09:03 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 Jan 7 05:10:12 2022 Conflict for nonstandard '%c' format (near-asctime() format): Expected Fri Jan 07 05:10:12 2022, but got Fri Jan 7 05:10:12 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 Jan 8 04:11:21 2022 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sat Jan 08 04:11:21 2022, but got Sat Jan 8 04:11:21 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 Jan 9 03:12:30 2022 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sun Jan 09 03:12:30 2022, but got Sun Jan 9 03:12:30 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 Jan 10 02:13:39 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 Jan 11 01:14:48 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 Mar 24 22:42:12 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 Mar 25 21:43:21 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 Mar 26 20:44:30 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 Mar 27 19:45:39 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 Mar 28 18:46:48 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 Mar 29 17:47:57 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 Mar 30 16:49:06 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 Mar 31 15:50:15 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 Apr 1 14:51:24 2022 Conflict for nonstandard '%c' format (near-asctime() format): Expected Fri Apr 01 14:51:24 2022, but got Fri Apr 1 14:51:24 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 Apr 2 13:52:33 2022 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sat Apr 02 13:52:33 2022, but got Sat Apr 2 13:52:33 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 Apr 3 12:53:42 2022 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sun Apr 03 12:53:42 2022, but got Sun Apr 3 12:53:42 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 Apr 4 11:54:51 2022 Conflict for nonstandard '%c' format (near-asctime() format): Expected Mon Apr 04 11:54:51 2022, but got Mon Apr 4 11:54:51 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 Apr 5 10:56:00 2022 Conflict for nonstandard '%c' format (near-asctime() format): Expected Tue Apr 05 10:56:00 2022, but got Tue Apr 5 10:56:00 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 Wed Apr 6 09:57:09 2022 Conflict for nonstandard '%c' format (near-asctime() format): Expected Wed Apr 06 09:57:09 2022, but got Wed Apr 6 09:57:09 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 Thu Apr 7 08:58:18 2022 Conflict for nonstandard '%c' format (near-asctime() format): Expected Thu Apr 07 08:58:18 2022, but got Thu Apr 7 08:58:18 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 Apr 8 07:59:27 2022 Conflict for nonstandard '%c' format (near-asctime() format): Expected Fri Apr 08 07:59:27 2022, but got Fri Apr 8 07:59:27 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 Apr 9 07:00:36 2022 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sat Apr 09 07:00:36 2022, but got Sat Apr 9 07:00:36 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 Apr 10 06:01:45 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 Apr 11 05:02:54 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 Apr 12 04:04:03 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 Apr 13 03:05:12 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 Apr 14 02:06:21 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 Apr 15 01:07:30 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 Apr 16 00:08:39 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 Apr 16 23:09:48 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 Jun 28 20:37:12 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 Jun 29 19:38:21 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 Jun 30 18:39:30 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 Jul 1 17:40:39 2022 Conflict for nonstandard '%c' format (near-asctime() format): Expected Fri Jul 01 17:40:39 2022, but got Fri Jul 1 17:40:39 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 Jul 2 16:41:48 2022 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sat Jul 02 16:41:48 2022, but got Sat Jul 2 16:41:48 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 Jul 3 15:42:57 2022 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sun Jul 03 15:42:57 2022, but got Sun Jul 3 15:42:57 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 Jul 4 14:44:06 2022 Conflict for nonstandard '%c' format (near-asctime() format): Expected Mon Jul 04 14:44:06 2022, but got Mon Jul 4 14:44:06 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 Jul 5 13:45:15 2022 Conflict for nonstandard '%c' format (near-asctime() format): Expected Tue Jul 05 13:45:15 2022, but got Tue Jul 5 13:45:15 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 Wed Jul 6 12:46:24 2022 Conflict for nonstandard '%c' format (near-asctime() format): Expected Wed Jul 06 12:46:24 2022, but got Wed Jul 6 12:46:24 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 Thu Jul 7 11:47:33 2022 Conflict for nonstandard '%c' format (near-asctime() format): Expected Thu Jul 07 11:47:33 2022, but got Thu Jul 7 11:47:33 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 Jul 8 10:48:42 2022 Conflict for nonstandard '%c' format (near-asctime() format): Expected Fri Jul 08 10:48:42 2022, but got Fri Jul 8 10:48:42 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 Jul 9 09:49:51 2022 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sat Jul 09 09:49:51 2022, but got Sat Jul 9 09:49:51 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 Jul 10 08:51:00 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 Jul 11 07:52:09 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 Jul 12 06:53:18 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 Jul 13 05:54:27 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 Jul 14 04:55:36 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 Jul 15 03:56:45 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 Jul 16 02:57:54 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 Jul 17 01:59:03 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 Jul 18 01:00:12 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 Jul 19 00:01:21 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 Jul 19 23:02:30 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 Jul 20 22:03:39 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 Jul 21 21:04:48 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 Oct 2 18:32:12 2022 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sun Oct 02 18:32:12 2022, but got Sun Oct 2 18:32:12 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 Oct 3 17:33:21 2022 Conflict for nonstandard '%c' format (near-asctime() format): Expected Mon Oct 03 17:33:21 2022, but got Mon Oct 3 17:33:21 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 Oct 4 16:34:30 2022 Conflict for nonstandard '%c' format (near-asctime() format): Expected Tue Oct 04 16:34:30 2022, but got Tue Oct 4 16:34:30 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 Wed Oct 5 15:35:39 2022 Conflict for nonstandard '%c' format (near-asctime() format): Expected Wed Oct 05 15:35:39 2022, but got Wed Oct 5 15:35:39 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 Thu Oct 6 14:36:48 2022 Conflict for nonstandard '%c' format (near-asctime() format): Expected Thu Oct 06 14:36:48 2022, but got Thu Oct 6 14:36:48 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 Oct 7 13:37:57 2022 Conflict for nonstandard '%c' format (near-asctime() format): Expected Fri Oct 07 13:37:57 2022, but got Fri Oct 7 13:37:57 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 Oct 8 12:39:06 2022 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sat Oct 08 12:39:06 2022, but got Sat Oct 8 12:39:06 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 Oct 9 11:40:15 2022 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sun Oct 09 11:40:15 2022, but got Sun Oct 9 11:40:15 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 Oct 10 10:41:24 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 Oct 11 09:42:33 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 Oct 12 08:43:42 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 Oct 13 07:44:51 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 Oct 14 06:46:00 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 Oct 15 05:47:09 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 Oct 16 04:48:18 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 Oct 17 03:49:27 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 Oct 18 02:50:36 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 Oct 19 01:51:45 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 Oct 20 00:52:54 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 Oct 20 23:54:03 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 Oct 21 22:55:12 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 Oct 22 21:56:21 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 Oct 23 20:57:30 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 Oct 24 19:58:39 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 Oct 25 18:59:48 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 Jan 6 16:27:12 2023 Conflict for nonstandard '%c' format (near-asctime() format): Expected Fri Jan 06 16:27:12 2023, but got Fri Jan 6 16:27:12 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 Jan 7 15:28:21 2023 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sat Jan 07 15:28:21 2023, but got Sat Jan 7 15:28:21 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 Jan 8 14:29:30 2023 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sun Jan 08 14:29:30 2023, but got Sun Jan 8 14:29:30 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 Jan 9 13:30:39 2023 Conflict for nonstandard '%c' format (near-asctime() format): Expected Mon Jan 09 13:30:39 2023, but got Mon Jan 9 13:30:39 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 Jan 10 12:31:48 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 Jan 11 11:32:57 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 Jan 12 10:34:06 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 Jan 13 09:35:15 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 Jan 14 08:36:24 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 Jan 15 07:37:33 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 Jan 16 06:38:42 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 Jan 17 05:39:51 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 Jan 18 04:41:00 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 Jan 19 03:42:09 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 Jan 20 02:43:18 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 Jan 21 01:44:27 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 Jan 22 00:45:36 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 Jan 22 23:46:45 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 Jan 23 22:47:54 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 Jan 24 21:49:03 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 Jan 25 20:50:12 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 Jan 26 19:51:21 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 Jan 27 18:52:30 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 Jan 28 17:53:39 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 Jan 29 16:54:48 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 Apr 12 14:22:12 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 Apr 13 13:23:21 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 Apr 14 12:24:30 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 Apr 15 11:25:39 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 Apr 16 10:26:48 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 Apr 17 09:27:57 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 Apr 18 08:29:06 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 Apr 19 07:30:15 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 Apr 20 06:31:24 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 Apr 21 05:32:33 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 Apr 22 04:33:42 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 Apr 23 03:34:51 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 Apr 24 02:36:00 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 Apr 25 01:37:09 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 Apr 26 00:38:18 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 Apr 26 23:39:27 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 Apr 27 22:40:36 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 Apr 28 21:41:45 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 Apr 29 20:42:54 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 Apr 30 19:44:03 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 1 18:45:12 2023 Conflict for nonstandard '%c' format (near-asctime() format): Expected Mon May 01 18:45:12 2023, but got Mon May 1 18:45:12 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 May 2 17:46:21 2023 Conflict for nonstandard '%c' format (near-asctime() format): Expected Tue May 02 17:46:21 2023, but got Tue May 2 17:46:21 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 May 3 16:47:30 2023 Conflict for nonstandard '%c' format (near-asctime() format): Expected Wed May 03 16:47:30 2023, but got Wed May 3 16:47:30 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 May 4 15:48:39 2023 Conflict for nonstandard '%c' format (near-asctime() format): Expected Thu May 04 15:48:39 2023, but got Thu May 4 15:48:39 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 May 5 14:49:48 2023 Conflict for nonstandard '%c' format (near-asctime() format): Expected Fri May 05 14:49:48 2023, but got Fri May 5 14:49:48 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 Jul 17 12:17:12 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 Jul 18 11:18:21 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 Jul 19 10:19:30 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 Jul 20 09:20:39 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 Jul 21 08:21:48 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 Jul 22 07:22:57 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 Jul 23 06:24:06 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 Jul 24 05:25:15 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 Jul 25 04:26:24 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 Jul 26 03:27:33 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 Jul 27 02:28:42 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 Jul 28 01:29:51 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 Jul 29 00:31:00 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 Jul 29 23:32:09 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 Jul 30 22:33:18 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 Jul 31 21:34:27 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 1 20:35:36 2023 Conflict for nonstandard '%c' format (near-asctime() format): Expected Tue Aug 01 20:35:36 2023, but got Tue Aug 1 20:35:36 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 Aug 2 19:36:45 2023 Conflict for nonstandard '%c' format (near-asctime() format): Expected Wed Aug 02 19:36:45 2023, but got Wed Aug 2 19:36:45 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 Aug 3 18:37:54 2023 Conflict for nonstandard '%c' format (near-asctime() format): Expected Thu Aug 03 18:37:54 2023, but got Thu Aug 3 18:37:54 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 Aug 4 17:39:03 2023 Conflict for nonstandard '%c' format (near-asctime() format): Expected Fri Aug 04 17:39:03 2023, but got Fri Aug 4 17:39:03 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 Aug 5 16:40:12 2023 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sat Aug 05 16:40:12 2023, but got Sat Aug 5 16:40:12 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 Aug 6 15:41:21 2023 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sun Aug 06 15:41:21 2023, but got Sun Aug 6 15:41:21 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 Aug 7 14:42:30 2023 Conflict for nonstandard '%c' format (near-asctime() format): Expected Mon Aug 07 14:42:30 2023, but got Mon Aug 7 14:42:30 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 Aug 8 13:43:39 2023 Conflict for nonstandard '%c' format (near-asctime() format): Expected Tue Aug 08 13:43:39 2023, but got Tue Aug 8 13:43:39 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 Aug 9 12:44:48 2023 Conflict for nonstandard '%c' format (near-asctime() format): Expected Wed Aug 09 12:44:48 2023, but got Wed Aug 9 12:44:48 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 Oct 21 10:12:12 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 Oct 22 09:13:21 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 Oct 23 08:14:30 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 Oct 24 07:15:39 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 Oct 25 06:16:48 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 Oct 26 05:17:57 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 Oct 27 04:19:06 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 Oct 28 03:20:15 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 Oct 29 02:21:24 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 Oct 30 01:22:33 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 Oct 31 00:23:42 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 Oct 31 23:24:51 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 Nov 1 22:26:00 2023 Conflict for nonstandard '%c' format (near-asctime() format): Expected Wed Nov 01 22:26:00 2023, but got Wed Nov 1 22:26:00 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 Nov 2 21:27:09 2023 Conflict for nonstandard '%c' format (near-asctime() format): Expected Thu Nov 02 21:27:09 2023, but got Thu Nov 2 21:27:09 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 Nov 3 20:28:18 2023 Conflict for nonstandard '%c' format (near-asctime() format): Expected Fri Nov 03 20:28:18 2023, but got Fri Nov 3 20:28:18 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 Nov 4 19:29:27 2023 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sat Nov 04 19:29:27 2023, but got Sat Nov 4 19:29:27 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 Nov 5 18:30:36 2023 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sun Nov 05 18:30:36 2023, but got Sun Nov 5 18:30:36 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 Nov 6 17:31:45 2023 Conflict for nonstandard '%c' format (near-asctime() format): Expected Mon Nov 06 17:31:45 2023, but got Mon Nov 6 17:31:45 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 Nov 7 16:32:54 2023 Conflict for nonstandard '%c' format (near-asctime() format): Expected Tue Nov 07 16:32:54 2023, but got Tue Nov 7 16:32:54 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 Nov 8 15:34:03 2023 Conflict for nonstandard '%c' format (near-asctime() format): Expected Wed Nov 08 15:34:03 2023, but got Wed Nov 8 15:34:03 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 Nov 9 14:35:12 2023 Conflict for nonstandard '%c' format (near-asctime() format): Expected Thu Nov 09 14:35:12 2023, but got Thu Nov 9 14:35:12 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 Nov 10 13:36:21 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 Nov 11 12:37:30 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 Nov 12 11:38:39 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 Nov 13 10:39:48 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 Jan 25 08:07:12 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 Jan 26 07:08:21 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 Jan 27 06:09:30 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 Jan 28 05:10:39 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 Jan 29 04:11:48 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 Jan 30 03:12:57 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 Jan 31 02:14:06 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 Feb 1 01:15:15 2024 Conflict for nonstandard '%c' format (near-asctime() format): Expected Thu Feb 01 01:15:15 2024, but got Thu Feb 1 01:15:15 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 Feb 2 00:16:24 2024 Conflict for nonstandard '%c' format (near-asctime() format): Expected Fri Feb 02 00:16:24 2024, but got Fri Feb 2 00:16:24 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 Feb 2 23:17:33 2024 Conflict for nonstandard '%c' format (near-asctime() format): Expected Fri Feb 02 23:17:33 2024, but got Fri Feb 2 23:17:33 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 Feb 3 22:18:42 2024 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sat Feb 03 22:18:42 2024, but got Sat Feb 3 22:18:42 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 Feb 4 21:19:51 2024 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sun Feb 04 21:19:51 2024, but got Sun Feb 4 21:19:51 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 Feb 5 20:21:00 2024 Conflict for nonstandard '%c' format (near-asctime() format): Expected Mon Feb 05 20:21:00 2024, but got Mon Feb 5 20:21:00 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 Feb 6 19:22:09 2024 Conflict for nonstandard '%c' format (near-asctime() format): Expected Tue Feb 06 19:22:09 2024, but got Tue Feb 6 19:22:09 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 Feb 7 18:23:18 2024 Conflict for nonstandard '%c' format (near-asctime() format): Expected Wed Feb 07 18:23:18 2024, but got Wed Feb 7 18:23:18 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 Feb 8 17:24:27 2024 Conflict for nonstandard '%c' format (near-asctime() format): Expected Thu Feb 08 17:24:27 2024, but got Thu Feb 8 17:24:27 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 Feb 9 16:25:36 2024 Conflict for nonstandard '%c' format (near-asctime() format): Expected Fri Feb 09 16:25:36 2024, but got Fri Feb 9 16:25:36 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 Feb 10 15:26:45 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 Feb 11 14:27:54 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 Feb 12 13:29:03 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 Feb 13 12:30:12 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 Feb 14 11:31:21 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 Feb 15 10:32:30 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 Feb 16 09:33:39 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 Feb 17 08:34:48 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) ok PASS: test_y_1900 (test.test_strftime.Y1900Tests) PASS: test_y_after_1900 (test.test_strftime.Y1900Tests) PASS: test_y_before_1900 (test.test_strftime.Y1900Tests) ---------------------------------------------------------------------- Ran 4 tests in 0.246s OK 0:18:25 load avg: 0.32 [325/427] test_string PASS: test_attrs (test.test_string.ModuleTest) PASS: test_auto_numbering (test.test_string.ModuleTest) PASS: test_basic_formatter (test.test_string.ModuleTest) PASS: test_capwords (test.test_string.ModuleTest) PASS: test_check_unused_args (test.test_string.ModuleTest) PASS: test_conversion_specifiers (test.test_string.ModuleTest) PASS: test_format_keyword_arguments (test.test_string.ModuleTest) PASS: test_index_lookup (test.test_string.ModuleTest) PASS: test_name_lookup (test.test_string.ModuleTest) PASS: test_override_convert_field (test.test_string.ModuleTest) PASS: test_override_format_field (test.test_string.ModuleTest) PASS: test_override_get_value (test.test_string.ModuleTest) PASS: test_override_parse (test.test_string.ModuleTest) PASS: test_vformat_recursion_limit (test.test_string.ModuleTest) PASS: test_SafeTemplate (test.test_string.TestTemplate) PASS: test_braced_override (test.test_string.TestTemplate) PASS: test_braced_override_safe (test.test_string.TestTemplate) PASS: test_delimiter_override (test.test_string.TestTemplate) PASS: test_escapes (test.test_string.TestTemplate) PASS: test_flags_override (test.test_string.TestTemplate) PASS: test_idpattern_override (test.test_string.TestTemplate) PASS: test_idpattern_override_inside_outside (test.test_string.TestTemplate) PASS: test_idpattern_override_inside_outside_invalid_unbraced (test.test_string.TestTemplate) PASS: test_invalid_placeholders (test.test_string.TestTemplate) PASS: test_invalid_with_no_lines (test.test_string.TestTemplate) PASS: test_keyword_arguments (test.test_string.TestTemplate) PASS: test_keyword_arguments_safe (test.test_string.TestTemplate) PASS: test_pattern_override (test.test_string.TestTemplate) PASS: test_percents (test.test_string.TestTemplate) PASS: test_regular_templates (test.test_string.TestTemplate) PASS: test_regular_templates_with_braces (test.test_string.TestTemplate) PASS: test_regular_templates_with_non_letters (test.test_string.TestTemplate) PASS: test_regular_templates_with_upper_case (test.test_string.TestTemplate) PASS: test_stringification (test.test_string.TestTemplate) PASS: test_tupleargs (test.test_string.TestTemplate) PASS: test_unicode_values (test.test_string.TestTemplate) ---------------------------------------------------------------------- Ran 36 tests in 0.012s OK 0:18:25 load avg: 0.32 [326/427] test_string_literals PASS: test_eval_bytes_incomplete (test.test_string_literals.TestLiterals) PASS: test_eval_bytes_invalid_escape (test.test_string_literals.TestLiterals) PASS: test_eval_bytes_normal (test.test_string_literals.TestLiterals) PASS: test_eval_bytes_raw (test.test_string_literals.TestLiterals) PASS: test_eval_str_incomplete (test.test_string_literals.TestLiterals) PASS: test_eval_str_invalid_escape (test.test_string_literals.TestLiterals) PASS: test_eval_str_normal (test.test_string_literals.TestLiterals) PASS: test_eval_str_raw (test.test_string_literals.TestLiterals) PASS: test_eval_str_u (test.test_string_literals.TestLiterals) PASS: test_file_iso_8859_1 (test.test_string_literals.TestLiterals) PASS: test_file_latin9 (test.test_string_literals.TestLiterals) PASS: test_file_latin_1 (test.test_string_literals.TestLiterals) PASS: test_file_utf8 (test.test_string_literals.TestLiterals) PASS: test_file_utf_8 (test.test_string_literals.TestLiterals) PASS: test_file_utf_8_error (test.test_string_literals.TestLiterals) PASS: test_template (test.test_string_literals.TestLiterals) ---------------------------------------------------------------------- Ran 16 tests in 0.277s OK 0:18:26 load avg: 0.32 [327/427] test_stringprep PASS: test (test.test_stringprep.StringprepTests) ---------------------------------------------------------------------- Ran 1 test in 0.000s OK 0:18:27 load avg: 0.38 [328/427] test_strptime PASS: test_TimeRE_recreation_locale (test.test_strptime.CacheTests) PASS: test_TimeRE_recreation_timezone (test.test_strptime.CacheTests) PASS: test_new_localetime (test.test_strptime.CacheTests) PASS: test_regex_cleanup (test.test_strptime.CacheTests) PASS: test_time_re_recreation (test.test_strptime.CacheTests) PASS: test_day_of_week_calculation (test.test_strptime.CalculationTests) PASS: test_gregorian_calculation (test.test_strptime.CalculationTests) PASS: test_julian_calculation (test.test_strptime.CalculationTests) PASS: test_week_0 (test.test_strptime.CalculationTests) PASS: test_week_of_year_and_day_of_week_calculation (test.test_strptime.CalculationTests) PASS: test_all_julian_days (test.test_strptime.JulianTests) PASS: test_am_pm (test.test_strptime.LocaleTime_Tests) PASS: test_date_time (test.test_strptime.LocaleTime_Tests) PASS: test_lang (test.test_strptime.LocaleTime_Tests) PASS: test_month (test.test_strptime.LocaleTime_Tests) PASS: test_timezone (test.test_strptime.LocaleTime_Tests) PASS: test_weekday (test.test_strptime.LocaleTime_Tests) PASS: test_twelve_noon_midnight (test.test_strptime.Strptime12AMPMTests) PASS: test_ValueError (test.test_strptime.StrptimeTests) PASS: test_bad_offset (test.test_strptime.StrptimeTests) SKIP: test_bad_timezone (test.test_strptime.StrptimeTests) 'need non-UTC/GMT timezone' PASS: test_caseinsensitive (test.test_strptime.StrptimeTests) PASS: test_date (test.test_strptime.StrptimeTests) PASS: test_date_time (test.test_strptime.StrptimeTests) PASS: test_day (test.test_strptime.StrptimeTests) PASS: test_defaults (test.test_strptime.StrptimeTests) PASS: test_escaping (test.test_strptime.StrptimeTests) PASS: test_feb29_on_leap_year_without_year (test.test_strptime.StrptimeTests) PASS: test_fraction (test.test_strptime.StrptimeTests) PASS: test_hour (test.test_strptime.StrptimeTests) PASS: test_julian (test.test_strptime.StrptimeTests) PASS: test_mar1_comes_after_feb29_even_when_omitting_the_year (test.test_strptime.StrptimeTests) PASS: test_minute (test.test_strptime.StrptimeTests) PASS: test_month (test.test_strptime.StrptimeTests) PASS: test_offset (test.test_strptime.StrptimeTests) PASS: test_percent (test.test_strptime.StrptimeTests) PASS: test_second (test.test_strptime.StrptimeTests) PASS: test_strptime_exception_context (test.test_strptime.StrptimeTests) PASS: test_time (test.test_strptime.StrptimeTests) PASS: test_timezone (test.test_strptime.StrptimeTests) PASS: test_unconverteddata (test.test_strptime.StrptimeTests) PASS: test_weekday (test.test_strptime.StrptimeTests) PASS: test_year (test.test_strptime.StrptimeTests) PASS: test_blankpattern (test.test_strptime.TimeRETests) PASS: test_compile (test.test_strptime.TimeRETests) PASS: test_locale_data_w_regex_metacharacters (test.test_strptime.TimeRETests) PASS: test_matching_with_escapes (test.test_strptime.TimeRETests) PASS: test_pattern (test.test_strptime.TimeRETests) PASS: test_pattern_escaping (test.test_strptime.TimeRETests) PASS: test_whitespace_substitution (test.test_strptime.TimeRETests) PASS: test_basic (test.test_strptime.getlang_Tests) ---------------------------------------------------------------------- Ran 51 tests in 0.054s OK (skipped=1) 0:18:28 load avg: 0.38 [329/427] test_strtod PASS: test_bigcomp (test.test_strtod.StrtodTests) PASS: test_boundaries (test.test_strtod.StrtodTests) PASS: test_halfway_cases (test.test_strtod.StrtodTests) PASS: test_large_exponents (test.test_strtod.StrtodTests) SKIP: test_oversized_digit_strings (test.test_strtod.StrtodTests) 'not enough memory: 6.0G minimum needed' PASS: test_parsing (test.test_strtod.StrtodTests) PASS: test_particular (test.test_strtod.StrtodTests) PASS: test_short_halfway_cases (test.test_strtod.StrtodTests) PASS: test_underflow_boundary (test.test_strtod.StrtodTests) ---------------------------------------------------------------------- Ran 9 tests in 0.457s OK (skipped=1) 0:18:29 load avg: 0.38 [330/427] test_struct PASS: test_1530559 (test.test_struct.StructTest) PASS: test_705836 (test.test_struct.StructTest) PASS: test_Struct_reinitialization (test.test_struct.StructTest) PASS: test__sizeof__ (test.test_struct.StructTest) PASS: test__struct_reference_cycle_cleaned_up (test.test_struct.StructTest) PASS: test__struct_types_immutable (test.test_struct.StructTest) PASS: test_bool (test.test_struct.StructTest) PASS: test_boundary_error_message (test.test_struct.StructTest) PASS: test_boundary_error_message_with_large_offset (test.test_struct.StructTest) PASS: test_boundary_error_message_with_negative_offset (test.test_struct.StructTest) PASS: test_calcsize (test.test_struct.StructTest) PASS: test_consistence (test.test_struct.StructTest) PASS: test_count_overflow (test.test_struct.StructTest) PASS: test_format_attr (test.test_struct.StructTest) PASS: test_integers (test.test_struct.StructTest) PASS: test_isbigendian (test.test_struct.StructTest) PASS: test_issue29802 (test.test_struct.StructTest) PASS: test_issue35714 (test.test_struct.StructTest) PASS: test_nN_code (test.test_struct.StructTest) PASS: test_new_features (test.test_struct.StructTest) PASS: test_p_code (test.test_struct.StructTest) PASS: test_pack_into (test.test_struct.StructTest) PASS: test_pack_into_fn (test.test_struct.StructTest) PASS: test_struct_cleans_up_at_runtime_shutdown (test.test_struct.StructTest) PASS: test_trailing_counter (test.test_struct.StructTest) PASS: test_transitiveness (test.test_struct.StructTest) PASS: test_unpack_from (test.test_struct.StructTest) PASS: test_unpack_with_buffer (test.test_struct.StructTest) PASS: test_arbitrary_buffer (test.test_struct.UnpackIteratorTest) PASS: test_construct (test.test_struct.UnpackIteratorTest) PASS: test_half_float (test.test_struct.UnpackIteratorTest) PASS: test_iterate (test.test_struct.UnpackIteratorTest) PASS: test_length_hint (test.test_struct.UnpackIteratorTest) PASS: test_module_func (test.test_struct.UnpackIteratorTest) PASS: test_uninstantiable (test.test_struct.UnpackIteratorTest) ---------------------------------------------------------------------- Ran 35 tests in 0.357s OK 0:18:30 load avg: 0.38 [331/427] test_structmembers PASS: test_bad_assignments (test.test_structmembers.ReadWriteTests) PASS: test_bool (test.test_structmembers.ReadWriteTests) PASS: test_byte (test.test_structmembers.ReadWriteTests) PASS: test_inplace_string (test.test_structmembers.ReadWriteTests) PASS: test_int (test.test_structmembers.ReadWriteTests) PASS: test_long (test.test_structmembers.ReadWriteTests) PASS: test_longlong (test.test_structmembers.ReadWriteTests) PASS: test_py_ssize_t (test.test_structmembers.ReadWriteTests) PASS: test_short (test.test_structmembers.ReadWriteTests) PASS: test_byte_max (test.test_structmembers.TestWarnings) PASS: test_byte_min (test.test_structmembers.TestWarnings) PASS: test_short_max (test.test_structmembers.TestWarnings) PASS: test_short_min (test.test_structmembers.TestWarnings) PASS: test_ubyte_max (test.test_structmembers.TestWarnings) PASS: test_ushort_max (test.test_structmembers.TestWarnings) ---------------------------------------------------------------------- Ran 15 tests in 0.002s OK 0:18:30 load avg: 0.38 [332/427] test_structseq PASS: test_cmp (test.test_structseq.StructSeqTest) PASS: test_concat (test.test_structseq.StructSeqTest) PASS: test_constructor (test.test_structseq.StructSeqTest) PASS: test_contains (test.test_structseq.StructSeqTest) PASS: test_eviltuple (test.test_structseq.StructSeqTest) PASS: test_extended_getslice (test.test_structseq.StructSeqTest) PASS: test_fields (test.test_structseq.StructSeqTest) PASS: test_hash (test.test_structseq.StructSeqTest) PASS: test_match_args (test.test_structseq.StructSeqTest) PASS: test_match_args_with_unnamed_fields (test.test_structseq.StructSeqTest) PASS: test_reduce (test.test_structseq.StructSeqTest) PASS: test_repeat (test.test_structseq.StructSeqTest) PASS: test_repr (test.test_structseq.StructSeqTest) PASS: test_tuple (test.test_structseq.StructSeqTest) ---------------------------------------------------------------------- Ran 14 tests in 0.004s OK 0:18:31 load avg: 0.38 [333/427] test_subclassinit PASS: test_errors (test.test_subclassinit.Test) PASS: test_errors_changed_pep487 (test.test_subclassinit.Test) PASS: test_init_subclass (test.test_subclassinit.Test) PASS: test_init_subclass_diamond (test.test_subclassinit.Test) PASS: test_init_subclass_dict (test.test_subclassinit.Test) PASS: test_init_subclass_error (test.test_subclassinit.Test) PASS: test_init_subclass_kwargs (test.test_subclassinit.Test) PASS: test_init_subclass_skipped (test.test_subclassinit.Test) PASS: test_init_subclass_wrong (test.test_subclassinit.Test) PASS: test_set_name (test.test_subclassinit.Test) PASS: test_set_name_error (test.test_subclassinit.Test) PASS: test_set_name_init_subclass (test.test_subclassinit.Test) PASS: test_set_name_lookup (test.test_subclassinit.Test) PASS: test_set_name_metaclass (test.test_subclassinit.Test) PASS: test_set_name_modifying_dict (test.test_subclassinit.Test) PASS: test_set_name_wrong (test.test_subclassinit.Test) PASS: test_type (test.test_subclassinit.Test) ---------------------------------------------------------------------- Ran 17 tests in 0.003s OK 0:18:32 load avg: 0.43 [334/427] test_subprocess SKIP: test_noshell_sequence_with_spaces (test.test_subprocess.CommandsWithSpaces) 'Windows-specific tests' SKIP: test_noshell_string_with_spaces (test.test_subprocess.CommandsWithSpaces) 'Windows-specific tests' SKIP: test_shell_sequence_with_spaces (test.test_subprocess.CommandsWithSpaces) 'Windows-specific tests' SKIP: test_shell_string_with_spaces (test.test_subprocess.CommandsWithSpaces) 'Windows-specific tests' test_broken_pipe_cleanup (test.test_subprocess.ContextManagerTests) PASS: Broken pipe error should not prevent wait() (Issue 21619) PASS: test_communicate_stdin (test.test_subprocess.ContextManagerTests) PASS: test_invalid_args (test.test_subprocess.ContextManagerTests) PASS: test_pipe (test.test_subprocess.ContextManagerTests) PASS: test_returncode (test.test_subprocess.ContextManagerTests) test__all__ (test.test_subprocess.MiscTests) PASS: Ensure that __all__ is populated properly. PASS: test_call_keyboardinterrupt_no_kill (test.test_subprocess.MiscTests) PASS: test_context_manager_keyboardinterrupt_no_kill (test.test_subprocess.MiscTests) PASS: test_getoutput (test.test_subprocess.MiscTests) PASS: test_run_keyboardinterrupt_no_kill (test.test_subprocess.MiscTests) PASS: test_CalledProcessError_str_non_zero (test.test_subprocess.POSIXProcessTestCase) PASS: test_CalledProcessError_str_signal (test.test_subprocess.POSIXProcessTestCase) PASS: test_CalledProcessError_str_unknown_signal (test.test_subprocess.POSIXProcessTestCase) PASS: test_args_string (test.test_subprocess.POSIXProcessTestCase) PASS: test_bytes_program (test.test_subprocess.POSIXProcessTestCase) PASS: test_call_string (test.test_subprocess.POSIXProcessTestCase) PASS: test_close_fd_0 (test.test_subprocess.POSIXProcessTestCase) PASS: test_close_fd_1 (test.test_subprocess.POSIXProcessTestCase) PASS: test_close_fd_2 (test.test_subprocess.POSIXProcessTestCase) PASS: test_close_fds (test.test_subprocess.POSIXProcessTestCase) PASS: test_close_fds_0_1 (test.test_subprocess.POSIXProcessTestCase) PASS: test_close_fds_0_1_2 (test.test_subprocess.POSIXProcessTestCase) PASS: test_close_fds_0_2 (test.test_subprocess.POSIXProcessTestCase) PASS: test_close_fds_1_2 (test.test_subprocess.POSIXProcessTestCase) PASS: test_close_fds_after_preexec (test.test_subprocess.POSIXProcessTestCase) test_close_fds_when_max_fd_is_lowered (test.test_subprocess.POSIXProcessTestCase) PASS: Confirm that issue21618 is fixed (may fail under valgrind). PASS: test_communicate_BrokenPipeError_stdin_close (test.test_subprocess.POSIXProcessTestCase) PASS: test_communicate_BrokenPipeError_stdin_close_with_timeout (test.test_subprocess.POSIXProcessTestCase) PASS: test_communicate_BrokenPipeError_stdin_flush (test.test_subprocess.POSIXProcessTestCase) PASS: test_communicate_BrokenPipeError_stdin_write (test.test_subprocess.POSIXProcessTestCase) PASS: test_communicate_repeated_call_after_stdout_close (test.test_subprocess.POSIXProcessTestCase) test_exception_bad_args_0 (test.test_subprocess.POSIXProcessTestCase) PASS: Test error in the child raised in the parent for a bad args[0]. test_exception_bad_executable (test.test_subprocess.POSIXProcessTestCase) PASS: Test error in the child raised in the parent for a bad executable. test_exception_cwd (test.test_subprocess.POSIXProcessTestCase) PASS: Test error in the child raised in the parent for a bad cwd. test_exception_errpipe_bad_data (test.test_subprocess.POSIXProcessTestCase) PASS: Test error passing done through errpipe_write where its not test_exception_errpipe_normal (test.test_subprocess.POSIXProcessTestCase) PASS: Test error passing done through errpipe_write in the good case PASS: test_extra_groups (test.test_subprocess.POSIXProcessTestCase) SKIP: test_extra_groups_error (test.test_subprocess.POSIXProcessTestCase) 'setgroups() available on platform' PASS: test_fork_exec (test.test_subprocess.POSIXProcessTestCase) PASS: test_fork_exec_sorted_fd_sanity_check (test.test_subprocess.POSIXProcessTestCase) PASS: test_group (test.test_subprocess.POSIXProcessTestCase) SKIP: test_group_error (test.test_subprocess.POSIXProcessTestCase) 'setregid() available on platform' PASS: test_invalid_args (test.test_subprocess.POSIXProcessTestCase) PASS: test_kill (test.test_subprocess.POSIXProcessTestCase) PASS: test_kill_dead (test.test_subprocess.POSIXProcessTestCase) PASS: test_leak_fast_process_del_killed (test.test_subprocess.POSIXProcessTestCase) PASS: test_pass_fds (test.test_subprocess.POSIXProcessTestCase) PASS: test_pass_fds_inheritable (test.test_subprocess.POSIXProcessTestCase) test_pass_fds_redirected (test.test_subprocess.POSIXProcessTestCase) PASS: Regression test for https://bugs.python.org/issue32270. PASS: test_pipe_cloexec (test.test_subprocess.POSIXProcessTestCase) PASS: test_pipe_cloexec_real_tools (test.test_subprocess.POSIXProcessTestCase) PASS: test_preexec (test.test_subprocess.POSIXProcessTestCase) test_preexec_errpipe_does_not_double_close_pipes (test.test_subprocess.POSIXProcessTestCase) PASS: Issue16140: Don't double close pipes on preexec error. PASS: test_preexec_exception (test.test_subprocess.POSIXProcessTestCase) SKIP: test_preexec_fork_failure (test.test_subprocess.POSIXProcessTestCase) 'RLIMIT_NPROC had no effect; probably superuser' PASS: test_preexec_gc_module_failure (test.test_subprocess.POSIXProcessTestCase) PASS: test_remapping_std_fds (test.test_subprocess.POSIXProcessTestCase) PASS: test_restore_signals (test.test_subprocess.POSIXProcessTestCase) PASS: test_run_abort (test.test_subprocess.POSIXProcessTestCase) PASS: test_select_unbuffered (test.test_subprocess.POSIXProcessTestCase) PASS: test_send_signal (test.test_subprocess.POSIXProcessTestCase) PASS: test_send_signal_dead (test.test_subprocess.POSIXProcessTestCase) PASS: test_send_signal_race (test.test_subprocess.POSIXProcessTestCase) PASS: test_send_signal_race2 (test.test_subprocess.POSIXProcessTestCase) PASS: test_shell_sequence (test.test_subprocess.POSIXProcessTestCase) PASS: test_shell_string (test.test_subprocess.POSIXProcessTestCase) test_small_errpipe_write_fd (test.test_subprocess.POSIXProcessTestCase) PASS: Issue #15798: Popen should work when stdio fds are available. PASS: test_specific_shell (test.test_subprocess.POSIXProcessTestCase) PASS: test_start_new_session (test.test_subprocess.POSIXProcessTestCase) PASS: test_stderr_stdin_are_single_inout_fd (test.test_subprocess.POSIXProcessTestCase) PASS: test_stdout_stderr_are_single_inout_fd (test.test_subprocess.POSIXProcessTestCase) PASS: test_stdout_stdin_are_single_inout_fd (test.test_subprocess.POSIXProcessTestCase) test_stopped (test.test_subprocess.POSIXProcessTestCase) PASS: Test wait() behavior when waitpid returns WIFSTOPPED; issue29335. PASS: test_surrogates_error_message (test.test_subprocess.POSIXProcessTestCase) PASS: test_swap_fds (test.test_subprocess.POSIXProcessTestCase) PASS: test_swap_std_fds_with_one_closed (test.test_subprocess.POSIXProcessTestCase) PASS: test_terminate (test.test_subprocess.POSIXProcessTestCase) PASS: test_terminate_dead (test.test_subprocess.POSIXProcessTestCase) PASS: test_umask (test.test_subprocess.POSIXProcessTestCase) PASS: test_undecodable_env (test.test_subprocess.POSIXProcessTestCase) PASS: test_user (test.test_subprocess.POSIXProcessTestCase) SKIP: test_user_error (test.test_subprocess.POSIXProcessTestCase) 'setreuid() available on platform' PASS: test_wait_when_sigchild_ignored (test.test_subprocess.POSIXProcessTestCase) PASS: test_zombie_fast_process_del (test.test_subprocess.POSIXProcessTestCase) PASS: test_bufsize_equal_one_binary_mode (test.test_subprocess.ProcessTestCase) PASS: test_bufsize_equal_one_text_mode (test.test_subprocess.ProcessTestCase) PASS: test_bufsize_is_none (test.test_subprocess.ProcessTestCase) PASS: test_bytes_executable (test.test_subprocess.ProcessTestCase) PASS: test_bytes_executable_replaces_shell (test.test_subprocess.ProcessTestCase) PASS: test_call_kwargs (test.test_subprocess.ProcessTestCase) PASS: test_call_seq (test.test_subprocess.ProcessTestCase) PASS: test_call_timeout (test.test_subprocess.ProcessTestCase) PASS: test_check_call_nonzero (test.test_subprocess.ProcessTestCase) PASS: test_check_call_zero (test.test_subprocess.ProcessTestCase) PASS: test_check_output (test.test_subprocess.ProcessTestCase) PASS: test_check_output_input_arg (test.test_subprocess.ProcessTestCase) test_check_output_input_none (test.test_subprocess.ProcessTestCase) PASS: input=None has a legacy meaning of input='' on check_output. PASS: test_check_output_input_none_text (test.test_subprocess.ProcessTestCase) PASS: test_check_output_input_none_universal_newlines (test.test_subprocess.ProcessTestCase) PASS: test_check_output_nonzero (test.test_subprocess.ProcessTestCase) PASS: test_check_output_stderr (test.test_subprocess.ProcessTestCase) PASS: test_check_output_stdin_arg (test.test_subprocess.ProcessTestCase) PASS: test_check_output_stdin_with_input_arg (test.test_subprocess.ProcessTestCase) PASS: test_check_output_stdout_arg (test.test_subprocess.ProcessTestCase) PASS: test_check_output_timeout (test.test_subprocess.ProcessTestCase) PASS: test_class_getitems (test.test_subprocess.ProcessTestCase) PASS: test_communicate (test.test_subprocess.ProcessTestCase) PASS: test_communicate_eintr (test.test_subprocess.ProcessTestCase) PASS: test_communicate_epipe (test.test_subprocess.ProcessTestCase) PASS: test_communicate_epipe_only_stdin (test.test_subprocess.ProcessTestCase) PASS: test_communicate_errors (test.test_subprocess.ProcessTestCase) PASS: test_communicate_pipe_buf (test.test_subprocess.ProcessTestCase) PASS: test_communicate_pipe_fd_leak (test.test_subprocess.ProcessTestCase) PASS: test_communicate_returns (test.test_subprocess.ProcessTestCase) PASS: test_communicate_stderr (test.test_subprocess.ProcessTestCase) PASS: test_communicate_stdin (test.test_subprocess.ProcessTestCase) PASS: test_communicate_stdout (test.test_subprocess.ProcessTestCase) PASS: test_communicate_timeout (test.test_subprocess.ProcessTestCase) PASS: test_communicate_timeout_large_output (test.test_subprocess.ProcessTestCase) PASS: test_cwd (test.test_subprocess.ProcessTestCase) PASS: test_cwd_with_absolute_arg (test.test_subprocess.ProcessTestCase) PASS: test_cwd_with_bytes (test.test_subprocess.ProcessTestCase) PASS: test_cwd_with_pathlike (test.test_subprocess.ProcessTestCase) PASS: test_cwd_with_relative_arg (test.test_subprocess.ProcessTestCase) PASS: test_cwd_with_relative_executable (test.test_subprocess.ProcessTestCase) PASS: test_double_close_on_error (test.test_subprocess.ProcessTestCase) test_empty_env (test.test_subprocess.ProcessTestCase) SKIP: Verify that env={} is as empty as possible. 'The Python shared library cannot be loaded with an empty environment.' PASS: test_env (test.test_subprocess.ProcessTestCase) PASS: test_executable (test.test_subprocess.ProcessTestCase) PASS: test_executable_replaces_shell (test.test_subprocess.ProcessTestCase) PASS: test_executable_takes_precedence (test.test_subprocess.ProcessTestCase) PASS: test_executable_with_cwd (test.test_subprocess.ProcessTestCase) PASS: test_executable_without_cwd (test.test_subprocess.ProcessTestCase) test_failed_child_execute_fd_leak (test.test_subprocess.ProcessTestCase) PASS: Test for the fork() failure fd leak reported in issue16327. PASS: test_file_not_found_includes_filename (test.test_subprocess.ProcessTestCase) PASS: test_file_not_found_with_bad_cwd (test.test_subprocess.ProcessTestCase) PASS: test_handles_closed_on_exception (test.test_subprocess.ProcessTestCase) PASS: test_invalid_args (test.test_subprocess.ProcessTestCase) PASS: test_invalid_bufsize (test.test_subprocess.ProcessTestCase) PASS: test_invalid_cmd (test.test_subprocess.ProcessTestCase) PASS: test_invalid_env (test.test_subprocess.ProcessTestCase) PASS: test_io_buffered_by_default (test.test_subprocess.ProcessTestCase) PASS: test_io_unbuffered_works (test.test_subprocess.ProcessTestCase) PASS: test_issue8780 (test.test_subprocess.ProcessTestCase) PASS: test_leaking_fds_on_error (test.test_subprocess.ProcessTestCase) PASS: test_list2cmdline (test.test_subprocess.ProcessTestCase) PASS: test_no_leaking (test.test_subprocess.ProcessTestCase) SKIP: test_nonexisting_with_pipes (test.test_subprocess.ProcessTestCase) 'need msvcrt.CrtSetReportMode' PASS: test_pathlike_executable (test.test_subprocess.ProcessTestCase) PASS: test_pathlike_executable_replaces_shell (test.test_subprocess.ProcessTestCase) PASS: test_pipesize_default (test.test_subprocess.ProcessTestCase) PASS: test_pipesizes (test.test_subprocess.ProcessTestCase) PASS: test_poll (test.test_subprocess.ProcessTestCase) PASS: test_repr (test.test_subprocess.ProcessTestCase) PASS: test_stderr_devnull (test.test_subprocess.ProcessTestCase) PASS: test_stderr_filedes (test.test_subprocess.ProcessTestCase) PASS: test_stderr_fileobj (test.test_subprocess.ProcessTestCase) PASS: test_stderr_none (test.test_subprocess.ProcessTestCase) PASS: test_stderr_pipe (test.test_subprocess.ProcessTestCase) PASS: test_stderr_redirect_with_no_stdout_redirect (test.test_subprocess.ProcessTestCase) PASS: test_stdin_devnull (test.test_subprocess.ProcessTestCase) PASS: test_stdin_filedes (test.test_subprocess.ProcessTestCase) PASS: test_stdin_fileobj (test.test_subprocess.ProcessTestCase) PASS: test_stdin_none (test.test_subprocess.ProcessTestCase) PASS: test_stdin_pipe (test.test_subprocess.ProcessTestCase) PASS: test_stdout_devnull (test.test_subprocess.ProcessTestCase) PASS: test_stdout_filedes (test.test_subprocess.ProcessTestCase) PASS: test_stdout_filedes_of_stdout (test.test_subprocess.ProcessTestCase) PASS: test_stdout_fileobj (test.test_subprocess.ProcessTestCase) PASS: test_stdout_none (test.test_subprocess.ProcessTestCase) PASS: test_stdout_pipe (test.test_subprocess.ProcessTestCase) PASS: test_stdout_stderr_file (test.test_subprocess.ProcessTestCase) PASS: test_stdout_stderr_pipe (test.test_subprocess.ProcessTestCase) test_threadsafe_wait (test.test_subprocess.ProcessTestCase) PASS: Issue21291: Popen.wait() needs to be threadsafe for returncode. PASS: test_universal_newlines_and_text (test.test_subprocess.ProcessTestCase) PASS: test_universal_newlines_communicate (test.test_subprocess.ProcessTestCase) PASS: test_universal_newlines_communicate_encodings (test.test_subprocess.ProcessTestCase) PASS: test_universal_newlines_communicate_input_none (test.test_subprocess.ProcessTestCase) PASS: test_universal_newlines_communicate_stdin (test.test_subprocess.ProcessTestCase) PASS: test_universal_newlines_communicate_stdin_stdout_stderr (test.test_subprocess.ProcessTestCase) PASS: test_wait (test.test_subprocess.ProcessTestCase) PASS: test_wait_timeout (test.test_subprocess.ProcessTestCase) PASS: test_writes_before_communicate (test.test_subprocess.ProcessTestCase) PASS: test_bufsize_equal_one_binary_mode (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_bufsize_equal_one_text_mode (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_bufsize_is_none (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_bytes_executable (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_bytes_executable_replaces_shell (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_call_kwargs (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_call_seq (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_call_timeout (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_check_call_nonzero (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_check_call_zero (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_check_output (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_check_output_input_arg (test.test_subprocess.ProcessTestCaseNoPoll) test_check_output_input_none (test.test_subprocess.ProcessTestCaseNoPoll) PASS: input=None has a legacy meaning of input='' on check_output. PASS: test_check_output_input_none_text (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_check_output_input_none_universal_newlines (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_check_output_nonzero (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_check_output_stderr (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_check_output_stdin_arg (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_check_output_stdin_with_input_arg (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_check_output_stdout_arg (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_check_output_timeout (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_class_getitems (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_communicate (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_communicate_eintr (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_communicate_epipe (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_communicate_epipe_only_stdin (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_communicate_errors (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_communicate_pipe_buf (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_communicate_pipe_fd_leak (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_communicate_returns (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_communicate_stderr (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_communicate_stdin (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_communicate_stdout (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_communicate_timeout (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_communicate_timeout_large_output (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_cwd (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_cwd_with_absolute_arg (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_cwd_with_bytes (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_cwd_with_pathlike (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_cwd_with_relative_arg (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_cwd_with_relative_executable (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_double_close_on_error (test.test_subprocess.ProcessTestCaseNoPoll) test_empty_env (test.test_subprocess.ProcessTestCaseNoPoll) SKIP: Verify that env={} is as empty as possible. 'The Python shared library cannot be loaded with an empty environment.' PASS: test_env (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_executable (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_executable_replaces_shell (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_executable_takes_precedence (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_executable_with_cwd (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_executable_without_cwd (test.test_subprocess.ProcessTestCaseNoPoll) test_failed_child_execute_fd_leak (test.test_subprocess.ProcessTestCaseNoPoll) PASS: Test for the fork() failure fd leak reported in issue16327. PASS: test_file_not_found_includes_filename (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_file_not_found_with_bad_cwd (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_handles_closed_on_exception (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_invalid_args (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_invalid_bufsize (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_invalid_cmd (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_invalid_env (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_io_buffered_by_default (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_io_unbuffered_works (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_issue8780 (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_leaking_fds_on_error (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_list2cmdline (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_no_leaking (test.test_subprocess.ProcessTestCaseNoPoll) SKIP: test_nonexisting_with_pipes (test.test_subprocess.ProcessTestCaseNoPoll) 'need msvcrt.CrtSetReportMode' PASS: test_pathlike_executable (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_pathlike_executable_replaces_shell (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_pipesize_default (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_pipesizes (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_poll (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_repr (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_stderr_devnull (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_stderr_filedes (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_stderr_fileobj (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_stderr_none (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_stderr_pipe (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_stderr_redirect_with_no_stdout_redirect (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_stdin_devnull (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_stdin_filedes (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_stdin_fileobj (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_stdin_none (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_stdin_pipe (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_stdout_devnull (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_stdout_filedes (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_stdout_filedes_of_stdout (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_stdout_fileobj (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_stdout_none (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_stdout_pipe (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_stdout_stderr_file (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_stdout_stderr_pipe (test.test_subprocess.ProcessTestCaseNoPoll) test_threadsafe_wait (test.test_subprocess.ProcessTestCaseNoPoll) PASS: Issue21291: Popen.wait() needs to be threadsafe for returncode. PASS: test_universal_newlines_and_text (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_universal_newlines_communicate (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_universal_newlines_communicate_encodings (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_universal_newlines_communicate_input_none (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_universal_newlines_communicate_stdin (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_universal_newlines_communicate_stdin_stdout_stderr (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_wait (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_wait_timeout (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_writes_before_communicate (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test__use_vfork (test.test_subprocess.RunFuncTestCase) PASS: test_capture_output (test.test_subprocess.RunFuncTestCase) PASS: test_capture_stderr (test.test_subprocess.RunFuncTestCase) PASS: test_capture_stdout (test.test_subprocess.RunFuncTestCase) PASS: test_check (test.test_subprocess.RunFuncTestCase) PASS: test_check_output_input_arg (test.test_subprocess.RunFuncTestCase) PASS: test_check_output_stdin_arg (test.test_subprocess.RunFuncTestCase) PASS: test_check_output_stdin_with_input_arg (test.test_subprocess.RunFuncTestCase) PASS: test_check_output_timeout (test.test_subprocess.RunFuncTestCase) PASS: test_check_zero (test.test_subprocess.RunFuncTestCase) PASS: test_returncode (test.test_subprocess.RunFuncTestCase) PASS: test_run_kwargs (test.test_subprocess.RunFuncTestCase) PASS: test_run_with_bytes_path_and_arguments (test.test_subprocess.RunFuncTestCase) PASS: test_run_with_pathlike_path (test.test_subprocess.RunFuncTestCase) PASS: test_run_with_pathlike_path_and_arguments (test.test_subprocess.RunFuncTestCase) test_run_with_shell_timeout_and_capture_output (test.test_subprocess.RunFuncTestCase) PASS: Output capturing after a timeout mustn't hang forever on open filehandles. PASS: test_stderr_with_capture_output_arg (test.test_subprocess.RunFuncTestCase) PASS: test_stdout_with_capture_output_arg (test.test_subprocess.RunFuncTestCase) PASS: test_timeout (test.test_subprocess.RunFuncTestCase) SKIP: test_call_string (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests' SKIP: test_close_fds (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests' SKIP: test_close_fds_with_stdio (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests' SKIP: test_creationflags (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests' SKIP: test_empty_attribute_list (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests' SKIP: test_empty_handle_list (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests' SKIP: test_invalid_args (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests' SKIP: test_issue31471 (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests' SKIP: test_kill (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests' SKIP: test_kill_dead (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests' SKIP: test_send_signal (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests' SKIP: test_send_signal_dead (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests' SKIP: test_shell_encodings (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests' SKIP: test_shell_sequence (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests' SKIP: test_shell_string (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests' SKIP: test_startupinfo (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests' SKIP: test_startupinfo_copy (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests' SKIP: test_startupinfo_keywords (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests' SKIP: test_terminate (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests' SKIP: test_terminate_dead (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests' ---------------------------------------------------------------------- Ran 325 tests in 27.890s OK (skipped=32) 0:19:01 load avg: 0.55 [335/427] test_sunau PASS: test_read_bad_magic_number (test.test_sunau.SunauLowLevelTest) PASS: test_read_too_large_header (test.test_sunau.SunauLowLevelTest) PASS: test_read_too_small_header (test.test_sunau.SunauLowLevelTest) PASS: test_read_wrong_encoding (test.test_sunau.SunauLowLevelTest) PASS: test_read_wrong_number_of_channels (test.test_sunau.SunauLowLevelTest) PASS: test_close (test.test_sunau.SunauPCM16Test) PASS: test_context_manager_with_filename (test.test_sunau.SunauPCM16Test) PASS: test_context_manager_with_open_file (test.test_sunau.SunauPCM16Test) PASS: test_copy (test.test_sunau.SunauPCM16Test) PASS: test_incompleted_write (test.test_sunau.SunauPCM16Test) PASS: test_multiple_writes (test.test_sunau.SunauPCM16Test) PASS: test_overflowed_write (test.test_sunau.SunauPCM16Test) PASS: test_read (test.test_sunau.SunauPCM16Test) PASS: test_read_not_from_start (test.test_sunau.SunauPCM16Test) PASS: test_read_params (test.test_sunau.SunauPCM16Test) PASS: test_unseekable_incompleted_write (test.test_sunau.SunauPCM16Test) PASS: test_unseekable_overflowed_write (test.test_sunau.SunauPCM16Test) PASS: test_unseekable_read (test.test_sunau.SunauPCM16Test) PASS: test_unseekable_write (test.test_sunau.SunauPCM16Test) PASS: test_write (test.test_sunau.SunauPCM16Test) PASS: test_write_array (test.test_sunau.SunauPCM16Test) PASS: test_write_bytearray (test.test_sunau.SunauPCM16Test) PASS: test_write_context_manager_calls_close (test.test_sunau.SunauPCM16Test) PASS: test_write_memoryview (test.test_sunau.SunauPCM16Test) PASS: test_write_params (test.test_sunau.SunauPCM16Test) PASS: test_close (test.test_sunau.SunauPCM24Test) PASS: test_context_manager_with_filename (test.test_sunau.SunauPCM24Test) PASS: test_context_manager_with_open_file (test.test_sunau.SunauPCM24Test) PASS: test_copy (test.test_sunau.SunauPCM24Test) PASS: test_incompleted_write (test.test_sunau.SunauPCM24Test) PASS: test_multiple_writes (test.test_sunau.SunauPCM24Test) PASS: test_overflowed_write (test.test_sunau.SunauPCM24Test) PASS: test_read (test.test_sunau.SunauPCM24Test) PASS: test_read_not_from_start (test.test_sunau.SunauPCM24Test) PASS: test_read_params (test.test_sunau.SunauPCM24Test) PASS: test_unseekable_incompleted_write (test.test_sunau.SunauPCM24Test) PASS: test_unseekable_overflowed_write (test.test_sunau.SunauPCM24Test) PASS: test_unseekable_read (test.test_sunau.SunauPCM24Test) PASS: test_unseekable_write (test.test_sunau.SunauPCM24Test) PASS: test_write (test.test_sunau.SunauPCM24Test) PASS: test_write_array (test.test_sunau.SunauPCM24Test) PASS: test_write_bytearray (test.test_sunau.SunauPCM24Test) PASS: test_write_context_manager_calls_close (test.test_sunau.SunauPCM24Test) PASS: test_write_memoryview (test.test_sunau.SunauPCM24Test) PASS: test_write_params (test.test_sunau.SunauPCM24Test) PASS: test_close (test.test_sunau.SunauPCM32Test) PASS: test_context_manager_with_filename (test.test_sunau.SunauPCM32Test) PASS: test_context_manager_with_open_file (test.test_sunau.SunauPCM32Test) PASS: test_copy (test.test_sunau.SunauPCM32Test) PASS: test_incompleted_write (test.test_sunau.SunauPCM32Test) PASS: test_multiple_writes (test.test_sunau.SunauPCM32Test) PASS: test_overflowed_write (test.test_sunau.SunauPCM32Test) PASS: test_read (test.test_sunau.SunauPCM32Test) PASS: test_read_not_from_start (test.test_sunau.SunauPCM32Test) PASS: test_read_params (test.test_sunau.SunauPCM32Test) PASS: test_unseekable_incompleted_write (test.test_sunau.SunauPCM32Test) PASS: test_unseekable_overflowed_write (test.test_sunau.SunauPCM32Test) PASS: test_unseekable_read (test.test_sunau.SunauPCM32Test) PASS: test_unseekable_write (test.test_sunau.SunauPCM32Test) PASS: test_write (test.test_sunau.SunauPCM32Test) PASS: test_write_array (test.test_sunau.SunauPCM32Test) PASS: test_write_bytearray (test.test_sunau.SunauPCM32Test) PASS: test_write_context_manager_calls_close (test.test_sunau.SunauPCM32Test) PASS: test_write_memoryview (test.test_sunau.SunauPCM32Test) PASS: test_write_params (test.test_sunau.SunauPCM32Test) PASS: test_close (test.test_sunau.SunauPCM8Test) PASS: test_context_manager_with_filename (test.test_sunau.SunauPCM8Test) PASS: test_context_manager_with_open_file (test.test_sunau.SunauPCM8Test) PASS: test_copy (test.test_sunau.SunauPCM8Test) PASS: test_incompleted_write (test.test_sunau.SunauPCM8Test) PASS: test_multiple_writes (test.test_sunau.SunauPCM8Test) PASS: test_overflowed_write (test.test_sunau.SunauPCM8Test) PASS: test_read (test.test_sunau.SunauPCM8Test) PASS: test_read_not_from_start (test.test_sunau.SunauPCM8Test) PASS: test_read_params (test.test_sunau.SunauPCM8Test) PASS: test_unseekable_incompleted_write (test.test_sunau.SunauPCM8Test) PASS: test_unseekable_overflowed_write (test.test_sunau.SunauPCM8Test) PASS: test_unseekable_read (test.test_sunau.SunauPCM8Test) PASS: test_unseekable_write (test.test_sunau.SunauPCM8Test) PASS: test_write (test.test_sunau.SunauPCM8Test) PASS: test_write_array (test.test_sunau.SunauPCM8Test) PASS: test_write_bytearray (test.test_sunau.SunauPCM8Test) PASS: test_write_context_manager_calls_close (test.test_sunau.SunauPCM8Test) PASS: test_write_memoryview (test.test_sunau.SunauPCM8Test) PASS: test_write_params (test.test_sunau.SunauPCM8Test) PASS: test_close (test.test_sunau.SunauULAWTest) PASS: test_context_manager_with_filename (test.test_sunau.SunauULAWTest) PASS: test_context_manager_with_open_file (test.test_sunau.SunauULAWTest) PASS: test_copy (test.test_sunau.SunauULAWTest) PASS: test_incompleted_write (test.test_sunau.SunauULAWTest) PASS: test_multiple_writes (test.test_sunau.SunauULAWTest) PASS: test_overflowed_write (test.test_sunau.SunauULAWTest) PASS: test_read (test.test_sunau.SunauULAWTest) PASS: test_read_not_from_start (test.test_sunau.SunauULAWTest) PASS: test_read_params (test.test_sunau.SunauULAWTest) PASS: test_unseekable_incompleted_write (test.test_sunau.SunauULAWTest) PASS: test_unseekable_overflowed_write (test.test_sunau.SunauULAWTest) PASS: test_unseekable_read (test.test_sunau.SunauULAWTest) PASS: test_unseekable_write (test.test_sunau.SunauULAWTest) PASS: test_write (test.test_sunau.SunauULAWTest) PASS: test_write_array (test.test_sunau.SunauULAWTest) PASS: test_write_bytearray (test.test_sunau.SunauULAWTest) PASS: test_write_context_manager_calls_close (test.test_sunau.SunauULAWTest) PASS: test_write_memoryview (test.test_sunau.SunauULAWTest) PASS: test_write_params (test.test_sunau.SunauULAWTest) ---------------------------------------------------------------------- Ran 105 tests in 0.068s OK 0:19:02 load avg: 0.59 [336/427] test_sundry PASS: test_untested_modules_can_be_imported (test.test_sundry.TestUntestedModules) ---------------------------------------------------------------------- Ran 1 test in 0.001s OK 0:19:03 load avg: 0.59 [337/427] test_super PASS: test___class___classmethod (test.test_super.TestSuper) PASS: test___class___delayed (test.test_super.TestSuper) PASS: test___class___instancemethod (test.test_super.TestSuper) PASS: test___class___mro (test.test_super.TestSuper) PASS: test___class___new (test.test_super.TestSuper) PASS: test___class___staticmethod (test.test_super.TestSuper) PASS: test___classcell___expected_behaviour (test.test_super.TestSuper) PASS: test___classcell___missing (test.test_super.TestSuper) PASS: test___classcell___overwrite (test.test_super.TestSuper) PASS: test___classcell___wrong_cell (test.test_super.TestSuper) PASS: test_basics_working (test.test_super.TestSuper) PASS: test_cell_as_self (test.test_super.TestSuper) PASS: test_class_getattr_working (test.test_super.TestSuper) PASS: test_class_methods_still_working (test.test_super.TestSuper) PASS: test_obscure_super_errors (test.test_super.TestSuper) PASS: test_subclass_no_override_working (test.test_super.TestSuper) PASS: test_super_in_class_methods_working (test.test_super.TestSuper) PASS: test_super_init_leaks (test.test_super.TestSuper) PASS: test_super_with_closure (test.test_super.TestSuper) PASS: test_unbound_method_transfer_working (test.test_super.TestSuper) PASS: test_various___class___pathologies (test.test_super.TestSuper) ---------------------------------------------------------------------- Ran 21 tests in 0.003s OK 0:19:04 load avg: 0.59 [338/427] test_symtable PASS: test_annotated (test.test_symtable.SymtableTest) PASS: test_assigned (test.test_symtable.SymtableTest) PASS: test_bytes (test.test_symtable.SymtableTest) PASS: test_children (test.test_symtable.SymtableTest) PASS: test_class_info (test.test_symtable.SymtableTest) PASS: test_eval (test.test_symtable.SymtableTest) PASS: test_exec (test.test_symtable.SymtableTest) PASS: test_filename_correct (test.test_symtable.SymtableTest) PASS: test_free (test.test_symtable.SymtableTest) PASS: test_function_info (test.test_symtable.SymtableTest) PASS: test_globals (test.test_symtable.SymtableTest) PASS: test_id (test.test_symtable.SymtableTest) PASS: test_imported (test.test_symtable.SymtableTest) PASS: test_lineno (test.test_symtable.SymtableTest) PASS: test_local (test.test_symtable.SymtableTest) PASS: test_name (test.test_symtable.SymtableTest) PASS: test_namespaces (test.test_symtable.SymtableTest) PASS: test_nested (test.test_symtable.SymtableTest) PASS: test_nonlocal (test.test_symtable.SymtableTest) PASS: test_optimized (test.test_symtable.SymtableTest) PASS: test_parameters (test.test_symtable.SymtableTest) PASS: test_referenced (test.test_symtable.SymtableTest) PASS: test_single (test.test_symtable.SymtableTest) PASS: test_symbol_lookup (test.test_symtable.SymtableTest) PASS: test_symtable_repr (test.test_symtable.SymtableTest) PASS: test_type (test.test_symtable.SymtableTest) ---------------------------------------------------------------------- Ran 26 tests in 0.007s OK 0:19:05 load avg: 0.59 [339/427] test_syntax PASS: test_assign_call (test.test_syntax.SyntaxTestCase) PASS: test_assign_del (test.test_syntax.SyntaxTestCase) PASS: test_bad_outdent (test.test_syntax.SyntaxTestCase) PASS: test_barry_as_flufl_with_syntax_errors (test.test_syntax.SyntaxTestCase) PASS: test_break_outside_loop (test.test_syntax.SyntaxTestCase) PASS: test_case_call_does_not_raise_syntax_error (test.test_syntax.SyntaxTestCase) PASS: test_continuation_bad_indentation (test.test_syntax.SyntaxTestCase) PASS: test_continue_outside_loop (test.test_syntax.SyntaxTestCase) PASS: test_curly_brace_after_primary_raises_immediately (test.test_syntax.SyntaxTestCase) PASS: test_deep_invalid_rule (test.test_syntax.SyntaxTestCase) PASS: test_empty_line_after_linecont (test.test_syntax.SyntaxTestCase) PASS: test_error_on_parser_stack_overflow (test.test_syntax.SyntaxTestCase) PASS: test_error_parenthesis (test.test_syntax.SyntaxTestCase) PASS: test_expression_with_assignment (test.test_syntax.SyntaxTestCase) PASS: test_generator_in_function_call (test.test_syntax.SyntaxTestCase) PASS: test_global_param_err_first (test.test_syntax.SyntaxTestCase) PASS: test_invalid_line_continuation_error_position (test.test_syntax.SyntaxTestCase) PASS: test_invalid_line_continuation_left_recursive (test.test_syntax.SyntaxTestCase) PASS: test_kwargs_last (test.test_syntax.SyntaxTestCase) PASS: test_kwargs_last2 (test.test_syntax.SyntaxTestCase) PASS: test_kwargs_last3 (test.test_syntax.SyntaxTestCase) PASS: test_match_call_does_not_raise_syntax_error (test.test_syntax.SyntaxTestCase) PASS: test_multiline_compiler_error_points_to_the_end (test.test_syntax.SyntaxTestCase) PASS: test_nested_named_except_blocks (test.test_syntax.SyntaxTestCase) PASS: test_no_indent (test.test_syntax.SyntaxTestCase) PASS: test_nonlocal_param_err_first (test.test_syntax.SyntaxTestCase) PASS: test_return_outside_function (test.test_syntax.SyntaxTestCase) PASS: test_syntax_error_on_deeply_nested_blocks (test.test_syntax.SyntaxTestCase) PASS: test_unexpected_indent (test.test_syntax.SyntaxTestCase) PASS: test_yield_outside_function (test.test_syntax.SyntaxTestCase) ---------------------------------------------------------------------- Ran 30 tests in 0.016s OK Trying: def f(x): global x Expecting: Traceback (most recent call last): SyntaxError: name 'x' is parameter and global ok Trying: obj.None = 1 Expecting: Traceback (most recent call last): SyntaxError: invalid syntax ok Trying: None = 1 Expecting: Traceback (most recent call last): SyntaxError: cannot assign to None ok Trying: obj.True = 1 Expecting: Traceback (most recent call last): SyntaxError: invalid syntax ok Trying: True = 1 Expecting: Traceback (most recent call last): SyntaxError: cannot assign to True ok Trying: (True := 1) Expecting: Traceback (most recent call last): SyntaxError: cannot use assignment expressions with True ok Trying: obj.__debug__ = 1 Expecting: Traceback (most recent call last): SyntaxError: cannot assign to __debug__ ok Trying: __debug__ = 1 Expecting: Traceback (most recent call last): SyntaxError: cannot assign to __debug__ ok Trying: (__debug__ := 1) Expecting: Traceback (most recent call last): SyntaxError: cannot assign to __debug__ ok Trying: del __debug__ Expecting: Traceback (most recent call last): SyntaxError: cannot delete __debug__ ok Trying: f() = 1 Expecting: Traceback (most recent call last): SyntaxError: cannot assign to function call here. Maybe you meant '==' instead of '='? ok Trying: yield = 1 Expecting: Traceback (most recent call last): SyntaxError: assignment to yield expression not possible ok Trying: del f() Expecting: Traceback (most recent call last): SyntaxError: cannot delete function call ok Trying: a + 1 = 2 Expecting: Traceback (most recent call last): SyntaxError: cannot assign to expression here. Maybe you meant '==' instead of '='? ok Trying: (x for x in x) = 1 Expecting: Traceback (most recent call last): SyntaxError: cannot assign to generator expression ok Trying: 1 = 1 Expecting: Traceback (most recent call last): SyntaxError: cannot assign to literal here. Maybe you meant '==' instead of '='? ok Trying: "abc" = 1 Expecting: Traceback (most recent call last): SyntaxError: cannot assign to literal here. Maybe you meant '==' instead of '='? ok Trying: b"" = 1 Expecting: Traceback (most recent call last): SyntaxError: cannot assign to literal here. Maybe you meant '==' instead of '='? ok Trying: ... = 1 Expecting: Traceback (most recent call last): SyntaxError: cannot assign to ellipsis here. Maybe you meant '==' instead of '='? ok Trying: `1` = 1 Expecting: Traceback (most recent call last): SyntaxError: invalid syntax ok Trying: (a, "b", c) = (1, 2, 3) Expecting: Traceback (most recent call last): SyntaxError: cannot assign to literal ok Trying: (a, True, c) = (1, 2, 3) Expecting: Traceback (most recent call last): SyntaxError: cannot assign to True ok Trying: (a, __debug__, c) = (1, 2, 3) Expecting: Traceback (most recent call last): SyntaxError: cannot assign to __debug__ ok Trying: (a, *True, c) = (1, 2, 3) Expecting: Traceback (most recent call last): SyntaxError: cannot assign to True ok Trying: (a, *__debug__, c) = (1, 2, 3) Expecting: Traceback (most recent call last): SyntaxError: cannot assign to __debug__ ok Trying: [a, b, c + 1] = [1, 2, 3] Expecting: Traceback (most recent call last): SyntaxError: cannot assign to expression ok Trying: [a, b[1], c + 1] = [1, 2, 3] Expecting: Traceback (most recent call last): SyntaxError: cannot assign to expression ok Trying: [a, b.c.d, c + 1] = [1, 2, 3] Expecting: Traceback (most recent call last): SyntaxError: cannot assign to expression ok Trying: a if 1 else b = 1 Expecting: Traceback (most recent call last): SyntaxError: cannot assign to conditional expression ok Trying: a = 42 if True Expecting: Traceback (most recent call last): SyntaxError: expected 'else' after 'if' expression ok Trying: a = (42 if True) Expecting: Traceback (most recent call last): SyntaxError: expected 'else' after 'if' expression ok Trying: a = [1, 42 if True, 4] Expecting: Traceback (most recent call last): SyntaxError: expected 'else' after 'if' expression ok Trying: if True: print("Hello" if 2: print(123)) Expecting: Traceback (most recent call last): SyntaxError: invalid syntax ok Trying: True = True = 3 Expecting: Traceback (most recent call last): SyntaxError: cannot assign to True ok Trying: x = y = True = z = 3 Expecting: Traceback (most recent call last): SyntaxError: cannot assign to True ok Trying: x = y = yield = 1 Expecting: Traceback (most recent call last): SyntaxError: assignment to yield expression not possible ok Trying: a, b += 1, 2 Expecting: Traceback (most recent call last): SyntaxError: 'tuple' is an illegal expression for augmented assignment ok Trying: (a, b) += 1, 2 Expecting: Traceback (most recent call last): SyntaxError: 'tuple' is an illegal expression for augmented assignment ok Trying: [a, b] += 1, 2 Expecting: Traceback (most recent call last): SyntaxError: 'list' is an illegal expression for augmented assignment ok Trying: for a() in b: pass Expecting: Traceback (most recent call last): SyntaxError: cannot assign to function call ok Trying: for (a, b()) in b: pass Expecting: Traceback (most recent call last): SyntaxError: cannot assign to function call ok Trying: for [a, b()] in b: pass Expecting: Traceback (most recent call last): SyntaxError: cannot assign to function call ok Trying: for (*a, b, c+1) in b: pass Expecting: Traceback (most recent call last): SyntaxError: cannot assign to expression ok Trying: for (x, *(y, z.d())) in b: pass Expecting: Traceback (most recent call last): SyntaxError: cannot assign to function call ok Trying: for a, b() in c: pass Expecting: Traceback (most recent call last): SyntaxError: cannot assign to function call ok Trying: for a, b, (c + 1, d()): pass Expecting: Traceback (most recent call last): SyntaxError: cannot assign to expression ok Trying: for i < (): pass Expecting: Traceback (most recent call last): SyntaxError: invalid syntax ok Trying: for a, b Expecting: Traceback (most recent call last): SyntaxError: invalid syntax ok Trying: with a as b(): pass Expecting: Traceback (most recent call last): SyntaxError: cannot assign to function call ok Trying: with a as (b, c()): pass Expecting: Traceback (most recent call last): SyntaxError: cannot assign to function call ok Trying: with a as [b, c()]: pass Expecting: Traceback (most recent call last): SyntaxError: cannot assign to function call ok Trying: with a as (*b, c, d+1): pass Expecting: Traceback (most recent call last): SyntaxError: cannot assign to expression ok Trying: with a as (x, *(y, z.d())): pass Expecting: Traceback (most recent call last): SyntaxError: cannot assign to function call ok Trying: with a as b, c as d(): pass Expecting: Traceback (most recent call last): SyntaxError: cannot assign to function call ok Trying: with a as b Expecting: Traceback (most recent call last): SyntaxError: expected ':' ok Trying: p = p = Expecting: Traceback (most recent call last): SyntaxError: invalid syntax ok Trying: [x,y for x,y in range(100)] Expecting: Traceback (most recent call last): SyntaxError: did you forget parentheses around the comprehension target? ok Trying: {x,y for x,y in range(100)} Expecting: Traceback (most recent call last): SyntaxError: did you forget parentheses around the comprehension target? ok Trying: [1, 2 3] Expecting: Traceback (most recent call last): SyntaxError: invalid syntax. Perhaps you forgot a comma? ok Trying: {1, 2 3} Expecting: Traceback (most recent call last): SyntaxError: invalid syntax. Perhaps you forgot a comma? ok Trying: {1:2, 2:5 3:12} Expecting: Traceback (most recent call last): SyntaxError: invalid syntax. Perhaps you forgot a comma? ok Trying: (1, 2 3) Expecting: Traceback (most recent call last): SyntaxError: invalid syntax. Perhaps you forgot a comma? ok Trying: match x: y = 3 Expecting: Traceback (most recent call last): SyntaxError: invalid syntax ok Trying: match x: case y: 3 $ 3 Expecting: Traceback (most recent call last): SyntaxError: invalid syntax ok Trying: match x: case $: ... Expecting: Traceback (most recent call last): SyntaxError: invalid syntax ok Trying: match ...: case {**rest, "key": value}: ... Expecting: Traceback (most recent call last): SyntaxError: invalid syntax ok Trying: match ...: case {**_}: ... Expecting: Traceback (most recent call last): SyntaxError: invalid syntax ok Trying: def f(None=1): pass Expecting: Traceback (most recent call last): SyntaxError: invalid syntax ok Trying: def f(x, y=1, z): pass Expecting: Traceback (most recent call last): SyntaxError: non-default argument follows default argument ok Trying: def f(x, None): pass Expecting: Traceback (most recent call last): SyntaxError: invalid syntax ok Trying: def f(*None): pass Expecting: Traceback (most recent call last): SyntaxError: invalid syntax ok Trying: def f(**None): pass Expecting: Traceback (most recent call last): SyntaxError: invalid syntax ok Trying: import ast; ast.parse(''' def f( *, # type: int a, # type: int ): pass ''', type_comments=True) Expecting: Traceback (most recent call last): SyntaxError: bare * has associated type comment ok Trying: def None(x): pass Expecting: Traceback (most recent call last): SyntaxError: invalid syntax ok Trying: def f(it, *varargs, **kwargs): return list(it) Expecting nothing ok Trying: L = range(10) Expecting nothing ok Trying: f(x for x in L) Expecting: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] ok Trying: f(x for x in L, 1) Expecting: Traceback (most recent call last): SyntaxError: Generator expression must be parenthesized ok Trying: f(x for x in L, y=1) Expecting: Traceback (most recent call last): SyntaxError: Generator expression must be parenthesized ok Trying: f(x for x in L, *[]) Expecting: Traceback (most recent call last): SyntaxError: Generator expression must be parenthesized ok Trying: f(x for x in L, **{}) Expecting: Traceback (most recent call last): SyntaxError: Generator expression must be parenthesized ok Trying: f(L, x for x in L) Expecting: Traceback (most recent call last): SyntaxError: Generator expression must be parenthesized ok Trying: f(x for x in L, y for y in L) Expecting: Traceback (most recent call last): SyntaxError: Generator expression must be parenthesized ok Trying: f(x for x in L,) Expecting: Traceback (most recent call last): SyntaxError: Generator expression must be parenthesized ok Trying: f((x for x in L), 1) Expecting: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] ok Trying: class C(x for x in L): pass Expecting: Traceback (most recent call last): SyntaxError: invalid syntax ok Trying: def g(*args, **kwargs): print(args, sorted(kwargs.items())) Expecting nothing ok Trying: g(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299) # doctest: +ELLIPSIS Expecting: (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, ..., 297, 298, 299) [] ok Trying: g(a000=0, a001=1, a002=2, a003=3, a004=4, a005=5, a006=6, a007=7, a008=8, a009=9, a010=10, a011=11, a012=12, a013=13, a014=14, a015=15, a016=16, a017=17, a018=18, a019=19, a020=20, a021=21, a022=22, a023=23, a024=24, a025=25, a026=26, a027=27, a028=28, a029=29, a030=30, a031=31, a032=32, a033=33, a034=34, a035=35, a036=36, a037=37, a038=38, a039=39, a040=40, a041=41, a042=42, a043=43, a044=44, a045=45, a046=46, a047=47, a048=48, a049=49, a050=50, a051=51, a052=52, a053=53, a054=54, a055=55, a056=56, a057=57, a058=58, a059=59, a060=60, a061=61, a062=62, a063=63, a064=64, a065=65, a066=66, a067=67, a068=68, a069=69, a070=70, a071=71, a072=72, a073=73, a074=74, a075=75, a076=76, a077=77, a078=78, a079=79, a080=80, a081=81, a082=82, a083=83, a084=84, a085=85, a086=86, a087=87, a088=88, a089=89, a090=90, a091=91, a092=92, a093=93, a094=94, a095=95, a096=96, a097=97, a098=98, a099=99, a100=100, a101=101, a102=102, a103=103, a104=104, a105=105, a106=106, a107=107, a108=108, a109=109, a110=110, a111=111, a112=112, a113=113, a114=114, a115=115, a116=116, a117=117, a118=118, a119=119, a120=120, a121=121, a122=122, a123=123, a124=124, a125=125, a126=126, a127=127, a128=128, a129=129, a130=130, a131=131, a132=132, a133=133, a134=134, a135=135, a136=136, a137=137, a138=138, a139=139, a140=140, a141=141, a142=142, a143=143, a144=144, a145=145, a146=146, a147=147, a148=148, a149=149, a150=150, a151=151, a152=152, a153=153, a154=154, a155=155, a156=156, a157=157, a158=158, a159=159, a160=160, a161=161, a162=162, a163=163, a164=164, a165=165, a166=166, a167=167, a168=168, a169=169, a170=170, a171=171, a172=172, a173=173, a174=174, a175=175, a176=176, a177=177, a178=178, a179=179, a180=180, a181=181, a182=182, a183=183, a184=184, a185=185, a186=186, a187=187, a188=188, a189=189, a190=190, a191=191, a192=192, a193=193, a194=194, a195=195, a196=196, a197=197, a198=198, a199=199, a200=200, a201=201, a202=202, a203=203, a204=204, a205=205, a206=206, a207=207, a208=208, a209=209, a210=210, a211=211, a212=212, a213=213, a214=214, a215=215, a216=216, a217=217, a218=218, a219=219, a220=220, a221=221, a222=222, a223=223, a224=224, a225=225, a226=226, a227=227, a228=228, a229=229, a230=230, a231=231, a232=232, a233=233, a234=234, a235=235, a236=236, a237=237, a238=238, a239=239, a240=240, a241=241, a242=242, a243=243, a244=244, a245=245, a246=246, a247=247, a248=248, a249=249, a250=250, a251=251, a252=252, a253=253, a254=254, a255=255, a256=256, a257=257, a258=258, a259=259, a260=260, a261=261, a262=262, a263=263, a264=264, a265=265, a266=266, a267=267, a268=268, a269=269, a270=270, a271=271, a272=272, a273=273, a274=274, a275=275, a276=276, a277=277, a278=278, a279=279, a280=280, a281=281, a282=282, a283=283, a284=284, a285=285, a286=286, a287=287, a288=288, a289=289, a290=290, a291=291, a292=292, a293=293, a294=294, a295=295, a296=296, a297=297, a298=298, a299=299) # doctest: +ELLIPSIS Expecting: () [('a000', 0), ('a001', 1), ('a002', 2), ..., ('a298', 298), ('a299', 299)] ok Trying: class C: def meth(self, *args): return args Expecting nothing ok Trying: obj = C() Expecting nothing ok Trying: obj.meth( 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299) # doctest: +ELLIPSIS Expecting: (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, ..., 297, 298, 299) ok Trying: f(lambda x: x[0] = 3) Expecting: Traceback (most recent call last): SyntaxError: expression cannot contain assignment, perhaps you meant "=="? ok Trying: f(a={x: for x in {}}) Expecting: Traceback (most recent call last): SyntaxError: invalid syntax ok Trying: f(x()=2) Expecting: Traceback (most recent call last): SyntaxError: expression cannot contain assignment, perhaps you meant "=="? ok Trying: f(a or b=1) Expecting: Traceback (most recent call last): SyntaxError: expression cannot contain assignment, perhaps you meant "=="? ok Trying: f(x.y=1) Expecting: Traceback (most recent call last): SyntaxError: expression cannot contain assignment, perhaps you meant "=="? ok Trying: f((x)=2) Expecting: Traceback (most recent call last): SyntaxError: expression cannot contain assignment, perhaps you meant "=="? ok Trying: f(True=1) Expecting: Traceback (most recent call last): SyntaxError: cannot assign to True ok Trying: f(False=1) Expecting: Traceback (most recent call last): SyntaxError: cannot assign to False ok Trying: f(None=1) Expecting: Traceback (most recent call last): SyntaxError: cannot assign to None ok Trying: f(__debug__=1) Expecting: Traceback (most recent call last): SyntaxError: cannot assign to __debug__ ok Trying: __debug__: int Expecting: Traceback (most recent call last): SyntaxError: cannot assign to __debug__ ok Trying: (x for x in x) += 1 Expecting: Traceback (most recent call last): SyntaxError: 'generator expression' is an illegal expression for augmented assignment ok Trying: None += 1 Expecting: Traceback (most recent call last): SyntaxError: 'None' is an illegal expression for augmented assignment ok Trying: __debug__ += 1 Expecting: Traceback (most recent call last): SyntaxError: cannot assign to __debug__ ok Trying: f() += 1 Expecting: Traceback (most recent call last): SyntaxError: 'function call' is an illegal expression for augmented assignment ok Trying: def test(): try: pass finally: for abc in range(10): continue print(abc) Expecting nothing ok Trying: test() Expecting: 9 ok Trying: def test(): for abc in range(10): try: pass finally: continue print(abc) Expecting nothing ok Trying: test() Expecting: 9 ok Trying: def test(): for abc in range(10): try: pass finally: try: continue except: pass print(abc) Expecting nothing ok Trying: test() Expecting: 9 ok Trying: def test(): for abc in range(10): try: pass finally: try: pass except: continue print(abc) Expecting nothing ok Trying: test() Expecting: 9 ok Trying: def foo(): try: pass finally: continue Expecting: Traceback (most recent call last): ... SyntaxError: 'continue' not properly in loop ok Trying: try: print(1) break print(2) finally: print(3) Expecting: Traceback (most recent call last): ... SyntaxError: 'break' outside loop ok Trying: def f(): print(x) global x Expecting: Traceback (most recent call last): ... SyntaxError: name 'x' is used prior to global declaration ok Trying: def f(): x = 1 global x Expecting: Traceback (most recent call last): ... SyntaxError: name 'x' is assigned to before global declaration ok Trying: def f(x): global x Expecting: Traceback (most recent call last): ... SyntaxError: name 'x' is parameter and global ok Trying: def f(): x = 1 def g(): print(x) nonlocal x Expecting: Traceback (most recent call last): ... SyntaxError: name 'x' is used prior to nonlocal declaration ok Trying: def f(): x = 1 def g(): x = 2 nonlocal x Expecting: Traceback (most recent call last): ... SyntaxError: name 'x' is assigned to before nonlocal declaration ok Trying: def f(x): nonlocal x Expecting: Traceback (most recent call last): ... SyntaxError: name 'x' is parameter and nonlocal ok Trying: def f(): global x nonlocal x Expecting: Traceback (most recent call last): ... SyntaxError: name 'x' is nonlocal and global ok Trying: def f(): nonlocal x Expecting: Traceback (most recent call last): ... SyntaxError: no binding for nonlocal 'x' found ok Trying: nonlocal x Expecting: Traceback (most recent call last): ... SyntaxError: nonlocal declaration not allowed at module level ok Trying: class A: def f(self): nonlocal __x Expecting: Traceback (most recent call last): ... SyntaxError: no binding for nonlocal '_A__x' found ok Trying: if 1: x() = 1 elif 1: pass Expecting: Traceback (most recent call last): ... SyntaxError: cannot assign to function call here. Maybe you meant '==' instead of '='? ok Trying: if 1: pass elif 1: x() = 1 Expecting: Traceback (most recent call last): ... SyntaxError: cannot assign to function call here. Maybe you meant '==' instead of '='? ok Trying: if 1: x() = 1 elif 1: pass else: pass Expecting: Traceback (most recent call last): ... SyntaxError: cannot assign to function call here. Maybe you meant '==' instead of '='? ok Trying: if 1: pass elif 1: x() = 1 else: pass Expecting: Traceback (most recent call last): ... SyntaxError: cannot assign to function call here. Maybe you meant '==' instead of '='? ok Trying: if 1: pass elif 1: pass else: x() = 1 Expecting: Traceback (most recent call last): ... SyntaxError: cannot assign to function call here. Maybe you meant '==' instead of '='? ok Trying: def f() pass Expecting: Traceback (most recent call last): SyntaxError: expected ':' ok Trying: class A pass Expecting: Traceback (most recent call last): SyntaxError: expected ':' ok Trying: class R&D: pass Expecting: Traceback (most recent call last): SyntaxError: invalid syntax ok Trying: if 1 pass elif 1: pass else: x() = 1 Expecting: Traceback (most recent call last): SyntaxError: expected ':' ok Trying: if 1: pass elif 1 pass else: x() = 1 Expecting: Traceback (most recent call last): SyntaxError: expected ':' ok Trying: if 1: pass elif 1: pass else x() = 1 Expecting: Traceback (most recent call last): SyntaxError: expected ':' ok Trying: for x in range(10) pass Expecting: Traceback (most recent call last): SyntaxError: expected ':' ok Trying: for x in range 10: pass Expecting: Traceback (most recent call last): SyntaxError: invalid syntax ok Trying: while True pass Expecting: Traceback (most recent call last): SyntaxError: expected ':' ok Trying: with blech as something pass Expecting: Traceback (most recent call last): SyntaxError: expected ':' ok Trying: with blech pass Expecting: Traceback (most recent call last): SyntaxError: expected ':' ok Trying: with blech, block as something pass Expecting: Traceback (most recent call last): SyntaxError: expected ':' ok Trying: with blech, block as something, bluch pass Expecting: Traceback (most recent call last): SyntaxError: expected ':' ok Trying: with (blech as something) pass Expecting: Traceback (most recent call last): SyntaxError: expected ':' ok Trying: with (blech) pass Expecting: Traceback (most recent call last): SyntaxError: expected ':' ok Trying: with (blech, block as something) pass Expecting: Traceback (most recent call last): SyntaxError: expected ':' ok Trying: with (blech, block as something, bluch) pass Expecting: Traceback (most recent call last): SyntaxError: expected ':' ok Trying: with block ad something: pass Expecting: Traceback (most recent call last): SyntaxError: invalid syntax ok Trying: try pass Expecting: Traceback (most recent call last): SyntaxError: expected ':' ok Trying: try: pass except pass Expecting: Traceback (most recent call last): SyntaxError: expected ':' ok Trying: match x case list(): pass Expecting: Traceback (most recent call last): SyntaxError: expected ':' ok Trying: match x x: case list(): pass Expecting: Traceback (most recent call last): SyntaxError: invalid syntax ok Trying: match x: case list() pass Expecting: Traceback (most recent call last): SyntaxError: expected ':' ok Trying: match x: case [y] if y > 0 pass Expecting: Traceback (most recent call last): SyntaxError: expected ':' ok Trying: if x = 3: pass Expecting: Traceback (most recent call last): SyntaxError: invalid syntax. Maybe you meant '==' or ':=' instead of '='? ok Trying: while x = 3: pass Expecting: Traceback (most recent call last): SyntaxError: invalid syntax. Maybe you meant '==' or ':=' instead of '='? ok Trying: if x.a = 3: pass Expecting: Traceback (most recent call last): SyntaxError: cannot assign to attribute here. Maybe you meant '==' instead of '='? ok Trying: while x.a = 3: pass Expecting: Traceback (most recent call last): SyntaxError: cannot assign to attribute here. Maybe you meant '==' instead of '='? ok Trying: try: x = 34 Expecting: Traceback (most recent call last): SyntaxError: expected 'except' or 'finally' block ok Trying: f(2, 4, x=34); 1 $ 2 Expecting: Traceback (most recent call last): SyntaxError: invalid syntax ok Trying: dict(x=34); x $ y Expecting: Traceback (most recent call last): SyntaxError: invalid syntax ok Trying: dict(x=34, (x for x in range 10), 1); x $ y Expecting: Traceback (most recent call last): SyntaxError: invalid syntax ok Trying: dict(x=34, x=1, y=2); x $ y Expecting: Traceback (most recent call last): SyntaxError: invalid syntax ok Trying: {1:2, 3:4, 5} Expecting: Traceback (most recent call last): SyntaxError: ':' expected after dictionary key ok Trying: {1:2, 3:4, 5:} Expecting: Traceback (most recent call last): SyntaxError: expression expected after dictionary key and ':' ok Trying: {1: *12+1, 23: 1} Expecting: Traceback (most recent call last): SyntaxError: cannot use a starred expression in a dictionary value ok Trying: {1: *12+1} Expecting: Traceback (most recent call last): SyntaxError: cannot use a starred expression in a dictionary value ok Trying: {1: 23, 1: *12+1} Expecting: Traceback (most recent call last): SyntaxError: cannot use a starred expression in a dictionary value ok Trying: {1:} Expecting: Traceback (most recent call last): SyntaxError: expression expected after dictionary key and ':' ok Trying: {1} $ Expecting: Traceback (most recent call last): SyntaxError: invalid syntax ok Trying: {1: 2, 3: foo(,), 4: 5} Expecting: Traceback (most recent call last): SyntaxError: invalid syntax ok Trying: {1: $, 2: 3} Expecting: Traceback (most recent call last): SyntaxError: invalid syntax ok Trying: while condition: pass Expecting: Traceback (most recent call last): IndentationError: expected an indented block after 'while' statement on line 1 ok Trying: for x in range(10): pass Expecting: Traceback (most recent call last): IndentationError: expected an indented block after 'for' statement on line 1 ok Trying: for x in range(10): pass else: pass Expecting: Traceback (most recent call last): IndentationError: expected an indented block after 'else' statement on line 3 ok Trying: async for x in range(10): pass Expecting: Traceback (most recent call last): IndentationError: expected an indented block after 'for' statement on line 1 ok Trying: async for x in range(10): pass else: pass Expecting: Traceback (most recent call last): IndentationError: expected an indented block after 'else' statement on line 3 ok Trying: if something: pass Expecting: Traceback (most recent call last): IndentationError: expected an indented block after 'if' statement on line 1 ok Trying: if something: pass elif something_else: pass Expecting: Traceback (most recent call last): IndentationError: expected an indented block after 'elif' statement on line 3 ok Trying: if something: pass elif something_else: pass else: pass Expecting: Traceback (most recent call last): IndentationError: expected an indented block after 'else' statement on line 5 ok Trying: try: pass Expecting: Traceback (most recent call last): IndentationError: expected an indented block after 'try' statement on line 1 ok Trying: try: something() except: pass Expecting: Traceback (most recent call last): IndentationError: expected an indented block after 'except' statement on line 3 ok Trying: try: something() except A: pass Expecting: Traceback (most recent call last): IndentationError: expected an indented block after 'except' statement on line 3 ok Trying: try: something() except A: pass finally: pass Expecting: Traceback (most recent call last): IndentationError: expected an indented block after 'finally' statement on line 5 ok Trying: with A: pass Expecting: Traceback (most recent call last): IndentationError: expected an indented block after 'with' statement on line 1 ok Trying: with A as a, B as b: pass Expecting: Traceback (most recent call last): IndentationError: expected an indented block after 'with' statement on line 1 ok Trying: with (A as a, B as b): pass Expecting: Traceback (most recent call last): IndentationError: expected an indented block after 'with' statement on line 1 ok Trying: async with A: pass Expecting: Traceback (most recent call last): IndentationError: expected an indented block after 'with' statement on line 1 ok Trying: async with A as a, B as b: pass Expecting: Traceback (most recent call last): IndentationError: expected an indented block after 'with' statement on line 1 ok Trying: async with (A as a, B as b): pass Expecting: Traceback (most recent call last): IndentationError: expected an indented block after 'with' statement on line 1 ok Trying: def foo(x, /, y, *, z=2): pass Expecting: Traceback (most recent call last): IndentationError: expected an indented block after function definition on line 1 ok Trying: class Blech(A): pass Expecting: Traceback (most recent call last): IndentationError: expected an indented block after class definition on line 1 ok Trying: match something: pass Expecting: Traceback (most recent call last): IndentationError: expected an indented block after 'match' statement on line 1 ok Trying: match something: case []: pass Expecting: Traceback (most recent call last): IndentationError: expected an indented block after 'case' statement on line 2 ok Trying: match something: case []: ... case {}: pass Expecting: Traceback (most recent call last): IndentationError: expected an indented block after 'case' statement on line 4 ok Trying: raise X, Y Expecting: Traceback (most recent call last): ... SyntaxError: invalid syntax ok Trying: raise X, Y, Z Expecting: Traceback (most recent call last): ... SyntaxError: invalid syntax ok Trying: try: pass except A, B: pass Expecting: Traceback (most recent call last): SyntaxError: multiple exception types must be parenthesized ok Trying: try: pass except A, B, C: pass Expecting: Traceback (most recent call last): SyntaxError: multiple exception types must be parenthesized ok Trying: try: pass except A, B, C as blech: pass Expecting: Traceback (most recent call last): SyntaxError: multiple exception types must be parenthesized ok Trying: try: pass except A, B, C as blech: pass finally: pass Expecting: Traceback (most recent call last): SyntaxError: multiple exception types must be parenthesized ok Trying: f(a=23, a=234) Expecting: Traceback (most recent call last): ... SyntaxError: keyword argument repeated: a ok Trying: {1, 2, 3} = 42 Expecting: Traceback (most recent call last): SyntaxError: cannot assign to set display here. Maybe you meant '==' instead of '='? ok Trying: {1: 2, 3: 4} = 42 Expecting: Traceback (most recent call last): SyntaxError: cannot assign to dict literal here. Maybe you meant '==' instead of '='? ok Trying: f'{x}' = 42 Expecting: Traceback (most recent call last): SyntaxError: cannot assign to f-string expression here. Maybe you meant '==' instead of '='? ok Trying: f'{x}-{y}' = 42 Expecting: Traceback (most recent call last): SyntaxError: cannot assign to f-string expression here. Maybe you meant '==' instead of '='? ok Trying: (x, y, z=3, d, e) Expecting: Traceback (most recent call last): SyntaxError: invalid syntax. Maybe you meant '==' or ':=' instead of '='? ok Trying: [x, y, z=3, d, e] Expecting: Traceback (most recent call last): SyntaxError: invalid syntax. Maybe you meant '==' or ':=' instead of '='? ok Trying: [z=3] Expecting: Traceback (most recent call last): SyntaxError: invalid syntax. Maybe you meant '==' or ':=' instead of '='? ok Trying: {x, y, z=3, d, e} Expecting: Traceback (most recent call last): SyntaxError: invalid syntax. Maybe you meant '==' or ':=' instead of '='? ok Trying: {z=3} Expecting: Traceback (most recent call last): SyntaxError: invalid syntax. Maybe you meant '==' or ':=' instead of '='? ok Trying: from t import x, Expecting: Traceback (most recent call last): SyntaxError: trailing comma not allowed without surrounding parentheses ok Trying: from t import x,y, Expecting: Traceback (most recent call last): SyntaxError: trailing comma not allowed without surrounding parentheses ok Trying: from t import x,y, and 3 Expecting: Traceback (most recent call last): SyntaxError: invalid syntax ok Trying: (): int Expecting: Traceback (most recent call last): SyntaxError: only single target (not tuple) can be annotated ok Trying: []: int Expecting: Traceback (most recent call last): SyntaxError: only single target (not list) can be annotated ok Trying: (()): int Expecting: Traceback (most recent call last): SyntaxError: only single target (not tuple) can be annotated ok Trying: ([]): int Expecting: Traceback (most recent call last): SyntaxError: only single target (not list) can be annotated ok Trying: def f(*, x=lambda __debug__:0): pass Expecting: Traceback (most recent call last): SyntaxError: cannot assign to __debug__ ok Trying: def f(*args:(lambda __debug__:0)): pass Expecting: Traceback (most recent call last): SyntaxError: cannot assign to __debug__ ok Trying: def f(**kwargs:(lambda __debug__:0)): pass Expecting: Traceback (most recent call last): SyntaxError: cannot assign to __debug__ ok Trying: with (lambda *:0): pass Expecting: Traceback (most recent call last): SyntaxError: named arguments must follow bare * ok Trying: def f(**__debug__): pass Expecting: Traceback (most recent call last): SyntaxError: cannot assign to __debug__ ok Trying: def f(*xx, __debug__): pass Expecting: Traceback (most recent call last): SyntaxError: cannot assign to __debug__ ok Trying: import ä £ Expecting: Traceback (most recent call last): SyntaxError: invalid character '£' (U+00A3) ok Trying: match ...: case 42 as _: ... Expecting: Traceback (most recent call last): SyntaxError: cannot use '_' as a target ok Trying: match ...: case 42 as 1+2+4: ... Expecting: Traceback (most recent call last): SyntaxError: invalid pattern target ok Trying: match ...: case Foo(z=1, y=2, x): ... Expecting: Traceback (most recent call last): SyntaxError: positional patterns follow keyword patterns ok Trying: match ...: case Foo(a, z=1, y=2, x): ... Expecting: Traceback (most recent call last): SyntaxError: positional patterns follow keyword patterns ok Trying: match ...: case Foo(z=1, x, y=2): ... Expecting: Traceback (most recent call last): SyntaxError: positional patterns follow keyword patterns ok Trying: match ...: case C(a=b, c, d=e, f, g=h, i, j=k, ...): ... Expecting: Traceback (most recent call last): SyntaxError: positional patterns follow keyword patterns ok 33 items had no tests: test.test_syntax.SyntaxTestCase test.test_syntax.SyntaxTestCase._check_error test.test_syntax.SyntaxTestCase.test_assign_call test.test_syntax.SyntaxTestCase.test_assign_del test.test_syntax.SyntaxTestCase.test_bad_outdent test.test_syntax.SyntaxTestCase.test_barry_as_flufl_with_syntax_errors test.test_syntax.SyntaxTestCase.test_break_outside_loop test.test_syntax.SyntaxTestCase.test_case_call_does_not_raise_syntax_error test.test_syntax.SyntaxTestCase.test_continuation_bad_indentation test.test_syntax.SyntaxTestCase.test_continue_outside_loop test.test_syntax.SyntaxTestCase.test_curly_brace_after_primary_raises_immediately test.test_syntax.SyntaxTestCase.test_deep_invalid_rule test.test_syntax.SyntaxTestCase.test_empty_line_after_linecont test.test_syntax.SyntaxTestCase.test_error_on_parser_stack_overflow test.test_syntax.SyntaxTestCase.test_error_parenthesis test.test_syntax.SyntaxTestCase.test_expression_with_assignment test.test_syntax.SyntaxTestCase.test_generator_in_function_call test.test_syntax.SyntaxTestCase.test_global_param_err_first test.test_syntax.SyntaxTestCase.test_invalid_line_continuation_error_position test.test_syntax.SyntaxTestCase.test_invalid_line_continuation_left_recursive test.test_syntax.SyntaxTestCase.test_kwargs_last test.test_syntax.SyntaxTestCase.test_kwargs_last2 test.test_syntax.SyntaxTestCase.test_kwargs_last3 test.test_syntax.SyntaxTestCase.test_match_call_does_not_raise_syntax_error test.test_syntax.SyntaxTestCase.test_multiline_compiler_error_points_to_the_end test.test_syntax.SyntaxTestCase.test_nested_named_except_blocks test.test_syntax.SyntaxTestCase.test_no_indent test.test_syntax.SyntaxTestCase.test_nonlocal_param_err_first test.test_syntax.SyntaxTestCase.test_return_outside_function test.test_syntax.SyntaxTestCase.test_syntax_error_on_deeply_nested_blocks test.test_syntax.SyntaxTestCase.test_unexpected_indent test.test_syntax.SyntaxTestCase.test_yield_outside_function test.test_syntax.test_main 1 items passed all tests: 233 tests in test.test_syntax 233 tests in 34 items. 233 passed and 0 failed. Test passed. doctest (test.test_syntax) ... 233 tests with zero failures 0:19:05 load avg: 0.59 [340/427] test_sys PASS: test_custom_displayhook (test.test_sys.DisplayHookTest) PASS: test_lost_displayhook (test.test_sys.DisplayHookTest) PASS: test_original_displayhook (test.test_sys.DisplayHookTest) PASS: test_excepthook (test.test_sys.ExceptHookTest) PASS: test_excepthook_bytes_filename (test.test_sys.ExceptHookTest) PASS: test_original_excepthook (test.test_sys.ExceptHookTest) PASS: test_asyncgen_hooks (test.test_sys.SizeofTest) PASS: test_changing_sys_stderr_and_removing_reference (test.test_sys.SizeofTest) PASS: test_default (test.test_sys.SizeofTest) PASS: test_errors (test.test_sys.SizeofTest) PASS: test_gc_head_size (test.test_sys.SizeofTest) PASS: test_objecttypes (test.test_sys.SizeofTest) PASS: test_pythontypes (test.test_sys.SizeofTest) PASS: test_slots (test.test_sys.SizeofTest) PASS: test_43581 (test.test_sys.SysModuleTest) SKIP: test__enablelegacywindowsfsencoding (test.test_sys.SysModuleTest) 'needs sys._enablelegacywindowsfsencoding()' PASS: test_attributes (test.test_sys.SysModuleTest) PASS: test_c_locale_surrogateescape (test.test_sys.SysModuleTest) PASS: test_call_tracing (test.test_sys.SysModuleTest) PASS: test_clear_type_cache (test.test_sys.SysModuleTest) PASS: test_current_exceptions (test.test_sys.SysModuleTest) PASS: test_current_frames (test.test_sys.SysModuleTest) PASS: test_debugmallocstats (test.test_sys.SysModuleTest) PASS: test_dlopenflags (test.test_sys.SysModuleTest) PASS: test_executable (test.test_sys.SysModuleTest) PASS: test_exit (test.test_sys.SysModuleTest) PASS: test_getallocatedblocks (test.test_sys.SysModuleTest) SKIP: test_getandroidapilevel (test.test_sys.SysModuleTest) 'need sys.getandroidapilevel()' PASS: test_getdefaultencoding (test.test_sys.SysModuleTest) PASS: test_getfilesystemencoding (test.test_sys.SysModuleTest) PASS: test_getframe (test.test_sys.SysModuleTest) SKIP: test_getwindowsversion (test.test_sys.SysModuleTest) "object has no attribute 'getwindowsversion'" PASS: test_implementation (test.test_sys.SysModuleTest) PASS: test_intern (test.test_sys.SysModuleTest) PASS: test_ioencoding (test.test_sys.SysModuleTest) SKIP: test_ioencoding_nonascii (test.test_sys.SysModuleTest) 'requires FS encoding to match locale' PASS: test_is_finalizing (test.test_sys.SysModuleTest) PASS: test_issue20602 (test.test_sys.SysModuleTest) PASS: test_module_names (test.test_sys.SysModuleTest) PASS: test_no_duplicates_in_meta_path (test.test_sys.SysModuleTest) PASS: test_orig_argv (test.test_sys.SysModuleTest) PASS: test_posix_locale_surrogateescape (test.test_sys.SysModuleTest) PASS: test_recursionlimit (test.test_sys.SysModuleTest) PASS: test_recursionlimit_recovery (test.test_sys.SysModuleTest) PASS: test_refcount (test.test_sys.SysModuleTest) PASS: test_setrecursionlimit_recursion_depth (test.test_sys.SysModuleTest) PASS: test_switchinterval (test.test_sys.SysModuleTest) PASS: test_sys_flags (test.test_sys.SysModuleTest) PASS: test_sys_flags_no_instantiation (test.test_sys.SysModuleTest) SKIP: test_sys_getwindowsversion_no_instantiation (test.test_sys.SysModuleTest) "object has no attribute 'getwindowsversion'" PASS: test_sys_ignores_cleaning_up_user_data (test.test_sys.SysModuleTest) PASS: test_sys_tracebacklimit (test.test_sys.SysModuleTest) PASS: test_sys_version_info_no_instantiation (test.test_sys.SysModuleTest) PASS: test_thread_info (test.test_sys.SysModuleTest) PASS: test_custom_unraisablehook (test.test_sys.UnraisableHookTest) PASS: test_custom_unraisablehook_fail (test.test_sys.UnraisableHookTest) PASS: test_original_unraisablehook (test.test_sys.UnraisableHookTest) PASS: test_original_unraisablehook_err (test.test_sys.UnraisableHookTest) PASS: test_original_unraisablehook_exception_qualname (test.test_sys.UnraisableHookTest) PASS: test_original_unraisablehook_wrong_type (test.test_sys.UnraisableHookTest) ---------------------------------------------------------------------- Ran 60 tests in 1.575s OK (skipped=5) 0:19:08 load avg: 0.62 [341/427] test_sys_setprofile PASS: test_caught_exception (test.test_sys_setprofile.ProfileHookTestCase) PASS: test_caught_nested_exception (test.test_sys_setprofile.ProfileHookTestCase) PASS: test_distant_exception (test.test_sys_setprofile.ProfileHookTestCase) PASS: test_exception (test.test_sys_setprofile.ProfileHookTestCase) PASS: test_exception_in_except_clause (test.test_sys_setprofile.ProfileHookTestCase) PASS: test_exception_propagation (test.test_sys_setprofile.ProfileHookTestCase) PASS: test_generator (test.test_sys_setprofile.ProfileHookTestCase) PASS: test_nested_exception (test.test_sys_setprofile.ProfileHookTestCase) PASS: test_raise (test.test_sys_setprofile.ProfileHookTestCase) PASS: test_raise_reraise (test.test_sys_setprofile.ProfileHookTestCase) PASS: test_raise_twice (test.test_sys_setprofile.ProfileHookTestCase) PASS: test_simple (test.test_sys_setprofile.ProfileHookTestCase) PASS: test_stop_iteration (test.test_sys_setprofile.ProfileHookTestCase) PASS: test_basic_exception (test.test_sys_setprofile.ProfileSimulatorTestCase) PASS: test_caught_exception (test.test_sys_setprofile.ProfileSimulatorTestCase) PASS: test_distant_exception (test.test_sys_setprofile.ProfileSimulatorTestCase) PASS: test_simple (test.test_sys_setprofile.ProfileSimulatorTestCase) PASS: test_unbound_method (test.test_sys_setprofile.ProfileSimulatorTestCase) PASS: test_unbound_method_invalid_args (test.test_sys_setprofile.ProfileSimulatorTestCase) PASS: test_unbound_method_invalid_keyword_args (test.test_sys_setprofile.ProfileSimulatorTestCase) PASS: test_unbound_method_no_args (test.test_sys_setprofile.ProfileSimulatorTestCase) PASS: test_unbound_method_no_keyword_args (test.test_sys_setprofile.ProfileSimulatorTestCase) PASS: test_reentrancy (test.test_sys_setprofile.TestEdgeCases) PASS: test_same_object (test.test_sys_setprofile.TestEdgeCases) PASS: test_empty (test.test_sys_setprofile.TestGetProfile) PASS: test_setget (test.test_sys_setprofile.TestGetProfile) ---------------------------------------------------------------------- Ran 26 tests in 0.039s OK 0:19:10 load avg: 0.62 [342/427] test_sys_settrace PASS: test_jump_across_async_with (test.test_sys_settrace.JumpTestCase) PASS: test_jump_across_with (test.test_sys_settrace.JumpTestCase) PASS: test_jump_backward_over_async_listcomp (test.test_sys_settrace.JumpTestCase) PASS: test_jump_backward_over_async_listcomp_v2 (test.test_sys_settrace.JumpTestCase) PASS: test_jump_backward_over_listcomp (test.test_sys_settrace.JumpTestCase) PASS: test_jump_backward_over_listcomp_v2 (test.test_sys_settrace.JumpTestCase) PASS: test_jump_backwards_into_while_block (test.test_sys_settrace.JumpTestCase) PASS: test_jump_backwards_out_of_async_with_block (test.test_sys_settrace.JumpTestCase) PASS: test_jump_backwards_out_of_try_except_block (test.test_sys_settrace.JumpTestCase) PASS: test_jump_backwards_out_of_try_finally_block (test.test_sys_settrace.JumpTestCase) PASS: test_jump_backwards_out_of_with_block (test.test_sys_settrace.JumpTestCase) PASS: test_jump_between_async_with_blocks (test.test_sys_settrace.JumpTestCase) PASS: test_jump_between_except_blocks (test.test_sys_settrace.JumpTestCase) PASS: test_jump_between_with_blocks (test.test_sys_settrace.JumpTestCase) PASS: test_jump_forward_over_async_listcomp (test.test_sys_settrace.JumpTestCase) PASS: test_jump_forward_over_listcomp (test.test_sys_settrace.JumpTestCase) PASS: test_jump_forwards_into_while_block (test.test_sys_settrace.JumpTestCase) PASS: test_jump_forwards_out_of_async_with_block (test.test_sys_settrace.JumpTestCase) PASS: test_jump_forwards_out_of_try_except_block (test.test_sys_settrace.JumpTestCase) PASS: test_jump_forwards_out_of_try_finally_block (test.test_sys_settrace.JumpTestCase) PASS: test_jump_forwards_out_of_with_block (test.test_sys_settrace.JumpTestCase) PASS: test_jump_from_yield (test.test_sys_settrace.JumpTestCase) PASS: test_jump_in_nested_finally (test.test_sys_settrace.JumpTestCase) PASS: test_jump_in_nested_finally_2 (test.test_sys_settrace.JumpTestCase) PASS: test_jump_in_nested_finally_3 (test.test_sys_settrace.JumpTestCase) PASS: test_jump_into_finally_block (test.test_sys_settrace.JumpTestCase) PASS: test_jump_into_finally_block_from_try_block (test.test_sys_settrace.JumpTestCase) PASS: test_jump_out_of_async_for_block_backwards (test.test_sys_settrace.JumpTestCase) PASS: test_jump_out_of_async_for_block_forwards (test.test_sys_settrace.JumpTestCase) PASS: test_jump_out_of_async_with_assignment (test.test_sys_settrace.JumpTestCase) PASS: test_jump_out_of_async_with_block_within_finally_block (test.test_sys_settrace.JumpTestCase) PASS: test_jump_out_of_async_with_block_within_for_block (test.test_sys_settrace.JumpTestCase) PASS: test_jump_out_of_async_with_block_within_with_block (test.test_sys_settrace.JumpTestCase) PASS: test_jump_out_of_block_backwards (test.test_sys_settrace.JumpTestCase) PASS: test_jump_out_of_block_forwards (test.test_sys_settrace.JumpTestCase) PASS: test_jump_out_of_complex_nested_blocks (test.test_sys_settrace.JumpTestCase) PASS: test_jump_out_of_finally_block (test.test_sys_settrace.JumpTestCase) PASS: test_jump_out_of_with_assignment (test.test_sys_settrace.JumpTestCase) PASS: test_jump_out_of_with_block_within_finally_block (test.test_sys_settrace.JumpTestCase) PASS: test_jump_out_of_with_block_within_for_block (test.test_sys_settrace.JumpTestCase) PASS: test_jump_out_of_with_block_within_with_block (test.test_sys_settrace.JumpTestCase) PASS: test_jump_over_async_for_block_before_else (test.test_sys_settrace.JumpTestCase) PASS: test_jump_over_break_in_try_finally_block (test.test_sys_settrace.JumpTestCase) PASS: test_jump_over_for_block_before_else (test.test_sys_settrace.JumpTestCase) PASS: test_jump_over_return_in_try_finally_block (test.test_sys_settrace.JumpTestCase) PASS: test_jump_simple_backwards (test.test_sys_settrace.JumpTestCase) PASS: test_jump_simple_forwards (test.test_sys_settrace.JumpTestCase) PASS: test_jump_to_codeless_line (test.test_sys_settrace.JumpTestCase) PASS: test_jump_to_firstlineno (test.test_sys_settrace.JumpTestCase) PASS: test_jump_to_same_line (test.test_sys_settrace.JumpTestCase) PASS: test_jump_within_except_block (test.test_sys_settrace.JumpTestCase) PASS: test_large_function (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_backwards_into_async_for_block (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_backwards_into_async_with_block (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_backwards_into_for_block (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_backwards_into_try_except_block (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_backwards_into_try_finally_block (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_backwards_into_with_block (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_between_except_blocks_2 (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_forwards_into_async_for_block (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_forwards_into_async_with_block (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_forwards_into_for_block (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_forwards_into_try_except_block (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_forwards_into_try_finally_block (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_forwards_into_with_block (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_from_call (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_from_exception_event (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_from_return_event (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_infinite_while_loop (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_into_async_for_block_before_else (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_into_bare_except_block (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_into_bare_except_block_from_try_block (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_into_for_block_before_else (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_into_qualified_except_block (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_into_qualified_except_block_from_try_block (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_out_of_bare_except_block (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_out_of_qualified_except_block (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_over_return_out_of_finally_block (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_over_return_try_finally_in_finally_block (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_to_except_1 (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_to_except_2 (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_to_except_3 (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_to_except_4 (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_to_non_integers (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_too_far_backwards (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_too_far_forwards (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_without_trace_function (test.test_sys_settrace.JumpTestCase) PASS: test_call (test.test_sys_settrace.RaisingTraceFuncTestCase) PASS: test_exception (test.test_sys_settrace.RaisingTraceFuncTestCase) PASS: test_exception_arguments (test.test_sys_settrace.RaisingTraceFuncTestCase) PASS: test_line (test.test_sys_settrace.RaisingTraceFuncTestCase) PASS: test_return (test.test_sys_settrace.RaisingTraceFuncTestCase) PASS: test_trash_stack (test.test_sys_settrace.RaisingTraceFuncTestCase) PASS: test_01_basic (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_02_arigo0 (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_02_arigo1 (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_02_arigo2 (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_03_one_instr (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_04_no_pop_blocks (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_05_no_pop_tops (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_06_call (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_07_raise (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_08_settrace_and_return (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_09_settrace_and_raise (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_10_ireturn (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_11_tightloop (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_12_tighterloop (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_13_genexp (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_14_onliner_if (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_15_loops (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_16_blank_lines (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_17_none_f_trace (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_18_except_with_name (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_19_except_with_finally (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_20_async_for_loop (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_21_repeated_pass (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_async_for_backwards_jump_has_no_line (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_break_through_finally (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_break_to_break (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_break_to_continue1 (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_break_to_continue2 (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_continue_through_finally (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_early_exit_with (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_flow_converges_on_same_line (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_if_break (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_if_false_in_try_except (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_if_false_in_with (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_if_in_if_in_if (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_implicit_return_in_class (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_loop_in_try_except (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_nested_ifs (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_nested_ifs_with_and (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_nested_loops (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_nested_try_if (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_no_tracing_of_named_except_cleanup (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_return_through_finally (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_set_and_retrieve_func (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_set_and_retrieve_none (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_try_except_no_exception (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_try_except_with_wrong_type (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_try_in_try (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_reentrancy (test.test_sys_settrace.TestEdgeCases) PASS: test_same_object (test.test_sys_settrace.TestEdgeCases) PASS: test_01_basic (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_02_arigo0 (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_02_arigo1 (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_02_arigo2 (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_03_one_instr (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_04_no_pop_blocks (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_05_no_pop_tops (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_06_call (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_07_raise (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_08_settrace_and_return (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_09_settrace_and_raise (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_10_ireturn (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_11_tightloop (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_12_tighterloop (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_13_genexp (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_14_onliner_if (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_15_loops (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_16_blank_lines (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_17_none_f_trace (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_18_except_with_name (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_19_except_with_finally (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_20_async_for_loop (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_21_repeated_pass (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_async_for_backwards_jump_has_no_line (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_break_through_finally (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_break_to_break (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_break_to_continue1 (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_break_to_continue2 (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_continue_through_finally (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_early_exit_with (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_flow_converges_on_same_line (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_if_break (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_if_false_in_try_except (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_if_false_in_with (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_if_in_if_in_if (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_implicit_return_in_class (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_loop_in_try_except (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_nested_ifs (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_nested_ifs_with_and (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_nested_loops (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_nested_try_if (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_no_tracing_of_named_except_cleanup (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_return_through_finally (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_set_and_retrieve_func (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_set_and_retrieve_none (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_try_except_no_exception (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_try_except_with_wrong_type (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_try_in_try (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_01_basic (test.test_sys_settrace.TraceTestCase) PASS: test_02_arigo0 (test.test_sys_settrace.TraceTestCase) PASS: test_02_arigo1 (test.test_sys_settrace.TraceTestCase) PASS: test_02_arigo2 (test.test_sys_settrace.TraceTestCase) PASS: test_03_one_instr (test.test_sys_settrace.TraceTestCase) PASS: test_04_no_pop_blocks (test.test_sys_settrace.TraceTestCase) PASS: test_05_no_pop_tops (test.test_sys_settrace.TraceTestCase) PASS: test_06_call (test.test_sys_settrace.TraceTestCase) PASS: test_07_raise (test.test_sys_settrace.TraceTestCase) PASS: test_08_settrace_and_return (test.test_sys_settrace.TraceTestCase) PASS: test_09_settrace_and_raise (test.test_sys_settrace.TraceTestCase) PASS: test_10_ireturn (test.test_sys_settrace.TraceTestCase) PASS: test_11_tightloop (test.test_sys_settrace.TraceTestCase) PASS: test_12_tighterloop (test.test_sys_settrace.TraceTestCase) PASS: test_13_genexp (test.test_sys_settrace.TraceTestCase) PASS: test_14_onliner_if (test.test_sys_settrace.TraceTestCase) PASS: test_15_loops (test.test_sys_settrace.TraceTestCase) PASS: test_16_blank_lines (test.test_sys_settrace.TraceTestCase) PASS: test_17_none_f_trace (test.test_sys_settrace.TraceTestCase) PASS: test_18_except_with_name (test.test_sys_settrace.TraceTestCase) PASS: test_19_except_with_finally (test.test_sys_settrace.TraceTestCase) PASS: test_20_async_for_loop (test.test_sys_settrace.TraceTestCase) PASS: test_21_repeated_pass (test.test_sys_settrace.TraceTestCase) PASS: test_async_for_backwards_jump_has_no_line (test.test_sys_settrace.TraceTestCase) PASS: test_break_through_finally (test.test_sys_settrace.TraceTestCase) PASS: test_break_to_break (test.test_sys_settrace.TraceTestCase) PASS: test_break_to_continue1 (test.test_sys_settrace.TraceTestCase) PASS: test_break_to_continue2 (test.test_sys_settrace.TraceTestCase) PASS: test_continue_through_finally (test.test_sys_settrace.TraceTestCase) PASS: test_early_exit_with (test.test_sys_settrace.TraceTestCase) PASS: test_flow_converges_on_same_line (test.test_sys_settrace.TraceTestCase) PASS: test_if_break (test.test_sys_settrace.TraceTestCase) PASS: test_if_false_in_try_except (test.test_sys_settrace.TraceTestCase) PASS: test_if_false_in_with (test.test_sys_settrace.TraceTestCase) PASS: test_if_in_if_in_if (test.test_sys_settrace.TraceTestCase) PASS: test_implicit_return_in_class (test.test_sys_settrace.TraceTestCase) PASS: test_loop_in_try_except (test.test_sys_settrace.TraceTestCase) PASS: test_nested_ifs (test.test_sys_settrace.TraceTestCase) PASS: test_nested_ifs_with_and (test.test_sys_settrace.TraceTestCase) PASS: test_nested_loops (test.test_sys_settrace.TraceTestCase) PASS: test_nested_try_if (test.test_sys_settrace.TraceTestCase) PASS: test_no_tracing_of_named_except_cleanup (test.test_sys_settrace.TraceTestCase) PASS: test_return_through_finally (test.test_sys_settrace.TraceTestCase) PASS: test_set_and_retrieve_func (test.test_sys_settrace.TraceTestCase) PASS: test_set_and_retrieve_none (test.test_sys_settrace.TraceTestCase) PASS: test_try_except_no_exception (test.test_sys_settrace.TraceTestCase) PASS: test_try_except_with_wrong_type (test.test_sys_settrace.TraceTestCase) PASS: test_try_in_try (test.test_sys_settrace.TraceTestCase) ---------------------------------------------------------------------- Ran 239 tests in 0.397s OK 0:19:12 load avg: 0.65 [343/427] test_sysconfig PASS: test_get_makefile_filename (test.test_sysconfig.MakefileTests) PASS: test_parse_makefile (test.test_sysconfig.MakefileTests) PASS: test_EXT_SUFFIX_in_vars (test.test_sysconfig.TestSysConfig) PASS: test_SO_deprecation (test.test_sysconfig.TestSysConfig) PASS: test_SO_value (test.test_sysconfig.TestSysConfig) PASS: test_get_config_h_filename (test.test_sysconfig.TestSysConfig) PASS: test_get_config_vars (test.test_sysconfig.TestSysConfig) PASS: test_get_default_scheme (test.test_sysconfig.TestSysConfig) PASS: test_get_path (test.test_sysconfig.TestSysConfig) PASS: test_get_path_names (test.test_sysconfig.TestSysConfig) PASS: test_get_paths (test.test_sysconfig.TestSysConfig) PASS: test_get_platform (test.test_sysconfig.TestSysConfig) PASS: test_get_preferred_schemes (test.test_sysconfig.TestSysConfig) PASS: test_get_scheme_names (test.test_sysconfig.TestSysConfig) PASS: test_ldshared_value (test.test_sysconfig.TestSysConfig) PASS: test_main (test.test_sysconfig.TestSysConfig) SKIP: test_osx_ext_suffix (test.test_sysconfig.TestSysConfig) 'OS X-specific test' SKIP: test_platform_in_subprocess (test.test_sysconfig.TestSysConfig) 'test only relevant on MacOSX' PASS: test_srcdir (test.test_sysconfig.TestSysConfig) PASS: test_srcdir_independent_of_cwd (test.test_sysconfig.TestSysConfig) PASS: test_symlink (test.test_sysconfig.TestSysConfig) PASS: test_triplet_in_ext_suffix (test.test_sysconfig.TestSysConfig) PASS: test_user_similar (test.test_sysconfig.TestSysConfig) ---------------------------------------------------------------------- Ran 23 tests in 0.161s OK (skipped=2) 0:19:14 load avg: 0.65 [344/427] test_syslog PASS: test_closelog (test.test_syslog.Test) PASS: test_log_mask (test.test_syslog.Test) PASS: test_log_upto (test.test_syslog.Test) PASS: test_openlog (test.test_syslog.Test) PASS: test_openlog_noargs (test.test_syslog.Test) PASS: test_setlogmask (test.test_syslog.Test) PASS: test_syslog (test.test_syslog.Test) ---------------------------------------------------------------------- Ran 7 tests in 0.022s OK 0:19:16 load avg: 0.65 [345/427] test_tabnanny test_correct_directory (test.test_tabnanny.TestCheck) PASS: Directory which contains few error free python source code files. test_correct_directory_verbose (test.test_tabnanny.TestCheck) PASS: Directory containing few error free python source code files. test_correct_file (test.test_tabnanny.TestCheck) PASS: A python source code file without any errors. test_errored_directory (test.test_tabnanny.TestCheck) PASS: Directory containing wrongly indented python source code files. test_when_nannynag_error (test.test_tabnanny.TestCheck) PASS: A python source code file eligible for raising `tabnanny.NannyNag`. test_when_nannynag_error_verbose (test.test_tabnanny.TestCheck) PASS: A python source code file eligible for raising `tabnanny.NannyNag`. test_when_no_file (test.test_tabnanny.TestCheck) PASS: A python file which does not exist actually in system. test_when_tokenize_tokenerror (test.test_tabnanny.TestCheck) PASS: A python source code file eligible for raising 'tokenize.TokenError'. test_when_wrong_indented (test.test_tabnanny.TestCheck) PASS: A python source code file eligible for raising `IndentationError`. test_command_usage (test.test_tabnanny.TestCommandLine) PASS: Should display usage on no arguments. test_double_verbose_mode (test.test_tabnanny.TestCommandLine) PASS: Should display detailed error information if double verbose is on. test_quiet_flag (test.test_tabnanny.TestCommandLine) PASS: Should display less when quite mode is on. test_verbose_mode (test.test_tabnanny.TestCommandLine) PASS: Should display more error information if verbose mode is on. test_with_error_free_file (test.test_tabnanny.TestCommandLine) PASS: Should not display anything if python file is correctly indented. test_with_errored_file (test.test_tabnanny.TestCommandLine) PASS: Should displays error when errored python file is given. test_errprint (test.test_tabnanny.TestErrPrint) PASS: Asserting result of `tabnanny.errprint()` by giving sample inputs. test_format_witnesses (test.test_tabnanny.TestFormatWitnesses) PASS: Asserting formatter result by giving various input samples. test_all_methods (test.test_tabnanny.TestNannyNag) PASS: Asserting behaviour of `tabnanny.NannyNag` exception. test_with_correct_code (test.test_tabnanny.TestProcessTokens) PASS: A python source code without any whitespace related problems. test_with_errored_codes_samples (test.test_tabnanny.TestProcessTokens) PASS: A python source code with whitespace related sampled problems. ---------------------------------------------------------------------- Ran 20 tests in 0.297s OK 0:19:17 load avg: 0.68 [346/427] test_tarfile PASS: test_empty (test.test_tarfile.AppendTest) PASS: test_empty_fileobj (test.test_tarfile.AppendTest) PASS: test_existing (test.test_tarfile.AppendTest) PASS: test_fileobj (test.test_tarfile.AppendTest) PASS: test_incomplete (test.test_tarfile.AppendTest) PASS: test_invalid (test.test_tarfile.AppendTest) PASS: test_non_existing (test.test_tarfile.AppendTest) PASS: test_null (test.test_tarfile.AppendTest) PASS: test_premature_eof (test.test_tarfile.AppendTest) PASS: test_trailing_garbage (test.test_tarfile.AppendTest) PASS: test_append_compressed (test.test_tarfile.Bz2AppendTest) PASS: test_create (test.test_tarfile.Bz2CreateTest) PASS: test_create_existing (test.test_tarfile.Bz2CreateTest) PASS: test_create_existing_taropen (test.test_tarfile.Bz2CreateTest) PASS: test_create_pathlike_name (test.test_tarfile.Bz2CreateTest) PASS: test_create_taropen (test.test_tarfile.Bz2CreateTest) PASS: test_create_taropen_pathlike_name (test.test_tarfile.Bz2CreateTest) PASS: test_create_with_compresslevel (test.test_tarfile.Bz2CreateTest) PASS: test_eof_marker (test.test_tarfile.Bz2CreateTest) PASS: test_fileobj_no_close (test.test_tarfile.Bz2CreateTest) PASS: test_detect_file (test.test_tarfile.Bz2DetectReadTest) PASS: test_detect_fileobj (test.test_tarfile.Bz2DetectReadTest) PASS: test_detect_stream_bz2 (test.test_tarfile.Bz2DetectReadTest) PASS: test_list (test.test_tarfile.Bz2ListTest) PASS: test_list_members (test.test_tarfile.Bz2ListTest) PASS: test_list_verbose (test.test_tarfile.Bz2ListTest) SKIP: test_bytes_name_attribute (test.test_tarfile.Bz2MiscReadTest) 'BZ2File have no name attribute' PASS: test_check_members (test.test_tarfile.Bz2MiscReadTest) PASS: test_empty_name_attribute (test.test_tarfile.Bz2MiscReadTest) PASS: test_empty_tarfile (test.test_tarfile.Bz2MiscReadTest) PASS: test_extract_directory (test.test_tarfile.Bz2MiscReadTest) PASS: test_extract_hardlink (test.test_tarfile.Bz2MiscReadTest) PASS: test_extract_pathlike_name (test.test_tarfile.Bz2MiscReadTest) PASS: test_extractall (test.test_tarfile.Bz2MiscReadTest) PASS: test_extractall_pathlike_name (test.test_tarfile.Bz2MiscReadTest) PASS: test_fail_comp (test.test_tarfile.Bz2MiscReadTest) PASS: test_fileobj_with_offset (test.test_tarfile.Bz2MiscReadTest) PASS: test_find_members (test.test_tarfile.Bz2MiscReadTest) PASS: test_ignore_zeros (test.test_tarfile.Bz2MiscReadTest) PASS: test_illegal_mode_arg (test.test_tarfile.Bz2MiscReadTest) PASS: test_init_close_fobj (test.test_tarfile.Bz2MiscReadTest) PASS: test_int_name_attribute (test.test_tarfile.Bz2MiscReadTest) PASS: test_is_tarfile_erroneous (test.test_tarfile.Bz2MiscReadTest) PASS: test_is_tarfile_valid (test.test_tarfile.Bz2MiscReadTest) PASS: test_length_zero_header (test.test_tarfile.Bz2MiscReadTest) SKIP: test_no_name_argument (test.test_tarfile.Bz2MiscReadTest) 'BZ2File have no name attribute' PASS: test_no_name_attribute (test.test_tarfile.Bz2MiscReadTest) PASS: test_non_existent_tarfile (test.test_tarfile.Bz2MiscReadTest) PASS: test_null_tarfile (test.test_tarfile.Bz2MiscReadTest) PASS: test_parallel_iteration (test.test_tarfile.Bz2MiscReadTest) PASS: test_pathlike_name (test.test_tarfile.Bz2MiscReadTest) PASS: test_premature_end_of_archive (test.test_tarfile.Bz2MiscReadTest) PASS: test_v7_dirtype (test.test_tarfile.Bz2MiscReadTest) PASS: test_xstar_type (test.test_tarfile.Bz2MiscReadTest) PASS: test_zlib_error_does_not_leak (test.test_tarfile.Bz2MiscReadTest) PASS: test_partial_input (test.test_tarfile.Bz2PartialReadTest) PASS: test_partial_input_bz2 (test.test_tarfile.Bz2PartialReadTest) PASS: test_compare_members (test.test_tarfile.Bz2StreamReadTest) PASS: test_empty_tarfile (test.test_tarfile.Bz2StreamReadTest) PASS: test_fileobj_regular_file (test.test_tarfile.Bz2StreamReadTest) PASS: test_ignore_zeros (test.test_tarfile.Bz2StreamReadTest) PASS: test_is_tarfile_erroneous (test.test_tarfile.Bz2StreamReadTest) PASS: test_is_tarfile_valid (test.test_tarfile.Bz2StreamReadTest) PASS: test_length_zero_header (test.test_tarfile.Bz2StreamReadTest) PASS: test_non_existent_tarfile (test.test_tarfile.Bz2StreamReadTest) PASS: test_null_tarfile (test.test_tarfile.Bz2StreamReadTest) PASS: test_premature_end_of_archive (test.test_tarfile.Bz2StreamReadTest) PASS: test_provoke_stream_error (test.test_tarfile.Bz2StreamReadTest) PASS: test_read_through (test.test_tarfile.Bz2StreamReadTest) PASS: test_eof_marker (test.test_tarfile.Bz2StreamWriteTest) PASS: test_file_mode (test.test_tarfile.Bz2StreamWriteTest) PASS: test_fileobj_no_close (test.test_tarfile.Bz2StreamWriteTest) PASS: test_stream_padding (test.test_tarfile.Bz2StreamWriteTest) PASS: test_add_dir_getmember (test.test_tarfile.Bz2UstarReadTest) PASS: test_fileobj_iter (test.test_tarfile.Bz2UstarReadTest) PASS: test_fileobj_link1 (test.test_tarfile.Bz2UstarReadTest) PASS: test_fileobj_link2 (test.test_tarfile.Bz2UstarReadTest) PASS: test_fileobj_readlines (test.test_tarfile.Bz2UstarReadTest) PASS: test_fileobj_regular_file (test.test_tarfile.Bz2UstarReadTest) PASS: test_fileobj_seek (test.test_tarfile.Bz2UstarReadTest) PASS: test_fileobj_symlink1 (test.test_tarfile.Bz2UstarReadTest) PASS: test_fileobj_symlink2 (test.test_tarfile.Bz2UstarReadTest) PASS: test_fileobj_text (test.test_tarfile.Bz2UstarReadTest) PASS: test_issue14160 (test.test_tarfile.Bz2UstarReadTest) PASS: test_100_char_name (test.test_tarfile.Bz2WriteTest) PASS: test_abs_pathnames (test.test_tarfile.Bz2WriteTest) PASS: test_add_self (test.test_tarfile.Bz2WriteTest) PASS: test_cwd (test.test_tarfile.Bz2WriteTest) PASS: test_directory_size (test.test_tarfile.Bz2WriteTest) PASS: test_eof_marker (test.test_tarfile.Bz2WriteTest) PASS: test_extractall_symlinks (test.test_tarfile.Bz2WriteTest) PASS: test_file_size (test.test_tarfile.Bz2WriteTest) PASS: test_fileobj_no_close (test.test_tarfile.Bz2WriteTest) PASS: test_filter (test.test_tarfile.Bz2WriteTest) PASS: test_gettarinfo_pathlike_name (test.test_tarfile.Bz2WriteTest) PASS: test_link_size (test.test_tarfile.Bz2WriteTest) PASS: test_open_nonwritable_fileobj (test.test_tarfile.Bz2WriteTest) PASS: test_ordered_recursion (test.test_tarfile.Bz2WriteTest) PASS: test_pathnames (test.test_tarfile.Bz2WriteTest) PASS: test_symlink_size (test.test_tarfile.Bz2WriteTest) PASS: test_tar_size (test.test_tarfile.Bz2WriteTest) PASS: test_bad_use (test.test_tarfile.CommandLineTest) PASS: test_create_command (test.test_tarfile.CommandLineTest) PASS: test_create_command_compressed (test.test_tarfile.CommandLineTest) PASS: test_create_command_dot_started_filename (test.test_tarfile.CommandLineTest) PASS: test_create_command_dotless_filename (test.test_tarfile.CommandLineTest) PASS: test_create_command_verbose (test.test_tarfile.CommandLineTest) PASS: test_extract_command (test.test_tarfile.CommandLineTest) PASS: test_extract_command_different_directory (test.test_tarfile.CommandLineTest) PASS: test_extract_command_invalid_file (test.test_tarfile.CommandLineTest) PASS: test_extract_command_verbose (test.test_tarfile.CommandLineTest) PASS: test_list_command (test.test_tarfile.CommandLineTest) PASS: test_list_command_invalid_file (test.test_tarfile.CommandLineTest) PASS: test_list_command_verbose (test.test_tarfile.CommandLineTest) PASS: test_test_command (test.test_tarfile.CommandLineTest) PASS: test_test_command_invalid_file (test.test_tarfile.CommandLineTest) PASS: test_test_command_verbose (test.test_tarfile.CommandLineTest) PASS: test_basic (test.test_tarfile.ContextManagerTest) PASS: test_closed (test.test_tarfile.ContextManagerTest) PASS: test_eof (test.test_tarfile.ContextManagerTest) PASS: test_exception (test.test_tarfile.ContextManagerTest) PASS: test_fileobj (test.test_tarfile.ContextManagerTest) PASS: test_no_eof (test.test_tarfile.ContextManagerTest) PASS: test_create (test.test_tarfile.CreateTest) PASS: test_create_existing (test.test_tarfile.CreateTest) PASS: test_create_existing_taropen (test.test_tarfile.CreateTest) PASS: test_create_pathlike_name (test.test_tarfile.CreateTest) PASS: test_create_taropen (test.test_tarfile.CreateTest) PASS: test_create_taropen_pathlike_name (test.test_tarfile.CreateTest) PASS: test_eof_marker (test.test_tarfile.CreateTest) PASS: test_fileobj_no_close (test.test_tarfile.CreateTest) PASS: test_create (test.test_tarfile.CreateWithXModeTest) PASS: test_create_existing (test.test_tarfile.CreateWithXModeTest) PASS: test_create_pathlike_name (test.test_tarfile.CreateWithXModeTest) PASS: test_create_taropen_pathlike_name (test.test_tarfile.CreateWithXModeTest) PASS: test_eof_marker (test.test_tarfile.CreateWithXModeTest) PASS: test_fileobj_no_close (test.test_tarfile.CreateWithXModeTest) PASS: test_detect_file (test.test_tarfile.DetectReadTest) PASS: test_detect_fileobj (test.test_tarfile.DetectReadTest) PASS: test_eof_marker (test.test_tarfile.DeviceHeaderTest) PASS: test_fileobj_no_close (test.test_tarfile.DeviceHeaderTest) PASS: test_headers_written_only_for_device_files (test.test_tarfile.DeviceHeaderTest) PASS: test_header_offset (test.test_tarfile.GNUReadTest) PASS: test_longname_directory (test.test_tarfile.GNUReadTest) PASS: test_read_longlink (test.test_tarfile.GNUReadTest) PASS: test_read_longname (test.test_tarfile.GNUReadTest) PASS: test_sparse_file_00 (test.test_tarfile.GNUReadTest) PASS: test_sparse_file_01 (test.test_tarfile.GNUReadTest) PASS: test_sparse_file_10 (test.test_tarfile.GNUReadTest) PASS: test_sparse_file_old (test.test_tarfile.GNUReadTest) PASS: test_truncated_longname (test.test_tarfile.GNUReadTest) PASS: test_bad_pax_header (test.test_tarfile.GNUUnicodeTest) PASS: test_iso8859_1_filename (test.test_tarfile.GNUUnicodeTest) PASS: test_uname_unicode (test.test_tarfile.GNUUnicodeTest) PASS: test_unicode_argument (test.test_tarfile.GNUUnicodeTest) PASS: test_unicode_filename_error (test.test_tarfile.GNUUnicodeTest) PASS: test_utf7_filename (test.test_tarfile.GNUUnicodeTest) PASS: test_utf8_filename (test.test_tarfile.GNUUnicodeTest) PASS: test_longlink_1023 (test.test_tarfile.GNUWriteTest) PASS: test_longlink_1024 (test.test_tarfile.GNUWriteTest) PASS: test_longlink_1025 (test.test_tarfile.GNUWriteTest) PASS: test_longname_1023 (test.test_tarfile.GNUWriteTest) PASS: test_longname_1024 (test.test_tarfile.GNUWriteTest) PASS: test_longname_1025 (test.test_tarfile.GNUWriteTest) PASS: test_longnamelink_1023 (test.test_tarfile.GNUWriteTest) PASS: test_longnamelink_1024 (test.test_tarfile.GNUWriteTest) PASS: test_longnamelink_1025 (test.test_tarfile.GNUWriteTest) PASS: test_append_compressed (test.test_tarfile.GzipAppendTest) PASS: test_create (test.test_tarfile.GzipCreateTest) PASS: test_create_existing (test.test_tarfile.GzipCreateTest) PASS: test_create_existing_taropen (test.test_tarfile.GzipCreateTest) PASS: test_create_pathlike_name (test.test_tarfile.GzipCreateTest) PASS: test_create_taropen (test.test_tarfile.GzipCreateTest) PASS: test_create_taropen_pathlike_name (test.test_tarfile.GzipCreateTest) PASS: test_create_with_compresslevel (test.test_tarfile.GzipCreateTest) PASS: test_eof_marker (test.test_tarfile.GzipCreateTest) PASS: test_fileobj_no_close (test.test_tarfile.GzipCreateTest) PASS: test_detect_file (test.test_tarfile.GzipDetectReadTest) PASS: test_detect_fileobj (test.test_tarfile.GzipDetectReadTest) PASS: test_list (test.test_tarfile.GzipListTest) PASS: test_list_members (test.test_tarfile.GzipListTest) PASS: test_list_verbose (test.test_tarfile.GzipListTest) PASS: test_bytes_name_attribute (test.test_tarfile.GzipMiscReadTest) PASS: test_check_members (test.test_tarfile.GzipMiscReadTest) PASS: test_empty_name_attribute (test.test_tarfile.GzipMiscReadTest) PASS: test_empty_tarfile (test.test_tarfile.GzipMiscReadTest) PASS: test_extract_directory (test.test_tarfile.GzipMiscReadTest) PASS: test_extract_hardlink (test.test_tarfile.GzipMiscReadTest) PASS: test_extract_pathlike_name (test.test_tarfile.GzipMiscReadTest) PASS: test_extractall (test.test_tarfile.GzipMiscReadTest) PASS: test_extractall_pathlike_name (test.test_tarfile.GzipMiscReadTest) PASS: test_fail_comp (test.test_tarfile.GzipMiscReadTest) PASS: test_fileobj_with_offset (test.test_tarfile.GzipMiscReadTest) PASS: test_find_members (test.test_tarfile.GzipMiscReadTest) PASS: test_ignore_zeros (test.test_tarfile.GzipMiscReadTest) PASS: test_illegal_mode_arg (test.test_tarfile.GzipMiscReadTest) PASS: test_init_close_fobj (test.test_tarfile.GzipMiscReadTest) PASS: test_int_name_attribute (test.test_tarfile.GzipMiscReadTest) PASS: test_is_tarfile_erroneous (test.test_tarfile.GzipMiscReadTest) PASS: test_is_tarfile_valid (test.test_tarfile.GzipMiscReadTest) PASS: test_length_zero_header (test.test_tarfile.GzipMiscReadTest) PASS: test_no_name_argument (test.test_tarfile.GzipMiscReadTest) PASS: test_no_name_attribute (test.test_tarfile.GzipMiscReadTest) PASS: test_non_existent_tarfile (test.test_tarfile.GzipMiscReadTest) PASS: test_null_tarfile (test.test_tarfile.GzipMiscReadTest) PASS: test_parallel_iteration (test.test_tarfile.GzipMiscReadTest) PASS: test_pathlike_name (test.test_tarfile.GzipMiscReadTest) PASS: test_premature_end_of_archive (test.test_tarfile.GzipMiscReadTest) PASS: test_v7_dirtype (test.test_tarfile.GzipMiscReadTest) PASS: test_xstar_type (test.test_tarfile.GzipMiscReadTest) PASS: test_zlib_error_does_not_leak (test.test_tarfile.GzipMiscReadTest) PASS: test_compare_members (test.test_tarfile.GzipStreamReadTest) PASS: test_empty_tarfile (test.test_tarfile.GzipStreamReadTest) PASS: test_fileobj_regular_file (test.test_tarfile.GzipStreamReadTest) PASS: test_ignore_zeros (test.test_tarfile.GzipStreamReadTest) PASS: test_is_tarfile_erroneous (test.test_tarfile.GzipStreamReadTest) PASS: test_is_tarfile_valid (test.test_tarfile.GzipStreamReadTest) PASS: test_length_zero_header (test.test_tarfile.GzipStreamReadTest) PASS: test_non_existent_tarfile (test.test_tarfile.GzipStreamReadTest) PASS: test_null_tarfile (test.test_tarfile.GzipStreamReadTest) PASS: test_premature_end_of_archive (test.test_tarfile.GzipStreamReadTest) PASS: test_provoke_stream_error (test.test_tarfile.GzipStreamReadTest) PASS: test_read_through (test.test_tarfile.GzipStreamReadTest) PASS: test_eof_marker (test.test_tarfile.GzipStreamWriteTest) PASS: test_file_mode (test.test_tarfile.GzipStreamWriteTest) PASS: test_fileobj_no_close (test.test_tarfile.GzipStreamWriteTest) test_source_directory_not_leaked (test.test_tarfile.GzipStreamWriteTest) PASS: Ensure the source directory is not included in the tar header PASS: test_stream_padding (test.test_tarfile.GzipStreamWriteTest) PASS: test_add_dir_getmember (test.test_tarfile.GzipUstarReadTest) PASS: test_fileobj_iter (test.test_tarfile.GzipUstarReadTest) PASS: test_fileobj_link1 (test.test_tarfile.GzipUstarReadTest) PASS: test_fileobj_link2 (test.test_tarfile.GzipUstarReadTest) PASS: test_fileobj_readlines (test.test_tarfile.GzipUstarReadTest) PASS: test_fileobj_regular_file (test.test_tarfile.GzipUstarReadTest) PASS: test_fileobj_seek (test.test_tarfile.GzipUstarReadTest) PASS: test_fileobj_symlink1 (test.test_tarfile.GzipUstarReadTest) PASS: test_fileobj_symlink2 (test.test_tarfile.GzipUstarReadTest) PASS: test_fileobj_text (test.test_tarfile.GzipUstarReadTest) PASS: test_issue14160 (test.test_tarfile.GzipUstarReadTest) PASS: test_100_char_name (test.test_tarfile.GzipWriteTest) PASS: test_abs_pathnames (test.test_tarfile.GzipWriteTest) PASS: test_add_self (test.test_tarfile.GzipWriteTest) PASS: test_cwd (test.test_tarfile.GzipWriteTest) PASS: test_directory_size (test.test_tarfile.GzipWriteTest) PASS: test_eof_marker (test.test_tarfile.GzipWriteTest) PASS: test_extractall_symlinks (test.test_tarfile.GzipWriteTest) PASS: test_file_size (test.test_tarfile.GzipWriteTest) PASS: test_fileobj_no_close (test.test_tarfile.GzipWriteTest) PASS: test_filter (test.test_tarfile.GzipWriteTest) PASS: test_gettarinfo_pathlike_name (test.test_tarfile.GzipWriteTest) PASS: test_link_size (test.test_tarfile.GzipWriteTest) PASS: test_open_nonwritable_fileobj (test.test_tarfile.GzipWriteTest) PASS: test_ordered_recursion (test.test_tarfile.GzipWriteTest) PASS: test_pathnames (test.test_tarfile.GzipWriteTest) PASS: test_symlink_size (test.test_tarfile.GzipWriteTest) PASS: test_tar_size (test.test_tarfile.GzipWriteTest) PASS: test_add_hardlink (test.test_tarfile.HardlinkTest) PASS: test_add_twice (test.test_tarfile.HardlinkTest) PASS: test_dereference_hardlink (test.test_tarfile.HardlinkTest) PASS: test_gnu_limits (test.test_tarfile.LimitsTest) PASS: test_pax_limits (test.test_tarfile.LimitsTest) PASS: test_ustar_limits (test.test_tarfile.LimitsTest) SKIP: test_hardlink_extraction1 (test.test_tarfile.LinkEmulationTest) 'requires os.link to be missing' SKIP: test_hardlink_extraction2 (test.test_tarfile.LinkEmulationTest) 'requires os.link to be missing' SKIP: test_symlink_extraction1 (test.test_tarfile.LinkEmulationTest) 'requires os.link to be missing' SKIP: test_symlink_extraction2 (test.test_tarfile.LinkEmulationTest) 'requires os.link to be missing' PASS: test_list (test.test_tarfile.ListTest) PASS: test_list_members (test.test_tarfile.ListTest) PASS: test_list_verbose (test.test_tarfile.ListTest) PASS: test_append_compressed (test.test_tarfile.LzmaAppendTest) PASS: test_create (test.test_tarfile.LzmaCreateTest) PASS: test_create_existing (test.test_tarfile.LzmaCreateTest) PASS: test_create_existing_taropen (test.test_tarfile.LzmaCreateTest) PASS: test_create_pathlike_name (test.test_tarfile.LzmaCreateTest) PASS: test_create_taropen (test.test_tarfile.LzmaCreateTest) PASS: test_create_taropen_pathlike_name (test.test_tarfile.LzmaCreateTest) PASS: test_create_with_preset (test.test_tarfile.LzmaCreateTest) PASS: test_eof_marker (test.test_tarfile.LzmaCreateTest) PASS: test_fileobj_no_close (test.test_tarfile.LzmaCreateTest) PASS: test_detect_file (test.test_tarfile.LzmaDetectReadTest) PASS: test_detect_fileobj (test.test_tarfile.LzmaDetectReadTest) PASS: test_list (test.test_tarfile.LzmaListTest) PASS: test_list_members (test.test_tarfile.LzmaListTest) PASS: test_list_verbose (test.test_tarfile.LzmaListTest) SKIP: test_bytes_name_attribute (test.test_tarfile.LzmaMiscReadTest) 'LZMAFile have no name attribute' PASS: test_check_members (test.test_tarfile.LzmaMiscReadTest) PASS: test_empty_name_attribute (test.test_tarfile.LzmaMiscReadTest) PASS: test_empty_tarfile (test.test_tarfile.LzmaMiscReadTest) PASS: test_extract_directory (test.test_tarfile.LzmaMiscReadTest) PASS: test_extract_hardlink (test.test_tarfile.LzmaMiscReadTest) PASS: test_extract_pathlike_name (test.test_tarfile.LzmaMiscReadTest) PASS: test_extractall (test.test_tarfile.LzmaMiscReadTest) PASS: test_extractall_pathlike_name (test.test_tarfile.LzmaMiscReadTest) PASS: test_fail_comp (test.test_tarfile.LzmaMiscReadTest) PASS: test_fileobj_with_offset (test.test_tarfile.LzmaMiscReadTest) PASS: test_find_members (test.test_tarfile.LzmaMiscReadTest) PASS: test_ignore_zeros (test.test_tarfile.LzmaMiscReadTest) PASS: test_illegal_mode_arg (test.test_tarfile.LzmaMiscReadTest) PASS: test_init_close_fobj (test.test_tarfile.LzmaMiscReadTest) PASS: test_int_name_attribute (test.test_tarfile.LzmaMiscReadTest) PASS: test_is_tarfile_erroneous (test.test_tarfile.LzmaMiscReadTest) PASS: test_is_tarfile_valid (test.test_tarfile.LzmaMiscReadTest) PASS: test_length_zero_header (test.test_tarfile.LzmaMiscReadTest) SKIP: test_no_name_argument (test.test_tarfile.LzmaMiscReadTest) 'LZMAFile have no name attribute' PASS: test_no_name_attribute (test.test_tarfile.LzmaMiscReadTest) PASS: test_non_existent_tarfile (test.test_tarfile.LzmaMiscReadTest) PASS: test_null_tarfile (test.test_tarfile.LzmaMiscReadTest) PASS: test_parallel_iteration (test.test_tarfile.LzmaMiscReadTest) PASS: test_pathlike_name (test.test_tarfile.LzmaMiscReadTest) PASS: test_premature_end_of_archive (test.test_tarfile.LzmaMiscReadTest) PASS: test_v7_dirtype (test.test_tarfile.LzmaMiscReadTest) PASS: test_xstar_type (test.test_tarfile.LzmaMiscReadTest) PASS: test_zlib_error_does_not_leak (test.test_tarfile.LzmaMiscReadTest) PASS: test_compare_members (test.test_tarfile.LzmaStreamReadTest) PASS: test_empty_tarfile (test.test_tarfile.LzmaStreamReadTest) PASS: test_fileobj_regular_file (test.test_tarfile.LzmaStreamReadTest) PASS: test_ignore_zeros (test.test_tarfile.LzmaStreamReadTest) PASS: test_is_tarfile_erroneous (test.test_tarfile.LzmaStreamReadTest) PASS: test_is_tarfile_valid (test.test_tarfile.LzmaStreamReadTest) PASS: test_length_zero_header (test.test_tarfile.LzmaStreamReadTest) PASS: test_non_existent_tarfile (test.test_tarfile.LzmaStreamReadTest) PASS: test_null_tarfile (test.test_tarfile.LzmaStreamReadTest) PASS: test_premature_end_of_archive (test.test_tarfile.LzmaStreamReadTest) PASS: test_provoke_stream_error (test.test_tarfile.LzmaStreamReadTest) PASS: test_read_through (test.test_tarfile.LzmaStreamReadTest) PASS: test_eof_marker (test.test_tarfile.LzmaStreamWriteTest) PASS: test_file_mode (test.test_tarfile.LzmaStreamWriteTest) PASS: test_fileobj_no_close (test.test_tarfile.LzmaStreamWriteTest) PASS: test_stream_padding (test.test_tarfile.LzmaStreamWriteTest) PASS: test_add_dir_getmember (test.test_tarfile.LzmaUstarReadTest) PASS: test_fileobj_iter (test.test_tarfile.LzmaUstarReadTest) PASS: test_fileobj_link1 (test.test_tarfile.LzmaUstarReadTest) PASS: test_fileobj_link2 (test.test_tarfile.LzmaUstarReadTest) PASS: test_fileobj_readlines (test.test_tarfile.LzmaUstarReadTest) PASS: test_fileobj_regular_file (test.test_tarfile.LzmaUstarReadTest) PASS: test_fileobj_seek (test.test_tarfile.LzmaUstarReadTest) PASS: test_fileobj_symlink1 (test.test_tarfile.LzmaUstarReadTest) PASS: test_fileobj_symlink2 (test.test_tarfile.LzmaUstarReadTest) PASS: test_fileobj_text (test.test_tarfile.LzmaUstarReadTest) PASS: test_issue14160 (test.test_tarfile.LzmaUstarReadTest) PASS: test_100_char_name (test.test_tarfile.LzmaWriteTest) PASS: test_abs_pathnames (test.test_tarfile.LzmaWriteTest) PASS: test_add_self (test.test_tarfile.LzmaWriteTest) PASS: test_cwd (test.test_tarfile.LzmaWriteTest) PASS: test_directory_size (test.test_tarfile.LzmaWriteTest) PASS: test_eof_marker (test.test_tarfile.LzmaWriteTest) PASS: test_extractall_symlinks (test.test_tarfile.LzmaWriteTest) PASS: test_file_size (test.test_tarfile.LzmaWriteTest) PASS: test_fileobj_no_close (test.test_tarfile.LzmaWriteTest) PASS: test_filter (test.test_tarfile.LzmaWriteTest) PASS: test_gettarinfo_pathlike_name (test.test_tarfile.LzmaWriteTest) PASS: test_link_size (test.test_tarfile.LzmaWriteTest) PASS: test_open_nonwritable_fileobj (test.test_tarfile.LzmaWriteTest) PASS: test_ordered_recursion (test.test_tarfile.LzmaWriteTest) PASS: test_pathnames (test.test_tarfile.LzmaWriteTest) PASS: test_symlink_size (test.test_tarfile.LzmaWriteTest) PASS: test_tar_size (test.test_tarfile.LzmaWriteTest) PASS: test_find_blktype (test.test_tarfile.MemberReadTest) PASS: test_find_chrtype (test.test_tarfile.MemberReadTest) PASS: test_find_conttype (test.test_tarfile.MemberReadTest) PASS: test_find_dirtype (test.test_tarfile.MemberReadTest) PASS: test_find_dirtype_with_size (test.test_tarfile.MemberReadTest) PASS: test_find_fifotype (test.test_tarfile.MemberReadTest) PASS: test_find_gnusparse (test.test_tarfile.MemberReadTest) PASS: test_find_gnusparse_00 (test.test_tarfile.MemberReadTest) PASS: test_find_gnusparse_01 (test.test_tarfile.MemberReadTest) PASS: test_find_gnusparse_10 (test.test_tarfile.MemberReadTest) PASS: test_find_lnktype (test.test_tarfile.MemberReadTest) PASS: test_find_pax_umlauts (test.test_tarfile.MemberReadTest) PASS: test_find_regtype (test.test_tarfile.MemberReadTest) PASS: test_find_regtype_oldv7 (test.test_tarfile.MemberReadTest) PASS: test_find_sparse (test.test_tarfile.MemberReadTest) PASS: test_find_symtype (test.test_tarfile.MemberReadTest) PASS: test_find_umlauts (test.test_tarfile.MemberReadTest) PASS: test_find_ustar_longname (test.test_tarfile.MemberReadTest) PASS: test_bytes_name_attribute (test.test_tarfile.MiscReadTest) PASS: test_check_members (test.test_tarfile.MiscReadTest) PASS: test_empty_name_attribute (test.test_tarfile.MiscReadTest) PASS: test_empty_tarfile (test.test_tarfile.MiscReadTest) PASS: test_extract_directory (test.test_tarfile.MiscReadTest) PASS: test_extract_hardlink (test.test_tarfile.MiscReadTest) PASS: test_extract_pathlike_name (test.test_tarfile.MiscReadTest) PASS: test_extractall (test.test_tarfile.MiscReadTest) PASS: test_extractall_pathlike_name (test.test_tarfile.MiscReadTest) PASS: test_fileobj_with_offset (test.test_tarfile.MiscReadTest) PASS: test_find_members (test.test_tarfile.MiscReadTest) PASS: test_ignore_zeros (test.test_tarfile.MiscReadTest) PASS: test_illegal_mode_arg (test.test_tarfile.MiscReadTest) PASS: test_init_close_fobj (test.test_tarfile.MiscReadTest) PASS: test_int_name_attribute (test.test_tarfile.MiscReadTest) PASS: test_is_tarfile_erroneous (test.test_tarfile.MiscReadTest) PASS: test_is_tarfile_valid (test.test_tarfile.MiscReadTest) PASS: test_length_zero_header (test.test_tarfile.MiscReadTest) PASS: test_no_name_argument (test.test_tarfile.MiscReadTest) PASS: test_no_name_attribute (test.test_tarfile.MiscReadTest) PASS: test_non_existent_tarfile (test.test_tarfile.MiscReadTest) PASS: test_null_tarfile (test.test_tarfile.MiscReadTest) PASS: test_parallel_iteration (test.test_tarfile.MiscReadTest) PASS: test_pathlike_name (test.test_tarfile.MiscReadTest) PASS: test_premature_end_of_archive (test.test_tarfile.MiscReadTest) PASS: test_v7_dirtype (test.test_tarfile.MiscReadTest) PASS: test_xstar_type (test.test_tarfile.MiscReadTest) PASS: test_zlib_error_does_not_leak (test.test_tarfile.MiscReadTest) PASS: test__all__ (test.test_tarfile.MiscTest) PASS: test_char_fields (test.test_tarfile.MiscTest) PASS: test_number_field_limits (test.test_tarfile.MiscTest) PASS: test_read_number_fields (test.test_tarfile.MiscTest) PASS: test_useful_error_message_when_modules_missing (test.test_tarfile.MiscTest) PASS: test_write_number_fields (test.test_tarfile.MiscTest) PASS: test_extract_with_numeric_owner (test.test_tarfile.NumericOwnerTest) PASS: test_extract_without_numeric_owner (test.test_tarfile.NumericOwnerTest) PASS: test_extractall_with_numeric_owner (test.test_tarfile.NumericOwnerTest) PASS: test_keyword_only (test.test_tarfile.NumericOwnerTest) PASS: test_binary_header (test.test_tarfile.PAXUnicodeTest) PASS: test_iso8859_1_filename (test.test_tarfile.PAXUnicodeTest) PASS: test_uname_unicode (test.test_tarfile.PAXUnicodeTest) PASS: test_unicode_argument (test.test_tarfile.PAXUnicodeTest) PASS: test_utf7_filename (test.test_tarfile.PAXUnicodeTest) PASS: test_utf8_filename (test.test_tarfile.PAXUnicodeTest) PASS: test_header_offset (test.test_tarfile.PaxReadTest) PASS: test_longname_directory (test.test_tarfile.PaxReadTest) PASS: test_pax_global_headers (test.test_tarfile.PaxReadTest) PASS: test_pax_number_fields (test.test_tarfile.PaxReadTest) PASS: test_read_longlink (test.test_tarfile.PaxReadTest) PASS: test_read_longname (test.test_tarfile.PaxReadTest) PASS: test_truncated_longname (test.test_tarfile.PaxReadTest) PASS: test_create_pax_header (test.test_tarfile.PaxWriteTest) PASS: test_longlink_1023 (test.test_tarfile.PaxWriteTest) PASS: test_longlink_1024 (test.test_tarfile.PaxWriteTest) PASS: test_longlink_1025 (test.test_tarfile.PaxWriteTest) PASS: test_longname_1023 (test.test_tarfile.PaxWriteTest) PASS: test_longname_1024 (test.test_tarfile.PaxWriteTest) PASS: test_longname_1025 (test.test_tarfile.PaxWriteTest) PASS: test_longnamelink_1023 (test.test_tarfile.PaxWriteTest) PASS: test_longnamelink_1024 (test.test_tarfile.PaxWriteTest) PASS: test_longnamelink_1025 (test.test_tarfile.PaxWriteTest) PASS: test_pax_extended_header (test.test_tarfile.PaxWriteTest) PASS: test_pax_global_header (test.test_tarfile.PaxWriteTest) PASS: test_compare_members (test.test_tarfile.StreamReadTest) PASS: test_empty_tarfile (test.test_tarfile.StreamReadTest) PASS: test_fileobj_regular_file (test.test_tarfile.StreamReadTest) PASS: test_ignore_zeros (test.test_tarfile.StreamReadTest) PASS: test_is_tarfile_erroneous (test.test_tarfile.StreamReadTest) PASS: test_is_tarfile_valid (test.test_tarfile.StreamReadTest) PASS: test_length_zero_header (test.test_tarfile.StreamReadTest) PASS: test_non_existent_tarfile (test.test_tarfile.StreamReadTest) PASS: test_null_tarfile (test.test_tarfile.StreamReadTest) PASS: test_premature_end_of_archive (test.test_tarfile.StreamReadTest) PASS: test_provoke_stream_error (test.test_tarfile.StreamReadTest) PASS: test_read_through (test.test_tarfile.StreamReadTest) PASS: test_eof_marker (test.test_tarfile.StreamWriteTest) PASS: test_file_mode (test.test_tarfile.StreamWriteTest) PASS: test_fileobj_no_close (test.test_tarfile.StreamWriteTest) PASS: test_stream_padding (test.test_tarfile.StreamWriteTest) PASS: test_add_dir_getmember (test.test_tarfile.UstarReadTest) PASS: test_fileobj_iter (test.test_tarfile.UstarReadTest) PASS: test_fileobj_link1 (test.test_tarfile.UstarReadTest) PASS: test_fileobj_link2 (test.test_tarfile.UstarReadTest) PASS: test_fileobj_readlines (test.test_tarfile.UstarReadTest) PASS: test_fileobj_regular_file (test.test_tarfile.UstarReadTest) PASS: test_fileobj_seek (test.test_tarfile.UstarReadTest) PASS: test_fileobj_symlink1 (test.test_tarfile.UstarReadTest) PASS: test_fileobj_symlink2 (test.test_tarfile.UstarReadTest) PASS: test_fileobj_text (test.test_tarfile.UstarReadTest) PASS: test_issue14160 (test.test_tarfile.UstarReadTest) PASS: test_iso8859_1_filename (test.test_tarfile.UstarUnicodeTest) PASS: test_uname_unicode (test.test_tarfile.UstarUnicodeTest) PASS: test_unicode_argument (test.test_tarfile.UstarUnicodeTest) PASS: test_unicode_filename_error (test.test_tarfile.UstarUnicodeTest) PASS: test_unicode_link1 (test.test_tarfile.UstarUnicodeTest) PASS: test_unicode_link2 (test.test_tarfile.UstarUnicodeTest) PASS: test_unicode_longname1 (test.test_tarfile.UstarUnicodeTest) PASS: test_unicode_longname2 (test.test_tarfile.UstarUnicodeTest) PASS: test_unicode_longname3 (test.test_tarfile.UstarUnicodeTest) PASS: test_unicode_longname4 (test.test_tarfile.UstarUnicodeTest) PASS: test_unicode_name1 (test.test_tarfile.UstarUnicodeTest) PASS: test_unicode_name2 (test.test_tarfile.UstarUnicodeTest) PASS: test_utf7_filename (test.test_tarfile.UstarUnicodeTest) PASS: test_utf8_filename (test.test_tarfile.UstarUnicodeTest) PASS: test_100_char_name (test.test_tarfile.WriteTest) PASS: test_abs_pathnames (test.test_tarfile.WriteTest) PASS: test_add_self (test.test_tarfile.WriteTest) PASS: test_cwd (test.test_tarfile.WriteTest) PASS: test_directory_size (test.test_tarfile.WriteTest) PASS: test_eof_marker (test.test_tarfile.WriteTest) PASS: test_extractall_symlinks (test.test_tarfile.WriteTest) PASS: test_file_size (test.test_tarfile.WriteTest) PASS: test_fileobj_no_close (test.test_tarfile.WriteTest) PASS: test_filter (test.test_tarfile.WriteTest) PASS: test_gettarinfo_pathlike_name (test.test_tarfile.WriteTest) PASS: test_link_size (test.test_tarfile.WriteTest) PASS: test_open_nonwritable_fileobj (test.test_tarfile.WriteTest) PASS: test_ordered_recursion (test.test_tarfile.WriteTest) PASS: test_pathnames (test.test_tarfile.WriteTest) PASS: test_symlink_size (test.test_tarfile.WriteTest) PASS: test_tar_size (test.test_tarfile.WriteTest) ---------------------------------------------------------------------- Ran 496 tests in 7.122s OK (skipped=8) 0:19:25 load avg: 0.71 [347/427] test_tcl test_tcl skipped -- No module named '_tkinter' 0:19:26 load avg: 0.71 [348/427] test_telnetlib -- test_tcl skipped test_expect (test.test_telnetlib.ExpectTests) PASS: expect(expected, [timeout]) PASS: testBasic (test.test_telnetlib.GeneralTests) PASS: testContextManager (test.test_telnetlib.GeneralTests) PASS: testGetters (test.test_telnetlib.GeneralTests) PASS: testTimeoutDefault (test.test_telnetlib.GeneralTests) PASS: testTimeoutNone (test.test_telnetlib.GeneralTests) PASS: testTimeoutOpen (test.test_telnetlib.GeneralTests) PASS: testTimeoutValue (test.test_telnetlib.GeneralTests) PASS: test_IAC_commands (test.test_telnetlib.OptionTests) PASS: test_SB_commands (test.test_telnetlib.OptionTests) PASS: test_debug_accepts_str_port (test.test_telnetlib.OptionTests) PASS: test_debuglevel_reads (test.test_telnetlib.OptionTests) PASS: test_debuglevel_write (test.test_telnetlib.OptionTests) test_read_all (test.test_telnetlib.ReadTests) PASS: read_all() PASS: test_read_eager (test.test_telnetlib.ReadTests) PASS: test_read_lazy (test.test_telnetlib.ReadTests) test_read_some (test.test_telnetlib.ReadTests) PASS: read_some() test_read_until (test.test_telnetlib.ReadTests) PASS: read_until(expected, timeout=None) PASS: test_write (test.test_telnetlib.WriteTests) ---------------------------------------------------------------------- Ran 19 tests in 0.015s OK 0:19:27 load avg: 0.73 [349/427] test_tempfile PASS: test_nonempty_list (test.test_tempfile.TestCandidateTempdirList) PASS: test_wanted_dirs (test.test_tempfile.TestCandidateTempdirList) PASS: test_exports (test.test_tempfile.TestExports) PASS: test_retval (test.test_tempfile.TestGetCandidateNames) PASS: test_same_thing (test.test_tempfile.TestGetCandidateNames) PASS: test_no_files_left_behind (test.test_tempfile.TestGetDefaultTempdir) PASS: test_case_sensitive (test.test_tempfile.TestGetTempDir) PASS: test_directory_exists (test.test_tempfile.TestGetTempDir) PASS: test_directory_writable (test.test_tempfile.TestGetTempDir) PASS: test_same_thing (test.test_tempfile.TestGetTempDir) PASS: test_sane_template (test.test_tempfile.TestGetTempPrefix) PASS: test_usable_template (test.test_tempfile.TestGetTempPrefix) PASS: test_infer_return_type_multiples (test.test_tempfile.TestLowLevelInternals) PASS: test_infer_return_type_multiples_and_none (test.test_tempfile.TestLowLevelInternals) PASS: test_infer_return_type_pathlib (test.test_tempfile.TestLowLevelInternals) PASS: test_infer_return_type_pathlike (test.test_tempfile.TestLowLevelInternals) PASS: test_infer_return_type_singles (test.test_tempfile.TestLowLevelInternals) PASS: test_basic (test.test_tempfile.TestMkdtemp) PASS: test_basic_many (test.test_tempfile.TestMkdtemp) PASS: test_basic_with_bytes_names (test.test_tempfile.TestMkdtemp) PASS: test_choose_directory (test.test_tempfile.TestMkdtemp) PASS: test_collision_with_existing_directory (test.test_tempfile.TestMkdtemp) PASS: test_collision_with_existing_file (test.test_tempfile.TestMkdtemp) PASS: test_for_tempdir_is_bytes_issue40701_api_warts (test.test_tempfile.TestMkdtemp) PASS: test_mode (test.test_tempfile.TestMkdtemp) PASS: test_non_directory (test.test_tempfile.TestMkdtemp) PASS: test_nonexisting_directory (test.test_tempfile.TestMkdtemp) SKIP: test_read_only_directory (test.test_tempfile.TestMkdtemp) "can't set the directory read-only" PASS: test_basic (test.test_tempfile.TestMkstemp) PASS: test_basic_with_bytes_names (test.test_tempfile.TestMkstemp) PASS: test_choose_directory (test.test_tempfile.TestMkstemp) PASS: test_for_tempdir_is_bytes_issue40701_api_warts (test.test_tempfile.TestMkstemp) PASS: test_basic (test.test_tempfile.TestMkstempInner) PASS: test_basic_many (test.test_tempfile.TestMkstempInner) PASS: test_basic_with_bytes_names (test.test_tempfile.TestMkstempInner) PASS: test_choose_directory (test.test_tempfile.TestMkstempInner) PASS: test_collision_with_existing_directory (test.test_tempfile.TestMkstempInner) PASS: test_collision_with_existing_file (test.test_tempfile.TestMkstempInner) PASS: test_file_mode (test.test_tempfile.TestMkstempInner) PASS: test_noinherit (test.test_tempfile.TestMkstempInner) PASS: test_non_directory (test.test_tempfile.TestMkstempInner) PASS: test_nonexisting_directory (test.test_tempfile.TestMkstempInner) SKIP: test_read_only_directory (test.test_tempfile.TestMkstempInner) "can't set the directory read-only" SKIP: test_textmode (test.test_tempfile.TestMkstempInner) 'text mode not available' PASS: test_basic (test.test_tempfile.TestMktemp) PASS: test_many (test.test_tempfile.TestMktemp) PASS: test_bad_encoding (test.test_tempfile.TestNamedTemporaryFile) PASS: test_bad_mode (test.test_tempfile.TestNamedTemporaryFile) PASS: test_basic (test.test_tempfile.TestNamedTemporaryFile) PASS: test_context_manager (test.test_tempfile.TestNamedTemporaryFile) PASS: test_creates_named (test.test_tempfile.TestNamedTemporaryFile) PASS: test_del_on_close (test.test_tempfile.TestNamedTemporaryFile) PASS: test_dis_del_on_close (test.test_tempfile.TestNamedTemporaryFile) PASS: test_iter (test.test_tempfile.TestNamedTemporaryFile) PASS: test_method_lookup (test.test_tempfile.TestNamedTemporaryFile) PASS: test_multiple_close (test.test_tempfile.TestNamedTemporaryFile) PASS: test_unexpected_error (test.test_tempfile.TestNamedTemporaryFile) PASS: test_get_eight_char_str (test.test_tempfile.TestRandomNameSequence) PASS: test_many (test.test_tempfile.TestRandomNameSequence) PASS: test_process_awareness (test.test_tempfile.TestRandomNameSequence) PASS: test_basic (test.test_tempfile.TestSpooledTemporaryFile) PASS: test_bound_methods (test.test_tempfile.TestSpooledTemporaryFile) PASS: test_class_getitem (test.test_tempfile.TestSpooledTemporaryFile) PASS: test_context_manager_after_rollover (test.test_tempfile.TestSpooledTemporaryFile) PASS: test_context_manager_before_rollover (test.test_tempfile.TestSpooledTemporaryFile) PASS: test_context_manager_during_rollover (test.test_tempfile.TestSpooledTemporaryFile) PASS: test_del_on_close (test.test_tempfile.TestSpooledTemporaryFile) PASS: test_fileno (test.test_tempfile.TestSpooledTemporaryFile) PASS: test_multiple_close_after_rollover (test.test_tempfile.TestSpooledTemporaryFile) PASS: test_multiple_close_before_rollover (test.test_tempfile.TestSpooledTemporaryFile) PASS: test_properties (test.test_tempfile.TestSpooledTemporaryFile) PASS: test_rewrite_small (test.test_tempfile.TestSpooledTemporaryFile) PASS: test_sparse (test.test_tempfile.TestSpooledTemporaryFile) PASS: test_text_mode (test.test_tempfile.TestSpooledTemporaryFile) PASS: test_text_newline_and_encoding (test.test_tempfile.TestSpooledTemporaryFile) PASS: test_truncate_with_size_parameter (test.test_tempfile.TestSpooledTemporaryFile) PASS: test_write_sequential (test.test_tempfile.TestSpooledTemporaryFile) PASS: test_writelines (test.test_tempfile.TestSpooledTemporaryFile) PASS: test_writelines_sequential (test.test_tempfile.TestSpooledTemporaryFile) PASS: test_cleanup_with_symlink_to_a_directory (test.test_tempfile.TestTemporaryDirectory) PASS: test_context_manager (test.test_tempfile.TestTemporaryDirectory) PASS: test_del_on_collection (test.test_tempfile.TestTemporaryDirectory) test_del_on_collection_ignore_errors (test.test_tempfile.TestTemporaryDirectory) PASS: Test that ignoring errors works when TemporaryDirectory is gced. PASS: test_del_on_shutdown (test.test_tempfile.TestTemporaryDirectory) test_del_on_shutdown_ignore_errors (test.test_tempfile.TestTemporaryDirectory) PASS: Test ignoring errors works when a tempdir is gc'ed on shutdown. PASS: test_exit_on_shutdown (test.test_tempfile.TestTemporaryDirectory) PASS: test_explicit_cleanup (test.test_tempfile.TestTemporaryDirectory) test_explict_cleanup_ignore_errors (test.test_tempfile.TestTemporaryDirectory) PASS: Test that cleanup doesn't return an error when ignoring them. SKIP: test_flags (test.test_tempfile.TestTemporaryDirectory) 'requires os.lchflags' PASS: test_mkdtemp_failure (test.test_tempfile.TestTemporaryDirectory) PASS: test_modes (test.test_tempfile.TestTemporaryDirectory) PASS: test_multiple_close (test.test_tempfile.TestTemporaryDirectory) PASS: test_warnings_on_cleanup (test.test_tempfile.TestTemporaryDirectory) PASS: test_bad_encoding (test.test_tempfile.TestTemporaryFile) PASS: test_bad_mode (test.test_tempfile.TestTemporaryFile) PASS: test_basic (test.test_tempfile.TestTemporaryFile) PASS: test_has_no_name (test.test_tempfile.TestTemporaryFile) PASS: test_mode_and_encoding (test.test_tempfile.TestTemporaryFile) PASS: test_multiple_close (test.test_tempfile.TestTemporaryFile) PASS: test_unexpected_error (test.test_tempfile.TestTemporaryFile) ---------------------------------------------------------------------- Ran 100 tests in 1.142s OK (skipped=4) 0:19:29 load avg: 0.73 [350/427] test_textwrap PASS: test_dedent_declining (test.test_textwrap.DedentTestCase) PASS: test_dedent_even (test.test_textwrap.DedentTestCase) PASS: test_dedent_nomargin (test.test_textwrap.DedentTestCase) PASS: test_dedent_preserve_internal_tabs (test.test_textwrap.DedentTestCase) PASS: test_dedent_preserve_margin_tabs (test.test_textwrap.DedentTestCase) PASS: test_dedent_uneven (test.test_textwrap.DedentTestCase) PASS: test_indent_all_lines (test.test_textwrap.IndentTestCase) PASS: test_indent_default (test.test_textwrap.IndentTestCase) PASS: test_indent_empty_lines (test.test_textwrap.IndentTestCase) PASS: test_indent_explicit_default (test.test_textwrap.IndentTestCase) PASS: test_indent_no_lines (test.test_textwrap.IndentTestCase) PASS: test_indent_nomargin_all_lines (test.test_textwrap.IndentTestCase) PASS: test_indent_nomargin_default (test.test_textwrap.IndentTestCase) PASS: test_indent_nomargin_explicit_default (test.test_textwrap.IndentTestCase) PASS: test_roundtrip_mixed (test.test_textwrap.IndentTestCase) PASS: test_roundtrip_spaces (test.test_textwrap.IndentTestCase) PASS: test_roundtrip_tabs (test.test_textwrap.IndentTestCase) PASS: test_fill (test.test_textwrap.IndentTestCases) PASS: test_initial_indent (test.test_textwrap.IndentTestCases) PASS: test_subsequent_indent (test.test_textwrap.IndentTestCases) PASS: test_break_long (test.test_textwrap.LongWordTestCase) PASS: test_max_lines_long (test.test_textwrap.LongWordTestCase) PASS: test_nobreak_long (test.test_textwrap.LongWordTestCase) PASS: test_break_long_words_not_on_hyphen (test.test_textwrap.LongWordWithHyphensTestCase) PASS: test_break_long_words_on_hyphen (test.test_textwrap.LongWordWithHyphensTestCase) PASS: test_break_on_hyphen_but_not_long_words (test.test_textwrap.LongWordWithHyphensTestCase) PASS: test_do_not_break_long_words_or_on_hyphens (test.test_textwrap.LongWordWithHyphensTestCase) PASS: test_placeholder (test.test_textwrap.MaxLinesTestCase) PASS: test_placeholder_backtrack (test.test_textwrap.MaxLinesTestCase) PASS: test_simple (test.test_textwrap.MaxLinesTestCase) PASS: test_spaces (test.test_textwrap.MaxLinesTestCase) PASS: test_empty_string (test.test_textwrap.ShortenTestCase) PASS: test_first_word_too_long_but_placeholder_fits (test.test_textwrap.ShortenTestCase) PASS: test_placeholder (test.test_textwrap.ShortenTestCase) PASS: test_simple (test.test_textwrap.ShortenTestCase) PASS: test_whitespace (test.test_textwrap.ShortenTestCase) PASS: test_width_too_small_for_placeholder (test.test_textwrap.ShortenTestCase) PASS: test_bad_width (test.test_textwrap.WrapTestCase) PASS: test_break_on_hyphens (test.test_textwrap.WrapTestCase) PASS: test_drop_whitespace_false (test.test_textwrap.WrapTestCase) PASS: test_drop_whitespace_false_whitespace_only (test.test_textwrap.WrapTestCase) PASS: test_drop_whitespace_false_whitespace_only_with_indent (test.test_textwrap.WrapTestCase) PASS: test_drop_whitespace_leading_whitespace (test.test_textwrap.WrapTestCase) PASS: test_drop_whitespace_whitespace_indent (test.test_textwrap.WrapTestCase) PASS: test_drop_whitespace_whitespace_line (test.test_textwrap.WrapTestCase) PASS: test_drop_whitespace_whitespace_only (test.test_textwrap.WrapTestCase) PASS: test_drop_whitespace_whitespace_only_with_indent (test.test_textwrap.WrapTestCase) PASS: test_em_dash (test.test_textwrap.WrapTestCase) PASS: test_empty_string (test.test_textwrap.WrapTestCase) PASS: test_empty_string_with_initial_indent (test.test_textwrap.WrapTestCase) PASS: test_fix_sentence_endings (test.test_textwrap.WrapTestCase) PASS: test_funky_hyphens (test.test_textwrap.WrapTestCase) PASS: test_funky_parens (test.test_textwrap.WrapTestCase) PASS: test_hyphenated (test.test_textwrap.WrapTestCase) PASS: test_hyphenated_numbers (test.test_textwrap.WrapTestCase) PASS: test_narrow_non_breaking_space (test.test_textwrap.WrapTestCase) PASS: test_no_split_at_umlaut (test.test_textwrap.WrapTestCase) PASS: test_non_breaking_space (test.test_textwrap.WrapTestCase) PASS: test_punct_hyphens (test.test_textwrap.WrapTestCase) PASS: test_simple (test.test_textwrap.WrapTestCase) PASS: test_split (test.test_textwrap.WrapTestCase) PASS: test_umlaut_followed_by_dash (test.test_textwrap.WrapTestCase) PASS: test_unix_options (test.test_textwrap.WrapTestCase) PASS: test_whitespace (test.test_textwrap.WrapTestCase) PASS: test_wrap_short (test.test_textwrap.WrapTestCase) PASS: test_wrap_short_1line (test.test_textwrap.WrapTestCase) ---------------------------------------------------------------------- Ran 66 tests in 0.012s OK 0:19:30 load avg: 0.73 [351/427] test_thread test_barrier (test.test_thread.BarrierTest) ... waiting for tasks to end task 1 will run for 42us task 0 will run for 0us task 0 entering 0 task 3 will run for 31us task 1 entering 0 task 5 will run for 28us task 3 entering 0 task 7 will run for 83us task 8 will run for 41us task 9 will run for 55us task 8 entering 0 task 4 will run for 15us task 6 will run for 39us task 9 entering 0 task 2 will run for 20us task 7 entering 0 task 4 entering 0 task 6 entering 0 task 5 entering 0 task 2 entering 0 task 2 leaving barrier task 2 will run for 87us task 0 leaving barrier task 0 will run for 0us task 0 entering 1 task 1 leaving barrier task 1 will run for 74us task 3 leaving barrier task 3 will run for 0us task 8 leaving barrier task 8 will run for 89us task 2 entering 1 task 9 leaving barrier task 9 will run for 13us task 7 leaving barrier task 7 will run for 42us task 3 entering 1 task 4 leaving barrier task 4 will run for 73us task 8 entering 1 task 9 entering 1 task 7 entering 1 task 1 entering 1 task 6 leaving barrier task 6 will run for 11us task 4 entering 1 task 5 leaving barrier task 5 will run for 1us task 6 entering 1 task 5 entering 1 task 5 leaving barrier task 5 will run for 34us task 0 leaving barrier task 0 will run for 0us task 0 entering 2 task 2 leaving barrier task 2 will run for 90us task 5 entering 2 task 3 leaving barrier task 3 will run for 12us task 8 leaving barrier task 8 will run for 67us task 9 leaving barrier task 9 will run for 78us task 3 entering 2 task 2 entering 2 task 7 leaving barrier task 7 will run for 86us task 1 leaving barrier task 1 will run for 65us task 8 entering 2 task 4 leaving barrier task 4 will run for 4us task 9 entering 2 task 6 leaving barrier task 6 will run for 49us task 7 entering 2 task 4 entering 2 task 1 entering 2 task 6 entering 2 task 6 leaving barrier task 0 leaving barrier task 5 leaving barrier task 3 leaving barrier task 2 leaving barrier task 8 leaving barrier task 9 leaving barrier task 7 leaving barrier task 4 leaving barrier task 1 leaving barrier tasks done ok PASS: test_acquire_contended (test.test_thread.LockTests) PASS: test_acquire_destroy (test.test_thread.LockTests) PASS: test_acquire_release (test.test_thread.LockTests) PASS: test_at_fork_reinit (test.test_thread.LockTests) PASS: test_constructor (test.test_thread.LockTests) PASS: test_different_thread (test.test_thread.LockTests) PASS: test_locked_repr (test.test_thread.LockTests) PASS: test_reacquire (test.test_thread.LockTests) PASS: test_repr (test.test_thread.LockTests) PASS: test_state_after_timeout (test.test_thread.LockTests) PASS: test_thread_leak (test.test_thread.LockTests) PASS: test_timeout (test.test_thread.LockTests) PASS: test_try_acquire (test.test_thread.LockTests) PASS: test_try_acquire_contended (test.test_thread.LockTests) PASS: test_weakref_deleted (test.test_thread.LockTests) PASS: test_weakref_exists (test.test_thread.LockTests) PASS: test_with (test.test_thread.LockTests) PASS: test_forkinthread (test.test_thread.TestForkInThread) PASS: test__count (test.test_thread.ThreadRunningTests) test_nt_and_posix_stack_size (test.test_thread.ThreadRunningTests) ... 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 2 will run for 54us task 3 will run for 16us task 4 will run for 9us task 3 done task 1 will run for 87us task 4 done task 7 will run for 55us task 6 will run for 67us task 9 will run for 68us task 1 done task 6 done task 2 done task 8 will run for 26us task 10 will run for 16us task 7 done task 5 will run for 96us task 9 done task 8 done task 10 done task 5 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 1 will run for 28us task 2 will run for 72us task 3 will run for 43us task 4 will run for 96us task 5 will run for 79us task 6 will run for 4us task 7 will run for 45us task 8 will run for 29us task 9 will run for 53us task 10 will run for 55us task 1 done task 2 done task 3 done task 5 done task 4 done task 6 done task 7 done task 8 done task 9 done task 10 done all tasks done ok PASS: test_stack_size (test.test_thread.ThreadRunningTests) test_starting_threads (test.test_thread.ThreadRunningTests) ... 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 1 will run for 2us task 3 will run for 78us task 4 will run for 99us task 1 done task 6 will run for 77us task 7 will run for 10us task 8 will run for 50us task 9 will run for 85us task 4 done task 10 will run for 100us task 5 will run for 77us task 3 done task 7 done task 9 done task 8 done task 10 done task 5 done task 6 done task 2 will run for 60us task 2 done all tasks done ok PASS: test_unraisable_exception (test.test_thread.ThreadRunningTests) ---------------------------------------------------------------------- Ran 24 tests in 1.028s OK 0:19:31 load avg: 0.75 [352/427] test_threadedtempfile PASS: test_main (test.test_threadedtempfile.ThreadedTempFileTest) ---------------------------------------------------------------------- Ran 1 test in 0.154s OK 0:19:32 load avg: 0.75 [353/427] test_threading PASS: test_atexit_after_shutdown (test.test_threading.AtexitTests) PASS: test_atexit_called_once (test.test_threading.AtexitTests) PASS: test_atexit_output (test.test_threading.AtexitTests) test_abort (test.test_threading.BarrierTests) PASS: Test that an abort will put the barrier in a broken state test_abort_and_reset (test.test_threading.BarrierTests) PASS: Test that a barrier can be reset after being broken. test_action (test.test_threading.BarrierTests) PASS: Test the 'action' callback test_barrier (test.test_threading.BarrierTests) PASS: Test that a barrier is passed in lockstep test_barrier_10 (test.test_threading.BarrierTests) PASS: Test that a barrier works for 10 consecutive runs test_default_timeout (test.test_threading.BarrierTests) PASS: Test the barrier's default timeout test_reset (test.test_threading.BarrierTests) PASS: Test that a 'reset' on a barrier frees the waiting threads PASS: test_single_thread (test.test_threading.BarrierTests) test_timeout (test.test_threading.BarrierTests) PASS: Test wait(timeout) test_wait_return (test.test_threading.BarrierTests) PASS: test the return value from barrier.wait PASS: test_acquire (test.test_threading.BoundedSemaphoreTests) PASS: test_acquire_contended (test.test_threading.BoundedSemaphoreTests) PASS: test_acquire_destroy (test.test_threading.BoundedSemaphoreTests) PASS: test_acquire_timeout (test.test_threading.BoundedSemaphoreTests) PASS: test_constructor (test.test_threading.BoundedSemaphoreTests) PASS: test_default_value (test.test_threading.BoundedSemaphoreTests) PASS: test_multirelease (test.test_threading.BoundedSemaphoreTests) PASS: test_release_unacquired (test.test_threading.BoundedSemaphoreTests) PASS: test_try_acquire (test.test_threading.BoundedSemaphoreTests) PASS: test_try_acquire_contended (test.test_threading.BoundedSemaphoreTests) PASS: test_with (test.test_threading.BoundedSemaphoreTests) PASS: test__is_owned (test.test_threading.CRLockTests) PASS: test_acquire_contended (test.test_threading.CRLockTests) PASS: test_acquire_destroy (test.test_threading.CRLockTests) PASS: test_acquire_release (test.test_threading.CRLockTests) PASS: test_constructor (test.test_threading.CRLockTests) PASS: test_different_thread (test.test_threading.CRLockTests) PASS: test_locked_repr (test.test_threading.CRLockTests) PASS: test_reacquire (test.test_threading.CRLockTests) PASS: test_release_save_unacquired (test.test_threading.CRLockTests) PASS: test_release_unacquired (test.test_threading.CRLockTests) PASS: test_repr (test.test_threading.CRLockTests) PASS: test_thread_leak (test.test_threading.CRLockTests) PASS: test_timeout (test.test_threading.CRLockTests) PASS: test_try_acquire (test.test_threading.CRLockTests) PASS: test_try_acquire_contended (test.test_threading.CRLockTests) PASS: test_weakref_deleted (test.test_threading.CRLockTests) PASS: test_weakref_exists (test.test_threading.CRLockTests) PASS: test_with (test.test_threading.CRLockTests) PASS: test__is_owned (test.test_threading.ConditionAsRLockTests) PASS: test_acquire_contended (test.test_threading.ConditionAsRLockTests) PASS: test_acquire_destroy (test.test_threading.ConditionAsRLockTests) PASS: test_acquire_release (test.test_threading.ConditionAsRLockTests) PASS: test_constructor (test.test_threading.ConditionAsRLockTests) PASS: test_different_thread (test.test_threading.ConditionAsRLockTests) PASS: test_locked_repr (test.test_threading.ConditionAsRLockTests) PASS: test_reacquire (test.test_threading.ConditionAsRLockTests) PASS: test_release_save_unacquired (test.test_threading.ConditionAsRLockTests) PASS: test_release_unacquired (test.test_threading.ConditionAsRLockTests) PASS: test_repr (test.test_threading.ConditionAsRLockTests) PASS: test_thread_leak (test.test_threading.ConditionAsRLockTests) PASS: test_timeout (test.test_threading.ConditionAsRLockTests) PASS: test_try_acquire (test.test_threading.ConditionAsRLockTests) PASS: test_try_acquire_contended (test.test_threading.ConditionAsRLockTests) PASS: test_weakref_deleted (test.test_threading.ConditionAsRLockTests) PASS: test_weakref_exists (test.test_threading.ConditionAsRLockTests) PASS: test_with (test.test_threading.ConditionAsRLockTests) PASS: test_acquire (test.test_threading.ConditionTests) PASS: test_notify (test.test_threading.ConditionTests) PASS: test_timeout (test.test_threading.ConditionTests) PASS: test_unacquired_notify (test.test_threading.ConditionTests) PASS: test_unacquired_wait (test.test_threading.ConditionTests) PASS: test_waitfor (test.test_threading.ConditionTests) PASS: test_waitfor_timeout (test.test_threading.ConditionTests) PASS: test_at_fork_reinit (test.test_threading.EventTests) PASS: test_is_set (test.test_threading.EventTests) PASS: test_notify (test.test_threading.EventTests) PASS: test_set_and_clear (test.test_threading.EventTests) PASS: test_timeout (test.test_threading.EventTests) PASS: test_custom_excepthook (test.test_threading.ExceptHookTests) PASS: test_custom_excepthook_fail (test.test_threading.ExceptHookTests) PASS: test_excepthook (test.test_threading.ExceptHookTests) PASS: test_excepthook_thread_None (test.test_threading.ExceptHookTests) PASS: test_original_excepthook (test.test_threading.ExceptHookTests) PASS: test_system_exit (test.test_threading.ExceptHookTests) PASS: test_can_interrupt_tight_loops (test.test_threading.InterruptMainTests) PASS: test_interrupt_main_invalid_signal (test.test_threading.InterruptMainTests) PASS: test_interrupt_main_mainthread (test.test_threading.InterruptMainTests) PASS: test_interrupt_main_noerror (test.test_threading.InterruptMainTests) PASS: test_interrupt_main_subthread (test.test_threading.InterruptMainTests) PASS: test_interrupt_main_with_signal_handler (test.test_threading.InterruptMainTests) PASS: test_acquire_contended (test.test_threading.LockTests) PASS: test_acquire_destroy (test.test_threading.LockTests) PASS: test_acquire_release (test.test_threading.LockTests) PASS: test_at_fork_reinit (test.test_threading.LockTests) PASS: test_constructor (test.test_threading.LockTests) PASS: test_different_thread (test.test_threading.LockTests) PASS: test_locked_repr (test.test_threading.LockTests) PASS: test_reacquire (test.test_threading.LockTests) PASS: test_repr (test.test_threading.LockTests) PASS: test_state_after_timeout (test.test_threading.LockTests) PASS: test_thread_leak (test.test_threading.LockTests) PASS: test_timeout (test.test_threading.LockTests) PASS: test_try_acquire (test.test_threading.LockTests) PASS: test_try_acquire_contended (test.test_threading.LockTests) PASS: test_weakref_deleted (test.test_threading.LockTests) PASS: test_weakref_exists (test.test_threading.LockTests) PASS: test_with (test.test_threading.LockTests) PASS: test__all__ (test.test_threading.MiscTestCase) PASS: test__is_owned (test.test_threading.PyRLockTests) PASS: test_acquire_contended (test.test_threading.PyRLockTests) PASS: test_acquire_destroy (test.test_threading.PyRLockTests) PASS: test_acquire_release (test.test_threading.PyRLockTests) PASS: test_constructor (test.test_threading.PyRLockTests) PASS: test_different_thread (test.test_threading.PyRLockTests) PASS: test_locked_repr (test.test_threading.PyRLockTests) PASS: test_reacquire (test.test_threading.PyRLockTests) PASS: test_release_save_unacquired (test.test_threading.PyRLockTests) PASS: test_release_unacquired (test.test_threading.PyRLockTests) PASS: test_repr (test.test_threading.PyRLockTests) PASS: test_thread_leak (test.test_threading.PyRLockTests) PASS: test_timeout (test.test_threading.PyRLockTests) PASS: test_try_acquire (test.test_threading.PyRLockTests) PASS: test_try_acquire_contended (test.test_threading.PyRLockTests) PASS: test_weakref_deleted (test.test_threading.PyRLockTests) PASS: test_weakref_exists (test.test_threading.PyRLockTests) PASS: test_with (test.test_threading.PyRLockTests) PASS: test_acquire (test.test_threading.SemaphoreTests) PASS: test_acquire_contended (test.test_threading.SemaphoreTests) PASS: test_acquire_destroy (test.test_threading.SemaphoreTests) PASS: test_acquire_timeout (test.test_threading.SemaphoreTests) PASS: test_constructor (test.test_threading.SemaphoreTests) PASS: test_default_value (test.test_threading.SemaphoreTests) PASS: test_multirelease (test.test_threading.SemaphoreTests) PASS: test_release_unacquired (test.test_threading.SemaphoreTests) PASS: test_try_acquire (test.test_threading.SemaphoreTests) PASS: test_try_acquire_contended (test.test_threading.SemaphoreTests) PASS: test_with (test.test_threading.SemaphoreTests) PASS: test_daemon_threads_fatal_error (test.test_threading.SubinterpThreadingTests) PASS: test_threads_join (test.test_threading.SubinterpThreadingTests) PASS: test_threads_join_2 (test.test_threading.SubinterpThreadingTests) PASS: test_1_join_on_shutdown (test.test_threading.ThreadJoinOnShutdown) PASS: test_2_join_in_forked_process (test.test_threading.ThreadJoinOnShutdown) PASS: test_3_join_in_forked_from_thread (test.test_threading.ThreadJoinOnShutdown) PASS: test_4_daemon_threads (test.test_threading.ThreadJoinOnShutdown) PASS: test_clear_threads_states_after_fork (test.test_threading.ThreadJoinOnShutdown) PASS: test_reinit_tls_after_fork (test.test_threading.ThreadJoinOnShutdown) PASS: test_BoundedSemaphore_limit (test.test_threading.ThreadTests) test_PyThreadState_SetAsyncExc (test.test_threading.ThreadTests) ... 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 PASS: test_boolean_target (test.test_threading.ThreadTests) PASS: test_daemon_param (test.test_threading.ThreadTests) SKIP: test_debug_deprecation (test.test_threading.ThreadTests) 'need debug build (Py_DEBUG)' PASS: test_disallow_instantiation (test.test_threading.ThreadTests) PASS: test_dummy_thread_after_fork (test.test_threading.ThreadTests) PASS: test_enumerate_after_join (test.test_threading.ThreadTests) PASS: test_finalization_shutdown (test.test_threading.ThreadTests) PASS: test_finalize_running_thread (test.test_threading.ThreadTests) PASS: test_finalize_with_trace (test.test_threading.ThreadTests) PASS: test_foreign_thread (test.test_threading.ThreadTests) PASS: test_fork_at_exit (test.test_threading.ThreadTests) PASS: test_frame_tstate_tracing (test.test_threading.ThreadTests) PASS: test_getprofile (test.test_threading.ThreadTests) PASS: test_gettrace (test.test_threading.ThreadTests) PASS: test_ident_of_no_threading_threads (test.test_threading.ThreadTests) PASS: test_import_from_another_thread (test.test_threading.ThreadTests) PASS: test_is_alive_after_fork (test.test_threading.ThreadTests) PASS: test_join_nondaemon_on_shutdown (test.test_threading.ThreadTests) PASS: test_leak_without_join (test.test_threading.ThreadTests) PASS: test_limbo_cleanup (test.test_threading.ThreadTests) PASS: test_locals_at_exit (test.test_threading.ThreadTests) PASS: test_main_thread (test.test_threading.ThreadTests) PASS: test_main_thread_after_fork (test.test_threading.ThreadTests) PASS: test_main_thread_after_fork_from_nonmain_thread (test.test_threading.ThreadTests) PASS: test_main_thread_during_shutdown (test.test_threading.ThreadTests) PASS: test_name (test.test_threading.ThreadTests) PASS: test_no_refcycle_through_target (test.test_threading.ThreadTests) PASS: test_old_threading_api (test.test_threading.ThreadTests) PASS: test_repr_daemon (test.test_threading.ThreadTests) PASS: test_repr_stopped (test.test_threading.ThreadTests) PASS: test_shutdown_locks (test.test_threading.ThreadTests) PASS: test_tstate_lock (test.test_threading.ThreadTests) test_various_ops (test.test_threading.ThreadTests) ... task will run for 71.2 usec 1 tasks are running task will run for 48.5 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 42.3 usec 1 tasks are running task done is finished. 0 tasks are running task will run for 9.4 usec 1 tasks are running task done is finished. 0 tasks are running task will run for 98.0 usec 1 tasks are running task done is finished. 0 tasks are running task will run for 21.6 usec 1 tasks are running task done is finished. 0 tasks are running task will run for 21.8 usec 1 tasks are running task will run for 13.4 usec 2 tasks are running task done is finished. 1 tasks are running task will run for 61.3 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 56.9 usec 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_large_stack (test.test_threading.ThreadTests) ... with 1 MiB thread stack size... task will run for 22.2 usec 1 tasks are running task done is finished. 0 tasks are running task will run for 22.9 usec 1 tasks are running task will run for 1.5 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 48.2 usec 1 tasks are running task will run for 9.8 usec 2 tasks are running task will run for 7.1 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 29.5 usec 1 tasks are running task will run for 78.9 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 69.8 usec 1 tasks are running task will run for 31.9 usec 2 tasks are running task done is finished. 1 tasks are running task done is finished. 0 tasks are running waiting for all tasks to complete all tasks done ok test_various_ops_small_stack (test.test_threading.ThreadTests) ... with 256 KiB thread stack size... task will run for 63.2 usec 1 tasks are running task done is finished. 0 tasks are running task will run for 7.1 usec 1 tasks are running task will run for 67.7 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 99.3 usec 1 tasks are running task done is finished. 0 tasks are running task will run for 41.1 usec 1 tasks are running task will run for 62.9 usec 2 tasks are running task done is finished. 1 tasks are running task will run for 65.0 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 1.1 usec 1 tasks are running task will run for 46.3 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 90.4 usec 1 tasks are running waiting for all tasks to complete task done is finished. 0 tasks are running all tasks done ok PASS: test_bare_raise_in_brand_new_thread (test.test_threading.ThreadingExceptionTests) PASS: test_daemonize_active_thread (test.test_threading.ThreadingExceptionTests) PASS: test_joining_current_thread (test.test_threading.ThreadingExceptionTests) PASS: test_joining_inactive_thread (test.test_threading.ThreadingExceptionTests) PASS: test_multithread_modify_file_noerror (test.test_threading.ThreadingExceptionTests) PASS: test_print_exception (test.test_threading.ThreadingExceptionTests) PASS: test_print_exception_stderr_is_none_1 (test.test_threading.ThreadingExceptionTests) PASS: test_print_exception_stderr_is_none_2 (test.test_threading.ThreadingExceptionTests) PASS: test_recursion_limit (test.test_threading.ThreadingExceptionTests) PASS: test_releasing_unacquired_lock (test.test_threading.ThreadingExceptionTests) PASS: test_start_thread_again (test.test_threading.ThreadingExceptionTests) PASS: test_init_immutable_default_args (test.test_threading.TimerTests) ---------------------------------------------------------------------- Ran 189 tests in 12.592s OK (skipped=1) 0:19:47 load avg: 0.67 [354/427] test_threading_local _threading_local () PASS: Doctest: _threading_local PASS: test_arguments (test.test_threading_local.ThreadLocalTest) PASS: test_cycle_collection (test.test_threading_local.ThreadLocalTest) PASS: test_derived (test.test_threading_local.ThreadLocalTest) PASS: test_derived_cycle_dealloc (test.test_threading_local.ThreadLocalTest) PASS: test_dict_attribute (test.test_threading_local.ThreadLocalTest) PASS: test_dict_attribute_subclass (test.test_threading_local.ThreadLocalTest) PASS: test_local_refs (test.test_threading_local.ThreadLocalTest) PASS: test_threading_local (test.test_threading_local.ThreadLocalTest) PASS: test_threading_local_subclass (test.test_threading_local.ThreadLocalTest) PASS: test_arguments (test.test_threading_local.PyThreadingLocalTest) PASS: test_cycle_collection (test.test_threading_local.PyThreadingLocalTest) PASS: test_derived (test.test_threading_local.PyThreadingLocalTest) PASS: test_derived_cycle_dealloc (test.test_threading_local.PyThreadingLocalTest) PASS: test_dict_attribute (test.test_threading_local.PyThreadingLocalTest) PASS: test_dict_attribute_subclass (test.test_threading_local.PyThreadingLocalTest) PASS: test_local_refs (test.test_threading_local.PyThreadingLocalTest) PASS: test_threading_local (test.test_threading_local.PyThreadingLocalTest) PASS: test_threading_local_subclass (test.test_threading_local.PyThreadingLocalTest) _threading_local () PASS: Doctest: _threading_local ---------------------------------------------------------------------- Ran 20 tests in 3.659s OK 0:19:51 load avg: 0.67 [355/427] test_threadsignals PASS: test_interrupted_timed_acquire (test.test_threadsignals.ThreadSignals) SKIP: test_lock_acquire_interruption (test.test_threadsignals.ThreadSignals) 'POSIX condition variables cannot be interrupted' PASS: test_lock_acquire_retries_on_intr (test.test_threadsignals.ThreadSignals) SKIP: test_rlock_acquire_interruption (test.test_threadsignals.ThreadSignals) 'POSIX condition variables cannot be interrupted' PASS: test_rlock_acquire_retries_on_intr (test.test_threadsignals.ThreadSignals) PASS: test_signals (test.test_threadsignals.ThreadSignals) ---------------------------------------------------------------------- Ran 6 tests in 2.814s OK (skipped=2) 0:19:55 load avg: 0.69 [356/427] test_time PASS: test_large_year (test.test_time.TestAsctime4dyear) PASS: test_negative (test.test_time.TestAsctime4dyear) PASS: test_year (test.test_time.TestAsctime4dyear) PASS: test_AsMicroseconds (test.test_time.TestCPyTime) PASS: test_AsMilliseconds (test.test_time.TestCPyTime) PASS: test_AsSecondsDouble (test.test_time.TestCPyTime) PASS: test_AsTimespec (test.test_time.TestCPyTime) PASS: test_AsTimeval (test.test_time.TestCPyTime) PASS: test_FromSeconds (test.test_time.TestCPyTime) PASS: test_FromSecondsObject (test.test_time.TestCPyTime) PASS: test_bug_3061 (test.test_time.TestLocale) PASS: test_object_to_time_t (test.test_time.TestOldPyTime) PASS: test_object_to_timespec (test.test_time.TestOldPyTime) PASS: test_object_to_timeval (test.test_time.TestOldPyTime) PASS: test_localtime_timezone (test.test_time.TestPytime) PASS: test_short_times (test.test_time.TestPytime) PASS: test_strptime_timezone (test.test_time.TestPytime) PASS: test_4dyear (test.test_time.TestStrftime4dyear) PASS: test_large_year (test.test_time.TestStrftime4dyear) PASS: test_negative (test.test_time.TestStrftime4dyear) PASS: test_year (test.test_time.TestStrftime4dyear) SKIP: test_clock_functions (test.test_time.TestTimeWeaklinking) 'test weak linking on macOS' PASS: test_asctime (test.test_time.TimeTestCase) PASS: test_asctime_bounding_check (test.test_time.TimeTestCase) PASS: test_clock_getres (test.test_time.TimeTestCase) PASS: test_clock_monotonic (test.test_time.TimeTestCase) PASS: test_clock_realtime (test.test_time.TimeTestCase) PASS: test_clock_settime (test.test_time.TimeTestCase) PASS: test_conversions (test.test_time.TimeTestCase) PASS: test_ctime (test.test_time.TimeTestCase) PASS: test_ctime_without_arg (test.test_time.TimeTestCase) PASS: test_data_attributes (test.test_time.TimeTestCase) PASS: test_default_values_for_zero (test.test_time.TimeTestCase) PASS: test_get_clock_info (test.test_time.TimeTestCase) PASS: test_gmtime_without_arg (test.test_time.TimeTestCase) PASS: test_insane_timestamps (test.test_time.TimeTestCase) PASS: test_localtime_failure (test.test_time.TimeTestCase) PASS: test_localtime_without_arg (test.test_time.TimeTestCase) PASS: test_mktime (test.test_time.TimeTestCase) SKIP: test_mktime_error (test.test_time.TimeTestCase) 'disabled because of a bug in glibc. Issue #13309' PASS: test_monotonic (test.test_time.TimeTestCase) PASS: test_monotonic_settime (test.test_time.TimeTestCase) PASS: test_perf_counter (test.test_time.TimeTestCase) SKIP: test_process_time (test.test_time.TimeTestCase) 'timing related test, dependent on load' PASS: test_pthread_getcpuclockid (test.test_time.TimeTestCase) PASS: test_sleep (test.test_time.TimeTestCase) PASS: test_strftime (test.test_time.TimeTestCase) PASS: test_strftime_bounding_check (test.test_time.TimeTestCase) PASS: test_strftime_format_check (test.test_time.TimeTestCase) PASS: test_strptime (test.test_time.TimeTestCase) PASS: test_strptime_bytes (test.test_time.TimeTestCase) PASS: test_strptime_exception_context (test.test_time.TimeTestCase) PASS: test_thread_time (test.test_time.TimeTestCase) PASS: test_time (test.test_time.TimeTestCase) PASS: test_time_ns_type (test.test_time.TimeTestCase) PASS: test_tzset (test.test_time.TimeTestCase) ---------------------------------------------------------------------- Ran 56 tests in 1.864s OK (skipped=3) 0:19:58 load avg: 0.64 [357/427] test_timeit PASS: test_autorange (test.test_timeit.TestTimeit) PASS: test_autorange_second (test.test_timeit.TestTimeit) PASS: test_autorange_with_callback (test.test_timeit.TestTimeit) PASS: test_main_bad_switch (test.test_timeit.TestTimeit) PASS: test_main_exception (test.test_timeit.TestTimeit) PASS: test_main_exception_fixed_reps (test.test_timeit.TestTimeit) PASS: test_main_fixed_iters (test.test_timeit.TestTimeit) PASS: test_main_fixed_reps (test.test_timeit.TestTimeit) PASS: test_main_help (test.test_timeit.TestTimeit) PASS: test_main_microseconds (test.test_timeit.TestTimeit) PASS: test_main_milliseconds (test.test_timeit.TestTimeit) PASS: test_main_multiple_setups (test.test_timeit.TestTimeit) PASS: test_main_negative_reps (test.test_timeit.TestTimeit) PASS: test_main_seconds (test.test_timeit.TestTimeit) PASS: test_main_setup (test.test_timeit.TestTimeit) PASS: test_main_verbose (test.test_timeit.TestTimeit) PASS: test_main_very_verbose (test.test_timeit.TestTimeit) PASS: test_main_with_time_unit (test.test_timeit.TestTimeit) PASS: test_print_exc (test.test_timeit.TestTimeit) PASS: test_reindent_empty (test.test_timeit.TestTimeit) PASS: test_reindent_multi (test.test_timeit.TestTimeit) PASS: test_reindent_multi_empty (test.test_timeit.TestTimeit) PASS: test_reindent_single (test.test_timeit.TestTimeit) PASS: test_repeat_callable_setup (test.test_timeit.TestTimeit) PASS: test_repeat_callable_stmt (test.test_timeit.TestTimeit) PASS: test_repeat_callable_stmt_and_setup (test.test_timeit.TestTimeit) PASS: test_repeat_few_reps_and_iters (test.test_timeit.TestTimeit) PASS: test_repeat_function_zero_iters (test.test_timeit.TestTimeit) PASS: test_repeat_function_zero_reps (test.test_timeit.TestTimeit) PASS: test_repeat_zero_iters (test.test_timeit.TestTimeit) PASS: test_repeat_zero_reps (test.test_timeit.TestTimeit) PASS: test_timeit_callable_setup (test.test_timeit.TestTimeit) PASS: test_timeit_callable_stmt (test.test_timeit.TestTimeit) PASS: test_timeit_callable_stmt_and_setup (test.test_timeit.TestTimeit) PASS: test_timeit_few_iters (test.test_timeit.TestTimeit) PASS: test_timeit_function_zero_iters (test.test_timeit.TestTimeit) PASS: test_timeit_globals_args (test.test_timeit.TestTimeit) PASS: test_timeit_zero_iters (test.test_timeit.TestTimeit) PASS: test_timer_empty_stmt (test.test_timeit.TestTimeit) PASS: test_timer_invalid_setup (test.test_timeit.TestTimeit) PASS: test_timer_invalid_stmt (test.test_timeit.TestTimeit) ---------------------------------------------------------------------- Ran 41 tests in 0.194s OK 0:20:00 load avg: 0.64 [358/427] test_timeout skipped "Use of the 'network' resource not enabled" ---------------------------------------------------------------------- Ran 0 tests in 0.000s OK (skipped=1) 0:20:02 load avg: 0.67 [359/427] test_tix test_tix skipped -- No module named '_tkinter' 0:20:02 load avg: 0.67 [360/427] test_tk -- test_tix skipped test_tk skipped -- No module named '_tkinter' 0:20:03 load avg: 0.67 [361/427] test_tokenize -- test_tk skipped PASS: test_additive (test.test_tokenize.GenerateTokensTest) PASS: test_async (test.test_tokenize.GenerateTokensTest) PASS: test_basic (test.test_tokenize.GenerateTokensTest) PASS: test_comparison (test.test_tokenize.GenerateTokensTest) PASS: test_float (test.test_tokenize.GenerateTokensTest) PASS: test_function (test.test_tokenize.GenerateTokensTest) PASS: test_implicit_newline (test.test_tokenize.GenerateTokensTest) PASS: test_int (test.test_tokenize.GenerateTokensTest) PASS: test_long (test.test_tokenize.GenerateTokensTest) PASS: test_method (test.test_tokenize.GenerateTokensTest) PASS: test_multiplicative (test.test_tokenize.GenerateTokensTest) PASS: test_non_ascii_identifiers (test.test_tokenize.GenerateTokensTest) PASS: test_selector (test.test_tokenize.GenerateTokensTest) PASS: test_shift (test.test_tokenize.GenerateTokensTest) PASS: test_string (test.test_tokenize.GenerateTokensTest) PASS: test_tabs (test.test_tokenize.GenerateTokensTest) PASS: test_unary (test.test_tokenize.GenerateTokensTest) PASS: test_underscore_literals (test.test_tokenize.GenerateTokensTest) PASS: test_unicode (test.test_tokenize.GenerateTokensTest) PASS: test_bom_no_cookie (test.test_tokenize.TestDetectEncoding) PASS: test_cookie_first_line_no_bom (test.test_tokenize.TestDetectEncoding) PASS: test_cookie_second_line_commented_first_line (test.test_tokenize.TestDetectEncoding) PASS: test_cookie_second_line_empty_first_line (test.test_tokenize.TestDetectEncoding) PASS: test_cookie_second_line_no_bom (test.test_tokenize.TestDetectEncoding) PASS: test_cookie_second_line_noncommented_first_line (test.test_tokenize.TestDetectEncoding) PASS: test_false_encoding (test.test_tokenize.TestDetectEncoding) PASS: test_filename_in_exception (test.test_tokenize.TestDetectEncoding) PASS: test_latin1_normalization (test.test_tokenize.TestDetectEncoding) PASS: test_matched_bom_and_cookie_first_line (test.test_tokenize.TestDetectEncoding) PASS: test_matched_bom_and_cookie_second_line (test.test_tokenize.TestDetectEncoding) PASS: test_mismatched_bom_and_cookie_first_line_raises_syntaxerror (test.test_tokenize.TestDetectEncoding) PASS: test_mismatched_bom_and_cookie_second_line_raises_syntaxerror (test.test_tokenize.TestDetectEncoding) PASS: test_no_bom_no_encoding_cookie (test.test_tokenize.TestDetectEncoding) PASS: test_open (test.test_tokenize.TestDetectEncoding) PASS: test_open_error (test.test_tokenize.TestDetectEncoding) PASS: test_short_files (test.test_tokenize.TestDetectEncoding) PASS: test_syntaxerror_latin1 (test.test_tokenize.TestDetectEncoding) PASS: test_utf8_normalization (test.test_tokenize.TestDetectEncoding) PASS: test_decistmt (test.test_tokenize.TestMisc) PASS: test_backslash_continuation (test.test_tokenize.TestRoundtrip) PASS: test_continuation (test.test_tokenize.TestRoundtrip) test_indentation_semantics_retained (test.test_tokenize.TestRoundtrip) PASS: Ensure that although whitespace might be mutated in a roundtrip, PASS: test_random_files (test.test_tokenize.TestRoundtrip) PASS: test_roundtrip (test.test_tokenize.TestRoundtrip) PASS: test_string_concatenation (test.test_tokenize.TestRoundtrip) PASS: test_comment_at_the_end_of_the_source_without_newline (test.test_tokenize.TestTokenize) PASS: test_exact_type (test.test_tokenize.TestTokenize) PASS: test_oneline_defs (test.test_tokenize.TestTokenize) PASS: test_pathological_trailing_whitespace (test.test_tokenize.TestTokenize) PASS: test_tokenize (test.test_tokenize.TestTokenize) PASS: test_bad_coding_cookie (test.test_tokenize.TestTokenizerAdheresToPep0263) test_latin1_coding_cookie_and_utf8_bom (test.test_tokenize.TestTokenizerAdheresToPep0263) PASS: As per PEP 0263, if a file starts with a utf-8 BOM signature, the only PASS: test_no_coding_cookie_and_utf8_bom (test.test_tokenize.TestTokenizerAdheresToPep0263) PASS: test_utf8_coding_cookie_and_no_utf8_bom (test.test_tokenize.TestTokenizerAdheresToPep0263) PASS: test_utf8_coding_cookie_and_utf8_bom (test.test_tokenize.TestTokenizerAdheresToPep0263) PASS: test__tokenize_decodes_with_specified_encoding (test.test_tokenize.Test_Tokenize) PASS: test__tokenize_does_not_decode_with_encoding_none (test.test_tokenize.Test_Tokenize) PASS: test_additive (test.test_tokenize.TokenizeTest) PASS: test_async (test.test_tokenize.TokenizeTest) PASS: test_basic (test.test_tokenize.TokenizeTest) PASS: test_comparison (test.test_tokenize.TokenizeTest) PASS: test_float (test.test_tokenize.TokenizeTest) PASS: test_function (test.test_tokenize.TokenizeTest) PASS: test_implicit_newline (test.test_tokenize.TokenizeTest) PASS: test_int (test.test_tokenize.TokenizeTest) PASS: test_long (test.test_tokenize.TokenizeTest) PASS: test_method (test.test_tokenize.TokenizeTest) PASS: test_multiplicative (test.test_tokenize.TokenizeTest) PASS: test_non_ascii_identifiers (test.test_tokenize.TokenizeTest) PASS: test_selector (test.test_tokenize.TokenizeTest) PASS: test_shift (test.test_tokenize.TokenizeTest) PASS: test_string (test.test_tokenize.TokenizeTest) PASS: test_tabs (test.test_tokenize.TokenizeTest) PASS: test_unary (test.test_tokenize.TokenizeTest) PASS: test_underscore_literals (test.test_tokenize.TokenizeTest) PASS: test_unicode (test.test_tokenize.TokenizeTest) PASS: test_backslash_continuation (test.test_tokenize.UntokenizeTest) PASS: test_bad_input_order (test.test_tokenize.UntokenizeTest) PASS: test_iter_compat (test.test_tokenize.UntokenizeTest) ---------------------------------------------------------------------- Ran 79 tests in 2.071s OK 0:20:07 load avg: 0.69 [362/427] test_tools SKIP: test.test_tools.test_fixcid (unittest.loader.ModuleSkipped) 'scripts directory could not be found' SKIP: test.test_tools.test_gprof2html (unittest.loader.ModuleSkipped) 'scripts directory could not be found' SKIP: test.test_tools.test_i18n (unittest.loader.ModuleSkipped) 'scripts directory could not be found' SKIP: test.test_tools.test_lll (unittest.loader.ModuleSkipped) 'scripts directory could not be found' SKIP: test.test_tools.test_md5sum (unittest.loader.ModuleSkipped) 'scripts directory could not be found' SKIP: test.test_tools.test_pathfix (unittest.loader.ModuleSkipped) 'scripts directory could not be found' SKIP: test.test_tools.test_pdeps (unittest.loader.ModuleSkipped) 'scripts directory could not be found' SKIP: test.test_tools.test_pindent (unittest.loader.ModuleSkipped) 'scripts directory could not be found' SKIP: test.test_tools.test_reindent (unittest.loader.ModuleSkipped) 'scripts directory could not be found' SKIP: test.test_tools.test_sundry (unittest.loader.ModuleSkipped) 'scripts directory could not be found' ---------------------------------------------------------------------- Ran 10 tests in 0.034s OK (skipped=10) 0:20:09 load avg: 0.69 [363/427] test_trace PASS: test_loop_caller_importing (test.test_trace.TestCallers) PASS: test_count_and_summary (test.test_trace.TestCommandLine) PASS: test_failures (test.test_trace.TestCommandLine) PASS: test_listfuncs_flag_success (test.test_trace.TestCommandLine) PASS: test_run_as_module (test.test_trace.TestCommandLine) PASS: test_sys_argv_list (test.test_trace.TestCommandLine) PASS: test_coverage (test.test_trace.TestCoverage) PASS: test_coverage_ignore (test.test_trace.TestCoverage) PASS: test_issue9936 (test.test_trace.TestCoverage) PASS: test_cover_files_written_no_highlight (test.test_trace.TestCoverageCommandLineOutput) PASS: test_cover_files_written_with_highlight (test.test_trace.TestCoverageCommandLineOutput) PASS: test_arg_errors (test.test_trace.TestFuncs) PASS: test_inst_method_calling (test.test_trace.TestFuncs) PASS: test_loop_caller_importing (test.test_trace.TestFuncs) PASS: test_simple_caller (test.test_trace.TestFuncs) PASS: test_traced_decorated_function (test.test_trace.TestFuncs) PASS: test_linear_methods (test.test_trace.TestLineCounts) PASS: test_trace_func_generator (test.test_trace.TestLineCounts) PASS: test_trace_list_comprehension (test.test_trace.TestLineCounts) PASS: test_traced_decorated_function (test.test_trace.TestLineCounts) PASS: test_traced_func_importing (test.test_trace.TestLineCounts) PASS: test_traced_func_linear (test.test_trace.TestLineCounts) PASS: test_traced_func_loop (test.test_trace.TestLineCounts) PASS: test_exec_counts (test.test_trace.TestRunExecCounts) PASS: test_ignored (test.test_trace.Test_Ignore) ---------------------------------------------------------------------- Ran 25 tests in 5.906s OK 0:20:16 load avg: 0.72 [364/427] test_traceback PASS: test_cause (test.test_traceback.CExcReportingTests) PASS: test_cause_and_context (test.test_traceback.CExcReportingTests) PASS: test_cause_recursive (test.test_traceback.CExcReportingTests) PASS: test_context (test.test_traceback.CExcReportingTests) PASS: test_context_suppression (test.test_traceback.CExcReportingTests) PASS: test_exception_modulename_not_unicode (test.test_traceback.CExcReportingTests) PASS: test_format_exception_only_qualname (test.test_traceback.CExcReportingTests) PASS: test_message_none (test.test_traceback.CExcReportingTests) PASS: test_simple (test.test_traceback.CExcReportingTests) PASS: test_syntax_error_no_lineno (test.test_traceback.CExcReportingTests) PASS: test_syntax_error_offset_at_eol (test.test_traceback.CExcReportingTests) PASS: test_syntax_error_various_offsets (test.test_traceback.CExcReportingTests) PASS: test_extract_stack (test.test_traceback.LimitTests) PASS: test_extract_tb (test.test_traceback.LimitTests) PASS: test_format_exception (test.test_traceback.LimitTests) PASS: test_all (test.test_traceback.MiscTest) PASS: test_clear (test.test_traceback.MiscTracebackCases) PASS: test_extract_stack (test.test_traceback.MiscTracebackCases) PASS: test_cause (test.test_traceback.PyExcReportingTests) PASS: test_cause_and_context (test.test_traceback.PyExcReportingTests) PASS: test_cause_recursive (test.test_traceback.PyExcReportingTests) PASS: test_context (test.test_traceback.PyExcReportingTests) PASS: test_context_suppression (test.test_traceback.PyExcReportingTests) PASS: test_exception_modulename_not_unicode (test.test_traceback.PyExcReportingTests) PASS: test_format_exception_only_qualname (test.test_traceback.PyExcReportingTests) PASS: test_message_none (test.test_traceback.PyExcReportingTests) PASS: test_simple (test.test_traceback.PyExcReportingTests) PASS: test_syntax_error_no_lineno (test.test_traceback.PyExcReportingTests) PASS: test_syntax_error_offset_at_eol (test.test_traceback.PyExcReportingTests) PASS: test_syntax_error_various_offsets (test.test_traceback.PyExcReportingTests) PASS: test_basics (test.test_traceback.TestFrame) PASS: test_explicit_line (test.test_traceback.TestFrame) PASS: test_lazy_lines (test.test_traceback.TestFrame) PASS: test_len (test.test_traceback.TestFrame) PASS: test_no_line (test.test_traceback.TestFrame) PASS: test_extract_stack (test.test_traceback.TestStack) PASS: test_extract_stack_limit (test.test_traceback.TestStack) PASS: test_extract_stack_lookup_lines (test.test_traceback.TestStack) PASS: test_extract_stackup_deferred_lookup_lines (test.test_traceback.TestStack) PASS: test_format_locals (test.test_traceback.TestStack) PASS: test_format_smoke (test.test_traceback.TestStack) PASS: test_from_list (test.test_traceback.TestStack) PASS: test_from_list_edited_stack (test.test_traceback.TestStack) PASS: test_locals (test.test_traceback.TestStack) PASS: test_no_locals (test.test_traceback.TestStack) PASS: test_walk_stack (test.test_traceback.TestStack) PASS: test_walk_tb (test.test_traceback.TestStack) PASS: test_cause (test.test_traceback.TestTracebackException) PASS: test_compact_no_cause (test.test_traceback.TestTracebackException) PASS: test_compact_with_cause (test.test_traceback.TestTracebackException) PASS: test_comparison_basic (test.test_traceback.TestTracebackException) PASS: test_comparison_equivalent_exceptions_are_equal (test.test_traceback.TestTracebackException) PASS: test_comparison_params_variations (test.test_traceback.TestTracebackException) PASS: test_context (test.test_traceback.TestTracebackException) PASS: test_from_exception (test.test_traceback.TestTracebackException) PASS: test_limit (test.test_traceback.TestTracebackException) PASS: test_locals (test.test_traceback.TestTracebackException) PASS: test_long_context_chain (test.test_traceback.TestTracebackException) PASS: test_lookup_lines (test.test_traceback.TestTracebackException) PASS: test_no_locals (test.test_traceback.TestTracebackException) PASS: test_no_refs_to_exception_and_traceback_objects (test.test_traceback.TestTracebackException) PASS: test_smoke (test.test_traceback.TestTracebackException) PASS: test_traceback_header (test.test_traceback.TestTracebackException) PASS: test_unhashable (test.test_traceback.TestTracebackException) PASS: test_bad_indentation (test.test_traceback.TracebackCases) PASS: test_base_exception (test.test_traceback.TracebackCases) PASS: test_caret (test.test_traceback.TracebackCases) PASS: test_encoded_file (test.test_traceback.TracebackCases) PASS: test_exception_is_None (test.test_traceback.TracebackCases) PASS: test_format_exception_exc (test.test_traceback.TracebackCases) PASS: test_format_exception_only_bad__str__ (test.test_traceback.TracebackCases) PASS: test_format_exception_only_exc (test.test_traceback.TracebackCases) PASS: test_nocaret (test.test_traceback.TracebackCases) PASS: test_print_exception (test.test_traceback.TracebackCases) PASS: test_print_exception_exc (test.test_traceback.TracebackCases) PASS: test_print_traceback_at_exit (test.test_traceback.TracebackCases) PASS: test_signatures (test.test_traceback.TracebackCases) PASS: test_format_stack (test.test_traceback.TracebackFormatTests) PASS: test_print_stack (test.test_traceback.TracebackFormatTests) PASS: test_recursive_traceback_cpython_internal (test.test_traceback.TracebackFormatTests) PASS: test_recursive_traceback_python (test.test_traceback.TracebackFormatTests) PASS: test_stack_format (test.test_traceback.TracebackFormatTests) PASS: test_traceback_format (test.test_traceback.TracebackFormatTests) PASS: test_traceback_format_with_cleared_frames (test.test_traceback.TracebackFormatTests) PASS: test_unhashable (test.test_traceback.TracebackFormatTests) ---------------------------------------------------------------------- Ran 85 tests in 0.638s OK 0:20:18 load avg: 0.74 [365/427] test_tracemalloc PASS: test_stop_track (test.test_tracemalloc.TestCAPI) PASS: test_stop_untrack (test.test_tracemalloc.TestCAPI) PASS: test_track (test.test_tracemalloc.TestCAPI) PASS: test_track_already_tracked (test.test_tracemalloc.TestCAPI) PASS: test_track_without_gil (test.test_tracemalloc.TestCAPI) PASS: test_untrack (test.test_tracemalloc.TestCAPI) PASS: test_env_limit (test.test_tracemalloc.TestCommandLine) PASS: test_env_var_disabled (test.test_tracemalloc.TestCommandLine) PASS: test_env_var_disabled_by_default (test.test_tracemalloc.TestCommandLine) PASS: test_env_var_enabled_at_startup (test.test_tracemalloc.TestCommandLine) test_env_var_ignored_with_E (test.test_tracemalloc.TestCommandLine) PASS: PYTHON* environment variables must be ignored when -E is present. PASS: test_env_var_invalid (test.test_tracemalloc.TestCommandLine) PASS: test_pymem_alloc0 (test.test_tracemalloc.TestCommandLine) PASS: test_sys_xoptions (test.test_tracemalloc.TestCommandLine) PASS: test_sys_xoptions_invalid (test.test_tracemalloc.TestCommandLine) PASS: test_filter_attributes (test.test_tracemalloc.TestFilters) PASS: test_filter_match (test.test_tracemalloc.TestFilters) PASS: test_filter_match_filename (test.test_tracemalloc.TestFilters) PASS: test_filter_match_filename_joker (test.test_tracemalloc.TestFilters) PASS: test_filter_match_trace (test.test_tracemalloc.TestFilters) PASS: test_create_snapshot (test.test_tracemalloc.TestSnapshot) PASS: test_filter_traces (test.test_tracemalloc.TestSnapshot) PASS: test_filter_traces_domain (test.test_tracemalloc.TestSnapshot) PASS: test_filter_traces_domain_filter (test.test_tracemalloc.TestSnapshot) PASS: test_format_traceback (test.test_tracemalloc.TestSnapshot) PASS: test_slices (test.test_tracemalloc.TestSnapshot) PASS: test_snapshot_group_by_cumulative (test.test_tracemalloc.TestSnapshot) PASS: test_snapshot_group_by_file (test.test_tracemalloc.TestSnapshot) PASS: test_snapshot_group_by_line (test.test_tracemalloc.TestSnapshot) PASS: test_snapshot_group_by_traceback (test.test_tracemalloc.TestSnapshot) PASS: test_statistic_diff_format (test.test_tracemalloc.TestSnapshot) PASS: test_statistic_format (test.test_tracemalloc.TestSnapshot) PASS: test_trace_format (test.test_tracemalloc.TestSnapshot) PASS: test_repr (test.test_tracemalloc.TestTraceback) PASS: test_clear_traces (test.test_tracemalloc.TestTracemallocEnabled) PASS: test_fork (test.test_tracemalloc.TestTracemallocEnabled) PASS: test_get_object_traceback (test.test_tracemalloc.TestTracemallocEnabled) PASS: test_get_traced_memory (test.test_tracemalloc.TestTracemallocEnabled) PASS: test_get_tracemalloc_memory (test.test_tracemalloc.TestTracemallocEnabled) PASS: test_get_traces (test.test_tracemalloc.TestTracemallocEnabled) PASS: test_get_traces_intern_traceback (test.test_tracemalloc.TestTracemallocEnabled) PASS: test_is_tracing (test.test_tracemalloc.TestTracemallocEnabled) PASS: test_new_reference (test.test_tracemalloc.TestTracemallocEnabled) PASS: test_reset_peak (test.test_tracemalloc.TestTracemallocEnabled) PASS: test_set_traceback_limit (test.test_tracemalloc.TestTracemallocEnabled) PASS: test_snapshot (test.test_tracemalloc.TestTracemallocEnabled) PASS: test_snapshot_save_attr (test.test_tracemalloc.TestTracemallocEnabled) ---------------------------------------------------------------------- Ran 47 tests in 1.030s OK 0:20:19 load avg: 0.74 [366/427] test_ttk_guionly test_ttk_guionly skipped -- No module named '_tkinter' 0:20:20 load avg: 0.74 [367/427] test_ttk_textonly -- test_ttk_guionly skipped test_ttk_textonly skipped -- No module named '_tkinter' 0:20:20 load avg: 0.74 [368/427] test_tuple -- test_ttk_textonly skipped PASS: test_addmul (test.test_tuple.TupleTest) PASS: test_bigrepeat (test.test_tuple.TupleTest) PASS: test_bug7466 (test.test_tuple.TupleTest) PASS: test_constructors (test.test_tuple.TupleTest) PASS: test_contains (test.test_tuple.TupleTest) PASS: test_contains_fake (test.test_tuple.TupleTest) PASS: test_contains_order (test.test_tuple.TupleTest) PASS: test_count (test.test_tuple.TupleTest) PASS: test_free_after_iterating (test.test_tuple.TupleTest) PASS: test_getitem (test.test_tuple.TupleTest) PASS: test_getitem_error (test.test_tuple.TupleTest) PASS: test_getitemoverwriteiter (test.test_tuple.TupleTest) PASS: test_getslice (test.test_tuple.TupleTest) PASS: test_hash_exact (test.test_tuple.TupleTest) PASS: test_hash_optional (test.test_tuple.TupleTest) PASS: test_iadd (test.test_tuple.TupleTest) PASS: test_imul (test.test_tuple.TupleTest) PASS: test_index (test.test_tuple.TupleTest) PASS: test_iterator_pickle (test.test_tuple.TupleTest) PASS: test_keyword_args (test.test_tuple.TupleTest) PASS: test_len (test.test_tuple.TupleTest) PASS: test_lexicographic_ordering (test.test_tuple.TupleTest) PASS: test_minmax (test.test_tuple.TupleTest) PASS: test_no_comdat_folding (test.test_tuple.TupleTest) PASS: test_pickle (test.test_tuple.TupleTest) PASS: test_repeat (test.test_tuple.TupleTest) PASS: test_repr (test.test_tuple.TupleTest) PASS: test_repr_large (test.test_tuple.TupleTest) PASS: test_reversed_pickle (test.test_tuple.TupleTest) PASS: test_subscript (test.test_tuple.TupleTest) PASS: test_track_dynamic (test.test_tuple.TupleTest) PASS: test_track_literals (test.test_tuple.TupleTest) PASS: test_track_subtypes (test.test_tuple.TupleTest) PASS: test_truth (test.test_tuple.TupleTest) PASS: test_tupleresizebug (test.test_tuple.TupleTest) ---------------------------------------------------------------------- Ran 35 tests in 10.151s OK 0:20:31 load avg: 0.78 [369/427] test_turtle test_turtle skipped -- No module named '_tkinter' 0:20:31 load avg: 0.78 [370/427] test_type_annotations -- test_turtle skipped PASS: test_annotations_are_created_correctly (test.test_type_annotations.TypeAnnotationTests) PASS: test_annotations_getset_raises (test.test_type_annotations.TypeAnnotationTests) PASS: test_descriptor_still_works (test.test_type_annotations.TypeAnnotationTests) PASS: test_lazy_create_annotations (test.test_type_annotations.TypeAnnotationTests) PASS: test_setting_annotations (test.test_type_annotations.TypeAnnotationTests) ---------------------------------------------------------------------- Ran 5 tests in 0.001s OK 0:20:32 load avg: 0.80 [371/427] test_type_comments PASS: test_asynccomp (test.test_type_comments.TypeCommentTests) PASS: test_asyncdef (test.test_type_comments.TypeCommentTests) PASS: test_asyncvar (test.test_type_comments.TypeCommentTests) PASS: test_forstmt (test.test_type_comments.TypeCommentTests) PASS: test_fstring (test.test_type_comments.TypeCommentTests) PASS: test_func_type_input (test.test_type_comments.TypeCommentTests) PASS: test_funcdef (test.test_type_comments.TypeCommentTests) PASS: test_ignores (test.test_type_comments.TypeCommentTests) test_inappropriate_type_comments (test.test_type_comments.TypeCommentTests) PASS: Tests for inappropriately-placed type comments. PASS: test_longargs (test.test_type_comments.TypeCommentTests) PASS: test_matmul (test.test_type_comments.TypeCommentTests) PASS: test_nonasciidef (test.test_type_comments.TypeCommentTests) PASS: test_redundantdef (test.test_type_comments.TypeCommentTests) PASS: test_underscorednumber (test.test_type_comments.TypeCommentTests) PASS: test_vardecl (test.test_type_comments.TypeCommentTests) PASS: test_withstmt (test.test_type_comments.TypeCommentTests) ---------------------------------------------------------------------- Ran 16 tests in 0.012s OK 0:20:33 load avg: 0.80 [372/427] test_typechecks PASS: testIsInstanceActual (test.test_typechecks.TypeChecksTest) PASS: testIsInstanceBuiltin (test.test_typechecks.TypeChecksTest) PASS: testIsSubclassActual (test.test_typechecks.TypeChecksTest) PASS: testIsSubclassBuiltin (test.test_typechecks.TypeChecksTest) PASS: testIsSubclassInternal (test.test_typechecks.TypeChecksTest) PASS: testSubclassBehavior (test.test_typechecks.TypeChecksTest) ---------------------------------------------------------------------- Ran 6 tests in 0.001s OK 0:20:34 load avg: 0.80 [373/427] test_typing PASS: test_all (test.test_typing.AllTests) PASS: test_all_exported_names (test.test_typing.AllTests) PASS: test_annotated_in_other_types (test.test_typing.AnnotatedTests) PASS: test_annotated_mro (test.test_typing.AnnotatedTests) PASS: test_attr_passthrough (test.test_typing.AnnotatedTests) PASS: test_cannot_check_instance (test.test_typing.AnnotatedTests) PASS: test_cannot_check_subclass (test.test_typing.AnnotatedTests) PASS: test_cannot_getattr_typevar (test.test_typing.AnnotatedTests) PASS: test_cannot_instantiate_forward (test.test_typing.AnnotatedTests) PASS: test_cannot_instantiate_type_var (test.test_typing.AnnotatedTests) PASS: test_cannot_subclass (test.test_typing.AnnotatedTests) PASS: test_flatten (test.test_typing.AnnotatedTests) PASS: test_hash_eq (test.test_typing.AnnotatedTests) PASS: test_instantiate (test.test_typing.AnnotatedTests) PASS: test_instantiate_generic (test.test_typing.AnnotatedTests) PASS: test_new (test.test_typing.AnnotatedTests) PASS: test_pickle (test.test_typing.AnnotatedTests) PASS: test_repr (test.test_typing.AnnotatedTests) PASS: test_special_form_containment (test.test_typing.AnnotatedTests) PASS: test_specialize (test.test_typing.AnnotatedTests) PASS: test_subst (test.test_typing.AnnotatedTests) PASS: test_too_few_type_args (test.test_typing.AnnotatedTests) PASS: test_any_instance_type_error (test.test_typing.AnyTests) PASS: test_any_subclass_type_error (test.test_typing.AnyTests) PASS: test_any_works_with_alias (test.test_typing.AnyTests) PASS: test_cannot_instantiate (test.test_typing.AnyTests) PASS: test_cannot_subclass (test.test_typing.AnyTests) PASS: test_errors (test.test_typing.AnyTests) PASS: test_repr (test.test_typing.AnyTests) PASS: test_basics (test.test_typing.CastTests) PASS: test_errors (test.test_typing.CastTests) PASS: test_basics (test.test_typing.ClassVarTests) PASS: test_cannot_init (test.test_typing.ClassVarTests) PASS: test_cannot_subclass (test.test_typing.ClassVarTests) PASS: test_no_isinstance (test.test_typing.ClassVarTests) PASS: test_repr (test.test_typing.ClassVarTests) PASS: test_abstractset (test.test_typing.CollectionsAbcTests) PASS: test_async_generator (test.test_typing.CollectionsAbcTests) PASS: test_async_iterable (test.test_typing.CollectionsAbcTests) PASS: test_async_iterator (test.test_typing.CollectionsAbcTests) PASS: test_awaitable (test.test_typing.CollectionsAbcTests) PASS: test_bytestring (test.test_typing.CollectionsAbcTests) PASS: test_chainmap_instantiation (test.test_typing.CollectionsAbcTests) PASS: test_chainmap_subclass (test.test_typing.CollectionsAbcTests) PASS: test_collection (test.test_typing.CollectionsAbcTests) PASS: test_collections_as_base (test.test_typing.CollectionsAbcTests) PASS: test_container (test.test_typing.CollectionsAbcTests) PASS: test_coroutine (test.test_typing.CollectionsAbcTests) PASS: test_counter (test.test_typing.CollectionsAbcTests) PASS: test_counter_instantiation (test.test_typing.CollectionsAbcTests) PASS: test_counter_subclass_instantiation (test.test_typing.CollectionsAbcTests) PASS: test_defaultdict_instantiation (test.test_typing.CollectionsAbcTests) PASS: test_defaultdict_subclass (test.test_typing.CollectionsAbcTests) PASS: test_deque (test.test_typing.CollectionsAbcTests) PASS: test_deque_instantiation (test.test_typing.CollectionsAbcTests) PASS: test_dict (test.test_typing.CollectionsAbcTests) PASS: test_dict_subclass (test.test_typing.CollectionsAbcTests) PASS: test_dict_subscribe (test.test_typing.CollectionsAbcTests) PASS: test_frozenset (test.test_typing.CollectionsAbcTests) PASS: test_frozenset_subclass_instantiation (test.test_typing.CollectionsAbcTests) PASS: test_generator (test.test_typing.CollectionsAbcTests) PASS: test_hashable (test.test_typing.CollectionsAbcTests) PASS: test_iterable (test.test_typing.CollectionsAbcTests) PASS: test_iterator (test.test_typing.CollectionsAbcTests) PASS: test_list (test.test_typing.CollectionsAbcTests) PASS: test_list_subclass (test.test_typing.CollectionsAbcTests) PASS: test_mapping (test.test_typing.CollectionsAbcTests) PASS: test_mutablemapping (test.test_typing.CollectionsAbcTests) PASS: test_mutablesequence (test.test_typing.CollectionsAbcTests) PASS: test_mutableset (test.test_typing.CollectionsAbcTests) PASS: test_no_async_generator_instantiation (test.test_typing.CollectionsAbcTests) PASS: test_no_dict_instantiation (test.test_typing.CollectionsAbcTests) PASS: test_no_frozenset_instantiation (test.test_typing.CollectionsAbcTests) PASS: test_no_generator_instantiation (test.test_typing.CollectionsAbcTests) PASS: test_no_list_instantiation (test.test_typing.CollectionsAbcTests) PASS: test_no_set_instantiation (test.test_typing.CollectionsAbcTests) PASS: test_no_tuple_instantiation (test.test_typing.CollectionsAbcTests) PASS: test_or_and_ror (test.test_typing.CollectionsAbcTests) PASS: test_ordereddict_instantiation (test.test_typing.CollectionsAbcTests) PASS: test_ordereddict_subclass (test.test_typing.CollectionsAbcTests) PASS: test_sequence (test.test_typing.CollectionsAbcTests) PASS: test_set (test.test_typing.CollectionsAbcTests) PASS: test_set_subclass_instantiation (test.test_typing.CollectionsAbcTests) PASS: test_sized (test.test_typing.CollectionsAbcTests) PASS: test_subclassing (test.test_typing.CollectionsAbcTests) PASS: test_subclassing_async_generator (test.test_typing.CollectionsAbcTests) PASS: test_subclassing_register (test.test_typing.CollectionsAbcTests) PASS: test_subclassing_subclasshook (test.test_typing.CollectionsAbcTests) PASS: test_basic (test.test_typing.CollectionsCallableTests) PASS: test_callable_instance_type_error (test.test_typing.CollectionsCallableTests) PASS: test_callable_instance_works (test.test_typing.CollectionsCallableTests) PASS: test_callable_with_ellipsis (test.test_typing.CollectionsCallableTests) PASS: test_callable_wrong_forms (test.test_typing.CollectionsCallableTests) PASS: test_cannot_instantiate (test.test_typing.CollectionsCallableTests) PASS: test_concatenate (test.test_typing.CollectionsCallableTests) PASS: test_ellipsis_in_generic (test.test_typing.CollectionsCallableTests) PASS: test_eq_hash (test.test_typing.CollectionsCallableTests) PASS: test_errors (test.test_typing.CollectionsCallableTests) PASS: test_or_and_ror (test.test_typing.CollectionsCallableTests) PASS: test_paramspec (test.test_typing.CollectionsCallableTests) PASS: test_pickle (test.test_typing.CollectionsCallableTests) PASS: test_repr (test.test_typing.CollectionsCallableTests) PASS: test_self_subclass (test.test_typing.CollectionsCallableTests) PASS: test_type_erasure (test.test_typing.CollectionsCallableTests) PASS: test_var_substitution (test.test_typing.CollectionsCallableTests) PASS: test_weakref (test.test_typing.CollectionsCallableTests) PASS: test_basics (test.test_typing.ConcatenateTests) PASS: test_valid_uses (test.test_typing.ConcatenateTests) PASS: test_var_substitution (test.test_typing.ConcatenateTests) PASS: test_basics (test.test_typing.FinalTests) PASS: test_cannot_init (test.test_typing.FinalTests) PASS: test_cannot_subclass (test.test_typing.FinalTests) PASS: test_final_unmodified (test.test_typing.FinalTests) PASS: test_no_isinstance (test.test_typing.FinalTests) PASS: test_repr (test.test_typing.FinalTests) PASS: test_basics (test.test_typing.ForwardRefTests) PASS: test_callable_forward (test.test_typing.ForwardRefTests) PASS: test_callable_with_ellipsis_forward (test.test_typing.ForwardRefTests) PASS: test_default_globals (test.test_typing.ForwardRefTests) PASS: test_delayed_syntax_error (test.test_typing.ForwardRefTests) PASS: test_double_forward (test.test_typing.ForwardRefTests) PASS: test_final_forward_ref (test.test_typing.ForwardRefTests) PASS: test_forward_equality (test.test_typing.ForwardRefTests) PASS: test_forward_equality_gth (test.test_typing.ForwardRefTests) PASS: test_forward_equality_hash (test.test_typing.ForwardRefTests) PASS: test_forward_equality_namespace (test.test_typing.ForwardRefTests) PASS: test_forward_recursion_actually (test.test_typing.ForwardRefTests) PASS: test_forward_repr (test.test_typing.ForwardRefTests) PASS: test_forwardref_instance_type_error (test.test_typing.ForwardRefTests) PASS: test_forwardref_only_str_arg (test.test_typing.ForwardRefTests) PASS: test_forwardref_subclass_type_error (test.test_typing.ForwardRefTests) PASS: test_meta_no_type_check (test.test_typing.ForwardRefTests) PASS: test_name_error (test.test_typing.ForwardRefTests) PASS: test_nested_classvar_fails_forward_ref_check (test.test_typing.ForwardRefTests) PASS: test_no_type_check (test.test_typing.ForwardRefTests) PASS: test_no_type_check_class (test.test_typing.ForwardRefTests) PASS: test_no_type_check_forward_ref_as_string (test.test_typing.ForwardRefTests) PASS: test_no_type_check_no_bases (test.test_typing.ForwardRefTests) PASS: test_special_forms_forward (test.test_typing.ForwardRefTests) PASS: test_syntax_error (test.test_typing.ForwardRefTests) PASS: test_tuple_forward (test.test_typing.ForwardRefTests) PASS: test_type_error (test.test_typing.ForwardRefTests) PASS: test_union_forward (test.test_typing.ForwardRefTests) PASS: test_union_forward_recursion (test.test_typing.ForwardRefTests) PASS: test_abc_bases (test.test_typing.GenericTests) PASS: test_abc_registry_kept (test.test_typing.GenericTests) PASS: test_all_repr_eq_any (test.test_typing.GenericTests) PASS: test_basics (test.test_typing.GenericTests) PASS: test_chain_repr (test.test_typing.GenericTests) PASS: test_copy_and_deepcopy (test.test_typing.GenericTests) PASS: test_copy_generic_instances (test.test_typing.GenericTests) PASS: test_dict (test.test_typing.GenericTests) PASS: test_eq_1 (test.test_typing.GenericTests) PASS: test_eq_2 (test.test_typing.GenericTests) PASS: test_errors (test.test_typing.GenericTests) PASS: test_extended_generic_rules_eq (test.test_typing.GenericTests) PASS: test_extended_generic_rules_repr (test.test_typing.GenericTests) PASS: test_extended_generic_rules_subclassing (test.test_typing.GenericTests) PASS: test_fail_with_bare_generic (test.test_typing.GenericTests) PASS: test_fail_with_bare_union (test.test_typing.GenericTests) PASS: test_false_subclasses (test.test_typing.GenericTests) PASS: test_generic_errors (test.test_typing.GenericTests) PASS: test_generic_forward_ref (test.test_typing.GenericTests) PASS: test_generic_hashes (test.test_typing.GenericTests) PASS: test_immutability_by_copy_and_pickle (test.test_typing.GenericTests) PASS: test_implicit_any (test.test_typing.GenericTests) PASS: test_init (test.test_typing.GenericTests) PASS: test_init_subclass (test.test_typing.GenericTests) PASS: test_init_subclass_super_called (test.test_typing.GenericTests) PASS: test_multi_subscr_base (test.test_typing.GenericTests) PASS: test_multiple_bases (test.test_typing.GenericTests) PASS: test_multiple_inheritance (test.test_typing.GenericTests) PASS: test_multiple_inheritance_special (test.test_typing.GenericTests) PASS: test_naive_runtime_checks (test.test_typing.GenericTests) PASS: test_nested (test.test_typing.GenericTests) PASS: test_new_no_args (test.test_typing.GenericTests) PASS: test_new_repr (test.test_typing.GenericTests) PASS: test_new_repr_bare (test.test_typing.GenericTests) PASS: test_new_repr_complex (test.test_typing.GenericTests) PASS: test_new_with_args (test.test_typing.GenericTests) PASS: test_new_with_args2 (test.test_typing.GenericTests) PASS: test_orig_bases (test.test_typing.GenericTests) PASS: test_parameterized_slots (test.test_typing.GenericTests) PASS: test_parameterized_slots_dict (test.test_typing.GenericTests) PASS: test_pickle (test.test_typing.GenericTests) PASS: test_repr (test.test_typing.GenericTests) PASS: test_repr_2 (test.test_typing.GenericTests) PASS: test_subclass_special_form (test.test_typing.GenericTests) PASS: test_subscript_meta (test.test_typing.GenericTests) PASS: test_subscripted_generics_as_proxies (test.test_typing.GenericTests) PASS: test_type_erasure (test.test_typing.GenericTests) PASS: test_type_erasure_special (test.test_typing.GenericTests) PASS: test_weakref_all (test.test_typing.GenericTests) PASS: test_get_type_hints_ClassVar (test.test_typing.GetTypeHintTests) PASS: test_get_type_hints_annotated (test.test_typing.GetTypeHintTests) PASS: test_get_type_hints_annotated_bad_module (test.test_typing.GetTypeHintTests) PASS: test_get_type_hints_annotated_in_union (test.test_typing.GetTypeHintTests) PASS: test_get_type_hints_annotated_refs (test.test_typing.GetTypeHintTests) PASS: test_get_type_hints_bad_module (test.test_typing.GetTypeHintTests) PASS: test_get_type_hints_classes (test.test_typing.GetTypeHintTests) PASS: test_get_type_hints_classes_no_implicit_optional (test.test_typing.GetTypeHintTests) PASS: test_get_type_hints_classes_str_annotations (test.test_typing.GetTypeHintTests) PASS: test_get_type_hints_for_builtins (test.test_typing.GetTypeHintTests) PASS: test_get_type_hints_for_object_with_annotations (test.test_typing.GetTypeHintTests) PASS: test_get_type_hints_from_various_objects (test.test_typing.GetTypeHintTests) PASS: test_get_type_hints_modules (test.test_typing.GetTypeHintTests) SKIP: test_get_type_hints_modules_forwardref (test.test_typing.GetTypeHintTests) 'known bug' PASS: test_get_type_hints_wrapped_decoratored_func (test.test_typing.GetTypeHintTests) PASS: test_previous_behavior (test.test_typing.GetTypeHintTests) PASS: test_respect_no_type_check (test.test_typing.GetTypeHintTests) PASS: test_forward_ref_and_final (test.test_typing.GetUtilitiesTestCase) PASS: test_get_args (test.test_typing.GetUtilitiesTestCase) PASS: test_get_origin (test.test_typing.GetUtilitiesTestCase) PASS: test_top_level_class_var (test.test_typing.GetUtilitiesTestCase) PASS: test_binaryio (test.test_typing.IOTests) PASS: test_io (test.test_typing.IOTests) PASS: test_io_submodule (test.test_typing.IOTests) PASS: test_textio (test.test_typing.IOTests) PASS: test_args (test.test_typing.LiteralTests) PASS: test_basics (test.test_typing.LiteralTests) PASS: test_cannot_init (test.test_typing.LiteralTests) PASS: test_equal (test.test_typing.LiteralTests) PASS: test_flatten (test.test_typing.LiteralTests) PASS: test_hash (test.test_typing.LiteralTests) PASS: test_illegal_parameters_do_not_raise_runtime_errors (test.test_typing.LiteralTests) PASS: test_literals_inside_other_types (test.test_typing.LiteralTests) PASS: test_no_isinstance_or_issubclass (test.test_typing.LiteralTests) PASS: test_no_multiple_subscripts (test.test_typing.LiteralTests) PASS: test_no_subclassing (test.test_typing.LiteralTests) PASS: test_repr (test.test_typing.LiteralTests) PASS: test_annotation_usage (test.test_typing.NamedTupleTests) PASS: test_annotation_usage_with_default (test.test_typing.NamedTupleTests) PASS: test_annotation_usage_with_methods (test.test_typing.NamedTupleTests) PASS: test_basics (test.test_typing.NamedTupleTests) PASS: test_copy_and_pickle (test.test_typing.NamedTupleTests) PASS: test_empty_namedtuple (test.test_typing.NamedTupleTests) PASS: test_multiple_inheritance (test.test_typing.NamedTupleTests) PASS: test_namedtuple_errors (test.test_typing.NamedTupleTests) PASS: test_namedtuple_keyword_usage (test.test_typing.NamedTupleTests) PASS: test_namedtuple_pyversion (test.test_typing.NamedTupleTests) PASS: test_namedtuple_special_keyword_names (test.test_typing.NamedTupleTests) PASS: test_basic (test.test_typing.NewTypeTests) PASS: test_errors (test.test_typing.NewTypeTests) PASS: test_missing__name__ (test.test_typing.NewTypeTests) PASS: test_or (test.test_typing.NewTypeTests) PASS: test_pickle (test.test_typing.NewTypeTests) PASS: test_repr (test.test_typing.NewTypeTests) PASS: test_special_attrs (test.test_typing.NewTypeTests) PASS: test_cannot_instantiate (test.test_typing.NoReturnTests) PASS: test_cannot_subclass (test.test_typing.NoReturnTests) PASS: test_noreturn_instance_type_error (test.test_typing.NoReturnTests) PASS: test_noreturn_subclass_type_error (test.test_typing.NoReturnTests) PASS: test_not_generic (test.test_typing.NoReturnTests) PASS: test_repr (test.test_typing.NoReturnTests) PASS: test_async_contextmanager (test.test_typing.OtherABCTests) PASS: test_contextmanager (test.test_typing.OtherABCTests) PASS: test_overload_fails (test.test_typing.OverloadTests) PASS: test_overload_succeeds (test.test_typing.OverloadTests) PASS: test_args_kwargs (test.test_typing.ParamSpecTests) PASS: test_bad_var_substitution (test.test_typing.ParamSpecTests) PASS: test_basic_plain (test.test_typing.ParamSpecTests) PASS: test_multiple_paramspecs_in_user_generics (test.test_typing.ParamSpecTests) PASS: test_no_paramspec_in__parameters__ (test.test_typing.ParamSpecTests) PASS: test_paramspec_gets_copied (test.test_typing.ParamSpecTests) PASS: test_paramspec_in_nested_generics (test.test_typing.ParamSpecTests) PASS: test_stringized (test.test_typing.ParamSpecTests) PASS: test_user_generics (test.test_typing.ParamSpecTests) PASS: test_valid_uses (test.test_typing.ParamSpecTests) PASS: test_basic_protocol (test.test_typing.ProtocolTests) PASS: test_builtin_protocol_allowlist (test.test_typing.ProtocolTests) PASS: test_bundled_protocol_instance_works (test.test_typing.ProtocolTests) PASS: test_cannot_instantiate_abstract (test.test_typing.ProtocolTests) PASS: test_collections_protocols_allowed (test.test_typing.ProtocolTests) PASS: test_custom_subclasshook (test.test_typing.ProtocolTests) PASS: test_defining_generic_protocols (test.test_typing.ProtocolTests) PASS: test_defining_generic_protocols_old_style (test.test_typing.ProtocolTests) PASS: test_everything_implements_empty_protocol (test.test_typing.ProtocolTests) PASS: test_function_implements_protocol (test.test_typing.ProtocolTests) PASS: test_generic_protocols_eq (test.test_typing.ProtocolTests) PASS: test_generic_protocols_repr (test.test_typing.ProtocolTests) PASS: test_generic_protocols_special_from_generic (test.test_typing.ProtocolTests) PASS: test_generic_protocols_special_from_protocol (test.test_typing.ProtocolTests) PASS: test_init_called (test.test_typing.ProtocolTests) PASS: test_issubclass_fails_correctly (test.test_typing.ProtocolTests) PASS: test_new_called (test.test_typing.ProtocolTests) PASS: test_no_inheritance_from_nominal (test.test_typing.ProtocolTests) PASS: test_no_instantiation (test.test_typing.ProtocolTests) PASS: test_no_runtime_deco_on_nominal (test.test_typing.ProtocolTests) PASS: test_non_protocol_subclasses (test.test_typing.ProtocolTests) PASS: test_non_runtime_protocol_isinstance_check (test.test_typing.ProtocolTests) PASS: test_none_on_callable_blocks_implementation (test.test_typing.ProtocolTests) PASS: test_none_on_non_callable_doesnt_block_implementation (test.test_typing.ProtocolTests) PASS: test_none_treated_correctly (test.test_typing.ProtocolTests) PASS: test_protocol_checks_after_subscript (test.test_typing.ProtocolTests) PASS: test_protocols_bad_subscripts (test.test_typing.ProtocolTests) PASS: test_protocols_in_unions (test.test_typing.ProtocolTests) PASS: test_protocols_isinstance (test.test_typing.ProtocolTests) PASS: test_protocols_isinstance_init (test.test_typing.ProtocolTests) PASS: test_protocols_isinstance_py36 (test.test_typing.ProtocolTests) PASS: test_protocols_issubclass (test.test_typing.ProtocolTests) PASS: test_protocols_issubclass_non_callable (test.test_typing.ProtocolTests) PASS: test_protocols_pickleable (test.test_typing.ProtocolTests) PASS: test_protocols_support_register (test.test_typing.ProtocolTests) PASS: test_reversible (test.test_typing.ProtocolTests) PASS: test_subprotocols_extending (test.test_typing.ProtocolTests) PASS: test_subprotocols_merging (test.test_typing.ProtocolTests) PASS: test_super_call_init (test.test_typing.ProtocolTests) PASS: test_supports_abs (test.test_typing.ProtocolTests) PASS: test_supports_bytes (test.test_typing.ProtocolTests) PASS: test_supports_complex (test.test_typing.ProtocolTests) PASS: test_supports_float (test.test_typing.ProtocolTests) PASS: test_supports_index (test.test_typing.ProtocolTests) PASS: test_supports_int (test.test_typing.ProtocolTests) PASS: test_supports_round (test.test_typing.ProtocolTests) PASS: test_alias_equality (test.test_typing.RETests) PASS: test_basics (test.test_typing.RETests) PASS: test_cannot_subclass (test.test_typing.RETests) PASS: test_errors (test.test_typing.RETests) PASS: test_re_submodule (test.test_typing.RETests) PASS: test_repr (test.test_typing.RETests) PASS: test_genericalias_dir (test.test_typing.SpecialAttrsTests) PASS: test_special_attrs (test.test_typing.SpecialAttrsTests) PASS: test_special_attrs2 (test.test_typing.SpecialAttrsTests) PASS: test_basics (test.test_typing.TupleTests) PASS: test_equality (test.test_typing.TupleTests) PASS: test_errors (test.test_typing.TupleTests) PASS: test_repr (test.test_typing.TupleTests) PASS: test_tuple_instance_type_error (test.test_typing.TupleTests) PASS: test_tuple_subclass (test.test_typing.TupleTests) PASS: test_cannot_instantiate (test.test_typing.TypeAliasTests) PASS: test_cannot_subclass (test.test_typing.TypeAliasTests) PASS: test_cannot_subscript (test.test_typing.TypeAliasTests) PASS: test_canonical_usage_with_type_comment (test.test_typing.TypeAliasTests) PASS: test_canonical_usage_with_variable_annotation (test.test_typing.TypeAliasTests) PASS: test_no_isinstance (test.test_typing.TypeAliasTests) PASS: test_no_issubclass (test.test_typing.TypeAliasTests) PASS: test_repr (test.test_typing.TypeAliasTests) PASS: test_stringized_usage (test.test_typing.TypeAliasTests) PASS: test_basics (test.test_typing.TypeGuardTests) PASS: test_cannot_init (test.test_typing.TypeGuardTests) PASS: test_cannot_subclass (test.test_typing.TypeGuardTests) PASS: test_no_isinstance (test.test_typing.TypeGuardTests) PASS: test_repr (test.test_typing.TypeGuardTests) PASS: test_type_basic (test.test_typing.TypeTests) PASS: test_type_optional (test.test_typing.TypeTests) PASS: test_type_typevar (test.test_typing.TypeTests) PASS: test_bad_var_substitution (test.test_typing.TypeVarTests) PASS: test_basic_plain (test.test_typing.TypeVarTests) PASS: test_bound_errors (test.test_typing.TypeVarTests) PASS: test_cannot_instantiate_vars (test.test_typing.TypeVarTests) PASS: test_cannot_subclass_var_itself (test.test_typing.TypeVarTests) PASS: test_cannot_subclass_vars (test.test_typing.TypeVarTests) PASS: test_constrained_error (test.test_typing.TypeVarTests) PASS: test_missing__name__ (test.test_typing.TypeVarTests) PASS: test_no_bivariant (test.test_typing.TypeVarTests) PASS: test_no_redefinition (test.test_typing.TypeVarTests) PASS: test_or (test.test_typing.TypeVarTests) PASS: test_repr (test.test_typing.TypeVarTests) PASS: test_typevar_instance_type_error (test.test_typing.TypeVarTests) PASS: test_typevar_subclass_type_error (test.test_typing.TypeVarTests) PASS: test_union_constrained (test.test_typing.TypeVarTests) PASS: test_union_unique (test.test_typing.TypeVarTests) PASS: test_basics_functional_syntax (test.test_typing.TypedDictTests) PASS: test_basics_keywords_syntax (test.test_typing.TypedDictTests) PASS: test_get_type_hints (test.test_typing.TypedDictTests) PASS: test_is_typeddict (test.test_typing.TypedDictTests) PASS: test_keys_inheritance (test.test_typing.TypedDictTests) PASS: test_multiple_inheritance (test.test_typing.TypedDictTests) PASS: test_non_generic_subscript (test.test_typing.TypedDictTests) PASS: test_optional (test.test_typing.TypedDictTests) PASS: test_optional_keys (test.test_typing.TypedDictTests) PASS: test_pickle (test.test_typing.TypedDictTests) PASS: test_py36_class_syntax_usage (test.test_typing.TypedDictTests) PASS: test_total (test.test_typing.TypedDictTests) PASS: test_typeddict_create_errors (test.test_typing.TypedDictTests) PASS: test_typeddict_errors (test.test_typing.TypedDictTests) PASS: test_typeddict_special_keyword_names (test.test_typing.TypedDictTests) PASS: test_basic (test.test_typing.TypingCallableTests) PASS: test_callable_instance_type_error (test.test_typing.TypingCallableTests) PASS: test_callable_instance_works (test.test_typing.TypingCallableTests) PASS: test_callable_with_ellipsis (test.test_typing.TypingCallableTests) PASS: test_callable_wrong_forms (test.test_typing.TypingCallableTests) PASS: test_cannot_instantiate (test.test_typing.TypingCallableTests) PASS: test_concatenate (test.test_typing.TypingCallableTests) PASS: test_consistency (test.test_typing.TypingCallableTests) PASS: test_ellipsis_in_generic (test.test_typing.TypingCallableTests) PASS: test_eq_hash (test.test_typing.TypingCallableTests) PASS: test_errors (test.test_typing.TypingCallableTests) PASS: test_or_and_ror (test.test_typing.TypingCallableTests) PASS: test_paramspec (test.test_typing.TypingCallableTests) PASS: test_pickle (test.test_typing.TypingCallableTests) PASS: test_repr (test.test_typing.TypingCallableTests) PASS: test_self_subclass (test.test_typing.TypingCallableTests) PASS: test_type_erasure (test.test_typing.TypingCallableTests) PASS: test_var_substitution (test.test_typing.TypingCallableTests) PASS: test_weakref (test.test_typing.TypingCallableTests) PASS: test_base_class_kept (test.test_typing.UnionTests) PASS: test_basics (test.test_typing.UnionTests) PASS: test_cannot_instantiate (test.test_typing.UnionTests) PASS: test_cannot_subclass (test.test_typing.UnionTests) PASS: test_empty (test.test_typing.UnionTests) PASS: test_etree (test.test_typing.UnionTests) PASS: test_function_repr_union (test.test_typing.UnionTests) PASS: test_no_eval_union (test.test_typing.UnionTests) PASS: test_optional (test.test_typing.UnionTests) PASS: test_repr (test.test_typing.UnionTests) PASS: test_single_class_disappears (test.test_typing.UnionTests) PASS: test_subclass_error (test.test_typing.UnionTests) PASS: test_union_any (test.test_typing.UnionTests) PASS: test_union_compare_other (test.test_typing.UnionTests) PASS: test_union_generalization (test.test_typing.UnionTests) PASS: test_union_object (test.test_typing.UnionTests) PASS: test_union_str_pattern (test.test_typing.UnionTests) PASS: test_union_union (test.test_typing.UnionTests) PASS: test_unordered (test.test_typing.UnionTests) ---------------------------------------------------------------------- Ran 415 tests in 0.136s OK (skipped=1) 0:20:36 load avg: 0.80 [374/427] test_ucn PASS: test_aliases (test.test_ucn.UnicodeNamesTest) PASS: test_aliases_names_in_pua_range (test.test_ucn.UnicodeNamesTest) PASS: test_ascii_letters (test.test_ucn.UnicodeNamesTest) PASS: test_bmp_characters (test.test_ucn.UnicodeNamesTest) PASS: test_cjk_unified_ideographs (test.test_ucn.UnicodeNamesTest) PASS: test_errors (test.test_ucn.UnicodeNamesTest) PASS: test_general (test.test_ucn.UnicodeNamesTest) PASS: test_hangul_syllables (test.test_ucn.UnicodeNamesTest) SKIP: test_issue16335 (test.test_ucn.UnicodeNamesTest) 'not enough memory: 12.0G minimum needed' PASS: test_misc_symbols (test.test_ucn.UnicodeNamesTest) SKIP: test_named_sequences_full (test.test_ucn.UnicodeNamesTest) "Use of the 'urlfetch' resource not enabled" PASS: test_named_sequences_names_in_pua_range (test.test_ucn.UnicodeNamesTest) PASS: test_named_sequences_sample (test.test_ucn.UnicodeNamesTest) PASS: test_strict_error_handling (test.test_ucn.UnicodeNamesTest) ---------------------------------------------------------------------- Ran 14 tests in 0.139s OK (skipped=2) 0:20:37 load avg: 0.81 [375/427] test_unary PASS: test_bad_types (test.test_unary.UnaryOpTestCase) PASS: test_invert (test.test_unary.UnaryOpTestCase) PASS: test_negation_of_exponentiation (test.test_unary.UnaryOpTestCase) PASS: test_negative (test.test_unary.UnaryOpTestCase) PASS: test_no_overflow (test.test_unary.UnaryOpTestCase) PASS: test_positive (test.test_unary.UnaryOpTestCase) ---------------------------------------------------------------------- Ran 6 tests in 0.001s OK 0:20:38 load avg: 0.81 [376/427] test_unicode PASS: test_asucs4 (test.test_unicode.CAPITest) PASS: test_asutf8 (test.test_unicode.CAPITest) PASS: test_asutf8andsize (test.test_unicode.CAPITest) PASS: test_aswidechar (test.test_unicode.CAPITest) PASS: test_aswidecharstring (test.test_unicode.CAPITest) PASS: test_copycharacters (test.test_unicode.CAPITest) PASS: test_encode_decimal (test.test_unicode.CAPITest) PASS: test_findchar (test.test_unicode.CAPITest) PASS: test_from_format (test.test_unicode.CAPITest) PASS: test_pep393_utf8_caching_bug (test.test_unicode.CAPITest) PASS: test_transform_decimal (test.test_unicode.CAPITest) PASS: test_formatter_field_name_split (test.test_unicode.StringModuleTest) PASS: test_formatter_parser (test.test_unicode.StringModuleTest) PASS: test___contains__ (test.test_unicode.UnicodeTest) PASS: test_additional_rsplit (test.test_unicode.UnicodeTest) PASS: test_additional_split (test.test_unicode.UnicodeTest) PASS: test_ascii (test.test_unicode.UnicodeTest) PASS: test_bug1001011 (test.test_unicode.UnicodeTest) PASS: test_bytes_comparison (test.test_unicode.UnicodeTest) PASS: test_capitalize (test.test_unicode.UnicodeTest) PASS: test_capitalize_nonascii (test.test_unicode.UnicodeTest) SKIP: test_case_operation_overflow (test.test_unicode.UnicodeTest) 'requires 32-bit system' PASS: test_casefold (test.test_unicode.UnicodeTest) PASS: test_center (test.test_unicode.UnicodeTest) PASS: test_check_encoding_errors (test.test_unicode.UnicodeTest) PASS: test_codecs (test.test_unicode.UnicodeTest) PASS: test_codecs_charmap (test.test_unicode.UnicodeTest) PASS: test_codecs_errors (test.test_unicode.UnicodeTest) PASS: test_codecs_idna (test.test_unicode.UnicodeTest) PASS: test_codecs_utf7 (test.test_unicode.UnicodeTest) PASS: test_codecs_utf8 (test.test_unicode.UnicodeTest) PASS: test_compare (test.test_unicode.UnicodeTest) PASS: test_comparison (test.test_unicode.UnicodeTest) PASS: test_concatenation (test.test_unicode.UnicodeTest) PASS: test_constructor (test.test_unicode.UnicodeTest) test_constructor_defaults (test.test_unicode.UnicodeTest) PASS: Check the constructor argument defaults. test_constructor_keyword_args (test.test_unicode.UnicodeTest) PASS: Pass various keyword argument combinations to the constructor. PASS: test_contains (test.test_unicode.UnicodeTest) PASS: test_conversion (test.test_unicode.UnicodeTest) PASS: test_count (test.test_unicode.UnicodeTest) PASS: test_endswith (test.test_unicode.UnicodeTest) PASS: test_expandtabs (test.test_unicode.UnicodeTest) PASS: test_expandtabs_optimization (test.test_unicode.UnicodeTest) SKIP: test_expandtabs_overflows_gracefully (test.test_unicode.UnicodeTest) 'only applies to 32-bit platforms' PASS: test_extended_getslice (test.test_unicode.UnicodeTest) PASS: test_find (test.test_unicode.UnicodeTest) PASS: test_find_etc_raise_correct_error_messages (test.test_unicode.UnicodeTest) test_find_periodic_pattern (test.test_unicode.UnicodeTest) PASS: Cover the special path for periodic patterns. test_find_shift_table_overflow (test.test_unicode.UnicodeTest) PASS: When the table of 8-bit shifts overflows. PASS: test_fixtype (test.test_unicode.UnicodeTest) PASS: test_floatformatting (test.test_unicode.UnicodeTest) PASS: test_format (test.test_unicode.UnicodeTest) PASS: test_format_auto_numbering (test.test_unicode.UnicodeTest) PASS: test_format_float (test.test_unicode.UnicodeTest) PASS: test_format_huge_item_number (test.test_unicode.UnicodeTest) PASS: test_format_huge_precision (test.test_unicode.UnicodeTest) PASS: test_format_huge_width (test.test_unicode.UnicodeTest) PASS: test_format_map (test.test_unicode.UnicodeTest) PASS: test_format_subclass (test.test_unicode.UnicodeTest) PASS: test_formatting (test.test_unicode.UnicodeTest) PASS: test_formatting_c_limits (test.test_unicode.UnicodeTest) PASS: test_formatting_huge_precision (test.test_unicode.UnicodeTest) PASS: test_formatting_huge_precision_c_limits (test.test_unicode.UnicodeTest) PASS: test_formatting_huge_width (test.test_unicode.UnicodeTest) PASS: test_formatting_with_enum (test.test_unicode.UnicodeTest) PASS: test_free_after_iterating (test.test_unicode.UnicodeTest) PASS: test_getnewargs (test.test_unicode.UnicodeTest) PASS: test_hash (test.test_unicode.UnicodeTest) PASS: test_index (test.test_unicode.UnicodeTest) PASS: test_inplace_rewrites (test.test_unicode.UnicodeTest) test_invalid_cb_for_2bytes_seq (test.test_unicode.UnicodeTest) PASS: Test that an 'invalid continuation byte' error is raised when the test_invalid_cb_for_3bytes_seq (test.test_unicode.UnicodeTest) PASS: Test that an 'invalid continuation byte' error is raised when the test_invalid_cb_for_4bytes_seq (test.test_unicode.UnicodeTest) PASS: Test that an 'invalid continuation byte' error is raised when the test_invalid_start_byte (test.test_unicode.UnicodeTest) PASS: Test that an 'invalid start byte' error is raised when the first byte PASS: test_isalnum (test.test_unicode.UnicodeTest) PASS: test_isalpha (test.test_unicode.UnicodeTest) PASS: test_isascii (test.test_unicode.UnicodeTest) PASS: test_isdecimal (test.test_unicode.UnicodeTest) PASS: test_isdigit (test.test_unicode.UnicodeTest) PASS: test_isidentifier (test.test_unicode.UnicodeTest) PASS: test_isidentifier_legacy (test.test_unicode.UnicodeTest) PASS: test_islower (test.test_unicode.UnicodeTest) PASS: test_isnumeric (test.test_unicode.UnicodeTest) PASS: test_isprintable (test.test_unicode.UnicodeTest) PASS: test_isspace (test.test_unicode.UnicodeTest) SKIP: test_isspace_invariant (test.test_unicode.UnicodeTest) "resource 'cpu' is not enabled" PASS: test_issue18183 (test.test_unicode.UnicodeTest) PASS: test_issue28598_strsubclass_rhs (test.test_unicode.UnicodeTest) PASS: test_issue8271 (test.test_unicode.UnicodeTest) PASS: test_istitle (test.test_unicode.UnicodeTest) PASS: test_isupper (test.test_unicode.UnicodeTest) PASS: test_iterators (test.test_unicode.UnicodeTest) PASS: test_join (test.test_unicode.UnicodeTest) SKIP: test_join_overflow (test.test_unicode.UnicodeTest) 'needs too much memory on a 64-bit platform' PASS: test_literals (test.test_unicode.UnicodeTest) PASS: test_ljust (test.test_unicode.UnicodeTest) PASS: test_lower (test.test_unicode.UnicodeTest) PASS: test_maketrans_translate (test.test_unicode.UnicodeTest) PASS: test_mul (test.test_unicode.UnicodeTest) PASS: test_none_arguments (test.test_unicode.UnicodeTest) PASS: test_partition (test.test_unicode.UnicodeTest) PASS: test_printable_repr (test.test_unicode.UnicodeTest) PASS: test_raiseMemError (test.test_unicode.UnicodeTest) PASS: test_removeprefix (test.test_unicode.UnicodeTest) PASS: test_removesuffix (test.test_unicode.UnicodeTest) PASS: test_repeat_id_preserving (test.test_unicode.UnicodeTest) PASS: test_replace (test.test_unicode.UnicodeTest) PASS: test_replace_id (test.test_unicode.UnicodeTest) SKIP: test_replace_overflow (test.test_unicode.UnicodeTest) 'only applies to 32-bit platforms' PASS: test_repr (test.test_unicode.UnicodeTest) PASS: test_resize (test.test_unicode.UnicodeTest) PASS: test_rfind (test.test_unicode.UnicodeTest) PASS: test_rindex (test.test_unicode.UnicodeTest) PASS: test_rjust (test.test_unicode.UnicodeTest) PASS: test_rpartition (test.test_unicode.UnicodeTest) PASS: test_rsplit (test.test_unicode.UnicodeTest) PASS: test_slice (test.test_unicode.UnicodeTest) PASS: test_split (test.test_unicode.UnicodeTest) PASS: test_splitlines (test.test_unicode.UnicodeTest) PASS: test_startswith (test.test_unicode.UnicodeTest) PASS: test_startswith_endswith_errors (test.test_unicode.UnicodeTest) PASS: test_strip (test.test_unicode.UnicodeTest) PASS: test_strip_whitespace (test.test_unicode.UnicodeTest) PASS: test_subclass_add (test.test_unicode.UnicodeTest) PASS: test_subscript (test.test_unicode.UnicodeTest) PASS: test_surrogates (test.test_unicode.UnicodeTest) PASS: test_swapcase (test.test_unicode.UnicodeTest) PASS: test_title (test.test_unicode.UnicodeTest) PASS: test_ucs4 (test.test_unicode.UnicodeTest) test_unexpected_end_of_data (test.test_unicode.UnicodeTest) PASS: Test that an 'unexpected end of data' error is raised when the string PASS: test_unicode_repr (test.test_unicode.UnicodeTest) PASS: test_upper (test.test_unicode.UnicodeTest) PASS: test_utf8_decode_invalid_sequences (test.test_unicode.UnicodeTest) PASS: test_utf8_decode_valid_sequences (test.test_unicode.UnicodeTest) PASS: test_zfill (test.test_unicode.UnicodeTest) ---------------------------------------------------------------------- Ran 135 tests in 1.804s OK (skipped=5) 0:20:41 load avg: 0.81 [377/427] test_unicode_file PASS: test_directories (test.test_unicode_file.TestUnicodeFiles) PASS: test_single_files (test.test_unicode_file.TestUnicodeFiles) ---------------------------------------------------------------------- Ran 2 tests in 0.003s OK 0:20:43 load avg: 0.83 [378/427] test_unicode_file_functions PASS: test_directory (test.test_unicode_file_functions.UnicodeFileTests) PASS: test_failures (test.test_unicode_file_functions.UnicodeFileTests) PASS: test_listdir (test.test_unicode_file_functions.UnicodeFileTests) PASS: test_normalize (test.test_unicode_file_functions.UnicodeFileTests) PASS: test_open (test.test_unicode_file_functions.UnicodeFileTests) PASS: test_rename (test.test_unicode_file_functions.UnicodeFileTests) PASS: test_directory (test.test_unicode_file_functions.UnicodeNFCFileTests) PASS: test_failures (test.test_unicode_file_functions.UnicodeNFCFileTests) PASS: test_listdir (test.test_unicode_file_functions.UnicodeNFCFileTests) PASS: test_normalize (test.test_unicode_file_functions.UnicodeNFCFileTests) PASS: test_open (test.test_unicode_file_functions.UnicodeNFCFileTests) PASS: test_rename (test.test_unicode_file_functions.UnicodeNFCFileTests) PASS: test_directory (test.test_unicode_file_functions.UnicodeNFDFileTests) PASS: test_failures (test.test_unicode_file_functions.UnicodeNFDFileTests) PASS: test_listdir (test.test_unicode_file_functions.UnicodeNFDFileTests) PASS: test_normalize (test.test_unicode_file_functions.UnicodeNFDFileTests) PASS: test_open (test.test_unicode_file_functions.UnicodeNFDFileTests) PASS: test_rename (test.test_unicode_file_functions.UnicodeNFDFileTests) PASS: test_directory (test.test_unicode_file_functions.UnicodeNFKCFileTests) PASS: test_failures (test.test_unicode_file_functions.UnicodeNFKCFileTests) PASS: test_listdir (test.test_unicode_file_functions.UnicodeNFKCFileTests) PASS: test_normalize (test.test_unicode_file_functions.UnicodeNFKCFileTests) PASS: test_open (test.test_unicode_file_functions.UnicodeNFKCFileTests) PASS: test_rename (test.test_unicode_file_functions.UnicodeNFKCFileTests) PASS: test_directory (test.test_unicode_file_functions.UnicodeNFKDFileTests) PASS: test_failures (test.test_unicode_file_functions.UnicodeNFKDFileTests) PASS: test_listdir (test.test_unicode_file_functions.UnicodeNFKDFileTests) PASS: test_normalize (test.test_unicode_file_functions.UnicodeNFKDFileTests) PASS: test_open (test.test_unicode_file_functions.UnicodeNFKDFileTests) PASS: test_rename (test.test_unicode_file_functions.UnicodeNFKDFileTests) ---------------------------------------------------------------------- Ran 30 tests in 0.095s OK 0:20:44 load avg: 0.83 [379/427] test_unicode_identifiers PASS: test_invalid (test.test_unicode_identifiers.PEP3131Test) PASS: test_non_bmp_normalized (test.test_unicode_identifiers.PEP3131Test) PASS: test_valid (test.test_unicode_identifiers.PEP3131Test) ---------------------------------------------------------------------- Ran 3 tests in 0.001s OK 0:20:45 load avg: 0.83 [380/427] test_unicodedata PASS: test_bug_834676 (test.test_unicodedata.NormalizationTest) PASS: test_edge_cases (test.test_unicodedata.NormalizationTest) SKIP: test_normalization (test.test_unicodedata.NormalizationTest) "resource 'network' is not enabled" PASS: test_bidirectional (test.test_unicodedata.UnicodeFunctionsTest) PASS: test_category (test.test_unicodedata.UnicodeFunctionsTest) PASS: test_combining (test.test_unicodedata.UnicodeFunctionsTest) PASS: test_decimal (test.test_unicodedata.UnicodeFunctionsTest) PASS: test_decomposition (test.test_unicodedata.UnicodeFunctionsTest) PASS: test_digit (test.test_unicodedata.UnicodeFunctionsTest) PASS: test_east_asian_width (test.test_unicodedata.UnicodeFunctionsTest) PASS: test_east_asian_width_9_0_changes (test.test_unicodedata.UnicodeFunctionsTest) SKIP: test_function_checksum (test.test_unicodedata.UnicodeFunctionsTest) "resource 'cpu' is not enabled" PASS: test_issue10254 (test.test_unicodedata.UnicodeFunctionsTest) PASS: test_issue29456 (test.test_unicodedata.UnicodeFunctionsTest) PASS: test_mirrored (test.test_unicodedata.UnicodeFunctionsTest) PASS: test_numeric (test.test_unicodedata.UnicodeFunctionsTest) PASS: test_pr29 (test.test_unicodedata.UnicodeFunctionsTest) SKIP: test_method_checksum (test.test_unicodedata.UnicodeMethodsTest) "resource 'cpu' is not enabled" PASS: test_bug_1704793 (test.test_unicodedata.UnicodeMiscTest) PASS: test_bug_4971 (test.test_unicodedata.UnicodeMiscTest) PASS: test_bug_5828 (test.test_unicodedata.UnicodeMiscTest) PASS: test_decimal_numeric_consistent (test.test_unicodedata.UnicodeMiscTest) PASS: test_digit_numeric_consistent (test.test_unicodedata.UnicodeMiscTest) PASS: test_disallow_instantiation (test.test_unicodedata.UnicodeMiscTest) PASS: test_failed_import_during_compiling (test.test_unicodedata.UnicodeMiscTest) PASS: test_linebreak_7643 (test.test_unicodedata.UnicodeMiscTest) PASS: test_ucd_510 (test.test_unicodedata.UnicodeMiscTest) ---------------------------------------------------------------------- Ran 27 tests in 1.113s OK (skipped=3) 0:20:47 load avg: 0.84 [381/427] test_univnewlines PASS: test_read (test.test_univnewlines.CTestCRLFNewlines) PASS: test_readline (test.test_univnewlines.CTestCRLFNewlines) PASS: test_readlines (test.test_univnewlines.CTestCRLFNewlines) PASS: test_seek (test.test_univnewlines.CTestCRLFNewlines) PASS: test_tell (test.test_univnewlines.CTestCRLFNewlines) PASS: test_read (test.test_univnewlines.CTestCRNewlines) PASS: test_readline (test.test_univnewlines.CTestCRNewlines) PASS: test_readlines (test.test_univnewlines.CTestCRNewlines) PASS: test_seek (test.test_univnewlines.CTestCRNewlines) PASS: test_read (test.test_univnewlines.CTestLFNewlines) PASS: test_readline (test.test_univnewlines.CTestLFNewlines) PASS: test_readlines (test.test_univnewlines.CTestLFNewlines) PASS: test_seek (test.test_univnewlines.CTestLFNewlines) PASS: test_read (test.test_univnewlines.CTestMixedNewlines) PASS: test_readline (test.test_univnewlines.CTestMixedNewlines) PASS: test_readlines (test.test_univnewlines.CTestMixedNewlines) PASS: test_seek (test.test_univnewlines.CTestMixedNewlines) PASS: test_read (test.test_univnewlines.PyTestCRLFNewlines) PASS: test_readline (test.test_univnewlines.PyTestCRLFNewlines) PASS: test_readlines (test.test_univnewlines.PyTestCRLFNewlines) PASS: test_seek (test.test_univnewlines.PyTestCRLFNewlines) PASS: test_tell (test.test_univnewlines.PyTestCRLFNewlines) PASS: test_read (test.test_univnewlines.PyTestCRNewlines) PASS: test_readline (test.test_univnewlines.PyTestCRNewlines) PASS: test_readlines (test.test_univnewlines.PyTestCRNewlines) PASS: test_seek (test.test_univnewlines.PyTestCRNewlines) PASS: test_read (test.test_univnewlines.PyTestLFNewlines) PASS: test_readline (test.test_univnewlines.PyTestLFNewlines) PASS: test_readlines (test.test_univnewlines.PyTestLFNewlines) PASS: test_seek (test.test_univnewlines.PyTestLFNewlines) PASS: test_read (test.test_univnewlines.PyTestMixedNewlines) PASS: test_readline (test.test_univnewlines.PyTestMixedNewlines) PASS: test_readlines (test.test_univnewlines.PyTestMixedNewlines) PASS: test_seek (test.test_univnewlines.PyTestMixedNewlines) ---------------------------------------------------------------------- Ran 34 tests in 0.017s OK 0:20:49 load avg: 0.84 [382/427] test_unpack Trying: t = (1, 2, 3) Expecting nothing ok Trying: a, b, c = t Expecting nothing ok Trying: a == 1 and b == 2 and c == 3 Expecting: True ok Trying: l = [4, 5, 6] Expecting nothing ok Trying: a, b, c = l Expecting nothing ok Trying: a == 4 and b == 5 and c == 6 Expecting: True ok Trying: a, b, c = 7, 8, 9 Expecting nothing ok Trying: a == 7 and b == 8 and c == 9 Expecting: True ok Trying: a, b, c = 'one' Expecting nothing ok Trying: a == 'o' and b == 'n' and c == 'e' Expecting: True ok Trying: class Seq: def __getitem__(self, i): if i >= 0 and i < 3: return i raise IndexError Expecting nothing ok Trying: a, b, c = Seq() Expecting nothing ok Trying: a == 0 and b == 1 and c == 2 Expecting: True ok Trying: st = (99,) Expecting nothing ok Trying: sl = [100] Expecting nothing ok Trying: a, = st Expecting nothing ok Trying: a Expecting: 99 ok Trying: b, = sl Expecting nothing ok Trying: b Expecting: 100 ok Trying: a, b, c = 7 Expecting: Traceback (most recent call last): ... TypeError: cannot unpack non-iterable int object ok Trying: a, b = t Expecting: Traceback (most recent call last): ... ValueError: too many values to unpack (expected 2) ok Trying: a, b = l Expecting: Traceback (most recent call last): ... ValueError: too many values to unpack (expected 2) ok Trying: a, b, c, d = Seq() Expecting: Traceback (most recent call last): ... ValueError: not enough values to unpack (expected 4, got 3) ok Trying: a, b = Seq() Expecting: Traceback (most recent call last): ... ValueError: too many values to unpack (expected 2) ok Trying: class BozoError(Exception): pass Expecting nothing ok Trying: class BadSeq: def __getitem__(self, i): if i >= 0 and i < 3: return i elif i == 3: raise BozoError else: raise IndexError Expecting nothing ok Trying: a, b, c, d, e = BadSeq() Expecting: Traceback (most recent call last): ... test.test_unpack.BozoError ok Trying: a, b, c = BadSeq() Expecting: Traceback (most recent call last): ... test.test_unpack.BozoError ok Trying: () = [] Expecting nothing ok Trying: [] = () Expecting nothing ok Trying: [] = [] Expecting nothing ok Trying: () = () Expecting nothing ok Trying: () = 42 Expecting: Traceback (most recent call last): ... TypeError: cannot unpack non-iterable int object ok Trying: () = [42] Expecting: Traceback (most recent call last): ... ValueError: too many values to unpack (expected 0) ok 2 items had no tests: test.test_unpack test.test_unpack.test_main 1 items passed all tests: 34 tests in test.test_unpack.__test__.doctests 34 tests in 3 items. 34 passed and 0 failed. Test passed. doctest (test.test_unpack) ... 34 tests with zero failures 0:20:50 load avg: 0.84 [383/427] test_unpack_ex Trying: t = (1, 2, 3) Expecting nothing ok Trying: a, *b, c = t Expecting nothing ok Trying: a == 1 and b == [2] and c == 3 Expecting: True ok Trying: l = [4, 5, 6] Expecting nothing ok Trying: a, *b = l Expecting nothing ok Trying: a == 4 and b == [5, 6] Expecting: True ok Trying: *a, = 7, 8, 9 Expecting nothing ok Trying: a == [7, 8, 9] Expecting: True ok Trying: a, *b = 'one' Expecting nothing ok Trying: a == 'o' and b == ['n', 'e'] Expecting: True ok Trying: a, b, c, *d, e, f, g = range(10) Expecting nothing ok Trying: (a, b, c, d, e, f, g) == (0, 1, 2, [3, 4, 5, 6], 7, 8, 9) Expecting: True ok Trying: a, *b, c = (1, 2) Expecting nothing ok Trying: a == 1 and c == 2 and b == [] Expecting: True ok Trying: class Seq: def __getitem__(self, i): if i >= 0 and i < 3: return i raise IndexError Expecting nothing ok Trying: a, *b = Seq() Expecting nothing ok Trying: a == 0 and b == [1, 2] Expecting: True ok Trying: for a, *b, c in [(1,2,3), (4,5,6,7)]: print(a, b, c) Expecting: 1 [2] 3 4 [5, 6] 7 ok Trying: [a, *b, c] = range(5) Expecting nothing ok Trying: a == 0 and b == [1, 2, 3] and c == 4 Expecting: True ok Trying: a, *b, c = *d, e = range(5) Expecting nothing ok Trying: a == 0 and b == [1, 2, 3] and c == 4 and d == [0, 1, 2, 3] and e == 4 Expecting: True ok Trying: a, b, *c = range(5) Expecting nothing ok Trying: a, b, c Expecting: (0, 1, [2, 3, 4]) ok Trying: *a, b, c = a, b, *c Expecting nothing ok Trying: a, b, c Expecting: ([0, 1, 2], 3, 4) ok Trying: a = [1, 2, 3] Expecting nothing ok Trying: sorted({1, *a, 0, 4}) Expecting: [0, 1, 2, 3, 4] ok Trying: {1, *1, 0, 4} Expecting: Traceback (most recent call last): ... TypeError: 'int' object is not iterable ok Trying: kwds = {'z': 0, 'w': 12} Expecting nothing ok Trying: sorted({'x': 1, 'y': 2, **kwds}.items()) Expecting: [('w', 12), ('x', 1), ('y', 2), ('z', 0)] ok Trying: sorted({**{'x': 1}, 'y': 2, **{'z': 3}}.items()) Expecting: [('x', 1), ('y', 2), ('z', 3)] ok Trying: sorted({**{'x': 1}, 'y': 2, **{'x': 3}}.items()) Expecting: [('x', 3), ('y', 2)] ok Trying: sorted({**{'x': 1}, **{'x': 3}, 'x': 4}.items()) Expecting: [('x', 4)] ok Trying: {**{}} Expecting: {} ok Trying: a = {} Expecting nothing ok Trying: {**a}[0] = 1 Expecting nothing ok Trying: a Expecting: {} ok Trying: {**1} Expecting: Traceback (most recent call last): ... TypeError: 'int' object is not a mapping ok Trying: {**[]} Expecting: Traceback (most recent call last): ... TypeError: 'list' object is not a mapping ok Trying: len(eval("{" + ", ".join("**{{{}: {}}}".format(i, i) for i in range(1000)) + "}")) Expecting: 1000 ok Trying: {0:1, **{0:2}, 0:3, 0:4} Expecting: {0: 4} ok Trying: a, b, c = [0, 1, 2], 3, 4 Expecting nothing ok Trying: [*a, b, c] Expecting: [0, 1, 2, 3, 4] ok Trying: l = [a, (3, 4), {5}, {6: None}, (i for i in range(7, 10))] Expecting nothing ok Trying: [*item for item in l] Expecting: Traceback (most recent call last): ... SyntaxError: iterable unpacking cannot be used in comprehension ok Trying: [*[0, 1] for i in range(10)] Expecting: Traceback (most recent call last): ... SyntaxError: iterable unpacking cannot be used in comprehension ok Trying: [*'a' for i in range(10)] Expecting: Traceback (most recent call last): ... SyntaxError: iterable unpacking cannot be used in comprehension ok Trying: [*[] for i in range(10)] Expecting: Traceback (most recent call last): ... SyntaxError: iterable unpacking cannot be used in comprehension ok Trying: {**{} for a in [1]} Expecting: Traceback (most recent call last): ... SyntaxError: dict unpacking cannot be used in dict comprehension ok Trying: dict(**x for x in [{1:2}]) Expecting: Traceback (most recent call last): ... dict(**x for x in [{1:2}]) ^ SyntaxError: invalid syntax ok Trying: print(*[1], *[2], 3) Expecting: 1 2 3 ok Trying: def f(x, y): print(x, y) Expecting nothing ok Trying: original_dict = {'x': 1} Expecting nothing ok Trying: f(**original_dict, y=2) Expecting: 1 2 ok Trying: original_dict Expecting: {'x': 1} ok Trying: from collections.abc import MutableMapping Expecting nothing ok Trying: class CrazyDict(MutableMapping): def __init__(self): self.d = {} def __iter__(self): for x in self.d.__iter__(): if x == 'c': self.d['z'] = 10 yield x def __getitem__(self, k): return self.d[k] def __len__(self): return len(self.d) def __setitem__(self, k, v): self.d[k] = v def __delitem__(self, k): del self.d[k] Expecting nothing ok Trying: d = CrazyDict() Expecting nothing ok Trying: d.d = {chr(ord('a') + x): x for x in range(5)} Expecting nothing ok Trying: e = {**d} Expecting: Traceback (most recent call last): ... RuntimeError: dictionary changed size during iteration ok Trying: d.d = {chr(ord('a') + x): x for x in range(5)} Expecting nothing ok Trying: def f(**kwargs): print(kwargs) Expecting nothing ok Trying: f(**d) Expecting: Traceback (most recent call last): ... RuntimeError: dictionary changed size during iteration ok Trying: f(x=5, **{'x': 3}, y=2) Expecting: Traceback (most recent call last): ... TypeError: test.test_unpack_ex.f() got multiple values for keyword argument 'x' ok Trying: f(**{'x': 3}, x=5, y=2) Expecting: Traceback (most recent call last): ... TypeError: test.test_unpack_ex.f() got multiple values for keyword argument 'x' ok Trying: f(**{'x': 3}, **{'x': 5}, y=2) Expecting: Traceback (most recent call last): ... TypeError: test.test_unpack_ex.f() got multiple values for keyword argument 'x' ok Trying: f(x=5, **{'x': 3}, **{'x': 2}) Expecting: Traceback (most recent call last): ... TypeError: test.test_unpack_ex.f() got multiple values for keyword argument 'x' ok Trying: f(**{1: 3}, **{1: 5}) Expecting: Traceback (most recent call last): ... TypeError: test.test_unpack_ex.f() got multiple values for keyword argument '1' ok Trying: a, *b = 7 Expecting: Traceback (most recent call last): ... TypeError: cannot unpack non-iterable int object ok Trying: a, *b, c, d, e = Seq() Expecting: Traceback (most recent call last): ... ValueError: not enough values to unpack (expected at least 4, got 3) ok Trying: a, b, c, d, *e = Seq() Expecting: Traceback (most recent call last): ... ValueError: not enough values to unpack (expected at least 4, got 3) ok Trying: class BozoError(Exception): pass Expecting nothing ok Trying: class BadSeq: def __getitem__(self, i): if i >= 0 and i < 3: return i elif i == 3: raise BozoError else: raise IndexError Expecting nothing ok Trying: a, *b, c, d, e = BadSeq() Expecting: Traceback (most recent call last): ... test.test_unpack_ex.BozoError ok Trying: a, *b, c, *d, e = range(10) # doctest:+ELLIPSIS Expecting: Traceback (most recent call last): ... SyntaxError: multiple starred expressions in assignment ok Trying: [*b, *c] = range(10) # doctest:+ELLIPSIS Expecting: Traceback (most recent call last): ... SyntaxError: multiple starred expressions in assignment ok Trying: a,*b,*c,*d = range(4) # doctest:+ELLIPSIS Expecting: Traceback (most recent call last): ... SyntaxError: multiple starred expressions in assignment ok Trying: *a = range(10) # doctest:+ELLIPSIS Expecting: Traceback (most recent call last): ... SyntaxError: starred assignment target must be in a list or tuple ok Trying: *a # doctest:+ELLIPSIS Expecting: Traceback (most recent call last): ... SyntaxError: can't use starred expression here ok Trying: *1 # doctest:+ELLIPSIS Expecting: Traceback (most recent call last): ... SyntaxError: can't use starred expression here ok Trying: x = *a # doctest:+ELLIPSIS Expecting: Traceback (most recent call last): ... SyntaxError: can't use starred expression here ok Trying: (*x),y = 1, 2 # doctest:+ELLIPSIS Expecting: Traceback (most recent call last): ... SyntaxError: cannot use starred expression here ok Trying: (((*x))),y = 1, 2 # doctest:+ELLIPSIS Expecting: Traceback (most recent call last): ... SyntaxError: cannot use starred expression here ok Trying: z,(*x),y = 1, 2, 4 # doctest:+ELLIPSIS Expecting: Traceback (most recent call last): ... SyntaxError: cannot use starred expression here ok Trying: z,(*x) = 1, 2 # doctest:+ELLIPSIS Expecting: Traceback (most recent call last): ... SyntaxError: cannot use starred expression here ok Trying: ((*x),y) = 1, 2 # doctest:+ELLIPSIS Expecting: Traceback (most recent call last): ... SyntaxError: cannot use starred expression here ok Trying: s = ", ".join("a%d" % i for i in range(1<<8)) + ", *rest = range(1<<8 + 1)" Expecting nothing ok Trying: compile(s, 'test', 'exec') # doctest:+ELLIPSIS Expecting: Traceback (most recent call last): ... SyntaxError: too many expressions in star-unpacking assignment ok Trying: s = ", ".join("a%d" % i for i in range(1<<8 + 1)) + ", *rest = range(1<<8 + 2)" Expecting nothing ok Trying: compile(s, 'test', 'exec') # doctest:+ELLIPSIS Expecting: Traceback (most recent call last): ... SyntaxError: too many expressions in star-unpacking assignment ok 2 items had no tests: test.test_unpack_ex test.test_unpack_ex.test_main 1 items passed all tests: 91 tests in test.test_unpack_ex.__test__.doctests 91 tests in 3 items. 91 passed and 0 failed. Test passed. doctest (test.test_unpack_ex) ... 91 tests with zero failures 0:20:51 load avg: 0.84 [384/427] test_unparse PASS: test_class_bases_and_keywords (test.test_unparse.CosmeticTestCase) PASS: test_docstrings (test.test_unparse.CosmeticTestCase) PASS: test_docstrings_negative_cases (test.test_unparse.CosmeticTestCase) PASS: test_fstrings (test.test_unparse.CosmeticTestCase) PASS: test_simple_expressions_parens (test.test_unparse.CosmeticTestCase) PASS: test_slices (test.test_unparse.CosmeticTestCase) PASS: test_unary_op_factor (test.test_unparse.CosmeticTestCase) test_files (test.test_unparse.DirectoryTestCase) ... Testing /usr/lib/python3.10/pkgutil.py Testing /usr/lib/python3.10/tty.py Testing /usr/lib/python3.10/test/test_ast.py Testing /usr/lib/python3.10/test/pyclbr_input.py Testing /usr/lib/python3.10/test/test_grammar.py Testing /usr/lib/python3.10/test/test_syntax.py Testing /usr/lib/python3.10/contextvars.py Testing /usr/lib/python3.10/test/test_patma.py Testing /usr/lib/python3.10/test/doctest_lineno.py Testing /usr/lib/python3.10/test/test_netrc.py Testing /usr/lib/python3.10/cgi.py Testing /usr/lib/python3.10/test/test_unary.py Testing /usr/lib/python3.10/test/test_asdl_parser.py Testing /usr/lib/python3.10/struct.py Testing /usr/lib/python3.10/test/test_fstring.py Testing /usr/lib/python3.10/platform.py Testing /usr/lib/python3.10/test/test_compile.py ok PASS: test_annotations (test.test_unparse.UnparseTestCase) PASS: test_bytes (test.test_unparse.UnparseTestCase) PASS: test_chained_comparisons (test.test_unparse.UnparseTestCase) PASS: test_class_decorators (test.test_unparse.UnparseTestCase) PASS: test_class_definition (test.test_unparse.UnparseTestCase) PASS: test_constant_tuples (test.test_unparse.UnparseTestCase) PASS: test_del_statement (test.test_unparse.UnparseTestCase) PASS: test_dict_comprehension (test.test_unparse.UnparseTestCase) PASS: test_dict_unpacking_in_dict (test.test_unparse.UnparseTestCase) PASS: test_docstrings (test.test_unparse.UnparseTestCase) PASS: test_elifs (test.test_unparse.UnparseTestCase) PASS: test_empty_set (test.test_unparse.UnparseTestCase) PASS: test_for_else (test.test_unparse.UnparseTestCase) PASS: test_fstrings (test.test_unparse.UnparseTestCase) PASS: test_fstrings_complicated (test.test_unparse.UnparseTestCase) PASS: test_function_arguments (test.test_unparse.UnparseTestCase) PASS: test_function_type (test.test_unparse.UnparseTestCase) PASS: test_huge_float (test.test_unparse.UnparseTestCase) PASS: test_imaginary_literals (test.test_unparse.UnparseTestCase) PASS: test_integer_parens (test.test_unparse.UnparseTestCase) PASS: test_invalid_fstring_backslash (test.test_unparse.UnparseTestCase) PASS: test_invalid_fstring_constant (test.test_unparse.UnparseTestCase) PASS: test_invalid_fstring_conversion (test.test_unparse.UnparseTestCase) PASS: test_invalid_raise (test.test_unparse.UnparseTestCase) PASS: test_invalid_yield_from (test.test_unparse.UnparseTestCase) PASS: test_lambda_parentheses (test.test_unparse.UnparseTestCase) PASS: test_min_int (test.test_unparse.UnparseTestCase) PASS: test_nan (test.test_unparse.UnparseTestCase) PASS: test_nonlocal (test.test_unparse.UnparseTestCase) PASS: test_raise_from (test.test_unparse.UnparseTestCase) PASS: test_relative_import (test.test_unparse.UnparseTestCase) PASS: test_set_comprehension (test.test_unparse.UnparseTestCase) PASS: test_set_literal (test.test_unparse.UnparseTestCase) PASS: test_shifts (test.test_unparse.UnparseTestCase) PASS: test_slices (test.test_unparse.UnparseTestCase) PASS: test_starred_assignment (test.test_unparse.UnparseTestCase) PASS: test_strings (test.test_unparse.UnparseTestCase) PASS: test_try_except_finally (test.test_unparse.UnparseTestCase) PASS: test_type_comments (test.test_unparse.UnparseTestCase) PASS: test_type_ignore (test.test_unparse.UnparseTestCase) PASS: test_unary_parens (test.test_unparse.UnparseTestCase) PASS: test_while_else (test.test_unparse.UnparseTestCase) PASS: test_with_as (test.test_unparse.UnparseTestCase) PASS: test_with_simple (test.test_unparse.UnparseTestCase) PASS: test_with_two_items (test.test_unparse.UnparseTestCase) ---------------------------------------------------------------------- Ran 53 tests in 1.323s OK 0:20:53 load avg: 0.86 [385/427] test_urllib PASS: test_converting_drive_letter (test.test_urllib.PathName2URLTests) PASS: test_converting_when_no_drive_letter (test.test_urllib.PathName2URLTests) PASS: test_long_drive_letter (test.test_urllib.PathName2URLTests) PASS: test_roundtrip_pathname2url (test.test_urllib.PathName2URLTests) PASS: test_simple_compare (test.test_urllib.PathName2URLTests) PASS: test_basic (test.test_urllib.Pathname_Tests) SKIP: test_ntpath (test.test_urllib.Pathname_Tests) 'test specific to the urllib.url2path function.' SKIP: test_prefixes (test.test_urllib.Pathname_Tests) 'test specific to the nturl2path functions.' PASS: test_quoting (test.test_urllib.Pathname_Tests) PASS: test_getproxies_environment_keep_no_proxies (test.test_urllib.ProxyTests) PASS: test_proxy_bypass_environment_always_match (test.test_urllib.ProxyTests) PASS: test_proxy_bypass_environment_host_match (test.test_urllib.ProxyTests) PASS: test_proxy_bypass_environment_newline (test.test_urllib.ProxyTests) PASS: test_proxy_cgi_ignore (test.test_urllib.ProxyTests) PASS: test_getproxies_environment_prefer_lowercase (test.test_urllib.ProxyTests_withOrderedEnv) PASS: test_default_quoting (test.test_urllib.QuotingTests) PASS: test_default_safe (test.test_urllib.QuotingTests) PASS: test_never_quote (test.test_urllib.QuotingTests) PASS: test_quote_bytes (test.test_urllib.QuotingTests) PASS: test_quote_plus_with_unicode (test.test_urllib.QuotingTests) PASS: test_quote_with_unicode (test.test_urllib.QuotingTests) PASS: test_quoting_plus (test.test_urllib.QuotingTests) PASS: test_quoting_space (test.test_urllib.QuotingTests) PASS: test_safe (test.test_urllib.QuotingTests) PASS: test_default_values (test.test_urllib.RequestTests) PASS: test_with_method_arg (test.test_urllib.RequestTests) PASS: test_converting_drive_letter (test.test_urllib.URL2PathNameTests) PASS: test_converting_when_no_drive_letter (test.test_urllib.URL2PathNameTests) PASS: test_non_ascii_drive_letter (test.test_urllib.URL2PathNameTests) PASS: test_roundtrip_url2pathname (test.test_urllib.URL2PathNameTests) PASS: test_simple_compare (test.test_urllib.URL2PathNameTests) PASS: test_local_file_open (test.test_urllib.URLopener_Tests) PASS: test_quoted_open (test.test_urllib.URLopener_Tests) PASS: test_urlopener_retrieve_file (test.test_urllib.URLopener_Tests) PASS: test_urlopener_retrieve_remote (test.test_urllib.URLopener_Tests) PASS: test_unquote_to_bytes (test.test_urllib.UnquotingTests) PASS: test_unquote_with_unicode (test.test_urllib.UnquotingTests) PASS: test_unquoting (test.test_urllib.UnquotingTests) PASS: test_unquoting_badpercent (test.test_urllib.UnquotingTests) PASS: test_unquoting_mixed_case (test.test_urllib.UnquotingTests) PASS: test_unquoting_parts (test.test_urllib.UnquotingTests) PASS: test_unquoting_plus (test.test_urllib.UnquotingTests) PASS: test_unquoting_with_bytes_input (test.test_urllib.UnquotingTests) test_thishost (test.test_urllib.Utility_Tests) PASS: Test the urllib.request.thishost utility function returns a tuple PASS: test_doseq (test.test_urllib.urlencode_Tests) PASS: test_empty_sequence (test.test_urllib.urlencode_Tests) PASS: test_nonstring_seq_values (test.test_urllib.urlencode_Tests) PASS: test_nonstring_values (test.test_urllib.urlencode_Tests) PASS: test_quoting (test.test_urllib.urlencode_Tests) PASS: test_urlencode_bytes (test.test_urllib.urlencode_Tests) PASS: test_urlencode_encoding (test.test_urllib.urlencode_Tests) PASS: test_urlencode_encoding_doseq (test.test_urllib.urlencode_Tests) PASS: test_urlencode_encoding_safe_parameter (test.test_urllib.urlencode_Tests) PASS: test_using_mapping (test.test_urllib.urlencode_Tests) PASS: test_using_sequence (test.test_urllib.urlencode_Tests) PASS: test_geturl (test.test_urllib.urlopen_DataTests) PASS: test_info (test.test_urllib.urlopen_DataTests) PASS: test_interface (test.test_urllib.urlopen_DataTests) PASS: test_invalid_base64_data (test.test_urllib.urlopen_DataTests) PASS: test_missing_comma (test.test_urllib.urlopen_DataTests) PASS: test_read_image (test.test_urllib.urlopen_DataTests) PASS: test_read_text (test.test_urllib.urlopen_DataTests) PASS: test_read_text_base64 (test.test_urllib.urlopen_DataTests) PASS: test_close (test.test_urllib.urlopen_FileTests) PASS: test_fileno (test.test_urllib.urlopen_FileTests) PASS: test_getcode (test.test_urllib.urlopen_FileTests) PASS: test_geturl (test.test_urllib.urlopen_FileTests) PASS: test_headers (test.test_urllib.urlopen_FileTests) PASS: test_info (test.test_urllib.urlopen_FileTests) PASS: test_interface (test.test_urllib.urlopen_FileTests) PASS: test_iter (test.test_urllib.urlopen_FileTests) PASS: test_read (test.test_urllib.urlopen_FileTests) PASS: test_readline (test.test_urllib.urlopen_FileTests) PASS: test_readlines (test.test_urllib.urlopen_FileTests) PASS: test_relativelocalfile (test.test_urllib.urlopen_FileTests) PASS: test_status (test.test_urllib.urlopen_FileTests) PASS: test_url (test.test_urllib.urlopen_FileTests) PASS: test_URLopener_deprecation (test.test_urllib.urlopen_HttpTests) PASS: test_cafile_and_context (test.test_urllib.urlopen_HttpTests) PASS: test_empty_socket (test.test_urllib.urlopen_HttpTests) PASS: test_file_notexists (test.test_urllib.urlopen_HttpTests) PASS: test_ftp_cache_pruning (test.test_urllib.urlopen_HttpTests) PASS: test_ftp_nohost (test.test_urllib.urlopen_HttpTests) PASS: test_ftp_nonexisting (test.test_urllib.urlopen_HttpTests) PASS: test_invalid_redirect (test.test_urllib.urlopen_HttpTests) PASS: test_missing_localfile (test.test_urllib.urlopen_HttpTests) PASS: test_read_0_9 (test.test_urllib.urlopen_HttpTests) PASS: test_read_1_0 (test.test_urllib.urlopen_HttpTests) PASS: test_read_1_1 (test.test_urllib.urlopen_HttpTests) PASS: test_read_bogus (test.test_urllib.urlopen_HttpTests) PASS: test_redirect_limit_independent (test.test_urllib.urlopen_HttpTests) PASS: test_url_fragment (test.test_urllib.urlopen_HttpTests) PASS: test_url_host_with_control_char_rejected (test.test_urllib.urlopen_HttpTests) PASS: test_url_host_with_newline_header_injection_rejected (test.test_urllib.urlopen_HttpTests) PASS: test_url_path_with_control_char_rejected (test.test_urllib.urlopen_HttpTests) PASS: test_url_path_with_newline_header_injection_rejected (test.test_urllib.urlopen_HttpTests) PASS: test_userpass_inurl (test.test_urllib.urlopen_HttpTests) PASS: test_userpass_inurl_w_spaces (test.test_urllib.urlopen_HttpTests) PASS: test_willclose (test.test_urllib.urlopen_HttpTests) PASS: test_basic (test.test_urllib.urlretrieve_FileTests) PASS: test_copy (test.test_urllib.urlretrieve_FileTests) PASS: test_reporthook (test.test_urllib.urlretrieve_FileTests) PASS: test_reporthook_0_bytes (test.test_urllib.urlretrieve_FileTests) PASS: test_reporthook_5_bytes (test.test_urllib.urlretrieve_FileTests) PASS: test_reporthook_8193_bytes (test.test_urllib.urlretrieve_FileTests) PASS: test_short_content_raises_ContentTooShortError (test.test_urllib.urlretrieve_HttpTests) PASS: test_short_content_raises_ContentTooShortError_without_reporthook (test.test_urllib.urlretrieve_HttpTests) ---------------------------------------------------------------------- Ran 107 tests in 0.089s OK (skipped=2) 0:20:54 load avg: 0.86 [386/427] test_urllib2 PASS: test_basic_and_digest_auth_handlers (test.test_urllib2.HandlerTests) PASS: test_basic_auth (test.test_urllib2.HandlerTests) PASS: test_basic_prior_auth_auto_send (test.test_urllib2.HandlerTests) PASS: test_basic_prior_auth_send_after_first_success (test.test_urllib2.HandlerTests) PASS: test_cookie_redirect (test.test_urllib2.HandlerTests) PASS: test_cookies (test.test_urllib2.HandlerTests) PASS: test_errors (test.test_urllib2.HandlerTests) PASS: test_file (test.test_urllib2.HandlerTests) PASS: test_fixpath_in_weirdurls (test.test_urllib2.HandlerTests) PASS: test_ftp (test.test_urllib2.HandlerTests) PASS: test_full_url_deleter (test.test_urllib2.HandlerTests) PASS: test_full_url_setter (test.test_urllib2.HandlerTests) PASS: test_http (test.test_urllib2.HandlerTests) PASS: test_http_body_array (test.test_urllib2.HandlerTests) PASS: test_http_body_empty_seq (test.test_urllib2.HandlerTests) PASS: test_http_body_file (test.test_urllib2.HandlerTests) PASS: test_http_body_fileobj (test.test_urllib2.HandlerTests) PASS: test_http_body_iterable (test.test_urllib2.HandlerTests) PASS: test_http_body_pipe (test.test_urllib2.HandlerTests) test_http_closed (test.test_urllib2.HandlerTests) PASS: Test the connection is cleaned up when the response is closed PASS: test_http_doubleslash (test.test_urllib2.HandlerTests) PASS: test_http_handler_debuglevel (test.test_urllib2.HandlerTests) test_invalid_closed (test.test_urllib2.HandlerTests) PASS: Test the connection is cleaned up after an invalid response PASS: test_invalid_redirect (test.test_urllib2.HandlerTests) SKIP: test_osx_proxy_bypass (test.test_urllib2.HandlerTests) 'only relevant for OSX' PASS: test_proxy (test.test_urllib2.HandlerTests) PASS: test_proxy_basic_auth (test.test_urllib2.HandlerTests) PASS: test_proxy_https (test.test_urllib2.HandlerTests) PASS: test_proxy_https_proxy_authorization (test.test_urllib2.HandlerTests) PASS: test_proxy_no_proxy (test.test_urllib2.HandlerTests) PASS: test_proxy_no_proxy_all (test.test_urllib2.HandlerTests) PASS: test_redirect (test.test_urllib2.HandlerTests) PASS: test_redirect_encoding (test.test_urllib2.HandlerTests) PASS: test_redirect_fragment (test.test_urllib2.HandlerTests) PASS: test_redirect_no_path (test.test_urllib2.HandlerTests) PASS: test_relative_redirect (test.test_urllib2.HandlerTests) PASS: test_unsupported_auth_basic_handler (test.test_urllib2.HandlerTests) PASS: test_unsupported_auth_digest_handler (test.test_urllib2.HandlerTests) test_HTTPError_interface (test.test_urllib2.MiscTests) PASS: Issue 13211 reveals that HTTPError didn't implement the URLError PASS: test_build_opener (test.test_urllib2.MiscTests) PASS: test_parse_proxy (test.test_urllib2.MiscTests) PASS: test_unsupported_algorithm (test.test_urllib2.MiscTests) PASS: test_add_non_handler (test.test_urllib2.OpenerDirectorTests) PASS: test_badly_named_methods (test.test_urllib2.OpenerDirectorTests) PASS: test_handled (test.test_urllib2.OpenerDirectorTests) PASS: test_handler_order (test.test_urllib2.OpenerDirectorTests) PASS: test_http_error (test.test_urllib2.OpenerDirectorTests) PASS: test_processors (test.test_urllib2.OpenerDirectorTests) PASS: test_raise (test.test_urllib2.OpenerDirectorTests) PASS: test_password_manager (test.test_urllib2.RequestHdrsTests) test_password_manager_default_port (test.test_urllib2.RequestHdrsTests) PASS: The point to note here is that we can't guess the default port if test_request_headers_dict (test.test_urllib2.RequestHdrsTests) PASS: The Request.headers dictionary is not a documented interface. It test_request_headers_methods (test.test_urllib2.RequestHdrsTests) PASS: Note the case normalization of header names here, to PASS: test_data (test.test_urllib2.RequestTests) PASS: test_deleting_data_should_remove_content_length (test.test_urllib2.RequestTests) PASS: test_get_full_url (test.test_urllib2.RequestTests) PASS: test_get_host (test.test_urllib2.RequestTests) PASS: test_get_host_unquote (test.test_urllib2.RequestTests) PASS: test_get_type (test.test_urllib2.RequestTests) PASS: test_method (test.test_urllib2.RequestTests) PASS: test_proxy (test.test_urllib2.RequestTests) PASS: test_selector (test.test_urllib2.RequestTests) PASS: test_setting_data_should_remove_content_length (test.test_urllib2.RequestTests) PASS: test_url_fragment (test.test_urllib2.RequestTests) PASS: test_url_fullurl_get_full_url (test.test_urllib2.RequestTests) PASS: test_wrapped_url (test.test_urllib2.RequestTests) PASS: test_URLError_reasonstr (test.test_urllib2.TrivialTests) PASS: test___all__ (test.test_urllib2.TrivialTests) PASS: test_parse_http_list (test.test_urllib2.TrivialTests) PASS: test_trivial (test.test_urllib2.TrivialTests) ---------------------------------------------------------------------- Ran 70 tests in 0.099s OK (skipped=1) 0:20:56 load avg: 0.86 [387/427] test_urllib2_localnet PASS: test_basic_auth_httperror (test.test_urllib2_localnet.BasicAuthTests) PASS: test_basic_auth_success (test.test_urllib2_localnet.BasicAuthTests) PASS: test_proxy_qop_auth_int_works_or_throws_urlerror (test.test_urllib2_localnet.ProxyAuthTests) PASS: test_proxy_qop_auth_works (test.test_urllib2_localnet.ProxyAuthTests) PASS: test_proxy_with_bad_password_raises_httperror (test.test_urllib2_localnet.ProxyAuthTests) PASS: test_proxy_with_no_password_raises_httperror (test.test_urllib2_localnet.ProxyAuthTests) PASS: test_200 (test.test_urllib2_localnet.TestUrlopen) PASS: test_200_with_parameters (test.test_urllib2_localnet.TestUrlopen) PASS: test_404 (test.test_urllib2_localnet.TestUrlopen) PASS: test_basic (test.test_urllib2_localnet.TestUrlopen) PASS: test_chunked (test.test_urllib2_localnet.TestUrlopen) PASS: test_geturl (test.test_urllib2_localnet.TestUrlopen) test_https (test.test_urllib2_localnet.TestUrlopen) ... stopping HTTPS server joining HTTPS thread ok test_https_sni (test.test_urllib2_localnet.TestUrlopen) ... stopping HTTPS server joining HTTPS thread ok Got an error: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:997) test_https_with_cadefault (test.test_urllib2_localnet.TestUrlopen) ... stopping HTTPS server joining HTTPS thread ok Got an error: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:997) Got an error: [SSL: SSLV3_ALERT_BAD_CERTIFICATE] sslv3 alert bad certificate (_ssl.c:997) test_https_with_cafile (test.test_urllib2_localnet.TestUrlopen) ... stopping HTTPS server joining HTTPS thread stopping HTTPS server joining HTTPS thread ok PASS: test_info (test.test_urllib2_localnet.TestUrlopen) PASS: test_issue16464 (test.test_urllib2_localnet.TestUrlopen) PASS: test_iteration (test.test_urllib2_localnet.TestUrlopen) PASS: test_line_iteration (test.test_urllib2_localnet.TestUrlopen) PASS: test_redirection (test.test_urllib2_localnet.TestUrlopen) PASS: test_sending_headers (test.test_urllib2_localnet.TestUrlopen) PASS: test_sending_headers_camel (test.test_urllib2_localnet.TestUrlopen) ---------------------------------------------------------------------- Ran 23 tests in 1.354s OK 0:20:58 load avg: 0.79 [388/427] test_urllib2net test_urllib2net skipped -- Use of the 'network' resource not enabled 0:20:59 load avg: 0.79 [389/427] test_urllib_response -- test_urllib2net skipped (resource denied) PASS: test_addclosehook (test.test_urllib_response.TestResponse) PASS: test_addinfo (test.test_urllib_response.TestResponse) PASS: test_addinfourl (test.test_urllib_response.TestResponse) PASS: test_with (test.test_urllib_response.TestResponse) ---------------------------------------------------------------------- Ran 4 tests in 0.001s OK 0:21:00 load avg: 0.79 [390/427] test_urllibnet test_urllibnet skipped -- Use of the 'network' resource not enabled 0:21:00 load avg: 0.79 [391/427] test_urlparse -- test_urllibnet skipped (resource denied) PASS: test_splitattr_deprecation (test.test_urlparse.DeprecationTest) PASS: test_splithost_deprecation (test.test_urlparse.DeprecationTest) PASS: test_splitnport_deprecation (test.test_urlparse.DeprecationTest) PASS: test_splitpasswd_deprecation (test.test_urlparse.DeprecationTest) PASS: test_splitport_deprecation (test.test_urlparse.DeprecationTest) PASS: test_splitquery_deprecation (test.test_urlparse.DeprecationTest) PASS: test_splittag_deprecation (test.test_urlparse.DeprecationTest) PASS: test_splittype_deprecation (test.test_urlparse.DeprecationTest) PASS: test_splituser_deprecation (test.test_urlparse.DeprecationTest) PASS: test_splitvalue_deprecation (test.test_urlparse.DeprecationTest) PASS: test_to_bytes_deprecation (test.test_urlparse.DeprecationTest) PASS: test_Quoter_repr (test.test_urlparse.UrlParseTestCase) PASS: test_RFC1808 (test.test_urlparse.UrlParseTestCase) PASS: test_RFC2368 (test.test_urlparse.UrlParseTestCase) PASS: test_RFC2396 (test.test_urlparse.UrlParseTestCase) PASS: test_RFC2732 (test.test_urlparse.UrlParseTestCase) PASS: test_RFC3986 (test.test_urlparse.UrlParseTestCase) PASS: test_all (test.test_urlparse.UrlParseTestCase) PASS: test_anyscheme (test.test_urlparse.UrlParseTestCase) test_attributes_bad_port (test.test_urlparse.UrlParseTestCase) PASS: Check handling of invalid ports. PASS: test_attributes_without_netloc (test.test_urlparse.UrlParseTestCase) PASS: test_default_scheme (test.test_urlparse.UrlParseTestCase) PASS: test_http_roundtrips (test.test_urlparse.UrlParseTestCase) PASS: test_issue14072 (test.test_urlparse.UrlParseTestCase) PASS: test_mixed_types_rejected (test.test_urlparse.UrlParseTestCase) PASS: test_noslash (test.test_urlparse.UrlParseTestCase) PASS: test_parse_fragments (test.test_urlparse.UrlParseTestCase) PASS: test_parse_qs_encoding (test.test_urlparse.UrlParseTestCase) PASS: test_parse_qs_separator (test.test_urlparse.UrlParseTestCase) PASS: test_parse_qsl_encoding (test.test_urlparse.UrlParseTestCase) PASS: test_parse_qsl_max_num_fields (test.test_urlparse.UrlParseTestCase) PASS: test_parse_qsl_separator (test.test_urlparse.UrlParseTestCase) PASS: test_port_casting_failure_message (test.test_urlparse.UrlParseTestCase) PASS: test_portseparator (test.test_urlparse.UrlParseTestCase) PASS: test_qs (test.test_urlparse.UrlParseTestCase) PASS: test_qsl (test.test_urlparse.UrlParseTestCase) PASS: test_quote_errors (test.test_urlparse.UrlParseTestCase) PASS: test_quote_from_bytes (test.test_urlparse.UrlParseTestCase) PASS: test_result_pairs (test.test_urlparse.UrlParseTestCase) PASS: test_roundtrips (test.test_urlparse.UrlParseTestCase) PASS: test_telurl_params (test.test_urlparse.UrlParseTestCase) PASS: test_unparse_parse (test.test_urlparse.UrlParseTestCase) PASS: test_unquote_to_bytes (test.test_urlparse.UrlParseTestCase) PASS: test_urldefrag (test.test_urlparse.UrlParseTestCase) PASS: test_urlencode_quote_via (test.test_urlparse.UrlParseTestCase) PASS: test_urlencode_sequences (test.test_urlparse.UrlParseTestCase) PASS: test_urljoins (test.test_urlparse.UrlParseTestCase) PASS: test_urlsplit_attributes (test.test_urlparse.UrlParseTestCase) PASS: test_urlsplit_normalization (test.test_urlparse.UrlParseTestCase) PASS: test_urlsplit_remove_unsafe_bytes (test.test_urlparse.UrlParseTestCase) PASS: test_urlsplit_scoped_IPv6 (test.test_urlparse.UrlParseTestCase) PASS: test_usingsys (test.test_urlparse.UrlParseTestCase) PASS: test_withoutscheme (test.test_urlparse.UrlParseTestCase) PASS: test_splitattr (test.test_urlparse.Utility_Tests) PASS: test_splithost (test.test_urlparse.Utility_Tests) PASS: test_splitnport (test.test_urlparse.Utility_Tests) PASS: test_splitpasswd (test.test_urlparse.Utility_Tests) PASS: test_splitport (test.test_urlparse.Utility_Tests) PASS: test_splitquery (test.test_urlparse.Utility_Tests) PASS: test_splittag (test.test_urlparse.Utility_Tests) PASS: test_splittype (test.test_urlparse.Utility_Tests) PASS: test_splituser (test.test_urlparse.Utility_Tests) PASS: test_splitvalue (test.test_urlparse.Utility_Tests) PASS: test_to_bytes (test.test_urlparse.Utility_Tests) PASS: test_unwrap (test.test_urlparse.Utility_Tests) ---------------------------------------------------------------------- Ran 65 tests in 0.608s OK 0:21:02 load avg: 0.80 [392/427] test_userdict PASS: test_all (test.test_userdict.UserDictTest) PASS: test_bool (test.test_userdict.UserDictTest) PASS: test_clear (test.test_userdict.UserDictTest) PASS: test_constructor (test.test_userdict.UserDictTest) PASS: test_contains (test.test_userdict.UserDictTest) PASS: test_copy (test.test_userdict.UserDictTest) PASS: test_eq (test.test_userdict.UserDictTest) PASS: test_fromkeys (test.test_userdict.UserDictTest) PASS: test_get (test.test_userdict.UserDictTest) PASS: test_getitem (test.test_userdict.UserDictTest) PASS: test_init (test.test_userdict.UserDictTest) PASS: test_items (test.test_userdict.UserDictTest) PASS: test_keys (test.test_userdict.UserDictTest) PASS: test_len (test.test_userdict.UserDictTest) PASS: test_missing (test.test_userdict.UserDictTest) PASS: test_mutatingiteration (test.test_userdict.UserDictTest) PASS: test_pop (test.test_userdict.UserDictTest) PASS: test_popitem (test.test_userdict.UserDictTest) PASS: test_read (test.test_userdict.UserDictTest) PASS: test_repr (test.test_userdict.UserDictTest) PASS: test_repr_deep (test.test_userdict.UserDictTest) PASS: test_setdefault (test.test_userdict.UserDictTest) PASS: test_update (test.test_userdict.UserDictTest) PASS: test_values (test.test_userdict.UserDictTest) PASS: test_write (test.test_userdict.UserDictTest) ---------------------------------------------------------------------- Ran 25 tests in 0.056s OK 0:21:03 load avg: 0.80 [393/427] test_userlist PASS: test_add_specials (test.test_userlist.UserListTest) PASS: test_addmul (test.test_userlist.UserListTest) PASS: test_append (test.test_userlist.UserListTest) PASS: test_bigrepeat (test.test_userlist.UserListTest) PASS: test_clear (test.test_userlist.UserListTest) PASS: test_constructor_exception_handling (test.test_userlist.UserListTest) PASS: test_constructors (test.test_userlist.UserListTest) PASS: test_contains (test.test_userlist.UserListTest) PASS: test_contains_fake (test.test_userlist.UserListTest) PASS: test_contains_order (test.test_userlist.UserListTest) PASS: test_copy (test.test_userlist.UserListTest) PASS: test_count (test.test_userlist.UserListTest) PASS: test_delitem (test.test_userlist.UserListTest) PASS: test_delslice (test.test_userlist.UserListTest) PASS: test_exhausted_iterator (test.test_userlist.UserListTest) PASS: test_extend (test.test_userlist.UserListTest) PASS: test_extendedslicing (test.test_userlist.UserListTest) PASS: test_free_after_iterating (test.test_userlist.UserListTest) PASS: test_getitem (test.test_userlist.UserListTest) PASS: test_getitem_error (test.test_userlist.UserListTest) PASS: test_getitemoverwriteiter (test.test_userlist.UserListTest) PASS: test_getslice (test.test_userlist.UserListTest) PASS: test_iadd (test.test_userlist.UserListTest) PASS: test_imul (test.test_userlist.UserListTest) PASS: test_index (test.test_userlist.UserListTest) PASS: test_init (test.test_userlist.UserListTest) PASS: test_insert (test.test_userlist.UserListTest) PASS: test_len (test.test_userlist.UserListTest) PASS: test_minmax (test.test_userlist.UserListTest) PASS: test_mixedadd (test.test_userlist.UserListTest) PASS: test_mixedcmp (test.test_userlist.UserListTest) PASS: test_pickle (test.test_userlist.UserListTest) PASS: test_pop (test.test_userlist.UserListTest) PASS: test_radd_specials (test.test_userlist.UserListTest) PASS: test_remove (test.test_userlist.UserListTest) PASS: test_repeat (test.test_userlist.UserListTest) PASS: test_repr (test.test_userlist.UserListTest) PASS: test_repr_deep (test.test_userlist.UserListTest) PASS: test_reverse (test.test_userlist.UserListTest) PASS: test_reversed (test.test_userlist.UserListTest) PASS: test_set_subscript (test.test_userlist.UserListTest) PASS: test_setitem (test.test_userlist.UserListTest) PASS: test_setitem_error (test.test_userlist.UserListTest) PASS: test_setslice (test.test_userlist.UserListTest) PASS: test_slice (test.test_userlist.UserListTest) PASS: test_slice_type (test.test_userlist.UserListTest) PASS: test_sort (test.test_userlist.UserListTest) PASS: test_subscript (test.test_userlist.UserListTest) PASS: test_truth (test.test_userlist.UserListTest) PASS: test_userlist_copy (test.test_userlist.UserListTest) ---------------------------------------------------------------------- Ran 50 tests in 0.484s OK 0:21:05 load avg: 0.80 [394/427] test_userstring PASS: test___contains__ (test.test_userstring.UserStringTest) PASS: test_additional_rsplit (test.test_userstring.UserStringTest) PASS: test_additional_split (test.test_userstring.UserStringTest) PASS: test_capitalize (test.test_userstring.UserStringTest) PASS: test_capitalize_nonascii (test.test_userstring.UserStringTest) PASS: test_center (test.test_userstring.UserStringTest) PASS: test_count (test.test_userstring.UserStringTest) PASS: test_encode_default_args (test.test_userstring.UserStringTest) PASS: test_encode_explicit_none_args (test.test_userstring.UserStringTest) PASS: test_endswith (test.test_userstring.UserStringTest) PASS: test_expandtabs (test.test_userstring.UserStringTest) PASS: test_extended_getslice (test.test_userstring.UserStringTest) PASS: test_find (test.test_userstring.UserStringTest) PASS: test_find_etc_raise_correct_error_messages (test.test_userstring.UserStringTest) test_find_periodic_pattern (test.test_userstring.UserStringTest) PASS: Cover the special path for periodic patterns. test_find_shift_table_overflow (test.test_userstring.UserStringTest) PASS: When the table of 8-bit shifts overflows. PASS: test_fixtype (test.test_userstring.UserStringTest) PASS: test_floatformatting (test.test_userstring.UserStringTest) PASS: test_formatting (test.test_userstring.UserStringTest) PASS: test_formatting_c_limits (test.test_userstring.UserStringTest) PASS: test_hash (test.test_userstring.UserStringTest) PASS: test_index (test.test_userstring.UserStringTest) PASS: test_inplace_rewrites (test.test_userstring.UserStringTest) PASS: test_isalnum (test.test_userstring.UserStringTest) PASS: test_isalpha (test.test_userstring.UserStringTest) PASS: test_isascii (test.test_userstring.UserStringTest) PASS: test_isdigit (test.test_userstring.UserStringTest) PASS: test_islower (test.test_userstring.UserStringTest) PASS: test_isspace (test.test_userstring.UserStringTest) PASS: test_istitle (test.test_userstring.UserStringTest) PASS: test_isupper (test.test_userstring.UserStringTest) PASS: test_join (test.test_userstring.UserStringTest) PASS: test_ljust (test.test_userstring.UserStringTest) PASS: test_lower (test.test_userstring.UserStringTest) PASS: test_mul (test.test_userstring.UserStringTest) PASS: test_none_arguments (test.test_userstring.UserStringTest) PASS: test_partition (test.test_userstring.UserStringTest) PASS: test_removeprefix (test.test_userstring.UserStringTest) PASS: test_removesuffix (test.test_userstring.UserStringTest) PASS: test_replace (test.test_userstring.UserStringTest) SKIP: test_replace_overflow (test.test_userstring.UserStringTest) 'only applies to 32-bit platforms' PASS: test_rfind (test.test_userstring.UserStringTest) PASS: test_rindex (test.test_userstring.UserStringTest) PASS: test_rjust (test.test_userstring.UserStringTest) PASS: test_rmod (test.test_userstring.UserStringTest) PASS: test_rpartition (test.test_userstring.UserStringTest) PASS: test_rsplit (test.test_userstring.UserStringTest) PASS: test_slice (test.test_userstring.UserStringTest) PASS: test_split (test.test_userstring.UserStringTest) PASS: test_splitlines (test.test_userstring.UserStringTest) PASS: test_startswith (test.test_userstring.UserStringTest) PASS: test_strip (test.test_userstring.UserStringTest) PASS: test_strip_whitespace (test.test_userstring.UserStringTest) PASS: test_subscript (test.test_userstring.UserStringTest) PASS: test_swapcase (test.test_userstring.UserStringTest) PASS: test_title (test.test_userstring.UserStringTest) PASS: test_upper (test.test_userstring.UserStringTest) PASS: test_zfill (test.test_userstring.UserStringTest) ---------------------------------------------------------------------- Ran 58 tests in 1.103s OK (skipped=1) 0:21:08 load avg: 0.82 [395/427] test_utf8_mode PASS: test_cmd_line (test.test_utf8_mode.UTF8ModeTests) SKIP: test_device_encoding (test.test_utf8_mode.UTF8ModeTests) 'sys.stdout is not a TTY' PASS: test_env_var (test.test_utf8_mode.UTF8ModeTests) PASS: test_filesystemencoding (test.test_utf8_mode.UTF8ModeTests) PASS: test_io (test.test_utf8_mode.UTF8ModeTests) PASS: test_io_encoding (test.test_utf8_mode.UTF8ModeTests) PASS: test_locale_getpreferredencoding (test.test_utf8_mode.UTF8ModeTests) PASS: test_optim_level (test.test_utf8_mode.UTF8ModeTests) PASS: test_posix_locale (test.test_utf8_mode.UTF8ModeTests) PASS: test_pyio_encoding (test.test_utf8_mode.UTF8ModeTests) PASS: test_stdio (test.test_utf8_mode.UTF8ModeTests) PASS: test_xoption (test.test_utf8_mode.UTF8ModeTests) ---------------------------------------------------------------------- Ran 12 tests in 1.276s OK (skipped=1) 0:21:11 load avg: 0.82 [396/427] test_utf8source PASS: test_latin1 (test.test_utf8source.BuiltinCompileTests) PASS: test_badsyntax (test.test_utf8source.PEP3120Test) PASS: test_pep3120 (test.test_utf8source.PEP3120Test) ---------------------------------------------------------------------- Ran 3 tests in 0.001s OK 0:21:12 load avg: 0.84 [397/427] test_uu PASS: test_decode (test.test_uu.UUFileTest) PASS: test_decode_filename (test.test_uu.UUFileTest) PASS: test_decode_mode (test.test_uu.UUFileTest) PASS: test_decodetwice (test.test_uu.UUFileTest) PASS: test_encode (test.test_uu.UUFileTest) PASS: test_decode (test.test_uu.UUStdIOTest) PASS: test_encode (test.test_uu.UUStdIOTest) PASS: test_decode (test.test_uu.UUTest) PASS: test_encode (test.test_uu.UUTest) PASS: test_garbage_padding (test.test_uu.UUTest) PASS: test_missingbegin (test.test_uu.UUTest) PASS: test_newlines_escaped (test.test_uu.UUTest) PASS: test_truncatedinput (test.test_uu.UUTest) ---------------------------------------------------------------------- Ran 13 tests in 0.003s OK 0:21:13 load avg: 0.84 [398/427] test_uuid SKIP: test_arp_getnode (test.test_uuid.TestInternalsWithExtModule) 'arp is not used for introspection on this platform' PASS: test_find_mac_near_keyword (test.test_uuid.TestInternalsWithExtModule) PASS: test_find_under_heading (test.test_uuid.TestInternalsWithExtModule) PASS: test_find_under_heading_ipv6 (test.test_uuid.TestInternalsWithExtModule) SKIP: test_ifconfig_getnode (test.test_uuid.TestInternalsWithExtModule) 'requires ifconfig' PASS: test_ip_getnode (test.test_uuid.TestInternalsWithExtModule) SKIP: test_lanscan_getnode (test.test_uuid.TestInternalsWithExtModule) 'lanscan is not used for introspection on this platform' SKIP: test_netstat_getnode (test.test_uuid.TestInternalsWithExtModule) 'netstat is not used for introspection on this platform' PASS: test_parse_mac (test.test_uuid.TestInternalsWithExtModule) PASS: test_parse_mac_aix (test.test_uuid.TestInternalsWithExtModule) PASS: test_random_getnode (test.test_uuid.TestInternalsWithExtModule) PASS: test_unix_getnode (test.test_uuid.TestInternalsWithExtModule) SKIP: test_windll_getnode (test.test_uuid.TestInternalsWithExtModule) 'requires Windows' SKIP: test_arp_getnode (test.test_uuid.TestInternalsWithoutExtModule) 'arp is not used for introspection on this platform' PASS: test_find_mac_near_keyword (test.test_uuid.TestInternalsWithoutExtModule) PASS: test_find_under_heading (test.test_uuid.TestInternalsWithoutExtModule) PASS: test_find_under_heading_ipv6 (test.test_uuid.TestInternalsWithoutExtModule) SKIP: test_ifconfig_getnode (test.test_uuid.TestInternalsWithoutExtModule) 'requires ifconfig' PASS: test_ip_getnode (test.test_uuid.TestInternalsWithoutExtModule) SKIP: test_lanscan_getnode (test.test_uuid.TestInternalsWithoutExtModule) 'lanscan is not used for introspection on this platform' SKIP: test_netstat_getnode (test.test_uuid.TestInternalsWithoutExtModule) 'netstat is not used for introspection on this platform' PASS: test_parse_mac (test.test_uuid.TestInternalsWithoutExtModule) PASS: test_parse_mac_aix (test.test_uuid.TestInternalsWithoutExtModule) PASS: test_random_getnode (test.test_uuid.TestInternalsWithoutExtModule) PASS: testIssue8621 (test.test_uuid.TestUUIDWithExtModule) PASS: test_UUID (test.test_uuid.TestUUIDWithExtModule) PASS: test_exceptions (test.test_uuid.TestUUIDWithExtModule) PASS: test_getnode (test.test_uuid.TestUUIDWithExtModule) PASS: test_pickle_roundtrip (test.test_uuid.TestUUIDWithExtModule) PASS: test_unpickle_previous_python_versions (test.test_uuid.TestUUIDWithExtModule) PASS: test_uuid1 (test.test_uuid.TestUUIDWithExtModule) PASS: test_uuid1_bogus_return_value (test.test_uuid.TestUUIDWithExtModule) PASS: test_uuid1_eui64 (test.test_uuid.TestUUIDWithExtModule) PASS: test_uuid1_is_safe (test.test_uuid.TestUUIDWithExtModule) PASS: test_uuid1_is_unsafe (test.test_uuid.TestUUIDWithExtModule) PASS: test_uuid1_safe (test.test_uuid.TestUUIDWithExtModule) PASS: test_uuid1_time (test.test_uuid.TestUUIDWithExtModule) PASS: test_uuid1_unknown (test.test_uuid.TestUUIDWithExtModule) PASS: test_uuid3 (test.test_uuid.TestUUIDWithExtModule) PASS: test_uuid4 (test.test_uuid.TestUUIDWithExtModule) PASS: test_uuid5 (test.test_uuid.TestUUIDWithExtModule) PASS: test_uuid_weakref (test.test_uuid.TestUUIDWithExtModule) PASS: testIssue8621 (test.test_uuid.TestUUIDWithoutExtModule) PASS: test_UUID (test.test_uuid.TestUUIDWithoutExtModule) PASS: test_exceptions (test.test_uuid.TestUUIDWithoutExtModule) PASS: test_getnode (test.test_uuid.TestUUIDWithoutExtModule) PASS: test_pickle_roundtrip (test.test_uuid.TestUUIDWithoutExtModule) PASS: test_unpickle_previous_python_versions (test.test_uuid.TestUUIDWithoutExtModule) PASS: test_uuid1 (test.test_uuid.TestUUIDWithoutExtModule) SKIP: test_uuid1_bogus_return_value (test.test_uuid.TestUUIDWithoutExtModule) 'need uuid._generate_time_safe' PASS: test_uuid1_eui64 (test.test_uuid.TestUUIDWithoutExtModule) SKIP: test_uuid1_is_safe (test.test_uuid.TestUUIDWithoutExtModule) 'need uuid._generate_time_safe' SKIP: test_uuid1_is_unsafe (test.test_uuid.TestUUIDWithoutExtModule) 'need uuid._generate_time_safe' SKIP: test_uuid1_safe (test.test_uuid.TestUUIDWithoutExtModule) 'requires uuid_generate_time_safe(3)' PASS: test_uuid1_time (test.test_uuid.TestUUIDWithoutExtModule) SKIP: test_uuid1_unknown (test.test_uuid.TestUUIDWithoutExtModule) 'need uuid._generate_time_safe' PASS: test_uuid3 (test.test_uuid.TestUUIDWithoutExtModule) PASS: test_uuid4 (test.test_uuid.TestUUIDWithoutExtModule) PASS: test_uuid5 (test.test_uuid.TestUUIDWithoutExtModule) PASS: test_uuid_weakref (test.test_uuid.TestUUIDWithoutExtModule) ---------------------------------------------------------------------- Ran 60 tests in 0.120s OK (skipped=14) 0:21:14 load avg: 0.84 [399/427] test_venv PASS: test_deactivate_with_strict_bash_opts (test.test_venv.BasicTest) test_defaults (test.test_venv.BasicTest) PASS: Test the create function with default arguments. test_executable (test.test_venv.BasicTest) PASS: Test that the sys.executable value is as expected. test_executable_symlinks (test.test_venv.BasicTest) PASS: Test that the sys.executable value is as expected. test_isolation (test.test_venv.BasicTest) PASS: Test isolation from system site-packages SKIP: test_macos_env (test.test_venv.BasicTest) 'only relevant on macOS' test_multiprocessing (test.test_venv.BasicTest) PASS: Test that the multiprocessing is able to spawn. test_overwrite_existing (test.test_venv.BasicTest) PASS: Test creating environment in an existing directory. test_prefixes (test.test_venv.BasicTest) PASS: Test that the prefix values are as expected. PASS: test_prompt (test.test_venv.BasicTest) test_symlinking (test.test_venv.BasicTest) PASS: Test symlinking works as expected test_unicode_in_batch_file (test.test_venv.BasicTest) SKIP: Test handling of Unicode paths 'only relevant on Windows' PASS: test_unoverwritable_fails (test.test_venv.BasicTest) test_upgrade (test.test_venv.BasicTest) PASS: Test upgrading an existing environment directory. PASS: test_upgrade_dependencies (test.test_venv.BasicTest) PASS: test_devnull (test.test_venv.EnsurePipTest) PASS: test_explicit_no_pip (test.test_venv.EnsurePipTest) PASS: test_no_pip_by_default (test.test_venv.EnsurePipTest) PASS: test_with_pip (test.test_venv.EnsurePipTest) ---------------------------------------------------------------------- Ran 19 tests in 11.421s OK (skipped=2) 0:21:27 load avg: 0.87 [400/427] test_wait3 PASS: test_wait (test.fork_wait.ForkWait) PASS: test_wait (test.test_wait3.Wait3Test) PASS: test_wait3_rusage_initialized (test.test_wait3.Wait3Test) ---------------------------------------------------------------------- Ran 3 tests in 5.036s OK 0:21:33 load avg: 0.80 [401/427] test_wait4 PASS: test_wait (test.fork_wait.ForkWait) PASS: test_wait (test.test_wait4.Wait4Test) ---------------------------------------------------------------------- Ran 2 tests in 5.013s OK 0:21:39 load avg: 0.74 [402/427] test_warnings PASS: test_issue_8766 (test.test_warnings.BootstrapTest) PASS: test_catch_warnings_defaults (test.test_warnings.CCatchWarningTests) PASS: test_catch_warnings_recording (test.test_warnings.CCatchWarningTests) PASS: test_catch_warnings_reentry_guard (test.test_warnings.CCatchWarningTests) PASS: test_catch_warnings_restore (test.test_warnings.CCatchWarningTests) PASS: test_check_warnings (test.test_warnings.CCatchWarningTests) PASS: test_record_override_showwarning_before (test.test_warnings.CCatchWarningTests) PASS: test_record_override_showwarning_inside (test.test_warnings.CCatchWarningTests) PASS: test_comma_separated_warnings (test.test_warnings.CEnvironmentVariableTests) PASS: test_conflicting_envvar_and_command_line (test.test_warnings.CEnvironmentVariableTests) PASS: test_default_filter_configuration (test.test_warnings.CEnvironmentVariableTests) PASS: test_envvar_and_command_line (test.test_warnings.CEnvironmentVariableTests) PASS: test_nonascii (test.test_warnings.CEnvironmentVariableTests) PASS: test_single_warning (test.test_warnings.CEnvironmentVariableTests) PASS: test_always (test.test_warnings.CFilterTests) PASS: test_always_after_default (test.test_warnings.CFilterTests) PASS: test_append_duplicate (test.test_warnings.CFilterTests) PASS: test_default (test.test_warnings.CFilterTests) PASS: test_error (test.test_warnings.CFilterTests) PASS: test_error_after_default (test.test_warnings.CFilterTests) PASS: test_filterwarnings (test.test_warnings.CFilterTests) PASS: test_filterwarnings_duplicate_filters (test.test_warnings.CFilterTests) PASS: test_ignore (test.test_warnings.CFilterTests) PASS: test_ignore_after_default (test.test_warnings.CFilterTests) PASS: test_inheritance (test.test_warnings.CFilterTests) PASS: test_message_matching (test.test_warnings.CFilterTests) PASS: test_module (test.test_warnings.CFilterTests) PASS: test_module_globals (test.test_warnings.CFilterTests) PASS: test_mutate_filter_list (test.test_warnings.CFilterTests) PASS: test_once (test.test_warnings.CFilterTests) PASS: test_ordering (test.test_warnings.CFilterTests) PASS: test_simplefilter_duplicate_filters (test.test_warnings.CFilterTests) PASS: test_module_all_attribute (test.test_warnings.CPublicAPITests) PASS: test_import_from_module (test.test_warnings.CWCmdLineTests) PASS: test_improper_input (test.test_warnings.CWCmdLineTests) PASS: test_accelerated (test.test_warnings.CWarnTests) PASS: test_bad_str (test.test_warnings.CWarnTests) PASS: test_exec_filename (test.test_warnings.CWarnTests) PASS: test_filename (test.test_warnings.CWarnTests) PASS: test_message (test.test_warnings.CWarnTests) PASS: test_stacklevel (test.test_warnings.CWarnTests) PASS: test_stacklevel_import (test.test_warnings.CWarnTests) PASS: test_warn_explicit_non_ascii_filename (test.test_warnings.CWarnTests) PASS: test_warn_explicit_type_errors (test.test_warnings.CWarnTests) PASS: test_warn_nonstandard_types (test.test_warnings.CWarnTests) PASS: test_warning_classes (test.test_warnings.CWarnTests) PASS: test_formatwarning (test.test_warnings.CWarningsDisplayTests) PASS: test_formatwarning_override (test.test_warnings.CWarningsDisplayTests) PASS: test_showwarning (test.test_warnings.CWarningsDisplayTests) PASS: test_finalization (test.test_warnings.FinalizationTest) PASS: test_late_resource_warning (test.test_warnings.FinalizationTest) PASS: test_catch_warnings_defaults (test.test_warnings.PyCatchWarningTests) PASS: test_catch_warnings_recording (test.test_warnings.PyCatchWarningTests) PASS: test_catch_warnings_reentry_guard (test.test_warnings.PyCatchWarningTests) PASS: test_catch_warnings_restore (test.test_warnings.PyCatchWarningTests) PASS: test_check_warnings (test.test_warnings.PyCatchWarningTests) PASS: test_record_override_showwarning_before (test.test_warnings.PyCatchWarningTests) PASS: test_record_override_showwarning_inside (test.test_warnings.PyCatchWarningTests) PASS: test_comma_separated_warnings (test.test_warnings.PyEnvironmentVariableTests) PASS: test_conflicting_envvar_and_command_line (test.test_warnings.PyEnvironmentVariableTests) PASS: test_default_filter_configuration (test.test_warnings.PyEnvironmentVariableTests) PASS: test_envvar_and_command_line (test.test_warnings.PyEnvironmentVariableTests) PASS: test_nonascii (test.test_warnings.PyEnvironmentVariableTests) PASS: test_single_warning (test.test_warnings.PyEnvironmentVariableTests) PASS: test_always (test.test_warnings.PyFilterTests) PASS: test_always_after_default (test.test_warnings.PyFilterTests) PASS: test_append_duplicate (test.test_warnings.PyFilterTests) PASS: test_default (test.test_warnings.PyFilterTests) PASS: test_error (test.test_warnings.PyFilterTests) PASS: test_error_after_default (test.test_warnings.PyFilterTests) PASS: test_filterwarnings (test.test_warnings.PyFilterTests) PASS: test_filterwarnings_duplicate_filters (test.test_warnings.PyFilterTests) PASS: test_ignore (test.test_warnings.PyFilterTests) PASS: test_ignore_after_default (test.test_warnings.PyFilterTests) PASS: test_inheritance (test.test_warnings.PyFilterTests) PASS: test_message_matching (test.test_warnings.PyFilterTests) PASS: test_module (test.test_warnings.PyFilterTests) PASS: test_module_globals (test.test_warnings.PyFilterTests) PASS: test_mutate_filter_list (test.test_warnings.PyFilterTests) PASS: test_once (test.test_warnings.PyFilterTests) PASS: test_ordering (test.test_warnings.PyFilterTests) PASS: test_simplefilter_duplicate_filters (test.test_warnings.PyFilterTests) PASS: test_module_all_attribute (test.test_warnings.PyPublicAPITests) PASS: test_import_from_module (test.test_warnings.PyWCmdLineTests) PASS: test_improper_input (test.test_warnings.PyWCmdLineTests) PASS: test_improper_option (test.test_warnings.PyWCmdLineTests) PASS: test_warnings_bootstrap (test.test_warnings.PyWCmdLineTests) PASS: test_bad_str (test.test_warnings.PyWarnTests) PASS: test_exec_filename (test.test_warnings.PyWarnTests) PASS: test_filename (test.test_warnings.PyWarnTests) PASS: test_message (test.test_warnings.PyWarnTests) PASS: test_pure_python (test.test_warnings.PyWarnTests) PASS: test_stacklevel (test.test_warnings.PyWarnTests) PASS: test_stacklevel_import (test.test_warnings.PyWarnTests) PASS: test_warn_explicit_non_ascii_filename (test.test_warnings.PyWarnTests) PASS: test_warn_explicit_type_errors (test.test_warnings.PyWarnTests) PASS: test_warn_nonstandard_types (test.test_warnings.PyWarnTests) PASS: test_warning_classes (test.test_warnings.PyWarnTests) PASS: test_formatwarning (test.test_warnings.PyWarningsDisplayTests) PASS: test_formatwarning_override (test.test_warnings.PyWarningsDisplayTests) PASS: test_showwarning (test.test_warnings.PyWarningsDisplayTests) PASS: test_tracemalloc (test.test_warnings.PyWarningsDisplayTests) PASS: test_default_action (test.test_warnings._WarningsTests) PASS: test_filename_none (test.test_warnings._WarningsTests) PASS: test_filter (test.test_warnings._WarningsTests) PASS: test_issue31285 (test.test_warnings._WarningsTests) PASS: test_issue31411 (test.test_warnings._WarningsTests) PASS: test_issue31416 (test.test_warnings._WarningsTests) PASS: test_issue31566 (test.test_warnings._WarningsTests) PASS: test_onceregistry (test.test_warnings._WarningsTests) PASS: test_show_warning_output (test.test_warnings._WarningsTests) PASS: test_showwarning_missing (test.test_warnings._WarningsTests) PASS: test_showwarning_not_callable (test.test_warnings._WarningsTests) PASS: test_showwarnmsg_missing (test.test_warnings._WarningsTests) PASS: test_stderr_none (test.test_warnings._WarningsTests) ---------------------------------------------------------------------- Ran 115 tests in 0.592s OK 0:21:40 load avg: 0.74 [403/427] test_wave PASS: test__all__ (test.test_wave.MiscTestCase) PASS: test_read_no_chunks (test.test_wave.WaveLowLevelTest) PASS: test_read_no_data_chunk (test.test_wave.WaveLowLevelTest) PASS: test_read_no_fmt_chunk (test.test_wave.WaveLowLevelTest) PASS: test_read_no_fmt_no_data_chunk (test.test_wave.WaveLowLevelTest) PASS: test_read_no_riff_chunk (test.test_wave.WaveLowLevelTest) PASS: test_read_not_wave (test.test_wave.WaveLowLevelTest) PASS: test_read_wrong_form (test.test_wave.WaveLowLevelTest) PASS: test_read_wrong_number_of_channels (test.test_wave.WaveLowLevelTest) PASS: test_read_wrong_sample_width (test.test_wave.WaveLowLevelTest) PASS: test_close (test.test_wave.WavePCM16Test) PASS: test_context_manager_with_filename (test.test_wave.WavePCM16Test) PASS: test_context_manager_with_open_file (test.test_wave.WavePCM16Test) PASS: test_copy (test.test_wave.WavePCM16Test) PASS: test_incompleted_write (test.test_wave.WavePCM16Test) PASS: test_multiple_writes (test.test_wave.WavePCM16Test) PASS: test_overflowed_write (test.test_wave.WavePCM16Test) PASS: test_read (test.test_wave.WavePCM16Test) PASS: test_read_not_from_start (test.test_wave.WavePCM16Test) PASS: test_read_params (test.test_wave.WavePCM16Test) PASS: test_unseekable_incompleted_write (test.test_wave.WavePCM16Test) PASS: test_unseekable_overflowed_write (test.test_wave.WavePCM16Test) PASS: test_unseekable_read (test.test_wave.WavePCM16Test) PASS: test_unseekable_write (test.test_wave.WavePCM16Test) PASS: test_write (test.test_wave.WavePCM16Test) PASS: test_write_array (test.test_wave.WavePCM16Test) PASS: test_write_bytearray (test.test_wave.WavePCM16Test) PASS: test_write_context_manager_calls_close (test.test_wave.WavePCM16Test) PASS: test_write_memoryview (test.test_wave.WavePCM16Test) PASS: test_write_params (test.test_wave.WavePCM16Test) PASS: test_close (test.test_wave.WavePCM24Test) PASS: test_context_manager_with_filename (test.test_wave.WavePCM24Test) PASS: test_context_manager_with_open_file (test.test_wave.WavePCM24Test) PASS: test_copy (test.test_wave.WavePCM24Test) PASS: test_incompleted_write (test.test_wave.WavePCM24Test) PASS: test_multiple_writes (test.test_wave.WavePCM24Test) PASS: test_overflowed_write (test.test_wave.WavePCM24Test) PASS: test_read (test.test_wave.WavePCM24Test) PASS: test_read_not_from_start (test.test_wave.WavePCM24Test) PASS: test_read_params (test.test_wave.WavePCM24Test) PASS: test_unseekable_incompleted_write (test.test_wave.WavePCM24Test) PASS: test_unseekable_overflowed_write (test.test_wave.WavePCM24Test) PASS: test_unseekable_read (test.test_wave.WavePCM24Test) PASS: test_unseekable_write (test.test_wave.WavePCM24Test) PASS: test_write (test.test_wave.WavePCM24Test) PASS: test_write_array (test.test_wave.WavePCM24Test) PASS: test_write_bytearray (test.test_wave.WavePCM24Test) PASS: test_write_context_manager_calls_close (test.test_wave.WavePCM24Test) PASS: test_write_memoryview (test.test_wave.WavePCM24Test) PASS: test_write_params (test.test_wave.WavePCM24Test) PASS: test_close (test.test_wave.WavePCM32Test) PASS: test_context_manager_with_filename (test.test_wave.WavePCM32Test) PASS: test_context_manager_with_open_file (test.test_wave.WavePCM32Test) PASS: test_copy (test.test_wave.WavePCM32Test) PASS: test_incompleted_write (test.test_wave.WavePCM32Test) PASS: test_multiple_writes (test.test_wave.WavePCM32Test) PASS: test_overflowed_write (test.test_wave.WavePCM32Test) PASS: test_read (test.test_wave.WavePCM32Test) PASS: test_read_not_from_start (test.test_wave.WavePCM32Test) PASS: test_read_params (test.test_wave.WavePCM32Test) PASS: test_unseekable_incompleted_write (test.test_wave.WavePCM32Test) PASS: test_unseekable_overflowed_write (test.test_wave.WavePCM32Test) PASS: test_unseekable_read (test.test_wave.WavePCM32Test) PASS: test_unseekable_write (test.test_wave.WavePCM32Test) PASS: test_write (test.test_wave.WavePCM32Test) PASS: test_write_array (test.test_wave.WavePCM32Test) PASS: test_write_bytearray (test.test_wave.WavePCM32Test) PASS: test_write_context_manager_calls_close (test.test_wave.WavePCM32Test) PASS: test_write_memoryview (test.test_wave.WavePCM32Test) PASS: test_write_params (test.test_wave.WavePCM32Test) PASS: test_close (test.test_wave.WavePCM8Test) PASS: test_context_manager_with_filename (test.test_wave.WavePCM8Test) PASS: test_context_manager_with_open_file (test.test_wave.WavePCM8Test) PASS: test_copy (test.test_wave.WavePCM8Test) PASS: test_incompleted_write (test.test_wave.WavePCM8Test) PASS: test_multiple_writes (test.test_wave.WavePCM8Test) PASS: test_overflowed_write (test.test_wave.WavePCM8Test) PASS: test_read (test.test_wave.WavePCM8Test) PASS: test_read_not_from_start (test.test_wave.WavePCM8Test) PASS: test_read_params (test.test_wave.WavePCM8Test) PASS: test_unseekable_incompleted_write (test.test_wave.WavePCM8Test) PASS: test_unseekable_overflowed_write (test.test_wave.WavePCM8Test) PASS: test_unseekable_read (test.test_wave.WavePCM8Test) PASS: test_unseekable_write (test.test_wave.WavePCM8Test) PASS: test_write (test.test_wave.WavePCM8Test) PASS: test_write_array (test.test_wave.WavePCM8Test) PASS: test_write_bytearray (test.test_wave.WavePCM8Test) PASS: test_write_context_manager_calls_close (test.test_wave.WavePCM8Test) PASS: test_write_memoryview (test.test_wave.WavePCM8Test) PASS: test_write_params (test.test_wave.WavePCM8Test) ---------------------------------------------------------------------- Ran 90 tests in 0.049s OK 0:21:41 load avg: 0.74 [404/427] test_weakref PASS: test_basic_callback (test.test_weakref.ReferencesTestCase) PASS: test_basic_proxy (test.test_weakref.ReferencesTestCase) PASS: test_basic_ref (test.test_weakref.ReferencesTestCase) PASS: test_callable_proxy (test.test_weakref.ReferencesTestCase) PASS: test_callback_attribute (test.test_weakref.ReferencesTestCase) PASS: test_callback_attribute_after_deletion (test.test_weakref.ReferencesTestCase) PASS: test_callback_gcs (test.test_weakref.ReferencesTestCase) PASS: test_callback_in_cycle_1 (test.test_weakref.ReferencesTestCase) PASS: test_callback_in_cycle_2 (test.test_weakref.ReferencesTestCase) PASS: test_callback_in_cycle_3 (test.test_weakref.ReferencesTestCase) PASS: test_callback_in_cycle_4 (test.test_weakref.ReferencesTestCase) PASS: test_callback_in_cycle_resurrection (test.test_weakref.ReferencesTestCase) PASS: test_callbacks_on_callback (test.test_weakref.ReferencesTestCase) PASS: test_callbacks_protected (test.test_weakref.ReferencesTestCase) PASS: test_cfunction (test.test_weakref.ReferencesTestCase) PASS: test_classes (test.test_weakref.ReferencesTestCase) PASS: test_constructor_kwargs (test.test_weakref.ReferencesTestCase) PASS: test_equality (test.test_weakref.ReferencesTestCase) PASS: test_gc_during_proxy_creation (test.test_weakref.ReferencesTestCase) PASS: test_gc_during_ref_creation (test.test_weakref.ReferencesTestCase) PASS: test_getweakrefcount (test.test_weakref.ReferencesTestCase) PASS: test_getweakrefs (test.test_weakref.ReferencesTestCase) PASS: test_hashing (test.test_weakref.ReferencesTestCase) PASS: test_init (test.test_weakref.ReferencesTestCase) PASS: test_multiple_callbacks (test.test_weakref.ReferencesTestCase) PASS: test_multiple_selfref_callbacks (test.test_weakref.ReferencesTestCase) PASS: test_newstyle_number_ops (test.test_weakref.ReferencesTestCase) PASS: test_ordering (test.test_weakref.ReferencesTestCase) PASS: test_proxy_bad_next (test.test_weakref.ReferencesTestCase) PASS: test_proxy_bool (test.test_weakref.ReferencesTestCase) PASS: test_proxy_deletion (test.test_weakref.ReferencesTestCase) PASS: test_proxy_div (test.test_weakref.ReferencesTestCase) PASS: test_proxy_hash (test.test_weakref.ReferencesTestCase) PASS: test_proxy_index (test.test_weakref.ReferencesTestCase) PASS: test_proxy_iter (test.test_weakref.ReferencesTestCase) PASS: test_proxy_matmul (test.test_weakref.ReferencesTestCase) PASS: test_proxy_next (test.test_weakref.ReferencesTestCase) PASS: test_proxy_ref (test.test_weakref.ReferencesTestCase) PASS: test_proxy_reuse (test.test_weakref.ReferencesTestCase) PASS: test_proxy_reversed (test.test_weakref.ReferencesTestCase) PASS: test_proxy_unicode (test.test_weakref.ReferencesTestCase) PASS: test_ref_created_during_del (test.test_weakref.ReferencesTestCase) PASS: test_ref_reuse (test.test_weakref.ReferencesTestCase) PASS: test_set_callback_attribute (test.test_weakref.ReferencesTestCase) PASS: test_sf_bug_840829 (test.test_weakref.ReferencesTestCase) PASS: test_shared_proxy_without_callback (test.test_weakref.ReferencesTestCase) PASS: test_shared_ref_without_callback (test.test_weakref.ReferencesTestCase) PASS: test_trashcan_16602 (test.test_weakref.ReferencesTestCase) PASS: test_alive (test.test_weakref.WeakMethodTestCase) PASS: test_callback_when_method_dead (test.test_weakref.WeakMethodTestCase) PASS: test_callback_when_object_dead (test.test_weakref.WeakMethodTestCase) PASS: test_equality (test.test_weakref.WeakMethodTestCase) PASS: test_hashing (test.test_weakref.WeakMethodTestCase) PASS: test_method_dead (test.test_weakref.WeakMethodTestCase) PASS: test_no_cycles (test.test_weakref.WeakMethodTestCase) PASS: test_object_dead (test.test_weakref.WeakMethodTestCase) PASS: test_make_weak_keyed_dict_from_dict (test.test_weakref.MappingTestCase) PASS: test_make_weak_keyed_dict_from_weak_keyed_dict (test.test_weakref.MappingTestCase) PASS: test_make_weak_keyed_dict_repr (test.test_weakref.MappingTestCase) PASS: test_make_weak_valued_dict_from_dict (test.test_weakref.MappingTestCase) PASS: test_make_weak_valued_dict_from_weak_valued_dict (test.test_weakref.MappingTestCase) PASS: test_make_weak_valued_dict_misc (test.test_weakref.MappingTestCase) PASS: test_make_weak_valued_dict_repr (test.test_weakref.MappingTestCase) PASS: test_remove_closure (test.test_weakref.MappingTestCase) PASS: test_threaded_weak_key_dict_copy (test.test_weakref.MappingTestCase) PASS: test_threaded_weak_key_dict_deepcopy (test.test_weakref.MappingTestCase) PASS: test_threaded_weak_value_dict_copy (test.test_weakref.MappingTestCase) PASS: test_threaded_weak_value_dict_deepcopy (test.test_weakref.MappingTestCase) PASS: test_threaded_weak_valued_consistency (test.test_weakref.MappingTestCase) PASS: test_threaded_weak_valued_pop (test.test_weakref.MappingTestCase) PASS: test_threaded_weak_valued_setdefault (test.test_weakref.MappingTestCase) PASS: test_weak_keyed_bad_delitem (test.test_weakref.MappingTestCase) PASS: test_weak_keyed_cascading_deletes (test.test_weakref.MappingTestCase) PASS: test_weak_keyed_delitem (test.test_weakref.MappingTestCase) PASS: test_weak_keyed_dict_popitem (test.test_weakref.MappingTestCase) PASS: test_weak_keyed_dict_setdefault (test.test_weakref.MappingTestCase) PASS: test_weak_keyed_dict_update (test.test_weakref.MappingTestCase) PASS: test_weak_keyed_iters (test.test_weakref.MappingTestCase) PASS: test_weak_keyed_len_cycles (test.test_weakref.MappingTestCase) PASS: test_weak_keyed_len_race (test.test_weakref.MappingTestCase) PASS: test_weak_keyed_union_operators (test.test_weakref.MappingTestCase) PASS: test_weak_keys (test.test_weakref.MappingTestCase) PASS: test_weak_keys_destroy_while_iterating (test.test_weakref.MappingTestCase) PASS: test_weak_valued_delitem (test.test_weakref.MappingTestCase) PASS: test_weak_valued_dict_popitem (test.test_weakref.MappingTestCase) PASS: test_weak_valued_dict_setdefault (test.test_weakref.MappingTestCase) PASS: test_weak_valued_dict_update (test.test_weakref.MappingTestCase) PASS: test_weak_valued_iters (test.test_weakref.MappingTestCase) PASS: test_weak_valued_len_cycles (test.test_weakref.MappingTestCase) PASS: test_weak_valued_len_race (test.test_weakref.MappingTestCase) PASS: test_weak_valued_union_operators (test.test_weakref.MappingTestCase) PASS: test_weak_values (test.test_weakref.MappingTestCase) PASS: test_weak_values_destroy_while_iterating (test.test_weakref.MappingTestCase) PASS: test_bool (test.test_weakref.WeakValueDictionaryTestCase) PASS: test_constructor (test.test_weakref.WeakValueDictionaryTestCase) PASS: test_get (test.test_weakref.WeakValueDictionaryTestCase) PASS: test_getitem (test.test_weakref.WeakValueDictionaryTestCase) PASS: test_items (test.test_weakref.WeakValueDictionaryTestCase) PASS: test_keys (test.test_weakref.WeakValueDictionaryTestCase) PASS: test_len (test.test_weakref.WeakValueDictionaryTestCase) PASS: test_pop (test.test_weakref.WeakValueDictionaryTestCase) PASS: test_popitem (test.test_weakref.WeakValueDictionaryTestCase) PASS: test_read (test.test_weakref.WeakValueDictionaryTestCase) PASS: test_setdefault (test.test_weakref.WeakValueDictionaryTestCase) PASS: test_update (test.test_weakref.WeakValueDictionaryTestCase) PASS: test_values (test.test_weakref.WeakValueDictionaryTestCase) PASS: test_write (test.test_weakref.WeakValueDictionaryTestCase) PASS: test_bool (test.test_weakref.WeakKeyDictionaryTestCase) PASS: test_constructor (test.test_weakref.WeakKeyDictionaryTestCase) PASS: test_get (test.test_weakref.WeakKeyDictionaryTestCase) PASS: test_getitem (test.test_weakref.WeakKeyDictionaryTestCase) PASS: test_items (test.test_weakref.WeakKeyDictionaryTestCase) PASS: test_keys (test.test_weakref.WeakKeyDictionaryTestCase) PASS: test_len (test.test_weakref.WeakKeyDictionaryTestCase) PASS: test_pop (test.test_weakref.WeakKeyDictionaryTestCase) PASS: test_popitem (test.test_weakref.WeakKeyDictionaryTestCase) PASS: test_read (test.test_weakref.WeakKeyDictionaryTestCase) PASS: test_setdefault (test.test_weakref.WeakKeyDictionaryTestCase) PASS: test_update (test.test_weakref.WeakKeyDictionaryTestCase) PASS: test_values (test.test_weakref.WeakKeyDictionaryTestCase) PASS: test_write (test.test_weakref.WeakKeyDictionaryTestCase) PASS: test_subclass_refs (test.test_weakref.SubclassableWeakrefTestCase) PASS: test_subclass_refs_dont_conflate_callbacks (test.test_weakref.SubclassableWeakrefTestCase) PASS: test_subclass_refs_dont_replace_standard_refs (test.test_weakref.SubclassableWeakrefTestCase) test_subclass_refs_with_cycle (test.test_weakref.SubclassableWeakrefTestCase) PASS: Confirm https://bugs.python.org/issue3100 is fixed. PASS: test_subclass_refs_with_slots (test.test_weakref.SubclassableWeakrefTestCase) PASS: test_all_freed (test.test_weakref.FinalizeTestCase) PASS: test_arg_errors (test.test_weakref.FinalizeTestCase) PASS: test_atexit (test.test_weakref.FinalizeTestCase) PASS: test_finalize (test.test_weakref.FinalizeTestCase) PASS: test_order (test.test_weakref.FinalizeTestCase) ---------------------------------------------------------------------- Ran 131 tests in 31.780s OK Trying: from test.support import gc_collect Expecting nothing ok Trying: import weakref Expecting nothing ok Trying: class Dict(dict): pass Expecting nothing ok Trying: obj = Dict(red=1, green=2, blue=3) # this object is weak referencable Expecting nothing ok Trying: r = weakref.ref(obj) Expecting nothing ok Trying: print(r() is obj) Expecting: True ok Trying: import weakref Expecting nothing ok Trying: class Object: pass Expecting nothing ok Trying: o = Object() Expecting nothing ok Trying: r = weakref.ref(o) Expecting nothing ok Trying: o2 = r() Expecting nothing ok Trying: o is o2 Expecting: True ok Trying: del o, o2 Expecting nothing ok Trying: gc_collect() # For PyPy or other GCs. Expecting nothing ok Trying: print(r()) Expecting: None ok Trying: import weakref Expecting nothing ok Trying: class ExtendedRef(weakref.ref): def __init__(self, ob, callback=None, **annotations): super().__init__(ob, callback) self.__counter = 0 for k, v in annotations.items(): setattr(self, k, v) def __call__(self): '''Return a pair containing the referent and the number of times the reference has been called. ''' ob = super().__call__() if ob is not None: self.__counter += 1 ob = (ob, self.__counter) return ob Expecting nothing ok Trying: class A: # not in docs from here, just testing the ExtendedRef pass Expecting nothing ok Trying: a = A() Expecting nothing ok Trying: r = ExtendedRef(a, foo=1, bar="baz") Expecting nothing ok Trying: r.foo Expecting: 1 ok Trying: r.bar Expecting: 'baz' ok Trying: r()[1] Expecting: 1 ok Trying: r()[1] Expecting: 2 ok Trying: r()[0] is a Expecting: True ok Trying: import weakref Expecting nothing ok Trying: _id2obj_dict = weakref.WeakValueDictionary() Expecting nothing ok Trying: def remember(obj): oid = id(obj) _id2obj_dict[oid] = obj return oid Expecting nothing ok Trying: def id2obj(oid): return _id2obj_dict[oid] Expecting nothing ok Trying: a = A() # from here, just testing Expecting nothing ok Trying: a_id = remember(a) Expecting nothing ok Trying: id2obj(a_id) is a Expecting: True ok Trying: del a Expecting nothing ok Trying: gc_collect() # For PyPy or other GCs. Expecting nothing ok Trying: try: id2obj(a_id) except KeyError: print('OK') else: print('WeakValueDictionary error') Expecting: OK ok 157 items had no tests: test.test_weakref test.test_weakref.C test.test_weakref.C.method test.test_weakref.Callable test.test_weakref.Callable.__call__ test.test_weakref.FinalizeTestCase test.test_weakref.FinalizeTestCase.A test.test_weakref.FinalizeTestCase._collect_if_necessary test.test_weakref.FinalizeTestCase.run_in_child test.test_weakref.FinalizeTestCase.test_all_freed test.test_weakref.FinalizeTestCase.test_arg_errors test.test_weakref.FinalizeTestCase.test_atexit test.test_weakref.FinalizeTestCase.test_finalize test.test_weakref.FinalizeTestCase.test_order test.test_weakref.MappingTestCase test.test_weakref.MappingTestCase.check_iters test.test_weakref.MappingTestCase.check_len_cycles test.test_weakref.MappingTestCase.check_len_race test.test_weakref.MappingTestCase.check_popitem test.test_weakref.MappingTestCase.check_setdefault test.test_weakref.MappingTestCase.check_threaded_weak_dict_copy test.test_weakref.MappingTestCase.check_update test.test_weakref.MappingTestCase.check_weak_del_and_len_while_iterating test.test_weakref.MappingTestCase.check_weak_destroy_and_mutate_while_iterating test.test_weakref.MappingTestCase.check_weak_destroy_while_iterating test.test_weakref.MappingTestCase.make_weak_keyed_dict test.test_weakref.MappingTestCase.make_weak_valued_dict test.test_weakref.MappingTestCase.test_make_weak_keyed_dict_from_dict test.test_weakref.MappingTestCase.test_make_weak_keyed_dict_from_weak_keyed_dict test.test_weakref.MappingTestCase.test_make_weak_keyed_dict_repr test.test_weakref.MappingTestCase.test_make_weak_valued_dict_from_dict test.test_weakref.MappingTestCase.test_make_weak_valued_dict_from_weak_valued_dict test.test_weakref.MappingTestCase.test_make_weak_valued_dict_misc test.test_weakref.MappingTestCase.test_make_weak_valued_dict_repr test.test_weakref.MappingTestCase.test_remove_closure test.test_weakref.MappingTestCase.test_threaded_weak_key_dict_copy test.test_weakref.MappingTestCase.test_threaded_weak_key_dict_deepcopy test.test_weakref.MappingTestCase.test_threaded_weak_value_dict_copy test.test_weakref.MappingTestCase.test_threaded_weak_value_dict_deepcopy test.test_weakref.MappingTestCase.test_threaded_weak_valued_consistency test.test_weakref.MappingTestCase.test_threaded_weak_valued_pop test.test_weakref.MappingTestCase.test_threaded_weak_valued_setdefault test.test_weakref.MappingTestCase.test_weak_keyed_bad_delitem test.test_weakref.MappingTestCase.test_weak_keyed_cascading_deletes test.test_weakref.MappingTestCase.test_weak_keyed_delitem test.test_weakref.MappingTestCase.test_weak_keyed_dict_popitem test.test_weakref.MappingTestCase.test_weak_keyed_dict_setdefault test.test_weakref.MappingTestCase.test_weak_keyed_dict_update test.test_weakref.MappingTestCase.test_weak_keyed_iters test.test_weakref.MappingTestCase.test_weak_keyed_len_cycles test.test_weakref.MappingTestCase.test_weak_keyed_len_race test.test_weakref.MappingTestCase.test_weak_keyed_union_operators test.test_weakref.MappingTestCase.test_weak_keys test.test_weakref.MappingTestCase.test_weak_keys_destroy_while_iterating test.test_weakref.MappingTestCase.test_weak_valued_delitem test.test_weakref.MappingTestCase.test_weak_valued_dict_popitem test.test_weakref.MappingTestCase.test_weak_valued_dict_setdefault test.test_weakref.MappingTestCase.test_weak_valued_dict_update test.test_weakref.MappingTestCase.test_weak_valued_iters test.test_weakref.MappingTestCase.test_weak_valued_len_cycles test.test_weakref.MappingTestCase.test_weak_valued_len_race test.test_weakref.MappingTestCase.test_weak_valued_union_operators test.test_weakref.MappingTestCase.test_weak_values test.test_weakref.MappingTestCase.test_weak_values_destroy_while_iterating test.test_weakref.ModuleTestCase test.test_weakref.ModuleTestCase.test_names test.test_weakref.Object test.test_weakref.Object.__eq__ test.test_weakref.Object.__hash__ test.test_weakref.Object.__init__ test.test_weakref.Object.__lt__ test.test_weakref.Object.__repr__ test.test_weakref.Object.other_method test.test_weakref.Object.some_method test.test_weakref.RefCycle test.test_weakref.RefCycle.__init__ test.test_weakref.ReferencesTestCase test.test_weakref.ReferencesTestCase.check_basic_callback test.test_weakref.ReferencesTestCase.check_basic_ref test.test_weakref.ReferencesTestCase.check_gc_during_creation test.test_weakref.ReferencesTestCase.check_proxy test.test_weakref.ReferencesTestCase.check_shared_without_callback test.test_weakref.ReferencesTestCase.test_basic_callback test.test_weakref.ReferencesTestCase.test_basic_proxy test.test_weakref.ReferencesTestCase.test_basic_ref test.test_weakref.ReferencesTestCase.test_callable_proxy test.test_weakref.ReferencesTestCase.test_callback_attribute test.test_weakref.ReferencesTestCase.test_callback_attribute_after_deletion test.test_weakref.ReferencesTestCase.test_callback_gcs test.test_weakref.ReferencesTestCase.test_callback_in_cycle_1 test.test_weakref.ReferencesTestCase.test_callback_in_cycle_2 test.test_weakref.ReferencesTestCase.test_callback_in_cycle_3 test.test_weakref.ReferencesTestCase.test_callback_in_cycle_4 test.test_weakref.ReferencesTestCase.test_callback_in_cycle_resurrection test.test_weakref.ReferencesTestCase.test_callbacks_on_callback test.test_weakref.ReferencesTestCase.test_callbacks_protected test.test_weakref.ReferencesTestCase.test_cfunction test.test_weakref.ReferencesTestCase.test_classes test.test_weakref.ReferencesTestCase.test_constructor_kwargs test.test_weakref.ReferencesTestCase.test_equality test.test_weakref.ReferencesTestCase.test_gc_during_proxy_creation test.test_weakref.ReferencesTestCase.test_gc_during_ref_creation test.test_weakref.ReferencesTestCase.test_getweakrefcount test.test_weakref.ReferencesTestCase.test_getweakrefs test.test_weakref.ReferencesTestCase.test_hashing test.test_weakref.ReferencesTestCase.test_init test.test_weakref.ReferencesTestCase.test_multiple_callbacks test.test_weakref.ReferencesTestCase.test_multiple_selfref_callbacks test.test_weakref.ReferencesTestCase.test_newstyle_number_ops test.test_weakref.ReferencesTestCase.test_ordering test.test_weakref.ReferencesTestCase.test_proxy_bad_next test.test_weakref.ReferencesTestCase.test_proxy_bool test.test_weakref.ReferencesTestCase.test_proxy_deletion test.test_weakref.ReferencesTestCase.test_proxy_div test.test_weakref.ReferencesTestCase.test_proxy_hash test.test_weakref.ReferencesTestCase.test_proxy_index test.test_weakref.ReferencesTestCase.test_proxy_iter test.test_weakref.ReferencesTestCase.test_proxy_matmul test.test_weakref.ReferencesTestCase.test_proxy_next test.test_weakref.ReferencesTestCase.test_proxy_ref test.test_weakref.ReferencesTestCase.test_proxy_reuse test.test_weakref.ReferencesTestCase.test_proxy_reversed test.test_weakref.ReferencesTestCase.test_proxy_unicode test.test_weakref.ReferencesTestCase.test_ref_created_during_del test.test_weakref.ReferencesTestCase.test_ref_reuse test.test_weakref.ReferencesTestCase.test_set_callback_attribute test.test_weakref.ReferencesTestCase.test_sf_bug_840829 test.test_weakref.ReferencesTestCase.test_shared_proxy_without_callback test.test_weakref.ReferencesTestCase.test_shared_ref_without_callback test.test_weakref.ReferencesTestCase.test_trashcan_16602 test.test_weakref.SubclassableWeakrefTestCase test.test_weakref.SubclassableWeakrefTestCase.test_subclass_refs test.test_weakref.SubclassableWeakrefTestCase.test_subclass_refs_dont_conflate_callbacks test.test_weakref.SubclassableWeakrefTestCase.test_subclass_refs_dont_replace_standard_refs test.test_weakref.SubclassableWeakrefTestCase.test_subclass_refs_with_cycle test.test_weakref.SubclassableWeakrefTestCase.test_subclass_refs_with_slots test.test_weakref.TestBase test.test_weakref.TestBase.callback test.test_weakref.TestBase.setUp test.test_weakref.WeakKeyDictionaryTestCase test.test_weakref.WeakKeyDictionaryTestCase._reference test.test_weakref.WeakMethodTestCase test.test_weakref.WeakMethodTestCase._subclass test.test_weakref.WeakMethodTestCase.test_alive test.test_weakref.WeakMethodTestCase.test_callback_when_method_dead test.test_weakref.WeakMethodTestCase.test_callback_when_object_dead test.test_weakref.WeakMethodTestCase.test_equality test.test_weakref.WeakMethodTestCase.test_hashing test.test_weakref.WeakMethodTestCase.test_method_dead test.test_weakref.WeakMethodTestCase.test_no_cycles test.test_weakref.WeakMethodTestCase.test_object_dead test.test_weakref.WeakValueDictionaryTestCase test.test_weakref.WeakValueDictionaryTestCase._reference test.test_weakref.collect_in_thread test.test_weakref.create_bound_method test.test_weakref.create_function test.test_weakref.test_main 1 items passed all tests: 35 tests in test.test_weakref.__test__.libreftest 35 tests in 158 items. 35 passed and 0 failed. Test passed. doctest (test.test_weakref) ... 35 tests with zero failures 0:22:14 load avg: 0.85 [405/427] test_weakset -- test_weakref passed in 33.1 sec PASS: test_abc (test.test_weakset.TestWeakSet) PASS: test_add (test.test_weakset.TestWeakSet) PASS: test_and (test.test_weakset.TestWeakSet) PASS: test_clear (test.test_weakset.TestWeakSet) PASS: test_constructor_identity (test.test_weakset.TestWeakSet) PASS: test_contains (test.test_weakset.TestWeakSet) PASS: test_copy (test.test_weakset.TestWeakSet) PASS: test_difference (test.test_weakset.TestWeakSet) PASS: test_difference_update (test.test_weakset.TestWeakSet) PASS: test_discard (test.test_weakset.TestWeakSet) PASS: test_eq (test.test_weakset.TestWeakSet) PASS: test_gc (test.test_weakset.TestWeakSet) PASS: test_gt (test.test_weakset.TestWeakSet) PASS: test_hash (test.test_weakset.TestWeakSet) PASS: test_iand (test.test_weakset.TestWeakSet) PASS: test_init (test.test_weakset.TestWeakSet) PASS: test_inplace_on_self (test.test_weakset.TestWeakSet) PASS: test_intersection (test.test_weakset.TestWeakSet) PASS: test_intersection_update (test.test_weakset.TestWeakSet) PASS: test_ior (test.test_weakset.TestWeakSet) PASS: test_isdisjoint (test.test_weakset.TestWeakSet) PASS: test_isub (test.test_weakset.TestWeakSet) PASS: test_ixor (test.test_weakset.TestWeakSet) PASS: test_len (test.test_weakset.TestWeakSet) PASS: test_len_cycles (test.test_weakset.TestWeakSet) PASS: test_len_race (test.test_weakset.TestWeakSet) PASS: test_lt (test.test_weakset.TestWeakSet) PASS: test_methods (test.test_weakset.TestWeakSet) PASS: test_ne (test.test_weakset.TestWeakSet) PASS: test_new_or_init (test.test_weakset.TestWeakSet) PASS: test_or (test.test_weakset.TestWeakSet) PASS: test_pop (test.test_weakset.TestWeakSet) PASS: test_remove (test.test_weakset.TestWeakSet) PASS: test_repr (test.test_weakset.TestWeakSet) PASS: test_sub (test.test_weakset.TestWeakSet) PASS: test_sub_and_super (test.test_weakset.TestWeakSet) PASS: test_subclass_with_custom_hash (test.test_weakset.TestWeakSet) PASS: test_symmetric_difference (test.test_weakset.TestWeakSet) PASS: test_symmetric_difference_update (test.test_weakset.TestWeakSet) PASS: test_union (test.test_weakset.TestWeakSet) PASS: test_update (test.test_weakset.TestWeakSet) PASS: test_update_set (test.test_weakset.TestWeakSet) PASS: test_weak_destroy_and_mutate_while_iterating (test.test_weakset.TestWeakSet) PASS: test_weak_destroy_while_iterating (test.test_weakset.TestWeakSet) PASS: test_xor (test.test_weakset.TestWeakSet) ---------------------------------------------------------------------- Ran 45 tests in 1.364s OK 0:22:17 load avg: 0.87 [406/427] test_webbrowser PASS: test_open (test.test_webbrowser.BackgroundBrowserCommandTest) PASS: test_register (test.test_webbrowser.BrowserRegistrationTest) PASS: test_register_default (test.test_webbrowser.BrowserRegistrationTest) PASS: test_register_preferred (test.test_webbrowser.BrowserRegistrationTest) PASS: test_open (test.test_webbrowser.ChromeCommandTest) PASS: test_open_new (test.test_webbrowser.ChromeCommandTest) PASS: test_open_new_tab (test.test_webbrowser.ChromeCommandTest) PASS: test_open_with_autoraise_false (test.test_webbrowser.ChromeCommandTest) PASS: test_open (test.test_webbrowser.ELinksCommandTest) PASS: test_open_new (test.test_webbrowser.ELinksCommandTest) PASS: test_open_new_tab (test.test_webbrowser.ELinksCommandTest) PASS: test_open_with_autoraise_false (test.test_webbrowser.ELinksCommandTest) PASS: test_open (test.test_webbrowser.GaleonCommandTest) PASS: test_open_new (test.test_webbrowser.GaleonCommandTest) PASS: test_open_new_tab (test.test_webbrowser.GaleonCommandTest) PASS: test_open_with_autoraise_false (test.test_webbrowser.GaleonCommandTest) PASS: test_open (test.test_webbrowser.GenericBrowserCommandTest) SKIP: test_environment (test.test_webbrowser.ImportTest) 'could not locate runnable browser' SKIP: test_environment_preferred (test.test_webbrowser.ImportTest) 'could not locate runnable browser' PASS: test_get (test.test_webbrowser.ImportTest) PASS: test_register (test.test_webbrowser.ImportTest) PASS: test_synthesize (test.test_webbrowser.ImportTest) PASS: test_open (test.test_webbrowser.MozillaCommandTest) PASS: test_open_new (test.test_webbrowser.MozillaCommandTest) PASS: test_open_new_tab (test.test_webbrowser.MozillaCommandTest) PASS: test_open_with_autoraise_false (test.test_webbrowser.MozillaCommandTest) PASS: test_open (test.test_webbrowser.NetscapeCommandTest) PASS: test_open_new (test.test_webbrowser.NetscapeCommandTest) PASS: test_open_new_tab (test.test_webbrowser.NetscapeCommandTest) PASS: test_open_with_autoraise_false (test.test_webbrowser.NetscapeCommandTest) PASS: test_open (test.test_webbrowser.OperaCommandTest) PASS: test_open_new (test.test_webbrowser.OperaCommandTest) PASS: test_open_new_tab (test.test_webbrowser.OperaCommandTest) PASS: test_open_with_autoraise_false (test.test_webbrowser.OperaCommandTest) ---------------------------------------------------------------------- Ran 34 tests in 0.028s OK (skipped=2) 0:22:18 load avg: 0.87 [407/427] test_winconsoleio test_winconsoleio skipped -- test only relevant on win32 0:22:18 load avg: 0.87 [408/427] test_winreg -- test_winconsoleio skipped test_winreg skipped -- No module named 'winreg' 0:22:18 load avg: 0.87 [409/427] test_winsound -- test_winreg skipped test_winsound skipped -- Use of the 'audio' resource not enabled 0:22:19 load avg: 0.87 [410/427] test_with -- test_winsound skipped (resource denied) PASS: testMultipleComplexTargets (test.test_with.AssignmentTargetTestCase) PASS: testSingleComplexTarget (test.test_with.AssignmentTargetTestCase) PASS: testWithExtendedTargets (test.test_with.AssignmentTargetTestCase) PASS: testErrorsInBool (test.test_with.ExceptionalTestCase) PASS: testExceptionNormalized (test.test_with.ExceptionalTestCase) PASS: testMultipleResourcesInSingleStatement (test.test_with.ExceptionalTestCase) PASS: testNestedExceptionAfterInnerStatement (test.test_with.ExceptionalTestCase) PASS: testNestedExceptionBeforeInnerStatement (test.test_with.ExceptionalTestCase) PASS: testNestedSingleStatements (test.test_with.ExceptionalTestCase) PASS: testRaisedGeneratorExit1 (test.test_with.ExceptionalTestCase) PASS: testRaisedGeneratorExit2 (test.test_with.ExceptionalTestCase) PASS: testRaisedStopIteration1 (test.test_with.ExceptionalTestCase) PASS: testRaisedStopIteration2 (test.test_with.ExceptionalTestCase) PASS: testRaisedStopIteration3 (test.test_with.ExceptionalTestCase) PASS: testSingleResource (test.test_with.ExceptionalTestCase) PASS: testExitFalseDoesntSwallowException (test.test_with.ExitSwallowsExceptionTestCase) PASS: testExitTrueSwallowsException (test.test_with.ExitSwallowsExceptionTestCase) PASS: testAssignmentToNoneError (test.test_with.FailureTestCase) PASS: testAssignmentToTupleContainingNoneError (test.test_with.FailureTestCase) PASS: testAssignmentToTupleOnlyContainingNoneError (test.test_with.FailureTestCase) PASS: testEnterAttributeError1 (test.test_with.FailureTestCase) PASS: testEnterAttributeError2 (test.test_with.FailureTestCase) PASS: testEnterThrows (test.test_with.FailureTestCase) PASS: testExitAttributeError (test.test_with.FailureTestCase) PASS: testExitThrows (test.test_with.FailureTestCase) PASS: testNameError (test.test_with.FailureTestCase) PASS: testMultipleArgBound (test.test_with.NestedNonexceptionalTestCase) PASS: testMultipleArgUnbound (test.test_with.NestedNonexceptionalTestCase) PASS: testSingleArgBoundToMultipleElementTupleError (test.test_with.NestedNonexceptionalTestCase) PASS: testSingleArgBoundToNonTuple (test.test_with.NestedNonexceptionalTestCase) PASS: testSingleArgBoundToSingleElementParenthesizedList (test.test_with.NestedNonexceptionalTestCase) PASS: testSingleArgInlineGeneratorSyntax (test.test_with.NestedNonexceptionalTestCase) PASS: testSingleArgUnbound (test.test_with.NestedNonexceptionalTestCase) PASS: testEnterReturnsTuple (test.test_with.NestedWith) PASS: testExceptionInEnter (test.test_with.NestedWith) PASS: testExceptionInExit (test.test_with.NestedWith) PASS: testExceptionInExprList (test.test_with.NestedWith) PASS: testNoExceptions (test.test_with.NestedWith) PASS: testWithBreak (test.test_with.NonLocalFlowControlTestCase) PASS: testWithContinue (test.test_with.NonLocalFlowControlTestCase) PASS: testWithRaise (test.test_with.NonLocalFlowControlTestCase) PASS: testWithReturn (test.test_with.NonLocalFlowControlTestCase) PASS: testWithYield (test.test_with.NonLocalFlowControlTestCase) PASS: testBoundGenerator (test.test_with.NonexceptionalTestCase) PASS: testInlineGeneratorBoundSyntax (test.test_with.NonexceptionalTestCase) PASS: testInlineGeneratorBoundToDottedVariable (test.test_with.NonexceptionalTestCase) PASS: testInlineGeneratorBoundToExistingVariable (test.test_with.NonexceptionalTestCase) PASS: testInlineGeneratorSyntax (test.test_with.NonexceptionalTestCase) PASS: testNestedSingleStatements (test.test_with.NonexceptionalTestCase) PASS: testUnboundGenerator (test.test_with.NonexceptionalTestCase) ---------------------------------------------------------------------- Ran 50 tests in 0.006s OK 0:22:20 load avg: 0.87 [411/427] test_wsgiref PASS: testAbstractMethods (test.test_wsgiref.HandlerTests) PASS: testBasicErrorOutput (test.test_wsgiref.HandlerTests) PASS: testBytesData (test.test_wsgiref.HandlerTests) PASS: testCGIEnviron (test.test_wsgiref.HandlerTests) PASS: testClientConnectionTerminations (test.test_wsgiref.HandlerTests) PASS: testCloseOnError (test.test_wsgiref.HandlerTests) PASS: testContentLength (test.test_wsgiref.HandlerTests) PASS: testDontResetInternalStateOnException (test.test_wsgiref.HandlerTests) PASS: testEnviron (test.test_wsgiref.HandlerTests) PASS: testErrorAfterOutput (test.test_wsgiref.HandlerTests) PASS: testHeaderFormats (test.test_wsgiref.HandlerTests) PASS: testPartialWrite (test.test_wsgiref.HandlerTests) PASS: testScheme (test.test_wsgiref.HandlerTests) PASS: testExtras (test.test_wsgiref.HeaderTests) PASS: testMappingInterface (test.test_wsgiref.HeaderTests) PASS: testRequireList (test.test_wsgiref.HeaderTests) PASS: test_bytes_validation (test.test_wsgiref.IntegrationTests) PASS: test_cp1252_url (test.test_wsgiref.IntegrationTests) PASS: test_environ (test.test_wsgiref.IntegrationTests) PASS: test_interrupted_write (test.test_wsgiref.IntegrationTests) PASS: test_plain_hello (test.test_wsgiref.IntegrationTests) PASS: test_request_length (test.test_wsgiref.IntegrationTests) PASS: test_simple_validation_error (test.test_wsgiref.IntegrationTests) PASS: test_status_validation_errors (test.test_wsgiref.IntegrationTests) PASS: test_validated_hello (test.test_wsgiref.IntegrationTests) PASS: test_wsgi_input (test.test_wsgiref.IntegrationTests) PASS: testAppURIs (test.test_wsgiref.UtilityTests) PASS: testCrossDefaults (test.test_wsgiref.UtilityTests) PASS: testDefaults (test.test_wsgiref.UtilityTests) PASS: testFileWrapper (test.test_wsgiref.UtilityTests) PASS: testGuessScheme (test.test_wsgiref.UtilityTests) PASS: testHopByHop (test.test_wsgiref.UtilityTests) PASS: testNormalizedShifts (test.test_wsgiref.UtilityTests) PASS: testReqURIs (test.test_wsgiref.UtilityTests) PASS: testSimpleShifts (test.test_wsgiref.UtilityTests) PASS: test_filewrapper_getitem_deprecation (test.test_wsgiref.UtilityTests) ---------------------------------------------------------------------- Ran 36 tests in 0.049s OK 0:22:21 load avg: 0.87 [412/427] test_xdrlib PASS: test_double (test.test_xdrlib.ConversionErrorTest) PASS: test_float (test.test_xdrlib.ConversionErrorTest) PASS: test_pack_int (test.test_xdrlib.ConversionErrorTest) PASS: test_pack_uint (test.test_xdrlib.ConversionErrorTest) PASS: test_uhyper (test.test_xdrlib.ConversionErrorTest) PASS: test_xdr (test.test_xdrlib.XDRTest) ---------------------------------------------------------------------- Ran 6 tests in 0.001s OK 0:22:22 load avg: 0.88 [413/427] test_xml_dom_minicompat PASS: test_emptynodelist___add__ (test.test_xml_dom_minicompat.EmptyNodeListTestCase) PASS: test_emptynodelist___radd__ (test.test_xml_dom_minicompat.EmptyNodeListTestCase) PASS: test_emptynodelist_item (test.test_xml_dom_minicompat.EmptyNodeListTestCase) PASS: test_emptynodelist_length (test.test_xml_dom_minicompat.EmptyNodeListTestCase) PASS: test_nodelist___add__ (test.test_xml_dom_minicompat.NodeListTestCase) PASS: test_nodelist___radd__ (test.test_xml_dom_minicompat.NodeListTestCase) PASS: test_nodelist_copy (test.test_xml_dom_minicompat.NodeListTestCase) PASS: test_nodelist_deepcopy (test.test_xml_dom_minicompat.NodeListTestCase) PASS: test_nodelist_item (test.test_xml_dom_minicompat.NodeListTestCase) PASS: test_nodelist_length (test.test_xml_dom_minicompat.NodeListTestCase) PASS: test_nodelist_pickle_roundtrip (test.test_xml_dom_minicompat.NodeListTestCase) ---------------------------------------------------------------------- Ran 11 tests in 0.001s OK 0:22:23 load avg: 0.88 [414/427] test_xml_etree PASS: test_all (test.test_xml_etree.ModuleTest) PASS: test_sanity (test.test_xml_etree.ModuleTest) PASS: test_delslice (test.test_xml_etree.ElementSlicingTest) PASS: test_getslice_negative_steps (test.test_xml_etree.ElementSlicingTest) PASS: test_getslice_range (test.test_xml_etree.ElementSlicingTest) PASS: test_getslice_single_index (test.test_xml_etree.ElementSlicingTest) PASS: test_getslice_steps (test.test_xml_etree.ElementSlicingTest) PASS: test_setslice_negative_steps (test.test_xml_etree.ElementSlicingTest) PASS: test_setslice_range (test.test_xml_etree.ElementSlicingTest) PASS: test_setslice_single_index (test.test_xml_etree.ElementSlicingTest) PASS: test_setslice_steps (test.test_xml_etree.ElementSlicingTest) PASS: test___copy__ (test.test_xml_etree.BasicElementTest) PASS: test___deepcopy__ (test.test_xml_etree.BasicElementTest) PASS: test___init__ (test.test_xml_etree.BasicElementTest) PASS: test_augmentation_type_errors (test.test_xml_etree.BasicElementTest) PASS: test_copy (test.test_xml_etree.BasicElementTest) PASS: test_cyclic_gc (test.test_xml_etree.BasicElementTest) PASS: test_get_keyword_args (test.test_xml_etree.BasicElementTest) PASS: test_pickle (test.test_xml_etree.BasicElementTest) PASS: test_pickle_issue18997 (test.test_xml_etree.BasicElementTest) PASS: test_weakref (test.test_xml_etree.BasicElementTest) PASS: test_ass_subscr (test.test_xml_etree.BadElementTest) PASS: test_element_get_tail (test.test_xml_etree.BadElementTest) PASS: test_element_get_text (test.test_xml_etree.BadElementTest) PASS: test_extend_mutable_list (test.test_xml_etree.BadElementTest) PASS: test_extend_mutable_list2 (test.test_xml_etree.BadElementTest) PASS: test_recursive_repr (test.test_xml_etree.BadElementTest) PASS: test_remove_with_mutating (test.test_xml_etree.BadElementTest) PASS: test_subscr (test.test_xml_etree.BadElementTest) PASS: test_treebuilder_end (test.test_xml_etree.BadElementTest) PASS: test_treebuilder_start (test.test_xml_etree.BadElementTest) PASS: test_find_with_error (test.test_xml_etree.BadElementPathTest) PASS: test_find_with_mutating (test.test_xml_etree.BadElementPathTest) PASS: test_findall_with_error (test.test_xml_etree.BadElementPathTest) PASS: test_findall_with_mutating (test.test_xml_etree.BadElementPathTest) PASS: test_findtext_with_error (test.test_xml_etree.BadElementPathTest) PASS: test_findtext_with_mutating (test.test_xml_etree.BadElementPathTest) PASS: test_attlist_default (test.test_xml_etree.ElementTreeTest) PASS: test_attrib (test.test_xml_etree.ElementTreeTest) PASS: test_cdata (test.test_xml_etree.ElementTreeTest) PASS: test_children (test.test_xml_etree.ElementTreeTest) PASS: test_copy (test.test_xml_etree.ElementTreeTest) PASS: test_custom_builder (test.test_xml_etree.ElementTreeTest) PASS: test_custom_builder_only_end_ns (test.test_xml_etree.ElementTreeTest) PASS: test_doctype_public (test.test_xml_etree.ElementTreeTest) PASS: test_dump_attribute_order (test.test_xml_etree.ElementTreeTest) PASS: test_encoding (test.test_xml_etree.ElementTreeTest) PASS: test_entity (test.test_xml_etree.ElementTreeTest) PASS: test_file_init (test.test_xml_etree.ElementTreeTest) PASS: test_html_empty_elems_serialization (test.test_xml_etree.ElementTreeTest) PASS: test_indent (test.test_xml_etree.ElementTreeTest) PASS: test_indent_level (test.test_xml_etree.ElementTreeTest) PASS: test_indent_space (test.test_xml_etree.ElementTreeTest) PASS: test_indent_space_caching (test.test_xml_etree.ElementTreeTest) PASS: test_initialize_parser_without_target (test.test_xml_etree.ElementTreeTest) PASS: test_interface (test.test_xml_etree.ElementTreeTest) PASS: test_issue18347 (test.test_xml_etree.ElementTreeTest) PASS: test_iterparse (test.test_xml_etree.ElementTreeTest) PASS: test_makeelement (test.test_xml_etree.ElementTreeTest) PASS: test_methods (test.test_xml_etree.ElementTreeTest) PASS: test_namespace (test.test_xml_etree.ElementTreeTest) PASS: test_parsefile (test.test_xml_etree.ElementTreeTest) PASS: test_parseliteral (test.test_xml_etree.ElementTreeTest) PASS: test_path_cache (test.test_xml_etree.ElementTreeTest) PASS: test_processinginstruction (test.test_xml_etree.ElementTreeTest) PASS: test_qname (test.test_xml_etree.ElementTreeTest) PASS: test_set_attribute (test.test_xml_etree.ElementTreeTest) PASS: test_simpleops (test.test_xml_etree.ElementTreeTest) PASS: test_tostring_default_namespace (test.test_xml_etree.ElementTreeTest) PASS: test_tostring_default_namespace_different_namespace (test.test_xml_etree.ElementTreeTest) PASS: test_tostring_default_namespace_original_no_namespace (test.test_xml_etree.ElementTreeTest) PASS: test_tostring_no_xml_declaration (test.test_xml_etree.ElementTreeTest) PASS: test_tostring_xml_declaration (test.test_xml_etree.ElementTreeTest) PASS: test_tostring_xml_declaration_cases (test.test_xml_etree.ElementTreeTest) PASS: test_tostring_xml_declaration_unicode_encoding (test.test_xml_etree.ElementTreeTest) PASS: test_tostringlist_default_namespace (test.test_xml_etree.ElementTreeTest) PASS: test_tostringlist_xml_declaration (test.test_xml_etree.ElementTreeTest) PASS: test_tree_write_attribute_order (test.test_xml_etree.ElementTreeTest) PASS: test_writefile (test.test_xml_etree.ElementTreeTest) PASS: test_writestring (test.test_xml_etree.ElementTreeTest) PASS: test_xpath_tokenizer (test.test_xml_etree.ElementTreeTest) PASS: test_encoding (test.test_xml_etree.IOTest) PASS: test_read_from_bytesio (test.test_xml_etree.IOTest) PASS: test_read_from_stringio (test.test_xml_etree.IOTest) PASS: test_read_from_user_binary_reader (test.test_xml_etree.IOTest) PASS: test_read_from_user_text_reader (test.test_xml_etree.IOTest) PASS: test_short_empty_elements (test.test_xml_etree.IOTest) PASS: test_tostringlist_invariant (test.test_xml_etree.IOTest) PASS: test_write_to_binary_file (test.test_xml_etree.IOTest) PASS: test_write_to_binary_file_with_bom (test.test_xml_etree.IOTest) PASS: test_write_to_binary_file_with_encoding (test.test_xml_etree.IOTest) PASS: test_write_to_bytesio (test.test_xml_etree.IOTest) PASS: test_write_to_filename (test.test_xml_etree.IOTest) PASS: test_write_to_filename_as_unicode (test.test_xml_etree.IOTest) PASS: test_write_to_filename_with_encoding (test.test_xml_etree.IOTest) PASS: test_write_to_stringio (test.test_xml_etree.IOTest) PASS: test_write_to_text_file (test.test_xml_etree.IOTest) PASS: test_write_to_user_binary_writer (test.test_xml_etree.IOTest) PASS: test_write_to_user_binary_writer_with_bom (test.test_xml_etree.IOTest) PASS: test_write_to_user_text_writer (test.test_xml_etree.IOTest) PASS: test_error_code (test.test_xml_etree.ParseErrorTest) PASS: test_error_position (test.test_xml_etree.ParseErrorTest) PASS: test_subclass (test.test_xml_etree.ParseErrorTest) PASS: test_xinclude (test.test_xml_etree.XIncludeTest) PASS: test_xinclude_default (test.test_xml_etree.XIncludeTest) PASS: test_xinclude_failures (test.test_xml_etree.XIncludeTest) PASS: test_xinclude_repeated (test.test_xml_etree.XIncludeTest) PASS: test_Element_subclass_constructor (test.test_xml_etree.ElementTreeTypeTest) PASS: test_Element_subclass_find (test.test_xml_etree.ElementTreeTypeTest) PASS: test_Element_subclass_new_method (test.test_xml_etree.ElementTreeTypeTest) PASS: test_Element_subclass_trivial (test.test_xml_etree.ElementTreeTypeTest) PASS: test_istype (test.test_xml_etree.ElementTreeTypeTest) PASS: test_bad_find (test.test_xml_etree.ElementFindTest) PASS: test_find_simple (test.test_xml_etree.ElementFindTest) PASS: test_find_through_ElementTree (test.test_xml_etree.ElementFindTest) PASS: test_find_xpath (test.test_xml_etree.ElementFindTest) PASS: test_findall (test.test_xml_etree.ElementFindTest) PASS: test_findall_different_nsmaps (test.test_xml_etree.ElementFindTest) PASS: test_findall_wildcard (test.test_xml_etree.ElementFindTest) PASS: test_test_find_with_ns (test.test_xml_etree.ElementFindTest) PASS: test_basic (test.test_xml_etree.ElementIterTest) PASS: test_copy (test.test_xml_etree.ElementIterTest) PASS: test_corners (test.test_xml_etree.ElementIterTest) PASS: test_iter_by_tag (test.test_xml_etree.ElementIterTest) PASS: test_pickle (test.test_xml_etree.ElementIterTest) PASS: test_builder_lookup_errors (test.test_xml_etree.TreeBuilderTest) PASS: test_doctype (test.test_xml_etree.TreeBuilderTest) PASS: test_dummy_builder (test.test_xml_etree.TreeBuilderTest) PASS: test_element_factory (test.test_xml_etree.TreeBuilderTest) PASS: test_element_factory_pure_python_subclass (test.test_xml_etree.TreeBuilderTest) PASS: test_element_factory_subclass (test.test_xml_etree.TreeBuilderTest) PASS: test_late_tail (test.test_xml_etree.TreeBuilderTest) PASS: test_late_tail_mix_pi_comments (test.test_xml_etree.TreeBuilderTest) PASS: test_subclass (test.test_xml_etree.TreeBuilderTest) PASS: test_subclass_comment_pi (test.test_xml_etree.TreeBuilderTest) PASS: test_treebuilder_comment (test.test_xml_etree.TreeBuilderTest) PASS: test_treebuilder_elementfactory_none (test.test_xml_etree.TreeBuilderTest) PASS: test_treebuilder_pi (test.test_xml_etree.TreeBuilderTest) PASS: test_constructor_args (test.test_xml_etree.XMLParserTest) PASS: test_doctype_warning (test.test_xml_etree.XMLParserTest) test_inherited_doctype (test.test_xml_etree.XMLParserTest) PASS: Ensure that ordinary usage is not deprecated (Issue 19176) PASS: test_parse_string (test.test_xml_etree.XMLParserTest) PASS: test_subclass (test.test_xml_etree.XMLParserTest) PASS: test_subclass_doctype (test.test_xml_etree.XMLParserTest) PASS: test_events (test.test_xml_etree.XMLPullParserTest) PASS: test_events_comment (test.test_xml_etree.XMLPullParserTest) PASS: test_events_pi (test.test_xml_etree.XMLPullParserTest) PASS: test_events_sequence (test.test_xml_etree.XMLPullParserTest) PASS: test_feed_while_iterating (test.test_xml_etree.XMLPullParserTest) PASS: test_ns_events (test.test_xml_etree.XMLPullParserTest) PASS: test_ns_events_start (test.test_xml_etree.XMLPullParserTest) PASS: test_ns_events_start_end (test.test_xml_etree.XMLPullParserTest) PASS: test_simple_xml (test.test_xml_etree.XMLPullParserTest) PASS: test_simple_xml_with_ns (test.test_xml_etree.XMLPullParserTest) PASS: test_unknown_event (test.test_xml_etree.XMLPullParserTest) PASS: test_39495_treebuilder_start (test.test_xml_etree.BugsTest) PASS: test_bug_1534630 (test.test_xml_etree.BugsTest) PASS: test_bug_200708_close (test.test_xml_etree.BugsTest) PASS: test_bug_200708_newline (test.test_xml_etree.BugsTest) PASS: test_bug_200709_default_namespace (test.test_xml_etree.BugsTest) PASS: test_bug_200709_element_comment (test.test_xml_etree.BugsTest) PASS: test_bug_200709_element_insert (test.test_xml_etree.BugsTest) PASS: test_bug_200709_iter_comment (test.test_xml_etree.BugsTest) PASS: test_bug_200709_register_namespace (test.test_xml_etree.BugsTest) PASS: test_bug_xmltoolkit21 (test.test_xml_etree.BugsTest) PASS: test_bug_xmltoolkit25 (test.test_xml_etree.BugsTest) PASS: test_bug_xmltoolkit28 (test.test_xml_etree.BugsTest) PASS: test_bug_xmltoolkit39 (test.test_xml_etree.BugsTest) PASS: test_bug_xmltoolkit54 (test.test_xml_etree.BugsTest) PASS: test_bug_xmltoolkit55 (test.test_xml_etree.BugsTest) PASS: test_bug_xmltoolkit60 (test.test_xml_etree.BugsTest) PASS: test_bug_xmltoolkit62 (test.test_xml_etree.BugsTest) PASS: test_bug_xmltoolkit63 (test.test_xml_etree.BugsTest) PASS: test_bug_xmltoolkitX1 (test.test_xml_etree.BugsTest) PASS: test_expat224_utf8_bug (test.test_xml_etree.BugsTest) PASS: test_expat224_utf8_bug_file (test.test_xml_etree.BugsTest) PASS: test_issue10777 (test.test_xml_etree.BugsTest) PASS: test_issue6233 (test.test_xml_etree.BugsTest) PASS: test_issue6565 (test.test_xml_etree.BugsTest) SKIP: test_lost_elem (test.test_xml_etree.BugsTest) 'generators are not reentrant' PASS: test_lost_tail (test.test_xml_etree.BugsTest) PASS: test_lost_text (test.test_xml_etree.BugsTest) PASS: test_issue14818 (test.test_xml_etree.KeywordArgsTest) PASS: test_c14n_exclusion (test.test_xml_etree.C14NTest) PASS: test_simple_roundtrip (test.test_xml_etree.C14NTest) SKIP: test_xml_c14n2 (test.test_xml_etree.C14NTest) 'QName rewriting in XPath text is not supported in out_inNsContent_c14nPrefixQnameXpathElem' skipped 'QName rewriting in XPath text is not supported in out_inNsContent_c14nQnameXpathElem' skipped 'Redeclared namespace handling is not supported in out_inNsRedecl_c14nDefault' skipped 'Redeclared namespace handling is not supported in out_inNsSuperfluous_c14nDefault' ---------------------------------------------------------------------- Ran 186 tests in 1.757s OK (skipped=5) 0:22:26 load avg: 0.88 [415/427] test_xml_etree_c PASS: test_bpo_31728 (test.test_xml_etree_c.MiscTests) PASS: test_del_attribute (test.test_xml_etree_c.MiscTests) PASS: test_dict_disappearing_during_get_item (test.test_xml_etree_c.MiscTests) PASS: test_iterparse_leaks (test.test_xml_etree_c.MiscTests) SKIP: test_length_overflow (test.test_xml_etree_c.MiscTests) 'not enough memory: 2.0G minimum needed' PASS: test_parser_ref_cycle (test.test_xml_etree_c.MiscTests) PASS: test_setstate_leaks (test.test_xml_etree_c.MiscTests) PASS: test_trashcan (test.test_xml_etree_c.MiscTests) PASS: test_uninitialized_parser (test.test_xml_etree_c.MiscTests) PASS: test_xmlpullparser_leaks (test.test_xml_etree_c.MiscTests) PASS: test_alias_working (test.test_xml_etree_c.TestAliasWorking) PASS: test_correct_import_cET (test.test_xml_etree_c.TestAcceleratorImported) PASS: test_correct_import_cET_alias (test.test_xml_etree_c.TestAcceleratorImported) PASS: test_parser_comes_from_C (test.test_xml_etree_c.TestAcceleratorImported) PASS: test_element (test.test_xml_etree_c.SizeofTest) PASS: test_element_with_attrib (test.test_xml_etree_c.SizeofTest) PASS: test_element_with_children (test.test_xml_etree_c.SizeofTest) ---------------------------------------------------------------------- Ran 17 tests in 0.984s OK (skipped=1) PASS: test_all (test.test_xml_etree.ModuleTest) PASS: test_sanity (test.test_xml_etree.ModuleTest) PASS: test_delslice (test.test_xml_etree.ElementSlicingTest) PASS: test_getslice_negative_steps (test.test_xml_etree.ElementSlicingTest) PASS: test_getslice_range (test.test_xml_etree.ElementSlicingTest) PASS: test_getslice_single_index (test.test_xml_etree.ElementSlicingTest) PASS: test_getslice_steps (test.test_xml_etree.ElementSlicingTest) PASS: test_setslice_negative_steps (test.test_xml_etree.ElementSlicingTest) PASS: test_setslice_range (test.test_xml_etree.ElementSlicingTest) PASS: test_setslice_single_index (test.test_xml_etree.ElementSlicingTest) PASS: test_setslice_steps (test.test_xml_etree.ElementSlicingTest) PASS: test___copy__ (test.test_xml_etree.BasicElementTest) PASS: test___deepcopy__ (test.test_xml_etree.BasicElementTest) PASS: test___init__ (test.test_xml_etree.BasicElementTest) PASS: test_augmentation_type_errors (test.test_xml_etree.BasicElementTest) SKIP: test_copy (test.test_xml_etree.BasicElementTest) 'Element.copy() not present' PASS: test_cyclic_gc (test.test_xml_etree.BasicElementTest) PASS: test_get_keyword_args (test.test_xml_etree.BasicElementTest) PASS: test_pickle (test.test_xml_etree.BasicElementTest) PASS: test_pickle_issue18997 (test.test_xml_etree.BasicElementTest) PASS: test_weakref (test.test_xml_etree.BasicElementTest) PASS: test_ass_subscr (test.test_xml_etree.BadElementTest) PASS: test_element_get_tail (test.test_xml_etree.BadElementTest) PASS: test_element_get_text (test.test_xml_etree.BadElementTest) PASS: test_extend_mutable_list (test.test_xml_etree.BadElementTest) PASS: test_extend_mutable_list2 (test.test_xml_etree.BadElementTest) PASS: test_recursive_repr (test.test_xml_etree.BadElementTest) PASS: test_remove_with_mutating (test.test_xml_etree.BadElementTest) PASS: test_subscr (test.test_xml_etree.BadElementTest) PASS: test_treebuilder_end (test.test_xml_etree.BadElementTest) PASS: test_treebuilder_start (test.test_xml_etree.BadElementTest) PASS: test_find_with_error (test.test_xml_etree.BadElementPathTest) PASS: test_find_with_mutating (test.test_xml_etree.BadElementPathTest) PASS: test_findall_with_error (test.test_xml_etree.BadElementPathTest) PASS: test_findall_with_mutating (test.test_xml_etree.BadElementPathTest) PASS: test_findtext_with_error (test.test_xml_etree.BadElementPathTest) PASS: test_findtext_with_mutating (test.test_xml_etree.BadElementPathTest) PASS: test_attlist_default (test.test_xml_etree.ElementTreeTest) PASS: test_attrib (test.test_xml_etree.ElementTreeTest) PASS: test_cdata (test.test_xml_etree.ElementTreeTest) PASS: test_children (test.test_xml_etree.ElementTreeTest) PASS: test_copy (test.test_xml_etree.ElementTreeTest) PASS: test_custom_builder (test.test_xml_etree.ElementTreeTest) PASS: test_custom_builder_only_end_ns (test.test_xml_etree.ElementTreeTest) PASS: test_doctype_public (test.test_xml_etree.ElementTreeTest) PASS: test_dump_attribute_order (test.test_xml_etree.ElementTreeTest) PASS: test_encoding (test.test_xml_etree.ElementTreeTest) PASS: test_entity (test.test_xml_etree.ElementTreeTest) PASS: test_file_init (test.test_xml_etree.ElementTreeTest) PASS: test_html_empty_elems_serialization (test.test_xml_etree.ElementTreeTest) PASS: test_indent (test.test_xml_etree.ElementTreeTest) PASS: test_indent_level (test.test_xml_etree.ElementTreeTest) PASS: test_indent_space (test.test_xml_etree.ElementTreeTest) PASS: test_indent_space_caching (test.test_xml_etree.ElementTreeTest) PASS: test_initialize_parser_without_target (test.test_xml_etree.ElementTreeTest) PASS: test_interface (test.test_xml_etree.ElementTreeTest) PASS: test_issue18347 (test.test_xml_etree.ElementTreeTest) PASS: test_iterparse (test.test_xml_etree.ElementTreeTest) PASS: test_makeelement (test.test_xml_etree.ElementTreeTest) PASS: test_methods (test.test_xml_etree.ElementTreeTest) PASS: test_namespace (test.test_xml_etree.ElementTreeTest) PASS: test_parsefile (test.test_xml_etree.ElementTreeTest) PASS: test_parseliteral (test.test_xml_etree.ElementTreeTest) PASS: test_path_cache (test.test_xml_etree.ElementTreeTest) PASS: test_processinginstruction (test.test_xml_etree.ElementTreeTest) PASS: test_qname (test.test_xml_etree.ElementTreeTest) PASS: test_set_attribute (test.test_xml_etree.ElementTreeTest) PASS: test_simpleops (test.test_xml_etree.ElementTreeTest) PASS: test_tostring_default_namespace (test.test_xml_etree.ElementTreeTest) PASS: test_tostring_default_namespace_different_namespace (test.test_xml_etree.ElementTreeTest) PASS: test_tostring_default_namespace_original_no_namespace (test.test_xml_etree.ElementTreeTest) PASS: test_tostring_no_xml_declaration (test.test_xml_etree.ElementTreeTest) PASS: test_tostring_xml_declaration (test.test_xml_etree.ElementTreeTest) PASS: test_tostring_xml_declaration_cases (test.test_xml_etree.ElementTreeTest) PASS: test_tostring_xml_declaration_unicode_encoding (test.test_xml_etree.ElementTreeTest) PASS: test_tostringlist_default_namespace (test.test_xml_etree.ElementTreeTest) PASS: test_tostringlist_xml_declaration (test.test_xml_etree.ElementTreeTest) PASS: test_tree_write_attribute_order (test.test_xml_etree.ElementTreeTest) PASS: test_writefile (test.test_xml_etree.ElementTreeTest) PASS: test_writestring (test.test_xml_etree.ElementTreeTest) PASS: test_xpath_tokenizer (test.test_xml_etree.ElementTreeTest) PASS: test_encoding (test.test_xml_etree.IOTest) PASS: test_read_from_bytesio (test.test_xml_etree.IOTest) PASS: test_read_from_stringio (test.test_xml_etree.IOTest) PASS: test_read_from_user_binary_reader (test.test_xml_etree.IOTest) PASS: test_read_from_user_text_reader (test.test_xml_etree.IOTest) PASS: test_short_empty_elements (test.test_xml_etree.IOTest) PASS: test_tostringlist_invariant (test.test_xml_etree.IOTest) PASS: test_write_to_binary_file (test.test_xml_etree.IOTest) PASS: test_write_to_binary_file_with_bom (test.test_xml_etree.IOTest) PASS: test_write_to_binary_file_with_encoding (test.test_xml_etree.IOTest) PASS: test_write_to_bytesio (test.test_xml_etree.IOTest) PASS: test_write_to_filename (test.test_xml_etree.IOTest) PASS: test_write_to_filename_as_unicode (test.test_xml_etree.IOTest) PASS: test_write_to_filename_with_encoding (test.test_xml_etree.IOTest) PASS: test_write_to_stringio (test.test_xml_etree.IOTest) PASS: test_write_to_text_file (test.test_xml_etree.IOTest) PASS: test_write_to_user_binary_writer (test.test_xml_etree.IOTest) PASS: test_write_to_user_binary_writer_with_bom (test.test_xml_etree.IOTest) PASS: test_write_to_user_text_writer (test.test_xml_etree.IOTest) PASS: test_error_code (test.test_xml_etree.ParseErrorTest) PASS: test_error_position (test.test_xml_etree.ParseErrorTest) PASS: test_subclass (test.test_xml_etree.ParseErrorTest) PASS: test_xinclude (test.test_xml_etree.XIncludeTest) PASS: test_xinclude_default (test.test_xml_etree.XIncludeTest) PASS: test_xinclude_failures (test.test_xml_etree.XIncludeTest) PASS: test_xinclude_repeated (test.test_xml_etree.XIncludeTest) PASS: test_Element_subclass_constructor (test.test_xml_etree.ElementTreeTypeTest) PASS: test_Element_subclass_find (test.test_xml_etree.ElementTreeTypeTest) PASS: test_Element_subclass_new_method (test.test_xml_etree.ElementTreeTypeTest) PASS: test_Element_subclass_trivial (test.test_xml_etree.ElementTreeTypeTest) PASS: test_istype (test.test_xml_etree.ElementTreeTypeTest) PASS: test_bad_find (test.test_xml_etree.ElementFindTest) PASS: test_find_simple (test.test_xml_etree.ElementFindTest) PASS: test_find_through_ElementTree (test.test_xml_etree.ElementFindTest) PASS: test_find_xpath (test.test_xml_etree.ElementFindTest) PASS: test_findall (test.test_xml_etree.ElementFindTest) PASS: test_findall_different_nsmaps (test.test_xml_etree.ElementFindTest) PASS: test_findall_wildcard (test.test_xml_etree.ElementFindTest) PASS: test_test_find_with_ns (test.test_xml_etree.ElementFindTest) PASS: test_basic (test.test_xml_etree.ElementIterTest) PASS: test_copy (test.test_xml_etree.ElementIterTest) PASS: test_corners (test.test_xml_etree.ElementIterTest) PASS: test_iter_by_tag (test.test_xml_etree.ElementIterTest) PASS: test_pickle (test.test_xml_etree.ElementIterTest) PASS: test_builder_lookup_errors (test.test_xml_etree.TreeBuilderTest) PASS: test_doctype (test.test_xml_etree.TreeBuilderTest) PASS: test_dummy_builder (test.test_xml_etree.TreeBuilderTest) PASS: test_element_factory (test.test_xml_etree.TreeBuilderTest) PASS: test_element_factory_pure_python_subclass (test.test_xml_etree.TreeBuilderTest) PASS: test_element_factory_subclass (test.test_xml_etree.TreeBuilderTest) PASS: test_late_tail (test.test_xml_etree.TreeBuilderTest) PASS: test_late_tail_mix_pi_comments (test.test_xml_etree.TreeBuilderTest) PASS: test_subclass (test.test_xml_etree.TreeBuilderTest) PASS: test_subclass_comment_pi (test.test_xml_etree.TreeBuilderTest) PASS: test_treebuilder_comment (test.test_xml_etree.TreeBuilderTest) PASS: test_treebuilder_elementfactory_none (test.test_xml_etree.TreeBuilderTest) PASS: test_treebuilder_pi (test.test_xml_etree.TreeBuilderTest) PASS: test_constructor_args (test.test_xml_etree.XMLParserTest) PASS: test_doctype_warning (test.test_xml_etree.XMLParserTest) test_inherited_doctype (test.test_xml_etree.XMLParserTest) PASS: Ensure that ordinary usage is not deprecated (Issue 19176) PASS: test_parse_string (test.test_xml_etree.XMLParserTest) PASS: test_subclass (test.test_xml_etree.XMLParserTest) PASS: test_subclass_doctype (test.test_xml_etree.XMLParserTest) PASS: test_events (test.test_xml_etree.XMLPullParserTest) PASS: test_events_comment (test.test_xml_etree.XMLPullParserTest) PASS: test_events_pi (test.test_xml_etree.XMLPullParserTest) PASS: test_events_sequence (test.test_xml_etree.XMLPullParserTest) PASS: test_feed_while_iterating (test.test_xml_etree.XMLPullParserTest) PASS: test_ns_events (test.test_xml_etree.XMLPullParserTest) PASS: test_ns_events_start (test.test_xml_etree.XMLPullParserTest) PASS: test_ns_events_start_end (test.test_xml_etree.XMLPullParserTest) PASS: test_simple_xml (test.test_xml_etree.XMLPullParserTest) PASS: test_simple_xml_with_ns (test.test_xml_etree.XMLPullParserTest) PASS: test_unknown_event (test.test_xml_etree.XMLPullParserTest) PASS: test_39495_treebuilder_start (test.test_xml_etree.BugsTest) PASS: test_bug_1534630 (test.test_xml_etree.BugsTest) PASS: test_bug_200708_close (test.test_xml_etree.BugsTest) PASS: test_bug_200708_newline (test.test_xml_etree.BugsTest) PASS: test_bug_200709_default_namespace (test.test_xml_etree.BugsTest) PASS: test_bug_200709_element_comment (test.test_xml_etree.BugsTest) PASS: test_bug_200709_element_insert (test.test_xml_etree.BugsTest) PASS: test_bug_200709_iter_comment (test.test_xml_etree.BugsTest) PASS: test_bug_200709_register_namespace (test.test_xml_etree.BugsTest) PASS: test_bug_xmltoolkit21 (test.test_xml_etree.BugsTest) PASS: test_bug_xmltoolkit25 (test.test_xml_etree.BugsTest) PASS: test_bug_xmltoolkit28 (test.test_xml_etree.BugsTest) PASS: test_bug_xmltoolkit39 (test.test_xml_etree.BugsTest) PASS: test_bug_xmltoolkit54 (test.test_xml_etree.BugsTest) PASS: test_bug_xmltoolkit55 (test.test_xml_etree.BugsTest) PASS: test_bug_xmltoolkit60 (test.test_xml_etree.BugsTest) PASS: test_bug_xmltoolkit62 (test.test_xml_etree.BugsTest) PASS: test_bug_xmltoolkit63 (test.test_xml_etree.BugsTest) PASS: test_bug_xmltoolkitX1 (test.test_xml_etree.BugsTest) PASS: test_expat224_utf8_bug (test.test_xml_etree.BugsTest) PASS: test_expat224_utf8_bug_file (test.test_xml_etree.BugsTest) PASS: test_issue10777 (test.test_xml_etree.BugsTest) PASS: test_issue6233 (test.test_xml_etree.BugsTest) PASS: test_issue6565 (test.test_xml_etree.BugsTest) PASS: test_lost_elem (test.test_xml_etree.BugsTest) PASS: test_lost_tail (test.test_xml_etree.BugsTest) PASS: test_lost_text (test.test_xml_etree.BugsTest) PASS: test_issue14818 (test.test_xml_etree.KeywordArgsTest) PASS: test_c14n_exclusion (test.test_xml_etree.C14NTest) PASS: test_simple_roundtrip (test.test_xml_etree.C14NTest) SKIP: test_xml_c14n2 (test.test_xml_etree.C14NTest) 'QName rewriting in XPath text is not supported in out_inNsContent_c14nPrefixQnameXpathElem' skipped 'QName rewriting in XPath text is not supported in out_inNsContent_c14nQnameXpathElem' skipped 'Redeclared namespace handling is not supported in out_inNsRedecl_c14nDefault' skipped 'Redeclared namespace handling is not supported in out_inNsSuperfluous_c14nDefault' PASS: test_correct_import_pyET (test.test_xml_etree.NoAcceleratorTest) ---------------------------------------------------------------------- Ran 187 tests in 1.806s OK (skipped=5) 0:22:29 load avg: 0.89 [416/427] test_xmlrpc PASS: test_decode (test.test_xmlrpc.BinaryTestCase) PASS: test_default (test.test_xmlrpc.BinaryTestCase) PASS: test_string (test.test_xmlrpc.BinaryTestCase) PASS: test_cgi_get (test.test_xmlrpc.CGIHandlerTestCase) PASS: test_cgi_xmlrpc_response (test.test_xmlrpc.CGIHandlerTestCase) PASS: test_comparison (test.test_xmlrpc.DateTimeTestCase) PASS: test_datetime_datetime (test.test_xmlrpc.DateTimeTestCase) PASS: test_decode (test.test_xmlrpc.DateTimeTestCase) PASS: test_default (test.test_xmlrpc.DateTimeTestCase) PASS: test_repr (test.test_xmlrpc.DateTimeTestCase) PASS: test_time (test.test_xmlrpc.DateTimeTestCase) PASS: test_time_struct (test.test_xmlrpc.DateTimeTestCase) PASS: test_time_tuple (test.test_xmlrpc.DateTimeTestCase) PASS: test_basic (test.test_xmlrpc.FailingServerTestCase) PASS: test_fail_no_info (test.test_xmlrpc.FailingServerTestCase) PASS: test_fail_with_info (test.test_xmlrpc.FailingServerTestCase) PASS: test_dotted_attribute (test.test_xmlrpc.FaultTestCase) PASS: test_dump_fault (test.test_xmlrpc.FaultTestCase) PASS: test_repr (test.test_xmlrpc.FaultTestCase) PASS: test_bad_gzip_request (test.test_xmlrpc.GzipServerTestCase) PASS: test_gzip_request (test.test_xmlrpc.GzipServerTestCase) PASS: test_gzip_response (test.test_xmlrpc.GzipServerTestCase) PASS: test_gzip_decode_limit (test.test_xmlrpc.GzipUtilTestCase) PASS: test_header (test.test_xmlrpc.HeadersServerTestCase) PASS: test_header_empty (test.test_xmlrpc.HeadersServerTestCase) PASS: test_header_items (test.test_xmlrpc.HeadersServerTestCase) PASS: test_header_many (test.test_xmlrpc.HeadersServerTestCase) PASS: test_header_tuple (test.test_xmlrpc.HeadersServerTestCase) PASS: test_escape (test.test_xmlrpc.HelperTestCase) PASS: test_two (test.test_xmlrpc.KeepaliveServerTestCase1) PASS: test_close (test.test_xmlrpc.KeepaliveServerTestCase2) PASS: test_transport (test.test_xmlrpc.KeepaliveServerTestCase2) PASS: test_empty_path (test.test_xmlrpc.MultiPathServerTestCase) PASS: test_empty_path_fragment (test.test_xmlrpc.MultiPathServerTestCase) PASS: test_empty_path_query (test.test_xmlrpc.MultiPathServerTestCase) PASS: test_invalid_path (test.test_xmlrpc.MultiPathServerTestCase) PASS: test_path1 (test.test_xmlrpc.MultiPathServerTestCase) PASS: test_path2 (test.test_xmlrpc.MultiPathServerTestCase) PASS: test_path3 (test.test_xmlrpc.MultiPathServerTestCase) PASS: test_path_fragment (test.test_xmlrpc.MultiPathServerTestCase) PASS: test_path_query (test.test_xmlrpc.MultiPathServerTestCase) PASS: test_path_query_fragment (test.test_xmlrpc.MultiPathServerTestCase) PASS: test_root_path (test.test_xmlrpc.MultiPathServerTestCase) PASS: test_close (test.test_xmlrpc.ServerProxyTestCase) PASS: test_transport (test.test_xmlrpc.ServerProxyTestCase) PASS: test_server_encoding (test.test_xmlrpc.SimpleServerEncodingTestCase) PASS: test_404 (test.test_xmlrpc.SimpleServerTestCase) PASS: test_allow_dotted_names_true (test.test_xmlrpc.SimpleServerTestCase) PASS: test_client_encoding (test.test_xmlrpc.SimpleServerTestCase) PASS: test_context_manager (test.test_xmlrpc.SimpleServerTestCase) PASS: test_context_manager_method_error (test.test_xmlrpc.SimpleServerTestCase) PASS: test_dotted_attribute (test.test_xmlrpc.SimpleServerTestCase) PASS: test_introspection1 (test.test_xmlrpc.SimpleServerTestCase) PASS: test_introspection2 (test.test_xmlrpc.SimpleServerTestCase) PASS: test_introspection3 (test.test_xmlrpc.SimpleServerTestCase) PASS: test_introspection4 (test.test_xmlrpc.SimpleServerTestCase) PASS: test_multicall (test.test_xmlrpc.SimpleServerTestCase) PASS: test_non_existing_multicall (test.test_xmlrpc.SimpleServerTestCase) PASS: test_nonascii (test.test_xmlrpc.SimpleServerTestCase) PASS: test_nonascii_methodname (test.test_xmlrpc.SimpleServerTestCase) PASS: test_partial_post (test.test_xmlrpc.SimpleServerTestCase) PASS: test_simple1 (test.test_xmlrpc.SimpleServerTestCase) PASS: test_unicode_host (test.test_xmlrpc.SimpleServerTestCase) test_call_dispatch_func (test.test_xmlrpc.SimpleXMLRPCDispatcherTestCase) PASS: Calls the registered instance's `_dispatch` function test_call_instance_func (test.test_xmlrpc.SimpleXMLRPCDispatcherTestCase) PASS: Calls a registered instance attribute as a function test_call_registered_func (test.test_xmlrpc.SimpleXMLRPCDispatcherTestCase) PASS: Calls explicitly registered function test_cannot_locate_func (test.test_xmlrpc.SimpleXMLRPCDispatcherTestCase) PASS: Calls a function that the dispatcher cannot locate test_instance_has_no_func (test.test_xmlrpc.SimpleXMLRPCDispatcherTestCase) PASS: Attempts to call nonexistent function on a registered instance test_registered_func_is_none (test.test_xmlrpc.SimpleXMLRPCDispatcherTestCase) PASS: Calls explicitly registered function which is None PASS: test_cgihandler_has_use_builtin_types_flag (test.test_xmlrpc.UseBuiltinTypesTestCase) PASS: test_use_builtin_types (test.test_xmlrpc.UseBuiltinTypesTestCase) PASS: test_xmlrpcserver_has_use_builtin_types_flag (test.test_xmlrpc.UseBuiltinTypesTestCase) PASS: test_bug_1164912 (test.test_xmlrpc.XMLRPCTestCase) PASS: test_datetime_before_1900 (test.test_xmlrpc.XMLRPCTestCase) PASS: test_dump_bad_dict (test.test_xmlrpc.XMLRPCTestCase) PASS: test_dump_bare_datetime (test.test_xmlrpc.XMLRPCTestCase) PASS: test_dump_big_int (test.test_xmlrpc.XMLRPCTestCase) PASS: test_dump_big_long (test.test_xmlrpc.XMLRPCTestCase) PASS: test_dump_bytes (test.test_xmlrpc.XMLRPCTestCase) PASS: test_dump_double (test.test_xmlrpc.XMLRPCTestCase) PASS: test_dump_encoding (test.test_xmlrpc.XMLRPCTestCase) PASS: test_dump_load (test.test_xmlrpc.XMLRPCTestCase) PASS: test_dump_none (test.test_xmlrpc.XMLRPCTestCase) PASS: test_dump_recursive_dict (test.test_xmlrpc.XMLRPCTestCase) PASS: test_dump_recursive_seq (test.test_xmlrpc.XMLRPCTestCase) PASS: test_get_host_info (test.test_xmlrpc.XMLRPCTestCase) PASS: test_keepalive_disconnect (test.test_xmlrpc.XMLRPCTestCase) PASS: test_load_extension_types (test.test_xmlrpc.XMLRPCTestCase) PASS: test_load_standard_types (test.test_xmlrpc.XMLRPCTestCase) PASS: test_loads_unsupported (test.test_xmlrpc.XMLRPCTestCase) PASS: test_newstyle_class (test.test_xmlrpc.XMLRPCTestCase) PASS: test_ssl_presence (test.test_xmlrpc.XMLRPCTestCase) ---------------------------------------------------------------------- Ran 92 tests in 27.468s OK 0:22:58 load avg: 0.54 [417/427] test_xmlrpc_net test_xmlrpc_net skipped -- Use of the 'network' resource not enabled 0:22:58 load avg: 0.54 [418/427] test_xxlimited -- test_xmlrpc_net skipped (resource denied) PASS: test_error (test.test_xxlimited.TestXXLimited) PASS: test_foo (test.test_xxlimited.TestXXLimited) PASS: test_new (test.test_xxlimited.TestXXLimited) PASS: test_str (test.test_xxlimited.TestXXLimited) PASS: test_xxo_attributes (test.test_xxlimited.TestXXLimited) PASS: test_xxo_demo (test.test_xxlimited.TestXXLimited) PASS: test_xxo_new (test.test_xxlimited.TestXXLimited) PASS: test_foo (test.test_xxlimited.TestXXLimited35) PASS: test_new (test.test_xxlimited.TestXXLimited35) PASS: test_null (test.test_xxlimited.TestXXLimited35) PASS: test_roj (test.test_xxlimited.TestXXLimited35) PASS: test_str (test.test_xxlimited.TestXXLimited35) PASS: test_xxo_attributes (test.test_xxlimited.TestXXLimited35) PASS: test_xxo_demo (test.test_xxlimited.TestXXLimited35) PASS: test_xxo_new (test.test_xxlimited.TestXXLimited35) ---------------------------------------------------------------------- Ran 15 tests in 0.001s OK 0:22:59 load avg: 0.54 [419/427] test_xxtestfuzz test_sample_input_smoke_test (test.test_xxtestfuzz.TestFuzzer) PASS: This is only a regression test: Check that it doesn't crash. ---------------------------------------------------------------------- Ran 1 test in 0.002s OK 0:23:00 load avg: 0.54 [420/427] test_yield_from test_attempted_yield_from_loop (test.test_yield_from.TestPEP380Operation) PASS: Test attempted yield-from loop test_attempting_to_send_to_non_generator (test.test_yield_from.TestPEP380Operation) PASS: Test attempting to send to non-generator test_broken_getattr_handling (test.test_yield_from.TestPEP380Operation) PASS: Test subiterator with a broken getattr implementation test_catching_exception_from_subgen_and_returning (test.test_yield_from.TestPEP380Operation) PASS: Test catching an exception thrown into a PASS: test_close_with_cleared_frame (test.test_yield_from.TestPEP380Operation) test_conversion_of_sendNone_to_next (test.test_yield_from.TestPEP380Operation) PASS: Test conversion of send(None) to next() PASS: test_custom_iterator_return (test.test_yield_from.TestPEP380Operation) test_delegating_close (test.test_yield_from.TestPEP380Operation) PASS: Test delegating 'close' PASS: test_delegating_generators_claim_to_be_running (test.test_yield_from.TestPEP380Operation) test_delegating_throw (test.test_yield_from.TestPEP380Operation) PASS: Test delegating 'throw' test_delegating_throw_to_non_generator (test.test_yield_from.TestPEP380Operation) PASS: Test delegating 'throw' to non-generator test_delegation_of_close_to_non_generator (test.test_yield_from.TestPEP380Operation) PASS: Test delegation of close() to non-generator test_delegation_of_initial_next_to_subgenerator (test.test_yield_from.TestPEP380Operation) PASS: Test delegation of initial next() call to subgenerator test_delegation_of_next_call_to_subgenerator (test.test_yield_from.TestPEP380Operation) PASS: Test delegation of next() call to subgenerator test_delegation_of_next_to_non_generator (test.test_yield_from.TestPEP380Operation) PASS: Test delegation of next() to non-generator test_delegation_of_send (test.test_yield_from.TestPEP380Operation) PASS: Test delegation of send() PASS: test_delegator_is_visible_to_debugger (test.test_yield_from.TestPEP380Operation) test_exception_in_initial_next_call (test.test_yield_from.TestPEP380Operation) PASS: Test exception in initial next() call PASS: test_exception_value_crash (test.test_yield_from.TestPEP380Operation) test_generator_return_value (test.test_yield_from.TestPEP380Operation) PASS: Test generator return value test_handing_exception_while_delegating_close (test.test_yield_from.TestPEP380Operation) PASS: Test handling exception while delegating 'close' test_handling_exception_while_delegating_send (test.test_yield_from.TestPEP380Operation) PASS: Test handling exception while delegating 'send' test_next_and_return_with_value (test.test_yield_from.TestPEP380Operation) PASS: Test next and return with value test_raising_exception_in_delegated_next_call (test.test_yield_from.TestPEP380Operation) PASS: Test raising exception in delegated next() call test_raising_exception_in_initial_next_call (test.test_yield_from.TestPEP380Operation) PASS: Test raising exception in initial next() call test_returning_value_from_delegated_throw (test.test_yield_from.TestPEP380Operation) PASS: Test returning value from delegated 'throw' test_send_and_return_with_value (test.test_yield_from.TestPEP380Operation) PASS: Test send and return with value PASS: test_send_tuple_with_custom_generator (test.test_yield_from.TestPEP380Operation) test_throwing_GeneratorExit_into_subgen_that_raises (test.test_yield_from.TestPEP380Operation) PASS: Test throwing GeneratorExit into a subgenerator that test_throwing_GeneratorExit_into_subgen_that_returns (test.test_yield_from.TestPEP380Operation) PASS: Test throwing GeneratorExit into a subgenerator that test_throwing_GeneratorExit_into_subgenerator_that_yields (test.test_yield_from.TestPEP380Operation) PASS: Test throwing GeneratorExit into a subgenerator that test_value_attribute_of_StopIteration_exception (test.test_yield_from.TestPEP380Operation) PASS: Test 'value' attribute of StopIteration exception PASS: test_yield_from_empty (test.test_yield_from.TestPEP380Operation) ---------------------------------------------------------------------- Ran 33 tests in 0.192s OK 0:23:01 load avg: 0.54 [421/427] test_zipapp PASS: test_cmdline_copy (test.test_zipapp.ZipAppCmdlineTest) PASS: test_cmdline_copy_change_main (test.test_zipapp.ZipAppCmdlineTest) PASS: test_cmdline_copy_inplace (test.test_zipapp.ZipAppCmdlineTest) PASS: test_cmdline_create (test.test_zipapp.ZipAppCmdlineTest) PASS: test_info_command (test.test_zipapp.ZipAppCmdlineTest) PASS: test_info_error (test.test_zipapp.ZipAppCmdlineTest) PASS: test_content_of_copied_archive (test.test_zipapp.ZipAppTest) PASS: test_create_archive (test.test_zipapp.ZipAppTest) PASS: test_create_archive_default_target (test.test_zipapp.ZipAppTest) PASS: test_create_archive_filter_exclude_dir (test.test_zipapp.ZipAppTest) PASS: test_create_archive_with_compression (test.test_zipapp.ZipAppTest) PASS: test_create_archive_with_filter (test.test_zipapp.ZipAppTest) PASS: test_create_archive_with_pathlib (test.test_zipapp.ZipAppTest) PASS: test_create_archive_with_subdirs (test.test_zipapp.ZipAppTest) PASS: test_custom_interpreter (test.test_zipapp.ZipAppTest) PASS: test_default_no_shebang (test.test_zipapp.ZipAppTest) PASS: test_main_and_main_py (test.test_zipapp.ZipAppTest) PASS: test_main_only_written_once (test.test_zipapp.ZipAppTest) PASS: test_main_validation (test.test_zipapp.ZipAppTest) PASS: test_main_written (test.test_zipapp.ZipAppTest) PASS: test_modify_shebang (test.test_zipapp.ZipAppTest) PASS: test_no_main (test.test_zipapp.ZipAppTest) PASS: test_no_shebang_is_not_executable (test.test_zipapp.ZipAppTest) PASS: test_pack_to_fileobj (test.test_zipapp.ZipAppTest) PASS: test_read_from_fileobj (test.test_zipapp.ZipAppTest) PASS: test_read_from_pathobj (test.test_zipapp.ZipAppTest) PASS: test_read_missing_shebang (test.test_zipapp.ZipAppTest) PASS: test_read_shebang (test.test_zipapp.ZipAppTest) PASS: test_remove_shebang (test.test_zipapp.ZipAppTest) PASS: test_shebang_is_executable (test.test_zipapp.ZipAppTest) PASS: test_write_shebang_to_fileobj (test.test_zipapp.ZipAppTest) ---------------------------------------------------------------------- Ran 31 tests in 0.035s OK 0:23:02 load avg: 0.57 [422/427] test_zipfile test_read_with_bad_crc (test.test_zipfile.Bzip2BadCrcTests) PASS: Tests that files with bad CRCs raise a BadZipFile exception when read. test_testzip_with_bad_crc (test.test_zipfile.Bzip2BadCrcTests) PASS: Tests that files with bad CRCs return their name from testzip. PASS: test_basic (test.test_zipfile.Bzip2TestZip64InSmallFiles) PASS: test_too_many_files (test.test_zipfile.Bzip2TestZip64InSmallFiles) PASS: test_too_many_files_append (test.test_zipfile.Bzip2TestZip64InSmallFiles) PASS: test_open (test.test_zipfile.Bzip2TestsWithRandomBinaryFiles) PASS: test_random_open (test.test_zipfile.Bzip2TestsWithRandomBinaryFiles) PASS: test_read (test.test_zipfile.Bzip2TestsWithRandomBinaryFiles) PASS: test_basic (test.test_zipfile.Bzip2TestsWithSourceFile) PASS: test_compresslevel_basic (test.test_zipfile.Bzip2TestsWithSourceFile) PASS: test_iterlines (test.test_zipfile.Bzip2TestsWithSourceFile) test_low_compression (test.test_zipfile.Bzip2TestsWithSourceFile) PASS: Check for cases where compressed data is larger than original. PASS: test_open (test.test_zipfile.Bzip2TestsWithSourceFile) PASS: test_open_with_pathlike (test.test_zipfile.Bzip2TestsWithSourceFile) test_per_file_compresslevel (test.test_zipfile.Bzip2TestsWithSourceFile) PASS: Check that files within a Zip archive can have different PASS: test_random_open (test.test_zipfile.Bzip2TestsWithSourceFile) PASS: test_read1 (test.test_zipfile.Bzip2TestsWithSourceFile) PASS: test_read1_10 (test.test_zipfile.Bzip2TestsWithSourceFile) PASS: test_read_return_size (test.test_zipfile.Bzip2TestsWithSourceFile) PASS: test_readline (test.test_zipfile.Bzip2TestsWithSourceFile) PASS: test_readline_read (test.test_zipfile.Bzip2TestsWithSourceFile) PASS: test_readlines (test.test_zipfile.Bzip2TestsWithSourceFile) PASS: test_repr (test.test_zipfile.Bzip2TestsWithSourceFile) PASS: test_truncated_zipfile (test.test_zipfile.Bzip2TestsWithSourceFile) PASS: test_writestr_compression (test.test_zipfile.Bzip2TestsWithSourceFile) PASS: test_writestr_compresslevel (test.test_zipfile.Bzip2TestsWithSourceFile) PASS: test_writing_errors (test.test_zipfile.Bzip2TestsWithSourceFile) PASS: test_close_after_close (test.test_zipfile.Bzip2WriterTests) PASS: test_issue44439 (test.test_zipfile.Bzip2WriterTests) PASS: test_write_after_close (test.test_zipfile.Bzip2WriterTests) PASS: test_bad_use (test.test_zipfile.CommandLineTest) PASS: test_create_command (test.test_zipfile.CommandLineTest) PASS: test_extract_command (test.test_zipfile.CommandLineTest) PASS: test_list_command (test.test_zipfile.CommandLineTest) PASS: test_test_command (test.test_zipfile.CommandLineTest) PASS: test_bad_password (test.test_zipfile.DecryptionTests) PASS: test_good_password (test.test_zipfile.DecryptionTests) PASS: test_no_password (test.test_zipfile.DecryptionTests) PASS: test_seek_tell (test.test_zipfile.DecryptionTests) PASS: test_unicode_password (test.test_zipfile.DecryptionTests) test_read_with_bad_crc (test.test_zipfile.DeflateBadCrcTests) PASS: Tests that files with bad CRCs raise a BadZipFile exception when read. test_testzip_with_bad_crc (test.test_zipfile.DeflateBadCrcTests) PASS: Tests that files with bad CRCs return their name from testzip. PASS: test_basic (test.test_zipfile.DeflateTestZip64InSmallFiles) PASS: test_too_many_files (test.test_zipfile.DeflateTestZip64InSmallFiles) PASS: test_too_many_files_append (test.test_zipfile.DeflateTestZip64InSmallFiles) PASS: test_open (test.test_zipfile.DeflateTestsWithRandomBinaryFiles) PASS: test_random_open (test.test_zipfile.DeflateTestsWithRandomBinaryFiles) PASS: test_read (test.test_zipfile.DeflateTestsWithRandomBinaryFiles) PASS: test_basic (test.test_zipfile.DeflateTestsWithSourceFile) PASS: test_compresslevel_basic (test.test_zipfile.DeflateTestsWithSourceFile) PASS: test_iterlines (test.test_zipfile.DeflateTestsWithSourceFile) test_low_compression (test.test_zipfile.DeflateTestsWithSourceFile) PASS: Check for cases where compressed data is larger than original. PASS: test_open (test.test_zipfile.DeflateTestsWithSourceFile) PASS: test_open_with_pathlike (test.test_zipfile.DeflateTestsWithSourceFile) test_per_file_compression (test.test_zipfile.DeflateTestsWithSourceFile) PASS: Check that files within a Zip archive can have different test_per_file_compresslevel (test.test_zipfile.DeflateTestsWithSourceFile) PASS: Check that files within a Zip archive can have different PASS: test_random_open (test.test_zipfile.DeflateTestsWithSourceFile) PASS: test_read1 (test.test_zipfile.DeflateTestsWithSourceFile) PASS: test_read1_10 (test.test_zipfile.DeflateTestsWithSourceFile) PASS: test_read_return_size (test.test_zipfile.DeflateTestsWithSourceFile) PASS: test_readline (test.test_zipfile.DeflateTestsWithSourceFile) PASS: test_readline_read (test.test_zipfile.DeflateTestsWithSourceFile) PASS: test_readlines (test.test_zipfile.DeflateTestsWithSourceFile) PASS: test_repr (test.test_zipfile.DeflateTestsWithSourceFile) PASS: test_truncated_zipfile (test.test_zipfile.DeflateTestsWithSourceFile) PASS: test_writestr_compression (test.test_zipfile.DeflateTestsWithSourceFile) PASS: test_writestr_compresslevel (test.test_zipfile.DeflateTestsWithSourceFile) PASS: test_writing_errors (test.test_zipfile.DeflateTestsWithSourceFile) PASS: test_close_after_close (test.test_zipfile.DeflateWriterTests) PASS: test_issue44439 (test.test_zipfile.DeflateWriterTests) PASS: test_write_after_close (test.test_zipfile.DeflateWriterTests) PASS: test_extract (test.test_zipfile.ExtractTests) PASS: test_extract_all (test.test_zipfile.ExtractTests) PASS: test_extract_all_with_target (test.test_zipfile.ExtractTests) PASS: test_extract_all_with_target_pathlike (test.test_zipfile.ExtractTests) PASS: test_extract_hackers_arcnames_common_cases (test.test_zipfile.ExtractTests) PASS: test_extract_hackers_arcnames_posix_only (test.test_zipfile.ExtractTests) test_extract_hackers_arcnames_windows_only (test.test_zipfile.ExtractTests) SKIP: Test combination of path fixing and windows name sanitization. 'Requires \\ as path separator.' PASS: test_extract_with_target (test.test_zipfile.ExtractTests) PASS: test_extract_with_target_pathlike (test.test_zipfile.ExtractTests) PASS: test_sanitize_windows_name (test.test_zipfile.ExtractTests) test_read_with_bad_crc (test.test_zipfile.LzmaBadCrcTests) PASS: Tests that files with bad CRCs raise a BadZipFile exception when read. test_testzip_with_bad_crc (test.test_zipfile.LzmaBadCrcTests) PASS: Tests that files with bad CRCs return their name from testzip. PASS: test_basic (test.test_zipfile.LzmaTestZip64InSmallFiles) PASS: test_too_many_files (test.test_zipfile.LzmaTestZip64InSmallFiles) PASS: test_too_many_files_append (test.test_zipfile.LzmaTestZip64InSmallFiles) PASS: test_open (test.test_zipfile.LzmaTestsWithRandomBinaryFiles) PASS: test_random_open (test.test_zipfile.LzmaTestsWithRandomBinaryFiles) PASS: test_read (test.test_zipfile.LzmaTestsWithRandomBinaryFiles) PASS: test_basic (test.test_zipfile.LzmaTestsWithSourceFile) PASS: test_compresslevel_basic (test.test_zipfile.LzmaTestsWithSourceFile) PASS: test_iterlines (test.test_zipfile.LzmaTestsWithSourceFile) test_low_compression (test.test_zipfile.LzmaTestsWithSourceFile) PASS: Check for cases where compressed data is larger than original. PASS: test_open (test.test_zipfile.LzmaTestsWithSourceFile) PASS: test_open_with_pathlike (test.test_zipfile.LzmaTestsWithSourceFile) test_per_file_compresslevel (test.test_zipfile.LzmaTestsWithSourceFile) PASS: Check that files within a Zip archive can have different PASS: test_random_open (test.test_zipfile.LzmaTestsWithSourceFile) PASS: test_read1 (test.test_zipfile.LzmaTestsWithSourceFile) PASS: test_read1_10 (test.test_zipfile.LzmaTestsWithSourceFile) PASS: test_read_return_size (test.test_zipfile.LzmaTestsWithSourceFile) PASS: test_readline (test.test_zipfile.LzmaTestsWithSourceFile) PASS: test_readline_read (test.test_zipfile.LzmaTestsWithSourceFile) PASS: test_readlines (test.test_zipfile.LzmaTestsWithSourceFile) PASS: test_repr (test.test_zipfile.LzmaTestsWithSourceFile) PASS: test_truncated_zipfile (test.test_zipfile.LzmaTestsWithSourceFile) PASS: test_writestr_compression (test.test_zipfile.LzmaTestsWithSourceFile) PASS: test_writestr_compresslevel (test.test_zipfile.LzmaTestsWithSourceFile) PASS: test_writing_errors (test.test_zipfile.LzmaTestsWithSourceFile) PASS: test_close_after_close (test.test_zipfile.LzmaWriterTests) PASS: test_issue44439 (test.test_zipfile.LzmaWriterTests) PASS: test_write_after_close (test.test_zipfile.LzmaWriterTests) test_bad_compression_mode (test.test_zipfile.OtherTests) PASS: Check that bad compression methods passed to ZipFile.open are test_bad_constructor_mode (test.test_zipfile.OtherTests) PASS: Check that bad modes passed to ZipFile constructor are caught. test_bad_open_mode (test.test_zipfile.OtherTests) PASS: Check that bad modes passed to ZipFile.open are caught. PASS: test_change_comment_in_empty_archive (test.test_zipfile.OtherTests) PASS: test_change_comment_in_nonempty_archive (test.test_zipfile.OtherTests) test_close (test.test_zipfile.OtherTests) PASS: Check that the zipfile is closed after the 'with' block. PASS: test_close_erroneous_file (test.test_zipfile.OtherTests) test_close_on_exception (test.test_zipfile.OtherTests) PASS: Check that the zipfile is closed if an exception is raised in the test_closed_zip_raises_ValueError (test.test_zipfile.OtherTests) PASS: Verify that testzip() doesn't swallow inappropriate exceptions. test_comments (test.test_zipfile.OtherTests) PASS: Check that comments on the archive are handled properly. test_create_empty_zipinfo_default_attributes (test.test_zipfile.OtherTests) PASS: Ensure all required attributes are set. test_create_empty_zipinfo_repr (test.test_zipfile.OtherTests) PASS: Before bpo-26185, repr() on empty ZipInfo object was failing. PASS: test_create_non_existent_file_for_append (test.test_zipfile.OtherTests) PASS: test_create_zipinfo_before_1980 (test.test_zipfile.OtherTests) test_damaged_zipfile (test.test_zipfile.OtherTests) PASS: Check that zipfiles with missing bytes at the end raise BadZipFile. PASS: test_decompress_without_3rd_party_library (test.test_zipfile.OtherTests) PASS: test_empty_file_raises_BadZipFile (test.test_zipfile.OtherTests) PASS: test_empty_zipfile (test.test_zipfile.OtherTests) test_exclusive_create_zip_file (test.test_zipfile.OtherTests) PASS: Test exclusive creating a new zipfile. test_is_zip_erroneous_file (test.test_zipfile.OtherTests) PASS: Check that is_zipfile() correctly identifies non-zip files. test_is_zip_valid_file (test.test_zipfile.OtherTests) PASS: Check that is_zipfile() correctly identifies zip files. PASS: test_negative_central_directory_offset_raises_BadZipFile (test.test_zipfile.OtherTests) PASS: test_non_existent_file_raises_OSError (test.test_zipfile.OtherTests) test_null_byte_in_filename (test.test_zipfile.OtherTests) PASS: Check that a filename containing a null byte is properly PASS: test_open_conflicting_handles (test.test_zipfile.OtherTests) PASS: test_open_empty_file (test.test_zipfile.OtherTests) test_open_non_existent_item (test.test_zipfile.OtherTests) PASS: Check that attempting to call open() for an item that doesn't PASS: test_open_via_zip_info (test.test_zipfile.OtherTests) test_read0 (test.test_zipfile.OtherTests) PASS: Check that calling read(0) on a ZipExtFile object returns an empty PASS: test_read_after_write_unicode_filenames (test.test_zipfile.OtherTests) PASS: test_read_unicode_filenames (test.test_zipfile.OtherTests) PASS: test_seek_tell (test.test_zipfile.OtherTests) test_struct_sizes (test.test_zipfile.OtherTests) PASS: Check that ZIP internal structure sizes are calculated correctly. PASS: test_unicode_comment (test.test_zipfile.OtherTests) PASS: test_unsupported_compression (test.test_zipfile.OtherTests) PASS: test_unsupported_version (test.test_zipfile.OtherTests) PASS: test_write_unicode_filenames (test.test_zipfile.OtherTests) PASS: test_writestr_extended_local_header_issue1202 (test.test_zipfile.OtherTests) test_zipfile_with_short_extra_field (test.test_zipfile.OtherTests) PASS: If an extra field in the header is less than 4 bytes, skip it. PASS: test_write_filtered_python_package (test.test_zipfile.PyZipFileTests) PASS: test_write_non_pyfile (test.test_zipfile.PyZipFileTests) PASS: test_write_pathlike (test.test_zipfile.PyZipFileTests) PASS: test_write_pyfile (test.test_zipfile.PyZipFileTests) PASS: test_write_pyfile_bad_syntax (test.test_zipfile.PyZipFileTests) PASS: test_write_python_directory (test.test_zipfile.PyZipFileTests) PASS: test_write_python_directory_filtered (test.test_zipfile.PyZipFileTests) PASS: test_write_python_package (test.test_zipfile.PyZipFileTests) PASS: test_write_with_optimization (test.test_zipfile.PyZipFileTests) test_read_with_bad_crc (test.test_zipfile.StoredBadCrcTests) PASS: Tests that files with bad CRCs raise a BadZipFile exception when read. test_testzip_with_bad_crc (test.test_zipfile.StoredBadCrcTests) PASS: Tests that files with bad CRCs return their name from testzip. PASS: test_absolute_arcnames (test.test_zipfile.StoredTestZip64InSmallFiles) PASS: test_append (test.test_zipfile.StoredTestZip64InSmallFiles) test_bad_zip64_extra (test.test_zipfile.StoredTestZip64InSmallFiles) PASS: Missing zip64 extra records raises an exception. PASS: test_basic (test.test_zipfile.StoredTestZip64InSmallFiles) PASS: test_generated_valid_zip64_extra (test.test_zipfile.StoredTestZip64InSmallFiles) PASS: test_large_file_exception (test.test_zipfile.StoredTestZip64InSmallFiles) PASS: test_too_many_files (test.test_zipfile.StoredTestZip64InSmallFiles) PASS: test_too_many_files_append (test.test_zipfile.StoredTestZip64InSmallFiles) PASS: test_open (test.test_zipfile.StoredTestsWithRandomBinaryFiles) PASS: test_random_open (test.test_zipfile.StoredTestsWithRandomBinaryFiles) PASS: test_read (test.test_zipfile.StoredTestsWithRandomBinaryFiles) PASS: test_absolute_arcnames (test.test_zipfile.StoredTestsWithSourceFile) PASS: test_add_file_after_2107 (test.test_zipfile.StoredTestsWithSourceFile) PASS: test_add_file_before_1980 (test.test_zipfile.StoredTestsWithSourceFile) PASS: test_append_to_concatenated_zip_file (test.test_zipfile.StoredTestsWithSourceFile) test_append_to_non_zip_file (test.test_zipfile.StoredTestsWithSourceFile) PASS: Test appending to an existing file that is not a zipfile. test_append_to_zip_file (test.test_zipfile.StoredTestsWithSourceFile) PASS: Test appending to an existing zipfile. PASS: test_basic (test.test_zipfile.StoredTestsWithSourceFile) PASS: test_compresslevel_basic (test.test_zipfile.StoredTestsWithSourceFile) PASS: test_ignores_newline_at_end (test.test_zipfile.StoredTestsWithSourceFile) PASS: test_ignores_stuff_appended_past_comments (test.test_zipfile.StoredTestsWithSourceFile) PASS: test_io_on_closed_zipextfile (test.test_zipfile.StoredTestsWithSourceFile) PASS: test_iterlines (test.test_zipfile.StoredTestsWithSourceFile) PASS: test_open (test.test_zipfile.StoredTestsWithSourceFile) PASS: test_open_with_pathlike (test.test_zipfile.StoredTestsWithSourceFile) test_per_file_compresslevel (test.test_zipfile.StoredTestsWithSourceFile) PASS: Check that files within a Zip archive can have different PASS: test_random_open (test.test_zipfile.StoredTestsWithSourceFile) PASS: test_read1 (test.test_zipfile.StoredTestsWithSourceFile) PASS: test_read1_10 (test.test_zipfile.StoredTestsWithSourceFile) PASS: test_read_concatenated_zip_file (test.test_zipfile.StoredTestsWithSourceFile) PASS: test_read_return_size (test.test_zipfile.StoredTestsWithSourceFile) PASS: test_readline (test.test_zipfile.StoredTestsWithSourceFile) PASS: test_readline_read (test.test_zipfile.StoredTestsWithSourceFile) PASS: test_readlines (test.test_zipfile.StoredTestsWithSourceFile) PASS: test_repr (test.test_zipfile.StoredTestsWithSourceFile) PASS: test_truncated_zipfile (test.test_zipfile.StoredTestsWithSourceFile) test_write_default_name (test.test_zipfile.StoredTestsWithSourceFile) PASS: Check that calling ZipFile.write without arcname specified test_write_to_readonly (test.test_zipfile.StoredTestsWithSourceFile) PASS: Check that trying to call write() on a readonly ZipFile object PASS: test_writestr_compression (test.test_zipfile.StoredTestsWithSourceFile) PASS: test_writestr_compresslevel (test.test_zipfile.StoredTestsWithSourceFile) PASS: test_writestr_permissions (test.test_zipfile.StoredTestsWithSourceFile) PASS: test_writing_errors (test.test_zipfile.StoredTestsWithSourceFile) PASS: test_close_after_close (test.test_zipfile.StoredWriterTests) PASS: test_issue44439 (test.test_zipfile.StoredWriterTests) PASS: test_write_after_close (test.test_zipfile.StoredWriterTests) PASS: test_execute_zip2 (test.test_zipfile.TestExecutablePrependedZip) PASS: test_execute_zip64 (test.test_zipfile.TestExecutablePrependedZip) PASS: test_read_zip64_with_exe_prepended (test.test_zipfile.TestExecutablePrependedZip) PASS: test_read_zip_with_exe_prepended (test.test_zipfile.TestExecutablePrependedZip) PASS: test_dir_parent (test.test_zipfile.TestPath) PASS: test_filename (test.test_zipfile.TestPath) PASS: test_implied_dirs_performance (test.test_zipfile.TestPath) PASS: test_inheritance (test.test_zipfile.TestPath) PASS: test_is_file_missing (test.test_zipfile.TestPath) PASS: test_iterdir_and_types (test.test_zipfile.TestPath) PASS: test_iterdir_on_file (test.test_zipfile.TestPath) PASS: test_joinpath (test.test_zipfile.TestPath) test_joinpath_constant_time (test.test_zipfile.TestPath) PASS: Ensure joinpath on items in zipfile is linear time. PASS: test_joinpath_multiple (test.test_zipfile.TestPath) PASS: test_missing_dir_parent (test.test_zipfile.TestPath) test_mutability (test.test_zipfile.TestPath) PASS: If the underlying zipfile is changed, the Path object should PASS: test_open (test.test_zipfile.TestPath) PASS: test_open_binary_invalid_args (test.test_zipfile.TestPath) test_open_extant_directory (test.test_zipfile.TestPath) PASS: Attempting to open a directory raises IsADirectoryError. test_open_missing_directory (test.test_zipfile.TestPath) PASS: Attempting to open a missing directory raises FileNotFoundError. test_open_write (test.test_zipfile.TestPath) PASS: If the zipfile is open for write, it should be possible to PASS: test_parent (test.test_zipfile.TestPath) test_pathlike_construction (test.test_zipfile.TestPath) PASS: zipfile.Path should be constructable from a path-like object PASS: test_read (test.test_zipfile.TestPath) PASS: test_read_does_not_close (test.test_zipfile.TestPath) test_root_name (test.test_zipfile.TestPath) PASS: The name of the root should be the name of the zipfile PASS: test_root_parent (test.test_zipfile.TestPath) test_root_unnamed (test.test_zipfile.TestPath) PASS: It is an error to attempt to get the name PASS: test_subclass (test.test_zipfile.TestPath) PASS: test_subdir_is_dir (test.test_zipfile.TestPath) PASS: test_traverse_pathlike (test.test_zipfile.TestPath) test_traverse_simplediv (test.test_zipfile.TestPath) PASS: Disable the __future__.division when testing traversal. PASS: test_traverse_truediv (test.test_zipfile.TestPath) PASS: test_bug_6050 (test.test_zipfile.TestWithDirectory) PASS: test_extract_dir (test.test_zipfile.TestWithDirectory) PASS: test_write_dir (test.test_zipfile.TestWithDirectory) PASS: test_writestr_dir (test.test_zipfile.TestWithDirectory) PASS: test_different_file (test.test_zipfile.TestsWithMultipleOpens) PASS: test_interleaved (test.test_zipfile.TestsWithMultipleOpens) PASS: test_many_opens (test.test_zipfile.TestsWithMultipleOpens) PASS: test_read_after_close (test.test_zipfile.TestsWithMultipleOpens) PASS: test_read_after_write (test.test_zipfile.TestsWithMultipleOpens) PASS: test_same_file (test.test_zipfile.TestsWithMultipleOpens) PASS: test_write_after_read (test.test_zipfile.TestsWithMultipleOpens) PASS: test_write_while_reading (test.test_zipfile.TestsWithMultipleOpens) PASS: test_open_write (test.test_zipfile.UnseekableTests) PASS: test_write (test.test_zipfile.UnseekableTests) PASS: test_writestr (test.test_zipfile.UnseekableTests) PASS: test_from_dir (test.test_zipfile.ZipInfoTests) PASS: test_from_file (test.test_zipfile.ZipInfoTests) PASS: test_from_file_bytes (test.test_zipfile.ZipInfoTests) PASS: test_from_file_fileno (test.test_zipfile.ZipInfoTests) PASS: test_from_file_pathlike (test.test_zipfile.ZipInfoTests) ---------------------------------------------------------------------- Ran 259 tests in 9.110s OK (skipped=1) 0:23:12 load avg: 0.61 [423/427] test_zipfile64 test_zipfile64 skipped -- test requires loads of disk-space bytes and a long time to run 0:23:12 load avg: 0.64 [424/427] test_zipimport -- test_zipfile64 skipped (resource denied) PASS: testBadArgs (test.test_zipimport.BadFileZipImportTestCase) PASS: testEmptyFile (test.test_zipimport.BadFileZipImportTestCase) PASS: testEmptyFilename (test.test_zipimport.BadFileZipImportTestCase) PASS: testFileUnreadable (test.test_zipimport.BadFileZipImportTestCase) PASS: testFilenameTooLong (test.test_zipimport.BadFileZipImportTestCase) PASS: testNoFile (test.test_zipimport.BadFileZipImportTestCase) PASS: testNotZipFile (test.test_zipimport.BadFileZipImportTestCase) PASS: test2038MTime (test.test_zipimport.CompressedZipImportTestCase) PASS: testAFakeZlib (test.test_zipimport.CompressedZipImportTestCase) PASS: testBadMTime (test.test_zipimport.CompressedZipImportTestCase) PASS: testBadMagic (test.test_zipimport.CompressedZipImportTestCase) PASS: testBadMagic2 (test.test_zipimport.CompressedZipImportTestCase) PASS: testBeginningCruftAndComment (test.test_zipimport.CompressedZipImportTestCase) PASS: testBoth (test.test_zipimport.CompressedZipImportTestCase) PASS: testBytesPath (test.test_zipimport.CompressedZipImportTestCase) PASS: testComment (test.test_zipimport.CompressedZipImportTestCase) PASS: testDefaultOptimizationLevel (test.test_zipimport.CompressedZipImportTestCase) testDoctestFile (test.test_zipimport.CompressedZipImportTestCase) ... 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 PASS: testDoctestSuite (test.test_zipimport.CompressedZipImportTestCase) PASS: testEmptyPy (test.test_zipimport.CompressedZipImportTestCase) PASS: testGetCompiledSource (test.test_zipimport.CompressedZipImportTestCase) PASS: testGetData (test.test_zipimport.CompressedZipImportTestCase) PASS: testGetSource (test.test_zipimport.CompressedZipImportTestCase) PASS: testImport_WithStuff (test.test_zipimport.CompressedZipImportTestCase) PASS: testImporterAttr (test.test_zipimport.CompressedZipImportTestCase) PASS: testInvalidateCaches (test.test_zipimport.CompressedZipImportTestCase) PASS: testLargestPossibleComment (test.test_zipimport.CompressedZipImportTestCase) PASS: testMixedNamespacePackage (test.test_zipimport.CompressedZipImportTestCase) PASS: testNamespacePackage (test.test_zipimport.CompressedZipImportTestCase) PASS: testPackage (test.test_zipimport.CompressedZipImportTestCase) PASS: testPy (test.test_zipimport.CompressedZipImportTestCase) PASS: testPyc (test.test_zipimport.CompressedZipImportTestCase) PASS: testSubNamespacePackage (test.test_zipimport.CompressedZipImportTestCase) PASS: testSubPackage (test.test_zipimport.CompressedZipImportTestCase) PASS: testTraceback (test.test_zipimport.CompressedZipImportTestCase) PASS: testUncheckedHashBasedPyc (test.test_zipimport.CompressedZipImportTestCase) PASS: testUnencodable (test.test_zipimport.CompressedZipImportTestCase) PASS: testZipImporterMethods (test.test_zipimport.CompressedZipImportTestCase) PASS: testZipImporterMethodsInSubDirectory (test.test_zipimport.CompressedZipImportTestCase) PASS: test_checked_hash_based_change_pyc (test.test_zipimport.CompressedZipImportTestCase) PASS: test2038MTime (test.test_zipimport.UncompressedZipImportTestCase) PASS: testAFakeZlib (test.test_zipimport.UncompressedZipImportTestCase) PASS: testBadMTime (test.test_zipimport.UncompressedZipImportTestCase) PASS: testBadMagic (test.test_zipimport.UncompressedZipImportTestCase) PASS: testBadMagic2 (test.test_zipimport.UncompressedZipImportTestCase) PASS: testBeginningCruftAndComment (test.test_zipimport.UncompressedZipImportTestCase) PASS: testBoth (test.test_zipimport.UncompressedZipImportTestCase) PASS: testBytesPath (test.test_zipimport.UncompressedZipImportTestCase) PASS: testComment (test.test_zipimport.UncompressedZipImportTestCase) PASS: testDefaultOptimizationLevel (test.test_zipimport.UncompressedZipImportTestCase) testDoctestFile (test.test_zipimport.UncompressedZipImportTestCase) ... 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 PASS: testDoctestSuite (test.test_zipimport.UncompressedZipImportTestCase) PASS: testEmptyPy (test.test_zipimport.UncompressedZipImportTestCase) PASS: testGetCompiledSource (test.test_zipimport.UncompressedZipImportTestCase) PASS: testGetData (test.test_zipimport.UncompressedZipImportTestCase) PASS: testGetSource (test.test_zipimport.UncompressedZipImportTestCase) PASS: testImport_WithStuff (test.test_zipimport.UncompressedZipImportTestCase) PASS: testImporterAttr (test.test_zipimport.UncompressedZipImportTestCase) PASS: testInvalidateCaches (test.test_zipimport.UncompressedZipImportTestCase) PASS: testLargestPossibleComment (test.test_zipimport.UncompressedZipImportTestCase) PASS: testMixedNamespacePackage (test.test_zipimport.UncompressedZipImportTestCase) PASS: testNamespacePackage (test.test_zipimport.UncompressedZipImportTestCase) PASS: testPackage (test.test_zipimport.UncompressedZipImportTestCase) PASS: testPy (test.test_zipimport.UncompressedZipImportTestCase) PASS: testPyc (test.test_zipimport.UncompressedZipImportTestCase) PASS: testSubNamespacePackage (test.test_zipimport.UncompressedZipImportTestCase) PASS: testSubPackage (test.test_zipimport.UncompressedZipImportTestCase) PASS: testTraceback (test.test_zipimport.UncompressedZipImportTestCase) PASS: testUncheckedHashBasedPyc (test.test_zipimport.UncompressedZipImportTestCase) PASS: testUnencodable (test.test_zipimport.UncompressedZipImportTestCase) PASS: testZipImporterMethods (test.test_zipimport.UncompressedZipImportTestCase) PASS: testZipImporterMethodsInSubDirectory (test.test_zipimport.UncompressedZipImportTestCase) PASS: test_checked_hash_based_change_pyc (test.test_zipimport.UncompressedZipImportTestCase) ---------------------------------------------------------------------- Ran 73 tests in 0.115s OK 0:23:13 load avg: 0.64 [425/427] test_zipimport_support test_doctest_issue4197 (test.test_zipimport_support.ZipSupportTests) ... Contents of '/var/volatile/tmp/tmp6_4_lqf2/test_zip.zip': File Name Modified Size test_zipped_doctest.py 2023-01-06 16:32:00 103640 sample_zipped_doctest.py 2023-01-06 16:32:00 1045 sample_zipped_doctest_no_doctests.py 2023-01-06 16:32:00 269 sample_zipped_doctest_no_docstrings.py 2023-01-06 16:32:00 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) ... Expected line File "/var/volatile/tmp/tmp27f4gm97/script.py", line 2, in __main__.Test Got stdout: b'**********************************************************************\nFile "/var/volatile/tmp/tmp27f4gm97/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 "/var/volatile/tmp/tmp27f4gm97/test_zip.zip/__main__.py", line 2, in __main__.Test Got stdout: b'**********************************************************************\nFile "/var/volatile/tmp/tmp27f4gm97/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 PASS: test_inspect_getsource_issue4223 (test.test_zipimport_support.ZipSupportTests) PASS: test_pdb_issue4201 (test.test_zipimport_support.ZipSupportTests) ---------------------------------------------------------------------- Ran 4 tests in 0.391s OK 0:23:14 load avg: 0.64 [426/427] test_zlib SKIP: test_big_buffer (test.test_zlib.ChecksumBigBufferTestCase) 'not enough memory: 4.0G minimum needed' PASS: test_adler32empty (test.test_zlib.ChecksumTestCase) PASS: test_adler32start (test.test_zlib.ChecksumTestCase) PASS: test_crc32_adler32_unsigned (test.test_zlib.ChecksumTestCase) PASS: test_crc32empty (test.test_zlib.ChecksumTestCase) PASS: test_crc32start (test.test_zlib.ChecksumTestCase) PASS: test_penguins (test.test_zlib.ChecksumTestCase) PASS: test_same_as_binascii_crc32 (test.test_zlib.ChecksumTestCase) PASS: test_64bit_compress (test.test_zlib.CompressObjectTestCase) PASS: test_badcompresscopy (test.test_zlib.CompressObjectTestCase) PASS: test_baddecompresscopy (test.test_zlib.CompressObjectTestCase) PASS: test_big_compress_buffer (test.test_zlib.CompressObjectTestCase) PASS: test_big_decompress_buffer (test.test_zlib.CompressObjectTestCase) PASS: test_clear_unconsumed_tail (test.test_zlib.CompressObjectTestCase) PASS: test_compresscopy (test.test_zlib.CompressObjectTestCase) PASS: test_compressincremental (test.test_zlib.CompressObjectTestCase) PASS: test_compressoptions (test.test_zlib.CompressObjectTestCase) PASS: test_compresspickle (test.test_zlib.CompressObjectTestCase) PASS: test_decompimax (test.test_zlib.CompressObjectTestCase) PASS: test_decompinc (test.test_zlib.CompressObjectTestCase) PASS: test_decompincflush (test.test_zlib.CompressObjectTestCase) PASS: test_decompress_eof (test.test_zlib.CompressObjectTestCase) PASS: test_decompress_eof_incomplete_stream (test.test_zlib.CompressObjectTestCase) PASS: test_decompress_incomplete_stream (test.test_zlib.CompressObjectTestCase) PASS: test_decompress_raw_with_dictionary (test.test_zlib.CompressObjectTestCase) PASS: test_decompress_unused_data (test.test_zlib.CompressObjectTestCase) PASS: test_decompresscopy (test.test_zlib.CompressObjectTestCase) PASS: test_decompressmaxlen (test.test_zlib.CompressObjectTestCase) PASS: test_decompressmaxlenflush (test.test_zlib.CompressObjectTestCase) PASS: test_decompresspickle (test.test_zlib.CompressObjectTestCase) PASS: test_dictionary (test.test_zlib.CompressObjectTestCase) PASS: test_dictionary_streaming (test.test_zlib.CompressObjectTestCase) PASS: test_empty_flush (test.test_zlib.CompressObjectTestCase) PASS: test_flush_custom_length (test.test_zlib.CompressObjectTestCase) PASS: test_flush_large_length (test.test_zlib.CompressObjectTestCase) PASS: test_flush_with_freed_input (test.test_zlib.CompressObjectTestCase) PASS: test_flushes (test.test_zlib.CompressObjectTestCase) PASS: test_keywords (test.test_zlib.CompressObjectTestCase) PASS: test_large_unconsumed_tail (test.test_zlib.CompressObjectTestCase) PASS: test_large_unused_data (test.test_zlib.CompressObjectTestCase) PASS: test_maxlen_custom (test.test_zlib.CompressObjectTestCase) PASS: test_maxlen_large (test.test_zlib.CompressObjectTestCase) PASS: test_maxlenmisc (test.test_zlib.CompressObjectTestCase) PASS: test_odd_flush (test.test_zlib.CompressObjectTestCase) PASS: test_pair (test.test_zlib.CompressObjectTestCase) PASS: test_wbits (test.test_zlib.CompressObjectTestCase) PASS: test_64bit_compress (test.test_zlib.CompressTestCase) PASS: test_big_compress_buffer (test.test_zlib.CompressTestCase) PASS: test_big_decompress_buffer (test.test_zlib.CompressTestCase) PASS: test_custom_bufsize (test.test_zlib.CompressTestCase) PASS: test_incomplete_stream (test.test_zlib.CompressTestCase) PASS: test_keywords (test.test_zlib.CompressTestCase) PASS: test_large_bufsize (test.test_zlib.CompressTestCase) PASS: test_speech (test.test_zlib.CompressTestCase) PASS: test_speech128 (test.test_zlib.CompressTestCase) PASS: test_badargs (test.test_zlib.ExceptionTestCase) PASS: test_badcompressobj (test.test_zlib.ExceptionTestCase) PASS: test_baddecompressobj (test.test_zlib.ExceptionTestCase) PASS: test_badlevel (test.test_zlib.ExceptionTestCase) PASS: test_decompressobj_badflush (test.test_zlib.ExceptionTestCase) PASS: test_disallow_instantiation (test.test_zlib.ExceptionTestCase) PASS: test_overflow (test.test_zlib.ExceptionTestCase) PASS: test_library_version (test.test_zlib.VersionTestCase) ---------------------------------------------------------------------- Ran 63 tests in 0.746s OK (skipped=1) 0:23:16 load avg: 0.64 [427/427] test_zoneinfo test test_zoneinfo crashed -- Traceback (most recent call last): File "/usr/lib/python3.10/test/libregrtest/runtest.py", line 335, in _runtest_inner refleak = _runtest_inner2(ns, test_name) File "/usr/lib/python3.10/test/libregrtest/runtest.py", line 280, in _runtest_inner2 the_module = importlib.import_module(abstest) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/usr/lib/python3.10/test/test_zoneinfo/__init__.py", line 1, in from .test_zoneinfo import * File "/usr/lib/python3.10/test/test_zoneinfo/test_zoneinfo.py", line 25, in py_zoneinfo, c_zoneinfo = test_support.get_modules() File "/usr/lib/python3.10/test/test_zoneinfo/_support.py", line 21, in inner return cached() File "/usr/lib/python3.10/test/test_zoneinfo/_support.py", line 36, in get_modules import zoneinfo as c_module ModuleNotFoundError: No module named 'zoneinfo' test_zoneinfo failed (uncaught exception) == Tests result: FAILURE == 399 tests OK. 1 test failed: test_zoneinfo 27 tests skipped: test_asdl_parser test_check_c_globals test_clinic test_curses test_dbm_gnu test_devpoll test_gdb test_idle test_kqueue test_msilib test_ossaudiodev test_smtpnet test_socketserver test_startfile test_tcl test_tix test_tk test_ttk_guionly test_ttk_textonly test_turtle test_urllib2net test_urllibnet test_winconsoleio test_winreg test_winsound test_xmlrpc_net test_zipfile64 Total duration: 23 min 16 sec Tests result: FAILURE DURATION: 1397