Skip to content

grade-e/pytest-calc-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pytest-calc-container

Example project to explore pytest and Docker with a simple Python calculator.

Features

  • Unit testing example with pytest
  • Containerized with Docker for easy setup
  • Basic Python calculator implementation for example

Build

Note

pytest operates on image build

Build with Docker

docker build -t pytest-calc-container .

Run

Run with Docker

docker run --rm pytest-calc-container 

About

Example application to explore pytest and Docker with a simple Python calculator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published