Skip Navigation

I made a library similar to Testcontainers, but works differently.

github.com GitHub - akashrawal/disposables: Run your test dependencies in disposable containers.

Run your test dependencies in disposable containers. - akashrawal/disposables

Testcontainers is a library that starts your test dependencies in a container and stop them after you are done using them. Testcontainers needs Docker socket access for mounting within its reaper, so I made a (for now minimal) different library that does not need Docker socket access. It also works with daemonless Podman.

4

You're viewing a single thread.