Home
last modified time | relevance | path

Searched refs:getspecssh (Results 1 – 2 of 2) sorted by relevance

/dports/devel/py-pytest-xdist/pytest-xdist-1.32.0/testing/
H A Dconftest.py44 return getspecssh(request.config)
52 def getspecssh(config): function
/dports/sysutils/py-execnet/execnet-1.6.0/testing/
H A Dconftest.py21 getspecssh(item.config) # will skip if no gx given
53 return getspecssh(request.config)
67 def getspecssh(config=None): function