Files
pytest2/doc/example/funcarg/mysetup2/test_ssh.py
holger krekel 7aee121bd7 move examples to doc directory
--HG--
branch : trunk
2009-10-29 17:54:37 +01:00

6 lines
124 B
Python

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