python/rapidfuzz: update to 3.11.0
[oi-userland.git] / components / python / installer / test / results-all.master
blob3a658327e316eb548f8ba9eec5c8da69321bcde4
1 ============================= test session starts ==============================
2 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
3 cachedir: .pytest_cache
4 hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('$(@D)/.hypothesis/examples')
5 rootdir: $(@D)
6 asyncio: mode=strict
7 collecting ... collected 121 items
9 ::project PASSED
10 tests/test_core.py::TestInstall::test_accepts_newer_minor_wheel_versions PASSED
11 tests/test_core.py::TestInstall::test_calls_destination_correctly PASSED
12 tests/test_core.py::TestInstall::test_ensure_non_executable_for_additional_metadata PASSED
13 tests/test_core.py::TestInstall::test_errors_out_when_given_invalid_scheme_in_data PASSED
14 tests/test_core.py::TestInstall::test_handles_data_properly PASSED
15 tests/test_core.py::TestInstall::test_handles_platlib PASSED
16 tests/test_core.py::TestInstall::test_no_entrypoints_is_ok PASSED
17 tests/test_core.py::TestInstall::test_rejects_newer_major_wheel_versions PASSED
18 tests/test_destinations.py::TestSchemeDictionaryDestination::test_finalize_write_record PASSED
19 tests/test_destinations.py::TestSchemeDictionaryDestination::test_write_file[normal file in subfolder] PASSED
20 tests/test_destinations.py::TestSchemeDictionaryDestination::test_write_file[normal file] PASSED
21 tests/test_destinations.py::TestSchemeDictionaryDestination::test_write_file[script file in subfolder] PASSED
22 tests/test_destinations.py::TestSchemeDictionaryDestination::test_write_file[script file] PASSED
23 tests/test_destinations.py::TestSchemeDictionaryDestination::test_write_record_duplicate PASSED
24 tests/test_destinations.py::TestSchemeDictionaryDestination::test_write_script PASSED
25 tests/test_destinations.py::TestWheelDestination::test_raises_not_implemented_error PASSED
26 tests/test_destinations.py::TestWheelDestination::test_takes_no_arguments PASSED
27 tests/test_main.py::test_get_scheme_dict PASSED
28 tests/test_main.py::test_get_scheme_dict_prefix PASSED
29 tests/test_main.py::test_main PASSED
30 tests/test_main.py::test_main_no_pyc PASSED
31 tests/test_main.py::test_main_prefix PASSED
32 tests/test_records.py::TestParseRecordFile::test_accepts_all_kinds_of_iterables[record_simple_file] PASSED
33 tests/test_records.py::TestParseRecordFile::test_accepts_all_kinds_of_iterables[record_simple_iter] PASSED
34 tests/test_records.py::TestParseRecordFile::test_accepts_all_kinds_of_iterables[record_simple_list] PASSED
35 tests/test_records.py::TestParseRecordFile::test_accepts_empty_iterable PASSED
36 tests/test_records.py::TestParseRecordFile::test_parse_record_entry_with_backslash_path PASSED
37 tests/test_records.py::TestParseRecordFile::test_parse_record_entry_with_comma PASSED
38 tests/test_records.py::TestParseRecordFile::test_rejects_wrong_element_count[five] PASSED
39 tests/test_records.py::TestParseRecordFile::test_rejects_wrong_element_count[four] PASSED
40 tests/test_records.py::TestParseRecordFile::test_shows_correct_row_number PASSED
41 tests/test_records.py::TestRecordEntry::test_equality PASSED
42 tests/test_records.py::TestRecordEntry::test_invalid_elements[---caused_by0] PASSED
43 tests/test_records.py::TestRecordEntry::test_invalid_elements[--non-int-caused_by1] PASSED
44 tests/test_records.py::TestRecordEntry::test_invalid_elements[a.py--non-int-caused_by2] PASSED
45 tests/test_records.py::TestRecordEntry::test_invalid_elements[a.py-some-random-value-non-int-caused_by3] PASSED
46 tests/test_records.py::TestRecordEntry::test_populates_attributes_correctly[purelib-elements0-test1\n-True] PASSED
47 tests/test_records.py::TestRecordEntry::test_populates_attributes_correctly[purelib-elements1-test2\n-True] PASSED
48 tests/test_records.py::TestRecordEntry::test_populates_attributes_correctly[purelib-elements2-test3\n-True] PASSED
49 tests/test_records.py::TestRecordEntry::test_populates_attributes_correctly[purelib-elements3-test1\n-False] PASSED
50 tests/test_records.py::TestRecordEntry::test_populates_attributes_correctly[purelib-elements4-test1\n-True] PASSED
51 tests/test_records.py::TestRecordEntry::test_populates_attributes_correctly[purelib-elements5-test1\n-True] PASSED
52 tests/test_records.py::TestRecordEntry::test_string_representation[purelib-elements0-test1\n-True] PASSED
53 tests/test_records.py::TestRecordEntry::test_string_representation[purelib-elements1-test2\n-True] PASSED
54 tests/test_records.py::TestRecordEntry::test_string_representation[purelib-elements2-test3\n-True] PASSED
55 tests/test_records.py::TestRecordEntry::test_string_representation[purelib-elements3-test1\n-False] PASSED
56 tests/test_records.py::TestRecordEntry::test_string_representation[purelib-elements4-test1\n-True] PASSED
57 tests/test_records.py::TestRecordEntry::test_string_representation[purelib-elements5-test1\n-True] PASSED
58 tests/test_records.py::TestRecordEntry::test_string_representation_with_prefix[purelib-elements0-test1\n-True] PASSED
59 tests/test_records.py::TestRecordEntry::test_string_representation_with_prefix[purelib-elements1-test2\n-True] PASSED
60 tests/test_records.py::TestRecordEntry::test_string_representation_with_prefix[purelib-elements2-test3\n-True] PASSED
61 tests/test_records.py::TestRecordEntry::test_string_representation_with_prefix[purelib-elements3-test1\n-False] PASSED
62 tests/test_records.py::TestRecordEntry::test_string_representation_with_prefix[purelib-elements4-test1\n-True] PASSED
63 tests/test_records.py::TestRecordEntry::test_string_representation_with_prefix[purelib-elements5-test1\n-True] PASSED
64 tests/test_records.py::TestRecordEntry::test_valid_elements[a.py--3144] PASSED
65 tests/test_records.py::TestRecordEntry::test_valid_elements[a.py--] PASSED
66 tests/test_records.py::TestRecordEntry::test_valid_elements[a.py-sha256=AVTFPZpEKzuHr7OvQZmhaU3LvwKz06AJw8mT\\_pNh2yI-3144] PASSED
67 tests/test_records.py::TestRecordEntry::test_valid_elements[a.py-sha256=AVTFPZpEKzuHr7OvQZmhaU3LvwKz06AJw8mT\\_pNh2yI-] PASSED
68 tests/test_records.py::TestRecordEntry::test_validation[purelib-elements0-test1\n-True] PASSED
69 tests/test_records.py::TestRecordEntry::test_validation[purelib-elements1-test2\n-True] PASSED
70 tests/test_records.py::TestRecordEntry::test_validation[purelib-elements2-test3\n-True] PASSED
71 tests/test_records.py::TestRecordEntry::test_validation[purelib-elements3-test1\n-False] PASSED
72 tests/test_records.py::TestRecordEntry::test_validation[purelib-elements4-test1\n-True] PASSED
73 tests/test_records.py::TestRecordEntry::test_validation[purelib-elements5-test1\n-True] PASSED
74 tests/test_scripts.py::test_script_generate_launcher[win-amd64-console] PASSED
75 tests/test_scripts.py::test_script_generate_launcher[win-amd64-gui] PASSED
76 tests/test_scripts.py::test_script_generate_launcher[win-arm-console] PASSED
77 tests/test_scripts.py::test_script_generate_launcher[win-arm-gui] PASSED
78 tests/test_scripts.py::test_script_generate_launcher[win-ia32-console] PASSED
79 tests/test_scripts.py::test_script_generate_launcher[win-ia32-gui] PASSED
80 tests/test_scripts.py::test_script_generate_launcher_error[console-nonexist] PASSED
81 tests/test_scripts.py::test_script_generate_launcher_error[nonexist-nonexist] PASSED
82 tests/test_scripts.py::test_script_generate_launcher_error[nonexist-win-ia32] PASSED
83 tests/test_scripts.py::test_script_generate_simple PASSED
84 tests/test_scripts.py::test_script_generate_space_in_executable PASSED
85 tests/test_sources.py::TestWheelFile::test_accept_wheel_with_signature_file PASSED
86 tests/test_sources.py::TestWheelFile::test_correctly_reads_from_dist_info_files PASSED
87 tests/test_sources.py::TestWheelFile::test_enforces_single_dist_info PASSED
88 tests/test_sources.py::TestWheelFile::test_finds_dist_info PASSED
89 tests/test_sources.py::TestWheelFile::test_provides_correct_contents PASSED
90 tests/test_sources.py::TestWheelFile::test_provides_correct_dist_info_filenames PASSED
91 tests/test_sources.py::TestWheelFile::test_reject_signature_file_in_record PASSED
92 tests/test_sources.py::TestWheelFile::test_rejects_invalid_record_entry PASSED
93 tests/test_sources.py::TestWheelFile::test_rejects_no_record_on_validate PASSED
94 tests/test_sources.py::TestWheelFile::test_rejects_not_okay_name PASSED
95 tests/test_sources.py::TestWheelFile::test_rejects_record_contain_self_hash PASSED
96 tests/test_sources.py::TestWheelFile::test_rejects_record_missing_file_on_validate PASSED
97 tests/test_sources.py::TestWheelFile::test_rejects_record_missing_hash PASSED
98 tests/test_sources.py::TestWheelFile::test_rejects_record_validation_failed PASSED
99 tests/test_sources.py::TestWheelFile::test_requires_dist_info_name_match PASSED
100 tests/test_sources.py::TestWheelSource::test_correctly_computes_properties PASSED
101 tests/test_sources.py::TestWheelSource::test_raises_not_implemented_error PASSED
102 tests/test_sources.py::TestWheelSource::test_takes_two_arguments PASSED
103 tests/test_utils.py::TestCanonicalizeDistributionName::test_valid_cases[ABC..12-abc-12] PASSED
104 tests/test_utils.py::TestCanonicalizeDistributionName::test_valid_cases[package-1-package-1] PASSED
105 tests/test_utils.py::TestConstructRecord::test_construct PASSED
106 tests/test_utils.py::TestCopyFileObjWithHashing::test_basic_functionality PASSED
107 tests/test_utils.py::TestParseEntryPoints::test_valid[cli-and-gui] PASSED
108 tests/test_utils.py::TestParseEntryPoints::test_valid[cli] PASSED
109 tests/test_utils.py::TestParseEntryPoints::test_valid[empty] PASSED
110 tests/test_utils.py::TestParseEntryPoints::test_valid[gui] PASSED
111 tests/test_utils.py::TestParseEntryPoints::test_valid[unrelated] PASSED
112 tests/test_utils.py::TestParseMetadata::test_basics PASSED
113 tests/test_utils.py::TestParseWheelFilename::test_invalid_cases[pip-20.0.0---.whl] PASSED
114 tests/test_utils.py::TestParseWheelFilename::test_invalid_cases[pip-20.0.0-py2.py3-none-any.zip] PASSED
115 tests/test_utils.py::TestParseWheelFilename::test_invalid_cases[pip-20.0.0.whl] PASSED
116 tests/test_utils.py::TestParseWheelFilename::test_valid_cases[package-1!1.0+abc.7-753-py3-none-any.whl-expected0] PASSED
117 tests/test_utils.py::TestParseWheelFilename::test_valid_cases[package-1!1.0+abc.7-py3-none-any.whl-expected1] PASSED
118 tests/test_utils.py::TestParseWheelFilename::test_valid_cases[tensorflow-2.3.0-cp38-cp38-macosx_10_11_x86_64.whl-expected2] PASSED
119 tests/test_utils.py::TestParseWheelFilename::test_valid_cases[tensorflow-2.3.0-cp38-cp38-manylinux2010_x86_64.whl-expected3] PASSED
120 tests/test_utils.py::TestParseWheelFilename::test_valid_cases[tensorflow-2.3.0-cp38-cp38-win_amd64.whl-expected4] PASSED
121 tests/test_utils.py::TestScript::test_keep_data[#!py\ntest] PASSED
122 tests/test_utils.py::TestScript::test_keep_data[#!something\ntest] PASSED
123 tests/test_utils.py::TestScript::test_keep_data[#something\ntest] PASSED
124 tests/test_utils.py::TestScript::test_keep_data[#something] PASSED
125 tests/test_utils.py::TestScript::test_keep_data[something] PASSED
126 tests/test_utils.py::TestScript::test_replace_shebang[python-no-content] PASSED
127 tests/test_utils.py::TestScript::test_replace_shebang[python-with-args] PASSED
128 tests/test_utils.py::TestScript::test_replace_shebang[python] PASSED
129 tests/test_utils.py::TestScript::test_replace_shebang[pythonw] PASSED
131 ======== 121 passed ========