Rename the key action tests

There are actions that relate to editing the input too, which I also want to
test, but I'm not minded to lump them all in the same file. So here I'm
renaming to make it clear these tests are just about movement. The editing
ones will come next in their own file.
This commit is contained in:
Dave Pearson
2023-01-29 11:58:46 +00:00
parent b7203edd4a
commit 1230ca3694

View File

@@ -1,3 +1,5 @@
"""Unit tests for Input widget position movement actions."""
from textual.app import App, ComposeResult
from textual.widgets import Input