6 lines
124 B
Python
6 lines
124 B
Python
|
|
||
|
class TestClass:
|
||
|
def test_function(self, mysetup):
|
||
|
conn = mysetup.getsshconnection()
|
||
|
# work with conn
|