test_ok1/example/funcarg/mysetup2/test_ssh.py

6 lines
124 B
Python
Raw Normal View History

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