Skip to content

Commit d0d85ec

Browse files
committed
py(deps) Bump dev packages
1 parent 1103e6a commit d0d85ec

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

tests/test_async.py

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
"""Tests for libtmux with :mod`asyncio` support."""
2+
3+
import logging
4+
5+
from libtmux.pane import Pane
6+
from libtmux.server import Server
7+
from libtmux.session import Session
8+
from libtmux.test import TEST_SESSION_PREFIX, namer
9+
from libtmux.window import Window
10+
11+
logger = logging.getLogger(__name__)
12+
13+
14+
async def test_asyncio(server: "Server") -> None:
15+
pass

0 commit comments

Comments
 (0)