(t *testing.T)
| 47 | } |
| 48 | |
| 49 | func TestRunCaseWithGoPlugin(t *testing.T) { |
| 50 | buildHashicorpGoPlugin() |
| 51 | defer removeHashicorpGoPlugin() |
| 52 | |
| 53 | assertRunTestCases(t) |
| 54 | } |
| 55 | |
| 56 | func TestRunCaseWithPythonPlugin(t *testing.T) { |
| 57 | buildHashicorpPyPlugin() |
nothing calls this directly
no test coverage detected