Skip to content

Commit

Permalink
py(deps) Bump dev packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Dec 31, 2024
1 parent 1103e6a commit d0d85ec
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions tests/test_async.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
"""Tests for libtmux with :mod`asyncio` support."""

import logging

from libtmux.pane import Pane
from libtmux.server import Server
from libtmux.session import Session
from libtmux.test import TEST_SESSION_PREFIX, namer
from libtmux.window import Window

logger = logging.getLogger(__name__)


async def test_asyncio(server: "Server") -> None:
pass

0 comments on commit d0d85ec

Please sign in to comment.