MCPcopy Create free account
hub / github.com/catchorg/Catch2 / get_baselinesPath

Function get_baselinesPath

tools/scripts/approvalTests.py:37–38  ·  view source on GitHub ↗
(baseName)

Source from the content-addressed store, hash-verified

35 return os.path.join(outputDirPath, '_{0}.tmp'.format(baseName))
36
37def get_baselinesPath(baseName):
38 return os.path.join(rootPath, '{0}.approved.txt'.format(baseName))
39
40def _get_unapprovedPath(path, baseName):
41 return os.path.join(path, '{0}.unapproved.txt'.format(baseName))

Callers 1

check_outputsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected