textual/tests
2023-09-06 14:46:33 +01:00
..
command_palette Actually use the command source in the test, in the test, redux 2023-08-29 11:37:23 +01:00
css Rename CSS files to TCSS. 2023-08-22 13:21:17 +01:00
input Fix click on input with double width chars (#3066) 2023-08-29 15:19:49 +01:00
layouts Add isort pre-commit hook, sort imports in src and test directories 2023-02-09 13:28:08 +00:00
listview Fix for empty ListView bindings not firing (#2281) 2023-04-13 15:32:56 +01:00
notifications Make notification documentation and interface match changed rendering (notifications fix option 2) (#2963) 2023-07-18 09:39:11 +01:00
option_list Add unit tests for multiline prompts 2023-08-07 23:19:02 +02:00
renderables blog post new release (#2712) 2023-06-01 11:33:54 +01:00
select Add a test for Select.value being set from the constructor 2023-07-31 15:00:31 +01:00
selection_list Add a docstring to the new test 2023-08-09 08:11:00 +01:00
snapshot_tests Merge branch 'main' into M-x 2023-09-06 14:46:33 +01:00
suggester Add tests for suggester. 2023-05-25 17:32:26 +01:00
toggles Add a test for after-the-fact adding of buttons to a RadioSet 2023-06-05 13:30:58 +01:00
tree separating tests, adding explanatory comments 2023-07-28 21:34:29 +02:00
utilities Textual dev (#2884) 2023-07-03 15:37:40 +01:00
workers Move worker tests into their own sub-directory 2023-07-18 08:34:46 +01:00
__init__.py workflow 2021-07-05 20:37:54 +01:00
test_actions.py Add tests for action parsing. (#2112) 2023-03-23 15:54:06 +00:00
test_animation.py Deanimate! (aka, provide a method of stopping application and widget animations) (#3000) 2023-07-26 17:36:56 +01:00
test_animator.py Add isort pre-commit hook, sort imports in src and test directories 2023-02-09 13:28:08 +00:00
test_app.py Simplify return code logic. 2023-08-30 11:06:33 +01:00
test_arrange.py Revert "virtual size and docks" 2023-05-12 15:53:47 +02:00
test_auto_refresh.py test fix 2022-10-29 10:03:26 +01:00
test_await_remove.py Fix CancelledError (#2895) 2023-07-06 14:16:23 +01:00
test_binding.py Select widget (#2501) 2023-05-08 10:55:39 +01:00
test_binding_inheritance.py Update the binding inheritance tests to add new global key 2023-08-05 09:29:03 +01:00
test_border.py Fixes suggested by linter (#2769) 2023-06-12 15:00:19 +01:00
test_border_subtitle.py border classvars (#3097) 2023-08-15 10:34:24 +01:00
test_box_model.py Fixes suggested by linter (#2769) 2023-06-12 15:00:19 +01:00
test_cache.py Rich log (#3046) 2023-08-03 10:11:17 +01:00
test_call_x_schedulers.py call_next preserves prevented messages information. 2023-08-24 16:05:25 +01:00
test_case.py eof 2021-08-31 17:53:41 +01:00
test_color.py Fixes suggested by linter (#2769) 2023-06-12 15:00:19 +01:00
test_compositor_regions_to_spans.py span refinements 2022-05-10 17:37:27 +01:00
test_concurrency.py Rich log (#3046) 2023-08-03 10:11:17 +01:00
test_containers.py Add 'Vertical'. 2023-03-09 15:38:31 +00:00
test_content_switcher.py Add more testing for the ContentSwitcher 2023-06-05 09:05:11 +01:00
test_dark_toggle.py remove some pauses 2023-01-26 16:10:13 +01:00
test_data_table.py Fix page_up and page_down bug in DataTable when show_header is False (#3093) 2023-08-21 16:30:40 +01:00
test_disabled.py Rich log (#3046) 2023-08-03 10:11:17 +01:00
test_dom.py Set classes (#2160) 2023-03-28 15:45:40 +01:00
test_easing.py Remove draw.py, fix imports 2022-10-13 11:15:15 +01:00
test_features.py remove property 2022-10-22 17:35:11 +01:00
test_file_monitor.py fix broken repr in file monitor (#2795) 2023-06-18 16:58:38 +01:00
test_focus.py Consider visible children inside invisible containers when computing focus chain (#3070) 2023-08-28 11:06:39 +01:00
test_footer.py Add regression test for #2606. 2023-05-22 13:53:58 +01:00
test_freeze.py remove except 2023-01-19 14:18:40 +00:00
test_fuzzy.py Update the fuzzy matcher highlighting test 2023-08-09 10:11:22 +01:00
test_geometry.py Tooltips (#2670) 2023-05-30 16:14:31 +01: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_keys.py Added test 2023-01-17 15:19:40 +00:00
test_layout_resolve.py Remove draw.py, fix imports 2022-10-13 11:15:15 +01: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_log.py Rich log (#3046) 2023-08-03 10:11:17 +01:00
test_loop.py Add isort pre-commit hook, sort imports in src and test directories 2023-02-09 13:28:08 +00:00
test_markdown.py Rich log (#3046) 2023-08-03 10:11:17 +01:00
test_message_handling.py Add regression test for #1814. 2023-03-13 15:14:12 +00:00
test_message_pump.py call_next preserves prevented messages information. 2023-08-24 16:05:25 +01:00
test_node_list.py Add isort pre-commit hook, sort imports in src and test directories 2023-02-09 13:28:08 +00:00
test_on.py on super class (#2746) 2023-06-07 13:43:12 +01:00
test_overflow_change.py Renamed 'Vertical' to 'VerticalScroll'. 2023-03-08 18:31:24 +00:00
test_parser.py Backtracking unknown escape sequences, various tests for XTermParser 2022-06-17 15:35:20 +01:00
test_partition.py test fix 2022-07-29 10:28:50 +01:00
test_paste.py Fix tests. 2023-05-17 10:27:57 +01:00
test_path.py Rename CSS files to TCSS. 2023-08-22 13:21:17 +01:00
test_pilot.py Re-raise encountered exceptions in pilot tests (#2754) 2023-06-12 16:42:25 +01:00
test_placeholder.py Update example and test files. 2022-11-25 18:23:24 +00:00
test_progress_bar.py Implement a Progress Bar widget. (#2333) 2023-04-26 15:25:39 +01:00
test_query.py Set classes (#2160) 2023-03-28 15:45:40 +01:00
test_reactive.py Add regression tests for #3036. 2023-08-07 16:29:18 +01:00
test_resolve.py Fixes suggested by linter (#2769) 2023-06-12 15:00:19 +01:00
test_rule.py feat: add rule widget (#3209) 2023-09-04 17:57:10 +01:00
test_screen_modes.py Rich log (#3046) 2023-08-03 10:11:17 +01:00
test_screens.py Screen processes mouse move events after forwarding them to the child widget. 2023-07-22 16:11:47 +02:00
test_segment_tools.py Add isort pre-commit hook, sort imports in src and test directories 2023-02-09 13:28:08 +00:00
test_slug.py Add URL quoting as the final act of slugging 2023-09-05 13:51:17 +01:00
test_spatial_map.py Select widget (#2501) 2023-05-08 10:55:39 +01:00
test_strip.py implement dim fix (#2326) 2023-04-19 13:24:31 +01:00
test_style_importance.py Fixes suggested by linter (#2769) 2023-06-12 15:00:19 +01:00
test_style_inheritance.py inherit text-style (#2862) 2023-06-29 16:14:47 +01:00
test_style_properties.py Cleanup and new test. 2023-01-17 10:29:19 +00:00
test_styles_cache.py Border style (#2292) 2023-04-16 12:31:39 +01:00
test_suggestions.py [css] Address "did you mean" PR feedback 2022-05-03 15:40:06 +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 Merge branch 'main' into disable-tab-pane 2023-08-23 14:04:54 +01:00
test_tabs.py TabbedContent remove pane fix (actually Tabs fix) (#2808) 2023-06-20 09:15:16 +01:00
test_test_runner.py Add isort pre-commit hook, sort imports in src and test directories 2023-02-09 13:28:08 +00:00
test_textlog.py Rich log (#3046) 2023-08-03 10:11:17 +01:00
test_two_way_dict.py Updating tests for DataTable 2023-02-09 11:16:14 +00:00
test_unmount.py mass renaming 2023-02-13 15:09:40 +00:00
test_validation.py Validation (#2600) 2023-05-25 13:29:33 +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 Delete WIP comment 2023-06-12 10:26:13 +01:00
test_widget_child_moving.py Moving child before/after self is a no-op. 2023-05-09 15:57:23 +01:00
test_widget_mount_point.py mass renaming 2023-02-13 15:09:40 +00:00
test_widget_mounting.py mass renaming 2023-02-13 15:09:40 +00:00
test_widget_removing.py Fixes suggested by linter (#2769) 2023-06-12 15:00:19 +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_xterm_parser.py Fixes suggested by linter (#2769) 2023-06-12 15:00:19 +01:00