diff --git a/tests/test_binding_inheritance.py b/tests/test_binding_inheritance.py index 754cb41ab..51e4ac11c 100644 --- a/tests/test_binding_inheritance.py +++ b/tests/test_binding_inheritance.py @@ -1,3 +1,14 @@ +"""Tests relating to key binding inheritance. + +In here you'll find some tests for general key binding inheritance, but +there is an emphasis on the inheriting of movement key bindings as they (as +of the time of writing) hold a special place in the Widget hierarchy of +Textual. + + holds much of the +background relating to this. +""" + import pytest from textual.app import App, ComposeResult