Package python3-module-mock: Information

    Binary package: python3-module-mock
    Version: 5.1.0-alt1
    Architecture: noarch
    Build time:  Aug 10, 2023, 10:45 PM
    Source package: python3-module-mock
    Report package bug
    License: BSD-2-Clause
    Summary: Rolling backport of unittest.mock for all Pythons
    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 3.6 and up.

    Maintainer: Stanislav Levin


    Last changed


    July 26, 2023 Stanislav Levin 5.1.0-alt1
    - 5.0.2 -> 5.1.0.
    May 22, 2023 Stanislav Levin 5.0.2-alt1
    - 4.0.3 -> 5.0.2.
    March 5, 2022 Stanislav Levin 4.0.3-alt2
    - Fixed FTBFS (Python 3.10).