Description
Adds pytest fixtures for tests that need containers. It helps projects start containerized services, run integration tests against isolated dependencies, and clean up container resources during test runs.
Container tests can pull images, open ports, use storage, and run service code. Use trusted images and clean up resources after tests finish.