[ 源代码: systemfixtures ]
软件包:python3-systemfixtures(0.6.7-3)
python3-systemfixtures 的相关链接
Debian 的资源:
下载源码包 systemfixtures:
- [systemfixtures_0.6.7-3.dsc]
- [systemfixtures_0.6.7.orig.tar.gz]
- [systemfixtures_0.6.7-3.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
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.
其他与 python3-systemfixtures 有关的软件包
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-fakesleep
- Fake version of time.sleep() for use in tests
-
- dep: python3-fixtures
- PyUnit extension for defining test fixtures outside of test cases - Python 3.x
-
- dep: python3-pbr
- inject useful and sensible default behaviors into setuptools - Python 3.x
-
- dep: python3-requests-mock
- mock out responses from the requests package - Python 3.x
-
- dep: python3-six
- Python 2 and 3 compatibility library
-
- dep: python3-testtools
- Extensions to the Python unittest library - Python 3.x