-
- Downloads
RPC client/server tests: use proper pattern for call assertions
`.called_once_with` doesn't exist, so it was just returning a mock object which was boolean True; however pytest-mock is now catching this (correctly) as a programming error, so handle the call args of the exception capture properly.
parent
32e534f1
No related branches found
No related tags found
Please register or sign in to comment