Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytest-dev/pytest
/ python2
Function
python2
doc/en/example/multipython.py:21–22 ·
view source on GitHub ↗
(request, python1)
Source
from the content-addressed store, hash-verified
19
20
@pytest.fixture(params=pythonlist)
21
def
python2(request, python1):
22
return
Python(request.param, python1.picklefile)
23
24
25
class
Python:
Callers
nothing calls this directly
Calls
1
Python
Class · 0.85
Tested by
no test coverage detected