compose/pkg/e2e
Sebastiaan van Stijn 446e00520c format code with gofumpt
Format the code  with gofumpt to prevent my IDE from reformatting
every time I open a file. gofumpt provides a superset of gofmt,
so should not impact users that are not using gofumpt.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-12-17 16:50:14 +01:00
..
fixtures e2e test to prevent future regression 2024-12-16 15:46:47 +01:00
assert.go
build_test.go format code with gofumpt 2024-12-17 16:50:14 +01:00
cancel_test.go
cascade_test.go chore(e2e): fix flaky cascade failure test 2024-04-24 11:03:27 +02:00
commit_test.go fix: commit tests 2024-11-27 07:39:46 +01:00
compose_environment_test.go empty env variable with no value must be unset in container 2024-07-10 14:23:34 +02:00
compose_exec_test.go be sure everything has been cleanup at the end of each tests 2024-12-04 15:28:16 +01:00
compose_run_test.go be sure everything has been cleanup at the end of each tests 2024-12-04 15:28:16 +01:00
compose_test.go format code with gofumpt 2024-12-17 16:50:14 +01:00
compose_up_test.go be sure everything has been cleanup at the end of each tests 2024-12-04 15:28:16 +01:00
config_test.go Bump compose-go to v2.0.2 2024-03-22 11:21:14 +01:00
configs_test.go be sure everything has been cleanup at the end of each tests 2024-12-04 15:28:16 +01:00
container_name_test.go check container_name is not in use by another service we will create 2024-04-16 17:26:50 +02:00
cp_test.go
e2e_config_plugin.go
e2e_config_standalone.go
env_file_test.go be sure everything has been cleanup at the end of each tests 2024-12-04 15:28:16 +01:00
export_test.go fix: lint 2024-10-02 21:15:59 +02:00
framework.go format code with gofumpt 2024-12-17 16:50:14 +01:00
ipc_test.go
logs_test.go format code with gofumpt 2024-12-17 16:50:14 +01:00
main_test.go
metrics_test.go Remove COMPOSE_MENU env from e2e tests 2024-07-01 16:31:12 +01:00
networks_test.go format code with gofumpt 2024-12-17 16:50:14 +01:00
noDeps_test.go
orphans_test.go be sure everything has been cleanup at the end of each tests 2024-12-04 15:28:16 +01:00
pause_test.go Remove COMPOSE_MENU env from e2e tests 2024-07-01 16:31:12 +01:00
profiles_test.go COMPOSE_PROFILES can be set by .env file 2024-05-30 07:40:01 +02:00
ps_test.go ci: enable testifylint linter 2024-11-12 11:12:32 +01:00
pull_test.go format code with gofumpt 2024-12-17 16:50:14 +01:00
recreate_no_deps_test.go
restart_test.go
scale_test.go remove obsolete containers first on scale down 2024-11-12 09:47:36 +01:00
secrets_test.go be sure everything has been cleanup at the end of each tests 2024-12-04 15:28:16 +01:00
start_stop_test.go
up_test.go format code with gofumpt 2024-12-17 16:50:14 +01:00
volumes_test.go e2e test to prevent future regression 2024-12-16 15:46:47 +01:00
wait_test.go
watch_test.go format code with gofumpt 2024-12-17 16:50:14 +01:00