Commit Graph

2 Commits

Author SHA1 Message Date
Matt Moore bb91a15b1a
Add Cleanup to our weird test interface. (#1582) 2020-08-04 21:56:28 -07:00
coryrc 9d8b936ca0 Switch *testing.T uses to equivalent interface + structured logging (#935)
Working to introduce structured logging to our tests. See #907

This work allows these test functions to be called by objects other
than *testing.T. The t.Error() calls are made compatible with
structured logging (wrapping Zap sugared logger calls) or code using
testing.T.
2019-12-13 10:22:54 -08:00