STINNER Victor added the comment:
> I don't see what this buys over spec and autospec. I'd be inclined to close
> it without a compelling use case beyond what is already supported.
I proposed to Mario to open an issue since I like his API. Even if "sealing"
mocks is unlikely to be the most common case, when you need it, I prefer his
API over the specs thing which reminds me bad time with mox. I prefer the
declarative Python-like API, rather than Mock(spec=["method2"],
**{"method2.return_value": 1}).
But yeah, technically specs and sealing seems similar. It's just another way to
describe a mock. Since I prefer sealing, I would like to allow users to choose
between specs and sealing.
----------
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue30541>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com