Skip to content

Commit

Permalink
Debugging commit to test ssh support in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
djperrefort committed Dec 7, 2023
1 parent 032c49e commit cbd9087
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/utils/test_get_remote_processes.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import unittest

import asyncssh


class TestGetRemoteProcesses(unittest.IsolatedAsyncioTestCase):

async def test_get_remote_processes(self):
async with asyncssh.connect('localhost') as conn:
pass

0 comments on commit cbd9087

Please sign in to comment.