Python testing: Difference between revisions

From wikinotes
No edit summary
(No difference)

Revision as of 20:14, 6 May 2018

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