the common test framework now supports error, string and nil as value of the wantErr field
This commit is contained in:
@@ -19,6 +19,6 @@ func TestFuncImport(t *testing.T) {
|
||||
|
||||
t.Setenv("EXPR_PATH", "test-resources")
|
||||
|
||||
// parserTestSpec(t, section, inputs, 69)
|
||||
// runTestSuiteSpec(t, section, inputs, 1)
|
||||
runTestSuite(t, section, inputs)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user