implemented oclib and generates argo yaml
This commit is contained in:
10
workflow_builder/graph_tests.go
Normal file
10
workflow_builder/graph_tests.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package workflow_builder
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestGetGraph(t *testing.T){
|
||||
w := WorflowDB{}
|
||||
w.LoadFrom("test-log")
|
||||
}
|
||||
Reference in New Issue
Block a user