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