You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR introduces a TestContainer interface that can be sorted based on
Order. A group now contains a slice of TestContainer instead of a slice
of Groups and Tests. As TestContainer is sortable, a call to sort.Sort
is made before each List or Run command.
Fixes: linuxkit#14
Signed-off-by: Dave Tucker <dt@docker.com>
This PR introduces a TestContainer interface that can be sorted based on
Order. A group now contains a slice of TestContainer instead of a slice
of Groups and Tests. As TestContainer is sortable, a call to sort.Sort
is made before each List or Run command.
Fixes: linuxkit#14
Signed-off-by: Dave Tucker <dt@docker.com>
if you have something like:
currently
foo.baz.foobar
get's executed beforefoo.bar
andfoo.foo
. It would be good to honour the order when traversing into subgroupsThe text was updated successfully, but these errors were encountered: