Skip to content

Commit

Permalink
Define a proper tearDown step
Browse files Browse the repository at this point in the history
Signed-off-by: Nicola Sella <[email protected]>
  • Loading branch information
inknos committed Aug 16, 2024
1 parent c8002d6 commit 43d76c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions podman/tests/integration/test_containers.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def setUp(self):

self.alpine_image = self.client.images.pull("quay.io/libpod/alpine", tag="latest")

def tearDown(self):
# TODO should this use podman binary instead?
for container in self.client.containers.list():
container.remove(force=True)
Expand Down

0 comments on commit 43d76c5

Please sign in to comment.