Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 512 Bytes

File metadata and controls

13 lines (10 loc) · 512 Bytes

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 .