
Mockito is a testing framework. The framework allows the creation of Test Double objects (called "Mock Objects") in automated unit tests for the purpose of Test-driven Development (TDD) or Behavior Driven Development (BDD).
Python Mockito is a spying framework based on Java library with the same name.
This package provides the Python 2.x module.