MCPcopy
hub / github.com/livekit/livekit / Test

Function Test

magefile.go:169–172  ·  view source on GitHub ↗

run unit tests, skipping integration

()

Source from the content-addressed store, hash-verified

167
168// run unit tests, skipping integration
169func Test() error {
170 mg.Deps(generateWire, setULimit)
171 return mageutil.Run(context.Background(), "go test -short ./... -count=1")
172}
173
174// run all tests including integration
175func TestAll() error {

Callers

nothing calls this directly

Calls 1

RunMethod · 0.45

Tested by

no test coverage detected