/python-testing-framework

Example project to showcase an easy way to set up automated unit testing in Python.

Primary LanguagePythonMIT LicenseMIT

Python Testing Framework

This is a project to showcase an easy way to set up automated testing in Python, specifically unit testing.

Tools used:

  • pytest
  • mock
  • coverage
  • tox
  • make

It's meant to be an interactive one hour workshop where the accompanying slides guide you through building up and understanding the framework step by step.