textual/tests
Will McGugan cd22309b13 snapshit
2025-04-11 16:22:38 +01:00
..
animations test fixes 2024-10-02 14:42:55 +01:00
command_palette fix tests and snapshots 2024-12-08 15:46:56 +00:00
css parser refactor 2025-04-01 17:11:17 +01:00
directory_tree Add a unit test for changing DirecotryTree.path 2024-02-26 10:01:41 +00:00
document fix: make Document.end zero-indexed (#4427) 2024-04-19 15:39:34 +01:00
footer Tweaks 2024-10-16 17:09:08 +01:00
input Test for Input.select_on_focus interaction with AppBlur and AppFocus 2024-12-29 21:10:38 +00:00
layouts remove old hack 2024-09-07 17:52:25 +01:00
listview fix(listview): update index after items removed (#5135) 2024-11-28 16:00:52 +00:00
notifications Don't hard-code the tested timeout in the notification tests 2024-01-22 08:16:59 +00:00
option_list style and components fixes 2025-02-10 20:02:43 +00:00
renderables snapshots 2025-01-04 14:51:11 +00:00
select Bugfix Select.selection with no value selected 2025-03-14 12:29:10 +01:00
selection_list height cache 2025-03-24 15:17:43 +00:00
snapshot_tests snapshit 2025-04-11 16:22:38 +01:00
suggester Add tests for suggester. 2023-05-25 17:32:26 +01:00
text_area change to app query model 2025-02-19 21:13:18 +00:00
toggles snapshot tests 2025-03-25 17:02:00 +00:00
tree snapshots 2024-09-23 12:58:49 +01:00
utilities Textual dev (#2884) 2023-07-03 15:37:40 +01:00
workers Fix tests. 2024-03-26 10:56:36 +00:00
__init__.py
deadlock.py error message 2024-06-13 16:01:45 +01:00
test_actions.py test fixes 2024-05-16 21:15:48 +01:00
test_animation.py Test flakiness investigation and attempted fixes ❄ (#3498) 2023-10-25 14:41:02 +01:00
test_animator.py Cancelling scrolling animations on new scroll_to calls (#4081) 2024-01-31 16:27:48 +00:00
test_app.py Chaining click events (double/triple click etc) (#5369) 2024-12-11 16:25:42 +00:00
test_app_focus_blur.py Don't restore focus on AppFocus if something has focus 2024-03-07 15:31:05 +00:00
test_arrange.py add offset to WidgetPlacement 2024-11-18 10:54:16 +00:00
test_auto_refresh.py don't refresh if not visible 2024-08-06 10:45:07 +01:00
test_await_remove.py simplify test 2024-08-02 00:54:26 +02:00
test_binary_encode.py fix encoding 2024-08-20 16:51:02 +01:00
test_binding.py normalize keys 2025-04-09 15:15:22 +01:00
test_binding_inheritance.py snapshots 2024-12-06 16:01:54 +00:00
test_border.py markup parse and tests 2025-01-31 19:12:04 +00:00
test_border_subtitle.py simplify 2024-11-10 20:48:21 +00:00
test_box_drawing.py Keyline rule (#3669) 2023-11-27 11:54:53 +00:00
test_box_model.py snapshots 2024-01-31 13:42:30 +00:00
test_cache.py Make cache public (#3976) 2024-01-08 13:19:33 +00:00
test_call_x_schedulers.py call_next preserves prevented messages information. 2023-08-24 16:05:25 +01:00
test_case.py
test_collapsible.py Add a test for getting a message when changing collapsible via reactive 2024-03-04 10:16:46 +00:00
test_color.py tests 2024-11-12 12:45:17 +00:00
test_command.py snappier command palette 2025-02-15 22:23:51 +00:00
test_compositor.py change to app query model 2025-02-19 21:13:18 +00:00
test_compositor_regions_to_spans.py
test_concurrency.py Rich log (#3046) 2023-08-03 10:11:17 +01:00
test_constants.py Better validation of environment variables (#5192) 2024-10-29 10:13:04 +00:00
test_containers.py Allow scrollbar size of zero (scrollable containers without scrollbars) (#3488) 2023-10-10 15:37:13 +01:00
test_content.py Rename textual markup to content markup 2025-04-11 09:38:00 +01:00
test_content_switcher.py added ContentSwitcher.add_conent 2024-06-12 17:33:41 +01:00
test_count_parameters.py tests 2024-09-07 17:52:42 +01:00
test_data_bind.py fix data binding 2024-03-18 15:26:41 +00:00
test_data_table.py better docs 2024-08-02 00:54:26 +02:00
test_demo.py lazy reveal 2024-11-11 15:30:14 +00:00
test_disabled.py Rich log (#3046) 2023-08-03 10:11:17 +01:00
test_dom.py Revert "feat: Add UnionType support to query method" 2025-03-27 10:22:42 +00:00
test_driver.py test fixes 2024-11-14 18:39:16 +00:00
test_duration.py tests 2024-07-20 18:07:22 +01:00
test_dynamic_bindings.py typing fixes 2024-05-17 17:40:58 +01:00
test_easing.py
test_eta.py tests 2024-03-15 13:55:07 +00:00
test_expand_tabs.py Fixing insert value on tab key press, tests for get_tab_widths 2024-01-16 10:24:34 +00:00
test_features.py
test_file_monitor.py Fix CSS watcher crashing when file becomes unavailable... (#4079) 2024-01-31 13:10:14 +00:00
test_focus.py Fix allow_focus 2025-04-11 16:17:37 +01:00
test_freeze.py remove except 2023-01-19 14:18:40 +00:00
test_fuzzy.py test fixes 2025-02-11 15:02:55 +00:00
test_gc.py tests 2024-09-07 17:52:42 +01:00
test_geometry.py tests 2025-01-06 17:52:08 +00:00
test_header.py change to app query model 2025-02-19 21:13:18 +00:00
test_immutable_sequence_view.py Add isort pre-commit hook, sort imports in src and test directories 2023-02-09 13:28:08 +00:00
test_issue_4248.py test fixes 2025-02-03 15:51:41 +00:00
test_keymap.py Keymaps (#5038) 2024-09-30 09:17:59 +01:00
test_keys.py Add key_to_character function 2024-08-27 17:30:29 +01:00
test_layout_resolve.py
test_lazy.py timing issue in test 2024-11-15 18:17:44 +00:00
test_line_filter.py implement dim fix (#2326) 2023-04-19 13:24:31 +01:00
test_line_split.py Rich log (#3046) 2023-08-03 10:11:17 +01:00
test_links.py test 2024-05-23 08:35:42 +01:00
test_loading.py simplify loading (#3816) 2023-12-06 17:31:03 +00:00
test_log.py disabled fix 2024-09-23 13:35:44 +01:00
test_loop.py test for loop_from_index 2024-10-24 11:32:21 +01:00
test_markdown.py Fix some tests 2024-10-28 15:19:14 +00:00
test_markdownviewer.py tests(markdown): prevent tests from opening links 2024-10-24 19:24:55 +01:00
test_markup.py typing fix 2025-02-06 19:57:29 +00:00
test_masked_input.py Snapshot fixes 2024-12-05 16:36:00 +00:00
test_message_handling.py calculate message namespace from __qualname__ when not specified (#3940) 2024-07-17 13:38:28 +01:00
test_message_pump.py refactor 2024-08-02 00:53:14 +02:00
test_modal.py annotations 2024-08-02 00:53:14 +02:00
test_mount.py Compositor ignores non-mounted widgets. 2023-11-21 14:23:09 +00:00
test_node_list.py tests 2024-07-20 18:07:22 +01:00
test_on.py feat(events): add control property to Enter and Leave 2024-10-23 14:22:41 +01:00
test_overflow_change.py Renamed 'Vertical' to 'VerticalScroll'. 2023-03-08 18:31:24 +00:00
test_parser.py
test_partition.py
test_paste.py Fix tests. 2023-05-17 10:27:57 +01:00
test_path.py remove old hack 2024-09-07 17:52:25 +01:00
test_pilot.py change to app query model 2025-02-19 21:13:18 +00:00
test_pipe.py don't depend on python command 2024-06-14 14:50:03 +01:00
test_placeholder.py Update example and test files. 2022-11-25 18:23:24 +00:00
test_progress_bar.py edge case and fix 2024-07-18 15:40:25 +01:00
test_query.py change to app query model 2025-02-19 21:13:18 +00:00
test_reactive.py test fix 2024-08-02 00:54:27 +02:00
test_resolve.py hide panel title 2024-08-22 11:04:48 +01:00
test_rlock.py rlock tests 2024-06-06 14:59:16 +01:00
test_rule.py feat: add rule widget (#3209) 2023-09-04 17:57:10 +01:00
test_screen_modes.py change to app query model 2025-02-19 21:13:18 +00:00
test_screens.py change to app query model 2025-02-19 21:13:18 +00:00
test_segment_tools.py Fix for CSS outline issues (#3656) 2023-11-14 11:43:45 +00:00
test_shutdown.py async test 2024-06-11 10:53:26 +01:00
test_signal.py signal arguments 2024-04-22 17:05:46 +01:00
test_slug.py Update snapshots (#4788) 2024-08-02 00:54:20 +02:00
test_spatial_map.py fix for spatial map and layout 2024-11-18 14:03:53 +00:00
test_strip.py fix infinite loop in cropping 2024-10-23 15:23:52 +01:00
test_style_importance.py Fixes suggested by linter (#2769) 2023-06-12 15:00:19 +01:00
test_style_inheritance.py Fix imports. 2023-10-26 12:15:55 +01:00
test_style_parse.py markup parse and tests 2025-01-31 19:12:04 +00:00
test_style_properties.py Cleanup and new test. 2023-01-17 10:29:19 +00:00
test_styles_cache.py test fix, fix outline 2025-01-18 17:28:46 +00:00
test_suggestions.py
test_suspend.py signals 2024-05-25 11:21:22 +01:00
test_switch.py Fixes a bug that causes Click events to bubble up from Switch widgets. 2023-07-22 11:42:32 +02:00
test_tabbed_content.py Tweak tests to check unsetting works. 2024-03-14 15:06:50 +00:00
test_tabs.py Testing fixes 2024-10-30 14:52:23 +00:00
test_test_runner.py test fix 2024-09-09 17:55:35 +01:00
test_textlog.py Rich log (#3046) 2023-08-03 10:11:17 +01:00
test_tooltips.py update changelog and typo in test description 2024-08-09 20:59:43 +02:00
test_two_way_dict.py Updating tests for DataTable 2023-02-09 11:16:14 +00:00
test_unmount.py Update tests/test_unmount.py 2024-09-09 10:43:18 +01:00
test_validation.py Fix Number and Float validation errors, allow underscores, add tests. Fix issue #4718 (#4784) 2024-09-05 08:20:39 +01:00
test_version.py added test 2023-01-18 14:51:50 +00:00
test_visible.py Consider visible children inside invisible containers when computing focus chain (#3070) 2023-08-28 11:06:39 +01:00
test_widget.py Merge branch 'main' into app-query-change 2025-03-27 13:46:49 +00:00
test_widget_child_moving.py remove debug 2024-07-09 10:49:40 +01:00
test_widget_mount_point.py mass renaming 2023-02-13 15:09:40 +00:00
test_widget_mounting.py remove old hack 2024-09-07 17:52:25 +01:00
test_widget_navigation.py Optimise optionlist/radio_set scrolling method 2024-10-24 14:25:31 +01:00
test_widget_removing.py don't bubble detached widgets 2024-06-06 17:34:55 +01:00
test_widget_visibility.py test 2024-07-17 16:20:49 +01:00
test_win_sleep.py Merge branch 'win-sleep-bug' of github.com:textualize/textual into win-sleep-bug 2023-06-12 11:38:48 +01:00
test_wrap.py Updating chunk and divide_line tests using to reflect code changes 2024-01-18 12:56:47 +00:00
test_xterm_parser.py Include all statuses 2024-12-19 12:26:56 +00:00