You need to sign in or sign up before continuing.
Issue #17015: When it has a spec, a Mock object now inspects its signature...
Issue #17015: When it has a spec, a Mock object now inspects its signature when matching calls, so that arguments can be matched positionally or by name.
Showing
- NEWS 4 additions, 0 deletionsNEWS
- README.txt 1 addition, 1 deletionREADME.txt
- __version__.py 1 addition, 0 deletions__version__.py
- mock.py 142 additions, 89 deletionsmock.py
- setup.py 3 additions, 1 deletionsetup.py
- tests/testhelpers.py 39 additions, 20 deletionstests/testhelpers.py
- tests/testmock.py 129 additions, 0 deletionstests/testmock.py
Loading
Please register or sign in to comment