Some examples of Python Unit testing.
-
Using Makefile
make test
Running the tests is not the goal of this project, but the information and the examples of different topics regarding
Unit Testing
- Raising exception with
pytest
- Mock and MagicMock
- Patch
- Sentinel (TODO)
- Blog | Python Unit tests at Hypothesis : https://www.seanh.cc/2017/01/15/python-unit-tests-at-hypothesis/