buildkit/worker/containerd
Erik Sipsma 2bfad4b0dc Change integration.Test from a func to a interface
Using an interface instead of a func is more flexible while achieving
the same effect. It allows you to succintly define a large number of
test cases as structs, as is common in table-driven testing.

A helper func is added that converts the existing test funcs into the
interface, so the change is fairly seamless.

Signed-off-by: Erik Sipsma <erik@sipsma.dev>
2021-12-09 20:35:48 -08:00
..
containerd.go Refactor cache metadata interface. 2021-08-25 19:15:09 +00:00
containerd_test.go Change integration.Test from a func to a interface 2021-12-09 20:35:48 -08:00