textual/tests
2023-02-09 13:57:15 +00:00
..
cli Use importlib-metadata backport for getting version 2022-04-19 13:56:19 +01:00
css imports 2023-02-07 10:54:29 +00:00
devtools Remove draw.py, fix imports 2022-10-13 11:15:15 +01:00
input Add extra unit tests for password field deletion 2023-01-30 20:38:19 +00:00
layouts Add tests for dimensions of empty containers. 2022-12-02 15:43:24 +00:00
listview remove some pauses 2023-01-26 16:10:13 +01:00
renderables Test ensuring text isnt rendered when text-opacity 0 2022-09-14 18:02:48 +01:00
snapshot_tests Merge branch 'main' into checkbox-switch 2023-02-09 13:57:15 +00:00
tree Revert Tree.clear and add Tree.reset 2023-02-01 15:08:03 +00:00
utilities unmount event 2022-10-27 17:43:02 +01:00
__init__.py workflow 2021-07-05 20:37:54 +01:00
test_animation.py Update test_animation.py 2023-01-30 17:24:15 +00:00
test_animator.py test fix 2022-09-20 16:33:07 +01:00
test_arrange.py Run black over arrange tests 2023-01-09 13:58:25 +00:00
test_auto_pilot.py remove some pauses 2023-01-26 16:10:13 +01:00
test_auto_refresh.py test fix 2022-10-29 10:03:26 +01:00
test_binding.py check for empty bindings 2022-12-21 14:57:25 +00:00
test_binding_inheritance.py remove some pauses 2023-01-26 16:10:13 +01:00
test_border.py Remove draw.py, fix imports 2022-10-13 11:15:15 +01:00
test_box_model.py Add box model test for empty container. 2022-12-03 14:26:42 +00:00
test_cache.py check len 2022-12-28 15:53:58 +00:00
test_call_later.py call later 2022-11-09 17:23:28 +00:00
test_case.py eof 2021-08-31 17:53:41 +01:00
test_color.py monochrome tests 2022-10-08 15:46:30 +01:00
test_compositor_regions_to_spans.py span refinements 2022-05-10 17:37:27 +01:00
test_concurrency.py docstrings 2023-01-07 14:24:17 +00:00
test_dark_toggle.py remove some pauses 2023-01-26 16:10:13 +01:00
test_data_table.py Increase sleeping time in DataTable test 2023-01-18 15:21:55 +00:00
test_dom.py Make methods private. 2023-01-12 15:48:49 +00: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 Reorder some imports 2023-02-09 13:50:38 +00:00
test_freeze.py remove except 2023-01-19 14:18:40 +00:00
test_geometry.py Add a test for Size.line_range 2022-10-24 16:34:34 +01:00
test_immutable_sequence_view.py remove _typing.py 2023-02-07 10:46:28 +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_loop.py eof 2021-08-31 17:53:41 +01:00
test_message_pump.py words 2022-12-21 15:17:27 +00:00
test_node_list.py Run black over node tests 2023-01-09 13:57:13 +00:00
test_overflow_change.py Remove xfail marker. 2023-01-23 18:00:44 +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 paste and test 2023-01-31 11:12:47 +01:00
test_path.py Run black over path tests 2023-01-09 14:00:52 +00:00
test_placeholder.py Update example and test files. 2022-11-25 18:23:24 +00:00
test_query.py Improving universal selector test 2022-12-21 11:28:19 +00:00
test_reactive.py Some updates to test_reactive 2023-01-16 11:06:13 +00:00
test_resolve.py Remove draw.py, fix imports 2022-10-13 11:15:15 +01:00
test_screens.py Support callables in App.SCREENS (#1185) 2022-11-16 15:47:48 +00:00
test_segment_tools.py Remove unused import in test file 2023-01-06 13:59:52 +00:00
test_strip.py add test for extend_cell_length 2023-02-04 17:16:00 +01:00
test_style_properties.py Cleanup and new test. 2023-01-17 10:29:19 +00:00
test_styles_cache.py test fix 2023-02-04 16:10:33 +01:00
test_suggestions.py [css] Address "did you mean" PR feedback 2022-05-03 15:40:06 +01:00
test_table.py add option to clear columns in DataTable.clear 2022-12-28 20:50:24 -06:00
test_test_runner.py remove some pauses 2023-01-26 16:10:13 +01:00
test_text_backend.py Support for bracketed paste mode (#567) 2022-06-17 15:33:47 +01:00
test_unmount.py Run black over unmount tests 2023-01-09 13:57:49 +00:00
test_version.py added test 2023-01-18 14:51:50 +00:00
test_visibility_change.py Fix changes to visibility needing an explicit refresh to take effect 2022-12-21 14:33:12 +00:00
test_widget.py Update tests/test_widget.py 2023-01-25 12:00:51 +01:00
test_widget_child_moving.py Run black over child widget moving tests 2023-01-09 13:55:53 +00:00
test_widget_mount_point.py Hoist WidgetError and MountError to the top level of widget.py 2022-11-08 13:53:22 +00:00
test_widget_mounting.py Run black over widget mounting tests 2023-01-09 13:59:15 +00:00
test_widget_removing.py test for is_attached 2023-02-09 11:17:41 +00:00
test_xterm_parser.py black 2023-01-02 21:59:33 +02:00