containers / podman-compose

a script to run docker-compose.yml using podman
GNU General Public License v2.0
4.85k stars 463 forks source link

Secrets handling needs more unit tests #972

Closed p12tic closed 3 days ago

p12tic commented 1 week ago

get_secret_args() is almost completely not tested except for the few tests added in https://github.com/containers/podman-compose/pull/971.

mokibit commented 4 days ago

Fixed in https://github.com/containers/podman-compose/pull/981.

p12tic commented 3 days ago

Thanks