1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: systemfixtures
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Free Ekanayaka <freee@debian.org>,
Section: python
Priority: optional
Build-Depends: dh-sequence-python3,
debhelper-compat (= 13),
python3-all,
python3-setuptools,
python3-pbr,
python3-fixtures,
python3-requests-mock,
python3-fakesleep,
python3-six,
Rules-Requires-Root: no
Standards-Version: 4.1.3
Homepage: https://github.com/testing-cabal/systemfixtures
Vcs-Browser: https://salsa.debian.org/python-team/packages/systemfixtures
Vcs-Git: https://salsa.debian.org/python-team/packages/systemfixtures.git
Package: python3-systemfixtures
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Test fixtures providing fake versions of various system resources
A collection of Python fixtures to fake out various system resources such
as processes, users, groups, etc.
.
Each fake resource typically behaves as an "overlay" on the real resource, in
that it can be programmed with fake behavior for a set of inputs, but falls
back to the real behavior for the rest.
|