(modPath, contents string)
| 2118 | } |
| 2119 | |
| 2120 | func pythonSourceAt(modPath, contents string) dagger.WithContainerFunc { |
| 2121 | return fileContents(path.Join(modPath, "src/test/__init__.py"), contents) |
| 2122 | } |
| 2123 | |
| 2124 | func pythonModInit(t testing.TB, c *dagger.Client, source string) *dagger.Container { |
| 2125 | t.Helper() |
no test coverage detected