Skip to content

Commit 8ab133b

Browse files
godlygeekpablogsal
authored andcommitted
tests: Update snapshot tests for Textual 0.77
The new version of Textual adds a key to the footer for opening the command palette. We could disable this, since it's taking up a bit of precious screen real estate, but one of the options in the command palette is a full list of keys bindings that can be opened in a side panel. That's useful enough to justify keeping this item, even if it means cutting off our own bindings. Signed-off-by: Matt Wozniski <[email protected]>
1 parent 58adb86 commit 8ab133b

22 files changed

+2394
-2373
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from packaging import version
66

77
SNAPSHOT_MINIMUM_VERSIONS = {
8-
"textual": "0.73",
8+
"textual": "0.77",
99
"pytest-textual-snapshot": "1.0",
1010
}
1111

tests/unit/__snapshots__/test_tree_reporter/TestTUILooks.test_allocations_of_different_sizes.svg

Lines changed: 268 additions & 267 deletions
Loading

tests/unit/__snapshots__/test_tree_reporter/TestTUILooks.test_basic.svg

Lines changed: 139 additions & 138 deletions
Loading

tests/unit/__snapshots__/test_tree_reporter/TestTUILooks.test_basic_node_selected_leaf.svg

Lines changed: 142 additions & 141 deletions
Loading

tests/unit/__snapshots__/test_tree_reporter/TestTUILooks.test_basic_node_selected_not_leaf.svg

Lines changed: 142 additions & 141 deletions
Loading

tests/unit/__snapshots__/test_tree_reporter/TestTUILooks.test_biggest_allocations.svg

Lines changed: 101 additions & 100 deletions
Loading

tests/unit/__snapshots__/test_tree_reporter/TestTUILooks.test_hide_import_system.svg

Lines changed: 139 additions & 138 deletions
Loading

tests/unit/__snapshots__/test_tree_reporter/TestTUILooks.test_select_screen.svg

Lines changed: 142 additions & 141 deletions
Loading

tests/unit/__snapshots__/test_tree_reporter/TestTUILooks.test_show_uninteresting.svg

Lines changed: 140 additions & 139 deletions
Loading

tests/unit/__snapshots__/test_tree_reporter/TestTUILooks.test_show_uninteresting_and_hide_import_system.svg

Lines changed: 140 additions & 139 deletions
Loading

0 commit comments

Comments
 (0)