disposables 0.1.11

Run your test dependencies in disposable containers."
Documentation
1
2
3
4
5
6
7
8
9
# Disposables

Disposables is a library that runs your test dependencies in containers.
Once your tests finish running, the containers are automatically cleaned up.
Disposables works with both Docker and Podman, does not require Docker socket
access, and works well with user namespaces.

Disposables needs Podman or Docker CLI to work.