python3-mockito

Spying framework for Python
  https://github.com/kaste/mockito-python
  0
  no reviews



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.