Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pytest-dev/pytest
/ path
Method
path
testing/test_pytester.py:374–375 ·
view source on GitHub ↗
(n: int)
Source
from the content-addressed store, hash-verified
372
373
@staticmethod
374
def
path(n: int) -> str:
375
return
"my-dirty-little-secret-"
+ str(n)
376
377
def
test_restore(self, monkeypatch: MonkeyPatch, path_type) -> None:
378
other_path_type = self.other_path[path_type]
Callers
1
test_restore
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected