<br><br><div class="gmail_quote">On Sat, Nov 5, 2011 at 8:07 AM, Alfredo Deza <span dir="ltr">&lt;<a href="mailto:alfredodeza@gmail.com">alfredodeza@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">But this would be for failing tests you say? This is what I would see<br>
in Python2.6<br>
and unittest 1.63<br>
<br>
$ python test_foo.py<br>
F<br>
======================================================================<br>
FAIL: when foo uses bar as a connection it should be True when successful<br>
----------------------------------------------------------------------<br>
Traceback (most recent call last):<br>
  File &quot;test_foo.py&quot;, line 7, in test_foo_should_be_true<br>
    assert False<br>
AssertionError<br></blockquote><div><br>I don&#39;t use doctests on tests but when I do, I make sure I have this Nose plugin: <a href="https://github.com/kumar303/disable-docstring">https://github.com/kumar303/disable-docstring</a><br>
<br>I&#39;m pretty sure py.test never had this problem to begin with.<br> </div></div><br>