Package python3-module-pytest-mock: Information

    Binary package: python3-module-pytest-mock
    Version: 3.5.1-alt1
    Architecture: noarch
    Build time:  Aug 10, 2021, 02:10 AM
    Report package bug
    License: MIT
    Summary: Thin-wrapper around the mock package for easier use with py.test
    Description: 
    Thin-wrapper around the mock package for easier use with py.test
    
    This plugin installs a mocker fixture which is a thin-wrapper around the
    patching API provided by the mock package, but with the benefit of not having
    to worry about undoing patches at the end of a test

    Maintainer: Stanislav Levin


    Last changed


    April 19, 2021 Stanislav Levin 3.5.1-alt1
    - 3.3.1 -> 3.5.1.
    Sept. 7, 2020 Stanislav Levin 3.3.1-alt1
    - 1.10.4 -> 3.3.1.
    June 10, 2019 Stanislav Levin 1.10.4-alt2
    - Added missing dep on Pytest.