move examples to doc directory
--HG-- branch : trunk
This commit is contained in:
5
doc/example/funcarg/mysetup2/test_ssh.py
Normal file
5
doc/example/funcarg/mysetup2/test_ssh.py
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
class TestClass:
|
||||
def test_function(self, mysetup):
|
||||
conn = mysetup.getsshconnection()
|
||||
# work with conn
|
||||
Reference in New Issue
Block a user