Popularity
3.8
Stable
Activity
6.0
Declining
529
25
105

Description

mock is a library for testing in Python. It allows you to replace parts of your system under test with mock objects and make assertions about how they have been used.

mock is now part of the Python standard library, available as unittest.mock in Python 3.3 onwards.

This package contains a rolling backport of the standard library mock code compatible with Python 2.6 and up, and 3.3 and up.

Please see the standard library documentation for more details.

Code Quality Rank: L2
Programming language: Python
License: BSD 2-clause "Simplified" License
Tags: Testing     Mock    
Latest version: v4.0.3

mock alternatives and similar packages

Based on the "Mock" category.
Alternatively, view mock alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of mock or a related project?

Add another 'Mock' Package