[TIP] Running tests

Ben Finney ben+python at benfinney.id.au
Wed May 6 17:47:20 PDT 2009


"C. Titus Brown" <ctb at msu.edu> writes:

> How do you all run your tests?  And is there a Python-wide standard
> anywhere for how to run them?

I'm pretty sure there's no Python-wide standard other than unittest and
its TestRunner.

> I know 'python setup.py test' is a semi-standard under setuptools, but
> it only works with unittest and nose.

Right, so I only use unittest and nose :-)

-- 
 \     Lucifer: “Just sign the Contract, sir, and the Piano is yours.” |
  `\     Ray: “Sheesh! This is long! Mind if I sign it now and read it |
_o__)                                later?” —http://www.achewood.com/ |
Ben Finney




More information about the testing-in-python mailing list