Comment 1 for bug 1850558

Revision history for this message
Lajos Katona (lajos-katona) wrote :

Interestingly seems to happen on both py3 and py27, and in some cases the tests seems to be failing (at least the call to testtools.testresult.real._convert is coming from addError, see[1]) in some cases the test is passing (the call to _convert is coming from addSuccess, see [2])

[1]: https://github.com/testing-cabal/testtools/blob/master/testtools/testresult/real.py#L1590
[2]: https://github.com/testing-cabal/testtools/blob/master/testtools/testresult/real.py#L1638