Language

Package: python2-mock @ 3.0.5

Synopsis

Python mocking and patching library for testing

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. This library is now part of Python (since Python 3.3), available via the unittest.mock module.

Home page
https://github.com/testing-cabal/mock
Location
gnu/packages/check.scm (line: 842, column: 4)
License

Lint warnings

LinterMessageLocation
input-labels

Identify input labels that do not match package names

label 'python-six' does not match package name 'python2-six'