mirror of
https://github.com/moby/moby.git
synced 2026-07-12 02:25:19 +00:00
- use subtests to make it clearer what the individual test-cases are, and to prevent tests from depending on values set by the previous test(s). - remove redundant messages in assert (gotest.tools already prints a useful message if assertions fail). Signed-off-by: Sebastiaan van Stijn <github@gone.nl>