Commit graph

5 commits

Author SHA1 Message Date
Marten Seemann
2a8dc12a53
remove duplicate mocks for the Tracer and the ConnectionTracer (#4076)
They were introduced to avoid an import loop in the tests in the logging
package, but the same can be achieved by having a dedicated package for
the tests (logging_test).
2023-09-11 23:12:13 -07:00
Marten Seemann
2797f85fc0
switch from unmaintained golang/mock to go.uber.org/mock (#4050) 2023-08-28 02:23:55 -07:00
Marten Seemann
870fbe7ab0 migrate to Ginkgo v2 2022-10-11 16:38:44 +04:00
Marten Seemann
2d4eca1dd6 add a multiplexer for the logging.ConnectionTracer 2020-07-11 09:45:46 +07:00
Marten Seemann
d4720e43c7 fix a typo in the logging package test suite 2020-07-06 13:24:47 +07:00
Renamed from logging/logging_sutie_test.go (Browse further)