/CalculatorLibrary

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

CalculatorLibrary

Project demonstrating continuous integration/delivery, unit testing and code quality checks using CircleCI, pytest, coverage and flake8 on a simple Python calculator project.

This project is based on Real Python's tutorial on CI with Python.

Software used include:

  • pytest-django
  • CircleCI
  • flake8
  • black
  • coverage

Dependencies are listed in the requirements.txt file.