(contents string)
| 2114 | } |
| 2115 | |
| 2116 | func pythonSource(contents string) dagger.WithContainerFunc { |
| 2117 | return pythonSourceAt("", contents) |
| 2118 | } |
| 2119 | |
| 2120 | func pythonSourceAt(modPath, contents string) dagger.WithContainerFunc { |
| 2121 | return fileContents(path.Join(modPath, "src/test/__init__.py"), contents) |
no test coverage detected