mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
fix for win
This commit is contained in:
@@ -37,10 +37,14 @@ async def test_character_bindings():
|
||||
app = BindApp()
|
||||
async with app.run_test() as pilot:
|
||||
await pilot.press(".")
|
||||
await pilot.pause()
|
||||
assert counter == 1
|
||||
await pilot.press("~")
|
||||
await pilot.pause()
|
||||
assert counter == 2
|
||||
await pilot.press(" ")
|
||||
await pilot.pause()
|
||||
assert counter == 3
|
||||
await pilot.press("x")
|
||||
await pilot.pause()
|
||||
assert counter == 3
|
||||
|
||||
Reference in New Issue
Block a user