Example project to explore pytest and Docker with a simple Python calculator.
- Unit testing example with
pytest - Containerized with Docker for easy setup
- Basic Python calculator implementation for example
Note
pytest operates on image build
docker build -t pytest-calc-container .docker run --rm pytest-calc-container