python-testscenarios 0.5-ok4 source package in openKylin
Changelog
python-testscenarios (0.5-ok4) yangtze; urgency=medium * Fix command 'install' has no such option 'install_layout'. -- sufang <email address hidden> Mon, 10 Oct 2022 16:37:10 +0800
python-testscenarios (0.5-ok4) yangtze; urgency=medium * Fix command 'install' has no such option 'install_layout'. -- sufang <email address hidden> Mon, 10 Oct 2022 16:37:10 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Yangtze V1.0 | release | main | python | |
Yangtze V1.0 | proposed | main | python |
File | Size | SHA-256 Checksum |
---|---|---|
python-testscenarios_0.5.orig.tar.gz | 149.6 KiB | d3d74600ad4e5e8578865b86cc87c635fc81c288fe15afae14d7a508d50cfa73 |
python-testscenarios_0.5-ok4.debian.tar.xz | 6.1 KiB | 0b04e71127582f47e0f2478e5e131e69c7905ffd0de0c9473dde29cdbbffb4c5 |
python-testscenarios_0.5-ok4.dsc | 1.8 KiB | f86ab69efd93e6f09fd918c93e7990751dc5c256254efb48c86c6fde7abfa7c0 |
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.