Skip to content

Commit 17f422c

Browse files
author
Hugo Osvaldo Barrera
committed
Auto-delete test containers
1 parent a9f1a51 commit 17f422c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/storage/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ def dockerised_server(name, container_port, exposed_port):
4646
[
4747
"docker",
4848
"run",
49+
"--rm",
4950
"--detach",
5051
"--publish",
5152
f"{exposed_port}:{container_port}",

0 commit comments

Comments
 (0)