Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytest-dev/pytest
/ path
Method
path
testing/test_pytester.py:383–384 ·
view source on GitHub ↗
(n: int)
Source
from the content-addressed store, hash-verified
381
382
@staticmethod
383
def
path(n: int) -> str:
384
return
"my-dirty-little-secret-"
+ str(n)
385
386
def
test_restore(self, monkeypatch: MonkeyPatch, path_type) -> None:
387
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