mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user