Add a module docstring to the binding inheritance tests

I feel that, for now anyway, these needs a bit more background for the
reader.
This commit is contained in:
Dave Pearson
2022-12-13 10:48:28 +00:00
parent fc4ee698ca
commit a01ab65264

View File

@@ -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.
<URL:https://github.com/Textualize/textual/issues/1343> holds much of the
background relating to this.
"""
import pytest
from textual.app import App, ComposeResult