Docker - in CI/CD
What is the expected behavior when running:
if
docker run --rm -v $(pwd):/app -w /app python:3.12 pytest test_example.pyif
test_example.py contains only passing tests?