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