MCPcopy 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
278def getTestPath(path):
279 if 'nt' == os.name:
280 return extended_path(os.path.normpath(path))
281 return path
282
283
284def get_env(key):

Callers 2

assertExistsMethod · 0.85
assertNotExistsMethod · 0.85

Calls 1

extended_pathFunction · 0.90

Tested by

no test coverage detected