Re: Re: Mock object bug with assert_not_called (Steve D'Aprano)

2016-12-28 Thread Diego Vela
sufficient? I'm not so sure, this is my first time. Thanks for the help. -- Diego Vela -- https://mail.python.org/mailman/listinfo/python-list

Mock object bug with assert_not_called

2016-12-27 Thread Diego Vela
eps Create a mock object using the @patch decorator for a function. call a function that that calls the mocked function. check assert_not_called and assert_called with. Thank you for your time. -- Diego Vela -- https://mail.python.org/mailman/listinfo/python-list