containers / containers/podman-py
Test deletes toolbox container
Open
bug
good first issue
- Dominant language
- Python
- Stars
- 381
- Forks
- 140
- Avg merge
- 5h 30m
- Merged PRs (30d)
- 1
Description
Hello,
running coverage tests with tox I've found that it deleted my toolbox container (and maybe another one, I'm not sure).
I run tests on Fedora Silverblue 42, as my user, outside of any container, running only the step test_container_commit in podman/tests/integration/test_containers.py is enough, with
```
tox -e py -- -k test_container_commit
```
edit: I guess this is working as intended, I found that in podman/tests/integration/test_containers.py the setUp function removes all the running containers before doing anything else.
Contributor guide
Assessment
This issue has not been assessed yet.