podman-compose/tests
Enrico204 796e6a4473 Avoid crash when no services are defined
If no services are defined, podman-compose
crashes as services variable is None,
while the expected behavior might be
an error or the same as docker-compose, which will continue the
execution of the compose file (eg. creating networks, etc).

This commit fixes the crash and allows the program to continue, mimicking
docker-compose behavior.
2020-04-05 10:42:31 +03:00
..
build test compose files with build 2019-09-03 18:35:56 +03:00
extends Support extends 2019-10-05 22:35:05 +03:00
extends_w_file extends with external file 2019-10-05 22:37:14 +03:00
multicompose FIXES #35: now support multiple composer files 2019-09-08 02:20:48 +03:00
no_services Avoid crash when no services are defined 2020-04-05 10:42:31 +03:00
short update readme and no arguments print help 2019-09-03 00:19:07 +03:00
ulimit #54: fix ulimits 2019-10-04 20:27:19 +03:00
vol update readme and no arguments print help 2019-09-03 00:19:07 +03:00
yamlmagic a test showing yaml anchor magic 2019-09-09 00:48:25 +03:00