Pablo Galindo Salgado <[email protected]> added the comment:
I agree with Karthikeyan: This is is the expected behaviour. The moment you use a mock, any implementation details are lost unless you use wraps or similar to also transfer the call to the/a real object. ---------- nosy: +pablogsal _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue31541> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
