![]() | Ned Batchelder : Blog | Code | Text | Site More alternatives for Python unit testing » Home : Blog : October 2005 |
Here are more facilities for helping with unit testing in Python:
Together with unittest, doctest and py.test which I wrote about a year ago, this brings the total to at least six. One common thread among the three new entries is that they aim to be as useful as py.test, but based on the standard unittest module. It's an interesting dynamic, since py.test claims to be more Pythonic than the standard module. As usual, I find that I barely have time to use any of these modules, much less evaluate all the options.
tagged:
python,
testing
/
via:
Daily Python-URL» 2 reactions | |
Comments
TestGears and Nose were developed basically in parallel and are very similar in function. Since I have my hands full, I'm planning to deprecate TestGears in favor of Nose... so you can strike one from the list :)
Add one more to the many-wheels-reinvented list: the Quixote folks also have Sancho, a unit testing framework: http://www.mems-exchange.org/software/sancho/
I use it primarily because most of my development is on Quixote and related platforms anyway.
Add a comment: