podman-compose/tests/unit
Monika Kairaityte 0cbf70a4e9 Implement short syntax for env variables in compose.yml "environment:"
This commit allows compose file to directly use environment variable
values in "environment:" section when variables were set in `.env` file.
This functionality was missing, as docker-compose supports both: short
and variable interpolation syntax forms:
environment:
	- FOO
and
environment:
	- FOO=${FOO}
Relevant docker-compose documentation:
https://docs.docker.com/compose/how-tos/environment-variables/set-environment-variables/
podman-compose is more compatible with docker-compose after this change.

Signed-off-by: Monika Kairaityte <monika@kibit.lt>
2025-06-26 12:40:39 +03:00
..
__init__.py Move all tests to single directory "tests" 2024-06-26 11:28:16 +03:00
test_can_merge_build.py Allow specifying custom pod name in `--in-pod` 2025-05-18 18:46:15 +03:00
test_compose_exec_args.py tests/unit: Add type annotations 2025-05-24 17:11:36 +03:00
test_compose_run_log_format.py tests/unit: Add type annotations 2025-05-24 17:11:36 +03:00
test_compose_run_update_container_from_args.py cleanup bool parsing 2025-06-13 19:20:09 -06:00
test_container_to_args.py Implement short syntax for env variables in compose.yml "environment:" 2025-06-26 12:40:39 +03:00
test_container_to_args_secrets.py Merge pull request #1210 from jarovo/main 2025-06-05 13:02:18 +03:00
test_container_to_build_args.py Fix dockerfile definition if directory name ends with ".git" 2025-06-17 19:43:29 +03:00
test_get_net_args.py tests/unit: Add type annotations 2025-05-24 17:11:36 +03:00
test_get_network_create_args.py tests/unit: Add type annotations 2025-05-24 17:11:36 +03:00
test_is_context_git_url.py Fix dockerfile definition if directory name ends with ".git" 2025-06-17 19:43:29 +03:00
test_is_path_git_url.py Fix dockerfile definition if directory name ends with ".git" 2025-06-17 19:43:29 +03:00
test_normalize_depends_on.py tests: Rewrite test_normalize_depends_on to unittest 2025-05-19 17:56:28 +03:00
test_normalize_final_build.py Allow specifying custom pod name in `--in-pod` 2025-05-18 18:46:15 +03:00
test_normalize_service.py tests/unit: Add type annotations 2025-05-24 17:11:36 +03:00
test_rec_subs.py tests/unit: Add type annotations 2025-05-24 17:11:36 +03:00
test_volumes.py tests/unit: Add type annotations 2025-05-24 17:11:36 +03:00