perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / python / prompt_toolkit / test / results-all.master
blobe97da5717d2e1a60e77b8c0d117ac66848fff7fe
1 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
2 py$(PYV): commands[0]> python -m pytest
3 ============================= test session starts ==============================
4 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python
5 cachedir: .tox/py$(PYV)/.pytest_cache
6 rootdir: $(@D)
7 configfile: pyproject.toml
8 collecting ... collected 151 items
10 tests/test_async_generator.py::test_generator_to_async_generator PASSED
11 tests/test_buffer.py::test_initial PASSED
12 tests/test_buffer.py::test_insert_text PASSED
13 tests/test_buffer.py::test_cursor_movement PASSED
14 tests/test_buffer.py::test_backspace PASSED
15 tests/test_buffer.py::test_cursor_up PASSED
16 tests/test_buffer.py::test_cursor_down PASSED
17 tests/test_buffer.py::test_join_next_line PASSED
18 tests/test_buffer.py::test_newline PASSED
19 tests/test_buffer.py::test_swap_characters_before_cursor PASSED
20 tests/test_cli.py::test_simple_text_input PASSED
21 tests/test_cli.py::test_emacs_cursor_movements PASSED
22 tests/test_cli.py::test_emacs_kill_multiple_words_and_paste PASSED
23 tests/test_cli.py::test_interrupts PASSED
24 tests/test_cli.py::test_emacs_yank PASSED
25 tests/test_cli.py::test_quoted_insert PASSED
26 tests/test_cli.py::test_transformations PASSED
27 tests/test_cli.py::test_emacs_other_bindings PASSED
28 tests/test_cli.py::test_controlx_controlx PASSED
29 tests/test_cli.py::test_emacs_history_bindings PASSED
30 tests/test_cli.py::test_emacs_reverse_search PASSED
31 tests/test_cli.py::test_emacs_arguments PASSED
32 tests/test_cli.py::test_emacs_arguments_for_all_commands PASSED
33 tests/test_cli.py::test_emacs_kill_ring PASSED
34 tests/test_cli.py::test_emacs_selection PASSED
35 tests/test_cli.py::test_emacs_insert_comment PASSED
36 tests/test_cli.py::test_emacs_record_macro PASSED
37 tests/test_cli.py::test_emacs_nested_macro PASSED
38 tests/test_cli.py::test_prefix_meta PASSED
39 tests/test_cli.py::test_bracketed_paste PASSED
40 tests/test_cli.py::test_vi_cursor_movements PASSED
41 tests/test_cli.py::test_vi_operators PASSED
42 tests/test_cli.py::test_vi_text_objects PASSED
43 tests/test_cli.py::test_vi_digraphs PASSED
44 tests/test_cli.py::test_vi_block_editing PASSED
45 tests/test_cli.py::test_vi_block_editing_empty_lines PASSED
46 tests/test_cli.py::test_vi_visual_line_copy PASSED
47 tests/test_cli.py::test_vi_visual_empty_line PASSED
48 tests/test_cli.py::test_vi_character_delete_after_cursor PASSED
49 tests/test_cli.py::test_vi_character_delete_before_cursor PASSED
50 tests/test_cli.py::test_vi_character_paste PASSED
51 tests/test_cli.py::test_vi_temp_navigation_mode PASSED
52 tests/test_cli.py::test_vi_macros PASSED
53 tests/test_cli.py::test_accept_default PASSED
54 tests/test_completion.py::test_pathcompleter_completes_in_current_directory PASSED
55 tests/test_completion.py::test_pathcompleter_completes_files_in_current_directory PASSED
56 tests/test_completion.py::test_pathcompleter_completes_files_in_absolute_directory PASSED
57 tests/test_completion.py::test_pathcompleter_completes_directories_with_only_directories PASSED
58 tests/test_completion.py::test_pathcompleter_respects_completions_under_min_input_len PASSED
59 tests/test_completion.py::test_pathcompleter_does_not_expanduser_by_default PASSED
60 tests/test_completion.py::test_pathcompleter_can_expanduser PASSED
61 tests/test_completion.py::test_pathcompleter_can_apply_file_filter PASSED
62 tests/test_completion.py::test_pathcompleter_get_paths_constrains_path PASSED
63 tests/test_completion.py::test_word_completer_static_word_list PASSED
64 tests/test_completion.py::test_word_completer_ignore_case PASSED
65 tests/test_completion.py::test_word_completer_match_middle PASSED
66 tests/test_completion.py::test_word_completer_sentence PASSED
67 tests/test_completion.py::test_word_completer_dynamic_word_list PASSED
68 tests/test_completion.py::test_word_completer_pattern PASSED
69 tests/test_completion.py::test_fuzzy_completer PASSED
70 tests/test_completion.py::test_nested_completer PASSED
71 tests/test_completion.py::test_deduplicate_completer PASSED
72 tests/test_document.py::test_current_char PASSED
73 tests/test_document.py::test_text_before_cursor PASSED
74 tests/test_document.py::test_text_after_cursor PASSED
75 tests/test_document.py::test_lines PASSED
76 tests/test_document.py::test_line_count PASSED
77 tests/test_document.py::test_current_line_before_cursor PASSED
78 tests/test_document.py::test_current_line_after_cursor PASSED
79 tests/test_document.py::test_current_line PASSED
80 tests/test_document.py::test_cursor_position PASSED
81 tests/test_document.py::test_translate_index_to_position PASSED
82 tests/test_document.py::test_is_cursor_at_the_end PASSED
83 tests/test_filter.py::test_never PASSED
84 tests/test_filter.py::test_always PASSED
85 tests/test_filter.py::test_invert PASSED
86 tests/test_filter.py::test_or PASSED
87 tests/test_filter.py::test_and PASSED
88 tests/test_filter.py::test_nested_and PASSED
89 tests/test_filter.py::test_nested_or PASSED
90 tests/test_filter.py::test_to_filter PASSED
91 tests/test_filter.py::test_filter_cache_regression_1 PASSED
92 tests/test_filter.py::test_filter_cache_regression_2 PASSED
93 tests/test_filter.py::test_filter_remove_duplicates PASSED
94 tests/test_formatted_text.py::test_basic_html PASSED
95 tests/test_formatted_text.py::test_html_with_fg_bg PASSED
96 tests/test_formatted_text.py::test_ansi_formatting PASSED
97 tests/test_formatted_text.py::test_ansi_256_color PASSED
98 tests/test_formatted_text.py::test_ansi_true_color PASSED
99 tests/test_formatted_text.py::test_ansi_interpolation PASSED
100 tests/test_formatted_text.py::test_interpolation PASSED
101 tests/test_formatted_text.py::test_html_interpolation PASSED
102 tests/test_formatted_text.py::test_merge_formatted_text PASSED
103 tests/test_formatted_text.py::test_pygments_tokens PASSED
104 tests/test_formatted_text.py::test_split_lines PASSED
105 tests/test_formatted_text.py::test_split_lines_2 PASSED
106 tests/test_formatted_text.py::test_split_lines_3 PASSED
107 tests/test_history.py::test_in_memory_history PASSED
108 tests/test_history.py::test_file_history PASSED
109 tests/test_history.py::test_threaded_file_history PASSED
110 tests/test_history.py::test_threaded_in_memory_history PASSED
111 tests/test_inputstream.py::test_control_keys PASSED
112 tests/test_inputstream.py::test_arrows PASSED
113 tests/test_inputstream.py::test_escape PASSED
114 tests/test_inputstream.py::test_special_double_keys PASSED
115 tests/test_inputstream.py::test_flush_1 PASSED
116 tests/test_inputstream.py::test_flush_2 PASSED
117 tests/test_inputstream.py::test_meta_arrows PASSED
118 tests/test_inputstream.py::test_control_square_close PASSED
119 tests/test_inputstream.py::test_invalid PASSED
120 tests/test_inputstream.py::test_cpr_response PASSED
121 tests/test_inputstream.py::test_cpr_response_2 PASSED
122 tests/test_key_binding.py::test_remove_bindings PASSED
123 tests/test_key_binding.py::test_feed_simple PASSED
124 tests/test_key_binding.py::test_feed_several PASSED
125 tests/test_key_binding.py::test_control_square_closed_any PASSED
126 tests/test_key_binding.py::test_common_prefix PASSED
127 tests/test_key_binding.py::test_previous_key_sequence PASSED
128 tests/test_layout.py::test_layout_class PASSED
129 tests/test_layout.py::test_create_invalid_layout PASSED
130 tests/test_memory_leaks.py::test_prompt_session_memory_leak XPASS (M...)
131 tests/test_print_formatted_text.py::test_print_formatted_text PASSED
132 tests/test_print_formatted_text.py::test_print_formatted_text_backslash_r PASSED
133 tests/test_print_formatted_text.py::test_formatted_text_with_style PASSED
134 tests/test_print_formatted_text.py::test_html_with_style PASSED
135 tests/test_regular_languages.py::test_simple_match PASSED
136 tests/test_regular_languages.py::test_variable_varname PASSED
137 tests/test_regular_languages.py::test_prefix PASSED
138 tests/test_regular_languages.py::test_completer PASSED
139 tests/test_shortcuts.py::test_split_multiline_prompt PASSED
140 tests/test_shortcuts.py::test_print_container PASSED
141 tests/test_style.py::test_style_from_dict PASSED
142 tests/test_style.py::test_class_combinations_1 PASSED
143 tests/test_style.py::test_class_combinations_2 PASSED
144 tests/test_style.py::test_substyles PASSED
145 tests/test_style.py::test_swap_light_and_dark_style_transformation PASSED
146 tests/test_style_transformation.py::test_adjust_brightness_style_transformation PASSED
147 tests/test_utils.py::test_using_weights PASSED
148 tests/test_vt100_output.py::test_get_closest_ansi_color PASSED
149 tests/test_widgets.py::test_default_button PASSED
150 tests/test_widgets.py::test_custom_button PASSED
151 tests/test_yank_nth_arg.py::test_empty_history PASSED
152 tests/test_yank_nth_arg.py::test_simple_search PASSED
153 tests/test_yank_nth_arg.py::test_simple_search_with_quotes PASSED
154 tests/test_yank_nth_arg.py::test_simple_search_with_arg PASSED
155 tests/test_yank_nth_arg.py::test_simple_search_with_arg_out_of_bounds PASSED
156 tests/test_yank_nth_arg.py::test_repeated_search PASSED
157 tests/test_yank_nth_arg.py::test_repeated_search_with_wraparound PASSED
158 tests/test_yank_nth_arg.py::test_yank_nth_arg PASSED
159 tests/test_yank_nth_arg.py::test_repeated_yank_nth_arg PASSED
160 tests/test_yank_nth_arg.py::test_yank_nth_arg_with_arg PASSED
162 =============================== warnings summary ===============================
163 tests/test_key_binding.py::test_feed_simple
164 tests/test_key_binding.py::test_feed_several
165 tests/test_key_binding.py::test_control_square_closed_any
166 tests/test_key_binding.py::test_common_prefix
167 tests/test_key_binding.py::test_previous_key_sequence
168   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/prompt_toolkit/key_binding/key_processor.py:414: RuntimeWarning: coroutine 'KeyProcessor._start_timeout.<locals>.wait' was never awaited
169     self._flush_wait_task = app.create_background_task(wait())
170   Enable tracemalloc to get traceback where the object was allocated.
171   See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.
173 -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
174 ======== 150 passed, 1 xpassed, 5 warnings ========
175   py$(PYV): OK
176   congratulations :)