Binary package “python3-mockito” in ubuntu oracular

Spying framework for Python

 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.