Files
containerd/pkg
Daniel Canter b5e1b8f619 Use t.Run for /pkg/cri tests
A majority of the tests in /pkg/cri are testing/validating multiple
things per test (generally spec or options validations). This flow
lends itself well to using *testing.T's Run method to run each thing
as a subtest so `go test` output can actually display which subtest
failed/passed.

Some of the tests in the packages in pkg/cri already did this, but
a bunch simply logged what sub-testcase was currently running without
invoking t.Run.

Signed-off-by: Daniel Canter <dcanter@microsoft.com>
2022-05-29 18:32:09 -07:00
..
2020-04-22 19:35:37 -05:00
2022-05-29 18:32:09 -07:00
2019-07-14 20:49:40 -07:00
2022-04-27 21:31:16 +00:00
2021-08-22 09:31:50 +09:00
2021-08-22 09:31:50 +09:00
2022-04-01 18:17:58 -07:00
2021-11-16 11:06:40 +08:00
2021-08-22 09:31:50 +09:00