Lines Matching defs:pythonLibBp2BuildTestCase
15 type pythonLibBp2BuildTestCase struct { struct
16 description string
17 filesystem map[string]string
18 blueprint string
19 expectedBazelTargets []testBazelTarget
20 dir string
21 expectedError error
24 func convertPythonLibTestCaseToBp2build_Host(tc pythonLibBp2BuildTestCase) Bp2buildTestCase {
35 func convertPythonLibTestCaseToBp2build(tc pythonLibBp2BuildTestCase) Bp2buildTestCase {
56 func runPythonLibraryTestCase(t *testing.T, tc pythonLibBp2BuildTestCase) {
72 func runPythonLibraryHostTestCase(t *testing.T, tc pythonLibBp2BuildTestCase) {
90 func runPythonLibraryTestCases(t *testing.T, tc pythonLibBp2BuildTestCase) {