Linux Mint
My Places
Sign in
Community
Software
Users
Moderation
Beta Testing
ISO Images
Teams
python3-mockito
Spying framework for Python
https://github.com/kaste/mockito-python
0
no reviews
Install
This is a spying framework for Python, similar to Java's Mockito. For example:
when(os.path).exists('/foo').thenReturn(True)
This package contains the Python3 library.