TDD

pytest

doctests

doctests executes test in the docstring of a function

ToDo: doctests, pytest.ini, markers

unittest

run tests with python -m unittest it runs all files with test*.py filename format. This is a shortcut to invoke test discovery

Last updated