[TIP] Make py.test output more like nose?

Marcin Tustin Marcin.Tustin at dealertrack.com
Tue Jul 22 10:42:24 PDT 2014


This isn’t meant to be snide: if you want nose-style output, why not use nose? What’s the draw of py.test?

Marcin

From: testing-in-python-bounces at lists.idyll.org [mailto:testing-in-python-bounces at lists.idyll.org] On Behalf Of Randy Syring
Sent: Tuesday, July 22, 2014 1:31 PM
To: testing-in-python at lists.idyll.org
Subject: [TIP] Make py.test output more like nose?

I've been trying various combinations of command line settings for py.test to get the output to be more like nose when exceptions are encountered.  Currently, py.test is showing me several frames of information and the source code related to the traceback.  But all I want is what nose gives me 1) a dot for pass and 2) a normal python traceback for failure.

Randy Syring
Husband | Father | Redeemed Sinner

"For what does it profit a man to gain the whole world
and forfeit his soul?" (Mark 8:36 ESV)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.idyll.org/pipermail/testing-in-python/attachments/20140722/4e79ecca/attachment.htm>


More information about the testing-in-python mailing list