Fix missing import (and missing spelling) for test mark

This commit is contained in:
Isaiah Odhner 2024-11-08 10:58:18 -05:00
parent 2d659ef478
commit 652c2138e5
2 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,7 @@
"Cascadia",
"clion",
"cmdpxl",
"codepoints",
"COLORTERM",
"conhost",
"Consola",

View File

@ -4,6 +4,7 @@ Run with `pytest tests/test_behavior.py`, or `pytest` to run all tests.
"""
from pyfakefs.fake_filesystem import FakeFilesystem
import pytest
from textual.events import Paste
from textual_paint.char_input import CharInput