From a01ab652643d09034406cda51295bd1486601c69 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Tue, 13 Dec 2022 10:48:28 +0000 Subject: [PATCH] Add a module docstring to the binding inheritance tests I feel that, for now anyway, these needs a bit more background for the reader. --- tests/test_binding_inheritance.py | 11 +++++++++++ 1 file changed, 11 insertions(+) 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