[issue26600] MagickMock __str__ sometimes returns MagickMock instead of str

Stanisław Skonieczny (Uosiu) report at bugs.python.org
Mon Feb 22 04:17:07 EST 2021


Stanisław Skonieczny (Uosiu) <stanislaw.skonieczny at gmail.com> added the comment:

However there is still nothing in the docs that you have to mock `__str__`
by yourself
when using mock object with multiple threads. Otherwise calling `__str__`
may result
with raising exception if you are unlucky.

Stanisław Skonieczny

On Wed, Feb 17, 2021 at 7:26 PM Irit Katriel <report at bugs.python.org> wrote:

>
> Irit Katriel <iritkatriel at yahoo.com> added the comment:
>
> The documentation has examples how to set up a mock's __str__.
>
> https://docs.python.org/3/library/unittest.mock.html
>
> ----------
> nosy: +iritkatriel
> resolution:  -> not a bug
> stage:  -> resolved
> status: open -> closed
>
> _______________________________________
> Python tracker <report at bugs.python.org>
> <https://bugs.python.org/issue26600>
> _______________________________________
>

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue26600>
_______________________________________


More information about the Python-bugs-list mailing list