From 8ff9af581c6a60ade2d3df5efbf5301b07f34098 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Thu, 15 Dec 2022 09:10:00 +0000 Subject: [PATCH] Test rationale comment update --- tests/test_binding_inheritance.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/test_binding_inheritance.py b/tests/test_binding_inheritance.py index 791d8e959..eb5c4c553 100644 --- a/tests/test_binding_inheritance.py +++ b/tests/test_binding_inheritance.py @@ -331,9 +331,6 @@ async def test_focused_child_widget_with_movement_bindings_on_screen() -> None: # that can have, and will have, focus. The issue here is that if the # container isn't scrolling, especially if it's set up to just wrap a widget # and do nothing else, it should not rob the screen of the binding hits. -# -# Although it's not at the end of the unit tests, this is potentially the -# "final boss" of these tests. class ScreenWithMovementBindingsAndContainerAroundWidget(Screen):