-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Description
The Mock clock outputs this log line for every call to Now(), which can become really verbose in tests:
m.tb.Logf("Mock Clock - %s call, matched %d traps", c, len(traps))Would it be possible to let the caller decide if those logs are desirable?
Unfortunately, we cannot decorate testing.TB due to the private() function, so there aren't convenient options to block them to my knowledge.
Metadata
Metadata
Assignees
Labels
No labels