(context, root)
| 4 | import testpy |
| 5 | |
| 6 | def GetConfiguration(context, root): |
| 7 | myContext = copy.copy(context) |
| 8 | myContext.expect_fail = 1 |
| 9 | return testpy.SimpleTestConfiguration(myContext, root, 'known_issues') |
nothing calls this directly
no test coverage detected
searching dependent graphs…