buildkit/cmd
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
..
buildctl Change integration.Test from a func to a interface 2021-12-09 20:35:48 -08:00
buildkitd go fmt: add //go:build 2021-10-28 13:26:43 +02:00