Python testing

From wikinotes
Revision as of 20:14, 6 May 2018 by Will (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

See Programming: Testing for best practices.

python tox run configurable test-runner in multiple versions of python
python pytest framework/runner for testing. very useful
python unittest builtin testing framework.
python mock mock objects for better isolation