[issue20798] Reversed order in testtools messages

Pete Zaitcev report at bugs.python.org
Thu Feb 27 20:46:12 CET 2014


Pete Zaitcev added the comment:

Oh, indeed. The printout is in testtools only. The unittest prints this:

[zaitcev at 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.

----------
resolution:  -> invalid

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20798>
_______________________________________


More information about the Python-bugs-list mailing list