containers / podman-compose

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

All integration tests should be run automatically #983

Open p12tic opened 4 months ago

p12tic commented 4 months ago

Currently there are a lot of integration tests in tests/integration that are supposed to be run manually. I.e. call podman-compose and inspect output. This can be fully automated.

mokibit commented 4 months ago

Working on it.