(t *testing.T)
| 54 | } |
| 55 | |
| 56 | func TestRunCaseWithPythonPlugin(t *testing.T) { |
| 57 | buildHashicorpPyPlugin() |
| 58 | defer removeHashicorpPyPlugin() |
| 59 | |
| 60 | assertRunTestCases(t) |
| 61 | } |
| 62 | |
| 63 | func assertRunTestCases(t *testing.T) { |
| 64 | refCase := TestCasePath(demoTestCaseWithPluginJSONPath) |
nothing calls this directly
no test coverage detected