perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / python / seedir / test / results-all.master
blobdcbfa598128a56648d3b14c5dc60d96ea313f547
1 ============================= test session starts ==============================
2 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
3 cachedir: .pytest_cache
4 rootdir: $(@D)
5 collecting ... collected 66 items
7 tests/test_seedir.py::TestSeedirStringFormatting::test_get_base_header_0 PASSED
8 tests/test_seedir.py::TestSeedirStringFormatting::test_get_base_header_013 PASSED
9 tests/test_seedir.py::TestSeedirStringFormatting::test_get_base_header_empty PASSED
10 tests/test_seedir.py::TestSeedirStringFormatting::test_STYLE_DICT_members PASSED
11 tests/test_seedir.py::TestSeedirStringFormatting::test_get_style_args_all_accessible[lines] PASSED
12 tests/test_seedir.py::TestSeedirStringFormatting::test_get_style_args_all_accessible[dash] PASSED
13 tests/test_seedir.py::TestSeedirStringFormatting::test_get_style_args_all_accessible[spaces] PASSED
14 tests/test_seedir.py::TestSeedirStringFormatting::test_get_style_args_all_accessible[arrow] PASSED
15 tests/test_seedir.py::TestSeedirStringFormatting::test_get_style_args_all_accessible[plus] PASSED
16 tests/test_seedir.py::TestSeedirStringFormatting::test_access_missing_style PASSED
17 tests/test_seedir.py::TestSeedirStringFormatting::test_get_style_args_deepcopy PASSED
18 tests/test_seedir.py::TestSeedirStringFormatting::test_format_indent_4 PASSED
19 tests/test_seedir.py::TestSeedirStringFormatting::test_format_indent_1 PASSED
20 tests/test_seedir.py::TestSeedirStringFormatting::test_words_list_start PASSED
21 tests/test_seedir.py::TestSeedirStringFormatting::test_words_list_length PASSED
22 tests/test_seedir.py::TestFakeDirReading::test_read_string PASSED
23 tests/test_seedir.py::TestFakeDirReading::test_parse_comments_on PASSED
24 tests/test_seedir.py::TestFakeDirReading::test_parse_comments_off PASSED
25 tests/test_seedir.py::TestFakeDir::test_count_fake_folders PASSED
26 tests/test_seedir.py::TestFakeDir::test_count_fake_files PASSED
27 tests/test_seedir.py::TestFakeDir::test_sort_fakedir PASSED
28 tests/test_seedir.py::TestFakeDir::test_exclude_files_and_reread PASSED
29 tests/test_seedir.py::TestFakeDir::test_include_files_and_reread PASSED
30 tests/test_seedir.py::TestFakeDir::test_delete_string_names PASSED
31 tests/test_seedir.py::TestFakeDir::test_delete_objects PASSED
32 tests/test_seedir.py::TestFakeDir::test_set_parent PASSED
33 tests/test_seedir.py::TestFakeDir::test_walk_apply PASSED
34 tests/test_seedir.py::TestFakeDir::test_depth_setting PASSED
35 tests/test_seedir.py::TestFakeDir::test_randomdir_seed PASSED
36 tests/test_seedir.py::TestFakeDir::test_empty_fakedir_has_no_children PASSED
37 tests/test_seedir.py::TestFakeDir::test_populate_adds_children PASSED
38 tests/test_seedir.py::TestFakeDir::test_copy_equal PASSED
39 tests/test_seedir.py::TestFakeDir::test_copy_unlinked PASSED
40 tests/test_seedir.py::TestMask::test_mask_no_folders_or_files PASSED
41 tests/test_seedir.py::TestMask::test_mask_always_false PASSED
42 tests/test_seedir.py::TestMask::test_mask_fakedir_fromstring PASSED
43 tests/test_seedir.py::TestMask::test_mask_fakedir PASSED
44 tests/test_seedir.py::TestFolderStructure::test_many_randomdirs PASSED
45 tests/test_seedir.py::TestFolderStructure::test_itemlimit0_nobeyond PASSED
46 tests/test_seedir.py::TestFolderStructure::test_depthlimit0_nobeyond PASSED
47 tests/test_seedir.py::TestFolderStructure::test_itemlimit0_beyond_content PASSED
48 tests/test_seedir.py::TestFolderStructure::test_depthlimit0_beyond_content PASSED
49 tests/test_seedir.py::TestFolderStructure::test_depthlimit1 PASSED
50 tests/test_seedir.py::TestFolderStructure::test_depthlimit1_beyond_content PASSED
51 tests/test_seedir.py::TestFolderStructure::test_depthlimit1_beyond_content_exclude PASSED
52 tests/test_seedir.py::TestFolderStructure::test_complex_sort PASSED
53 tests/test_seedir.py::TestFolderStructure::test_complex_inclusion PASSED
54 tests/test_seedir.py::TestFormatter::test_formatter_beyond PASSED
55 tests/test_seedir.py::TestFormatter::test_formatter_no_return PASSED
56 tests/test_seedir.py::TestFormatter::test_expand_one_folder_sticky PASSED
57 tests/test_seedir.py::TestFormatter::test_expand_one_folder_nosticky PASSED
58 tests/test_seedir.py::TestFormatter::test_mask_with_fmt PASSED
59 tests/test_seedir.py::TestTupleItemLimit::test_None_None PASSED
60 tests/test_seedir.py::TestTupleItemLimit::test_None_1 PASSED
61 tests/test_seedir.py::TestTupleItemLimit::test_1_None PASSED
62 tests/test_seedir.py::TestTupleItemLimit::test_1_1 PASSED
63 tests/test_seedir.py::TestTupleItemLimit::test_filter_letter_example_2_2 PASSED
64 tests/test_seedir.py::TestTupleItemLimit::test_filter_letter_example_2_None PASSED
65 tests/test_seedir.py::TestTupleItemLimit::test_filter_letter_example_None_0 PASSED
66 tests/test_seedir.py::TestTupleItemLimit::test_filter_letter_example_0_0 PASSED
67 tests/test_seedir.py::TestTupleItemLimit::test_works_with_list PASSED
68 tests/test_seedir.py::TestErrorHandlingArgs::test_handle_errors_correct_type PASSED
69 tests/test_seedir.py::TestErrorHandlingArgs::test_handle_errors_incorrect_type PASSED
70 tests/test_seedir.py::TestErrorHandlingArgs::test_handle_errors_None PASSED
71 tests/test_seedir.py::TestErrorHandlingArgs::test_handle_errors_tuple PASSED
72 tests/test_seedir.py::TestErrorHandlingArgs::test_handle_errors_different_string PASSED
74 ======== 66 passed ========