14 November 2016

not surprisingly, I like using py.test (import pytest) instead of the built-in PyUnit (import unittest) because it is simpler with less boilerplate but it is still powerful enough without total reliance on plugins (as some would say about nose)

some good py.test commandline options: http://www.tilcode.com/pytest-cli-tips-tricks-settings/

and the –pdb and –pudb modes are sweet!

it sure is very actively maintained… https://bitbucket.org/pytest-dev/profile/members



blog comments powered by Disqus