diff --git a/tests/integration/app_env.bats b/tests/integration/app_env.bats index 61d876c4..ac4e5472 100644 --- a/tests/integration/app_env.bats +++ b/tests/integration/app_env.bats @@ -59,8 +59,17 @@ teardown(){ } @test "app env pull explodes when no deployed app" { } + @test "app env pull existing app env (no --force)" { } @test "app env pull existing app env (--force)" { } + @test "app env pull recreates app env when missing" { } @test "app env pull recreates correct version" { } @test "app env pull recreates correct changed values" { } + +# TODO: comment/uncomment +# TODO: no quotes insert +# TODO: single quotes insert +# TODO: double quotes insert +# TODO: COMPOSE_FILE manual intervention +