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