python-testscenarios 0.5.0-ok1 source package in openKylin

Changelog

python-testscenarios (0.5.0-ok1) yangtze; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 25 Apr 2022 22:03:04 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
luzp
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-testscenarios_0.5.0.orig.tar.xz 15.4 KiB 684bfac2b380384704d33717e30a3f02f78aa587f78227a13012abbda61d09eb
python-testscenarios_0.5.0-ok1.debian.tar.xz 2.8 KiB 9ce4025a9b12f3eafab7a806b06880d6ffbca5869aa7b540079854f9bd42e3d4
python-testscenarios_0.5.0-ok1.dsc 1.9 KiB b6903ffb674dbcd211a9c687293fd11ffb76a51e7c33b92529ec4d4553597d94

View changes file

Binary packages built by this source

python3-testscenarios: Dependency injection for Python unittest tests - Python 3.x

 testscenarios provides clean dependency injection for Python unittest style
 tests. This can be used for interface testing (testing many implementations
 via a single test suite) or for classic dependency injection (provide tests
 with dependencies externally to the test code itself, allowing easy testing
 in different situations).
 .
 This package contains the Python 3.x module.