Files
pytest2/doc/example/funcarg/mysetup2/test_ssh.py
holger krekel 677f7c0a6a remove trailing whitespace everywhere
--HG--
branch : trunk
2010-07-26 21:15:15 +02:00

6 lines
123 B
Python

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