[TIP] Which unittest extensions are very important in current test practices?

Ben Finney ben+python at benfinney.id.au
Sun May 15 18:33:17 PDT 2016


Brian Okken <variedthoughts at gmail.com> writes:

> I'm trying to pull together all of the relevant useful extensions to
> unittest.

The wider world enjoys the Test Anything Protocol
<URL:http://testanything.org/>.

This library <URL:https://pypi.python.org/pypi/pycotap/> enables TAP
output for Python's ‘unittest’ runner.

-- 
 \        “Hanging one scoundrel, it appears, does not deter the next. |
  `\         Well, what of it? The first one is at least disposed of.” |
_o__)                                                —Henry L. Mencken |
Ben Finney




More information about the testing-in-python mailing list