yaml namespaces
This commit is contained in:
@@ -103,6 +103,12 @@ func TestImplementations(t *testing.T) {
|
||||
cases = append(cases, bolt)
|
||||
}
|
||||
|
||||
if yamls, err := NewYaml(path.Join(dir, "yaml")); err != nil {
|
||||
t.Errorf("cannot make yaml: %v", err)
|
||||
} else {
|
||||
cases = append(cases, yamls)
|
||||
}
|
||||
|
||||
if files, err := NewFiles(path.Join(dir, "files")); err != nil {
|
||||
t.Errorf("cannot make files: %v", err)
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user