
The preferred method to test mocked function calls in unit tests is ``mock.assert_has_calls``. All assertions in unit tests are substituted by this method. Change-Id: I25c665f690f61c1d862431bc60a194d1d9279f22 Closes-Bug: #1697010
The preferred method to test mocked function calls in unit tests is ``mock.assert_has_calls``. All assertions in unit tests are substituted by this method. Change-Id: I25c665f690f61c1d862431bc60a194d1d9279f22 Closes-Bug: #1697010