MCPcopy Create free account
hub / github.com/commander-cli/commander / Test_NewRuntime

Function Test_NewRuntime

pkg/runtime/runtime_test.go:11–14  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

9)
10
11func Test_NewRuntime(t *testing.T) {
12 runtime := getRuntime()
13 assert.Len(t, runtime.Runner.Nodes, 3)
14}
15
16func Test_RuntimeStart(t *testing.T) {
17 s := getExampleTestCases()

Callers

nothing calls this directly

Calls 1

getRuntimeFunction · 0.85

Tested by

no test coverage detected