MCPcopy Create free account
hub / github.com/TheThingsNetwork/lorawan-stack / RunTest

Function RunTest

pkg/util/test/test.go:212–216  ·  view source on GitHub ↗
(t *testing.T, conf TestConfig)

Source from the content-addressed store, hash-verified

210}
211
212func RunTest(t *testing.T, conf TestConfig) {
213 t.Helper()
214 _, ctx := New(t)
215 runTestFromContext(ctx, conf)
216}
217
218var defaultSubtestTimeout = defaultTestTimeout / 4
219

Callers 8

HandleDeviceRegistryTestFunction · 0.92
TestEphemeralPassthroughFunction · 0.92
TestRedisPassthroughFunction · 0.92
TestMultiplexingFunction · 0.92
TestPubSubFunction · 0.92
TestRedisPubSubFunction · 0.92
TestRedisPubSubStoreFunction · 0.92

Calls 2

runTestFromContextFunction · 0.85
NewFunction · 0.70

Tested by 6

TestEphemeralPassthroughFunction · 0.74
TestRedisPassthroughFunction · 0.74
TestMultiplexingFunction · 0.74
TestPubSubFunction · 0.74
TestRedisPubSubFunction · 0.74
TestRedisPubSubStoreFunction · 0.74