Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bleachbit/bleachbit
/ getTestPath
Function
getTestPath
tests/common.py:278–281 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
276
277
278
def
getTestPath(path):
279
if
'nt'
== os.name:
280
return
extended_path(os.path.normpath(path))
281
return
path
282
283
284
def
get_env(key):
Callers
2
assertExists
Method · 0.85
assertNotExists
Method · 0.85
Calls
1
extended_path
Function · 0.90
Tested by
no test coverage detected