python-mock 5.1.0-ok1 source package in openKylin

Changelog

python-mock (5.1.0-ok1) nile; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Tue, 07 May 2024 09:58:53 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 release main python
Nile V2.0 proposed main python

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-mock_5.1.0.orig.tar.gz 85.8 KiB e3ad0dbebbdab94f7401920e86cb765f50c42f6f88db223c8438c352fc8c136f
python-mock_5.1.0-ok1.debian.tar.xz 3.4 KiB 84d2a7813c3db4b73fee3c659b94eadab818d4656683dc88b2b5bb98bfd1dfe9
python-mock_5.1.0-ok1.dsc 2.0 KiB 90d54a0493fc53fac8c070c5f7993133d9e41a93169647b7785448e4750cf1d2

Available diffs

View changes file

Binary packages built by this source

python-mock-doc: Mocking and Testing Library (Documentation)

 mock provides a core mock.Mock class that is intended to reduce the
 need to create a host of trivial stubs throughout your test suite.
 After performing an action, you can make assertions about which methods
 / attributes were used and arguments they were called with. You can
 also specify return values and set specific attributes in the normal
 way.
 .
 This package contains the documentation.

python3-mock: Mocking and Testing Library (Python3 version)

 mock provides a core mock.Mock class that is intended to reduce the
 need to create a host of trivial stubs throughout your test suite.
 After performing an action, you can make assertions about which methods
 / attributes were used and arguments they were called with. You can
 also specify return values and set specific attributes in the normal
 way.
 .
 This package contains the Python 3 version of the library.