Skip to content

gasanchezv/python-calc

 
 

Repository files navigation

python-calc

$ pip install -r requirements.txt

Start app

$ python main.py

Run tests

$ python -m unittest test_calc.py -v
$ python -m unittest discover -v 

Code coverage

$ coverage run src/main.py
$ coverage run test_calc.py
$ coverage report
$ coverage html
$ open htmlcov/index.html

Docker

$ docker build -t mario21ic/pycalc:v1.0 .
$ docker run -p 8080:8080 mario21ic/pycalc:v1.0

Docker Compose

$ docker-compose up

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.2%
  • Dockerfile 3.8%