DockerCLI/cli/compose
Sebastiaan van Stijn 4d2fb68b93
cli/compose/loader: fix error messages, and various tests
Various fixes:

- Don't capitalize error messages
- Rename variables that collided with imports or types
- Prefer assert.Check over assert.Assert to prevent tests covering multiple
  cases from failing early
- Fix inconsistent order of expected <--> actual, which made it difficult to
  check which output was the expected output.
- Fix formatting of some comments

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-11-17 13:17:51 +01:00
..
convert Merge pull request #3798 from thaJeztah/gofumpt_linting 2022-11-04 19:04:51 +01:00
interpolation format code with gofumpt 2022-09-30 11:59:11 +02:00
loader cli/compose/loader: fix error messages, and various tests 2022-11-17 13:17:51 +01:00
schema Add compose support for cluster volumes 2022-11-02 11:27:06 -05:00
template format code with gofumpt 2022-09-30 11:59:11 +02:00
types cli/compose/types: UlimitsConfig.MarshalYAML() fix recursion 2022-11-17 13:17:51 +01:00