test_ok2/doc/example/funcarg/mysetup2/test_ssh.py

6 lines
123 B
Python

class TestClass:
def test_function(self, mysetup):
conn = mysetup.getsshconnection()
# work with conn