This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author zaitcev
Recipients r.david.murray, zaitcev
Date 2014-02-27.19:46:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393530372.19.0.676264167021.issue20798@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, indeed. The printout is in testtools only. The unittest prints this:

[zaitcev@guren xxx]$ python3 -c 'import nose; nose.main()'
F
======================================================================
FAIL: test_testEquals (testic.TestConfigTrueValue)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/q/zaitcev/tmp/xxx/testic.py", line 11, in test_testEquals
    self.assertEquals(function_under_test(), reference)
AssertionError: 'actual-0123456789012345678901234567890123456789' != 'reference-0123456789012345678901234567890123456789'
- actual-0123456789012345678901234567890123456789
? ^ ^^^^
+ reference-0123456789012345678901234567890123456789
? ^^^^^^^ ^

Sorry, closing the issue as invalid.
History
Date User Action Args
2014-02-27 19:46:12zaitcevsetrecipients: + zaitcev, r.david.murray
2014-02-27 19:46:12zaitcevsetmessageid: <1393530372.19.0.676264167021.issue20798@psf.upfronthosting.co.za>
2014-02-27 19:46:12zaitcevlinkissue20798 messages
2014-02-27 19:46:12zaitcevcreate