/test-examples

Some examples of testing and mocking in Python

Primary LanguagePythonMIT LicenseMIT

Test Python Code Climate

Test examples

A repository of some simple testing examples to demo various test cases and usage of mocking.

Set up and run

pipenv install
pipenv shell
PYTHONPATH=. pytest --cov --flake8 .