MCPcopy Index your code
hub / github.com/nodejs/node / GetConfiguration

Function GetConfiguration

test/known_issues/testcfg.py:6–9  ·  view source on GitHub ↗
(context, root)

Source from the content-addressed store, hash-verified

4import testpy
5
6def GetConfiguration(context, root):
7 myContext = copy.copy(context)
8 myContext.expect_fail = 1
9 return testpy.SimpleTestConfiguration(myContext, root, 'known_issues')

Callers

nothing calls this directly

Calls 1

copyMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…