diff --git a/tests/utils/test_get_remote_processes.py b/tests/utils/test_get_remote_processes.py deleted file mode 100644 index 605e52f..0000000 --- a/tests/utils/test_get_remote_processes.py +++ /dev/null @@ -1,10 +0,0 @@ -import unittest - -import asyncssh - - -class TestGetRemoteProcesses(unittest.IsolatedAsyncioTestCase): - - async def test_get_remote_processes(self): - async with asyncssh.connect('localhost') as conn: - pass