Fix a couple issues and update docs

Signed-off-by: Falmarri <463948+Falmarri@users.noreply.github.com>
This commit is contained in:
Falmarri
2023-12-10 15:26:58 -08:00
committed by Muayyad Alsadi
parent 38b13a34ea
commit 3c9628b462
10 changed files with 48 additions and 25 deletions

View File

@ -27,7 +27,8 @@ def teardown(podman_compose_path, profile_compose_file):
yield
down_cmd = [
"python3",
"coverage",
"run",
podman_compose_path,
"--profile",
"profile-1",
@ -59,7 +60,8 @@ def teardown(podman_compose_path, profile_compose_file):
)
def test_up(podman_compose_path, profile_compose_file, profiles, expected_services):
up_cmd = [
"python3",
"coverage",
"run",
podman_compose_path,
"-f",
profile_compose_file,