func init() { … } type testingKeyType … const testingKey … // NewContext returns a context you should use for the active test. func NewContext(ctx context.Context, t testing.TB) context.Context { … } type testExporter … func (w *testExporter) processEvent(ctx context.Context, ev core.Event, tm label.Map) context.Context { … }