()
| 40 | } |
| 41 | |
| 42 | func removeHashicorpPyPlugin() { |
| 43 | log.Info().Msg("[teardown] remove hashicorp python plugin") |
| 44 | // on v4.1^, running case will generate .debugtalk_gen.py used by python plugin |
| 45 | os.Remove(tmpl(PluginPySourceFile)) |
| 46 | os.Remove(tmpl(PluginPySourceGenFile)) |
| 47 | } |
| 48 | |
| 49 | func TestRunCaseWithGoPlugin(t *testing.T) { |
| 50 | buildHashicorpGoPlugin() |
no test coverage detected