textual/tests
2023-06-06 09:33:18 +01:00
..
cli Use importlib-metadata backport for getting version 2022-04-19 13:56:19 +01:00
css Invalid pseudo selectors (#2445) 2023-05-01 16:22:35 +01:00
devtools New CLI runner (#2338) 2023-04-20 17:09:39 +01:00
input Tidy the highlighter test a wee bit 2023-06-06 09:33:18 +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
option_list Improve OptionList test coverage (#2701) 2023-05-31 15:23:24 +01:00
renderables blog post new release (#2712) 2023-06-01 11:33:54 +01:00
selection_list Finish a half-finished docstring 2023-05-25 13:58:31 +01:00
snapshot_tests blog post new release (#2712) 2023-06-01 11:33:54 +01:00
suggester Add tests for suggester. 2023-05-25 17:32:26 +01:00
toggles Fix tests. 2023-05-17 10:27:57 +01:00
tree Ensure that TreeNode messages are posted when via-API changes are made 2023-05-10 09:24:07 +01:00
utilities Remove hanging lines from docstrings. (#2349) 2023-04-24 11:21:38 +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 Remove hanging lines from docstrings. (#2349) 2023-04-24 11:21:38 +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 Fix tests. 2023-05-17 10:27:57 +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_binding.py Select widget (#2501) 2023-05-08 10:55:39 +01:00
test_binding_inheritance.py Update the binding inheritance tests for the new moment bindings approach 2023-04-20 10:04:32 +01:00
test_border.py Border style (#2292) 2023-04-16 12:31:39 +01:00
test_box_model.py Expanding fr (#2221) 2023-04-06 17:30:32 +01:00
test_cache.py Updating styles on demand instead of on_idle (#2304) 2023-04-18 11:36:00 +01:00
test_call_later.py Fix scroll flicker (#2358) 2023-04-24 09:33:15 +01:00
test_case.py eof 2021-08-31 17:53:41 +01:00
test_color.py docstrings, remove unused Color._rich__ 2023-04-09 18:07:42 +01:00
test_compositor_regions_to_spans.py span refinements 2022-05-10 17:37:27 +01:00
test_concurrency.py Add isort pre-commit hook, sort imports in src and test directories 2023-02-09 13:28:08 +00:00
test_containers.py Add 'Vertical'. 2023-03-09 15:38:31 +00:00
test_content_switcher.py Add ContentSwitcher (#1983) 2023-03-09 11:39:30 +00:00
test_dark_toggle.py remove some pauses 2023-01-26 16:10:13 +01:00
test_data_table.py Anim screenshot fix (#2655) 2023-05-25 13:46:14 +01:00
test_disabled.py Renamed 'Vertical' to 'VerticalScroll'. 2023-03-08 18:31:24 +00: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_focus.py Renamed 'Vertical' to 'VerticalScroll'. 2023-03-08 18:31:24 +00: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_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_loop.py Add isort pre-commit hook, sort imports in src and test directories 2023-02-09 13:28:08 +00:00
test_message_handling.py Add regression test for #1814. 2023-03-13 15:14:12 +00:00
test_message_pump.py Drop explicit sender attribute from messages (#1940) 2023-03-06 10:52:34 +00: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 Fix tests. 2023-05-17 10:27:57 +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 Add isort pre-commit hook, sort imports in src and test directories 2023-02-09 13:28:08 +00:00
test_pilot.py Add test for pilot pressing underscore. 2023-03-13 14:11:33 +00: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 Mark the public/private validate and compute tests as xfails 2023-05-25 15:27:27 +01:00
test_resolve.py fix zero division error (#2674) 2023-05-28 14:56:05 +01:00
test_screen_modes.py Make test clearer. 2023-05-17 11:15:56 +01:00
test_screens.py Fix issue with switch screen. 2023-05-30 13:55:17 +01: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_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 Add tests for styles that have "sub-styles" and !important 2023-05-02 09:36:08 +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_tabbed_content.py Add some pauses to the UI-baed tabbed content tests 2023-04-22 08:42:38 +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_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_visibility_change.py Renamed 'Vertical' to 'VerticalScroll'. 2023-03-08 18:31:24 +00:00
test_widget.py mount order (#2702) 2023-05-31 15:16:26 +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 Add Widget.remove_children method (#2657) 2023-05-29 18:03:42 +01:00
test_work_decorator.py Worker API (#2182) 2023-04-04 13:12:51 +01:00
test_worker.py Remove weird import. 2023-05-30 10:21:35 +01:00
test_worker_manager.py Worker API (#2182) 2023-04-04 13:12:51 +01:00
test_xterm_parser.py Drop explicit sender attribute from messages (#1940) 2023-03-06 10:52:34 +00:00