Package python3-module-mock: Information

    Source package: python3-module-mock
    Version: 5.1.0-alt1
    Build time:  Jul 28, 2023, 07:35 AM
    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.

    List of rpms provided by this srpm:
    python3-module-mock (noarch)

    Maintainer: Stanislav Levin


      1. python3-module-pyproject-installer >= 0.4.0
      2. python3-module-pytest
      3. python3-module-setuptools
      4. python3-module-wheel
      5. rpm-build-pyproject

    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).