[ buster ]
[ 源代码: python-fixtures ]
软件包:python-fixtures(3.0.0-2)
python-fixtures 的相关链接
Debian 的资源:
下载源码包 python-fixtures:
- [python-fixtures_3.0.0-2.dsc]
- [python-fixtures_3.0.0.orig.tar.xz]
- [python-fixtures_3.0.0-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [pypi.python.org]
相似软件包:
PyUnit extension for defining test fixtures outside of test cases - Python 2.x
A PyUnit extension for defining test fixtures outside of test cases. Each fixture encapsulates creating, reusing and freeing some state - be that a temporary directory on disk, SQL server connection, or just a particular object graph. This is extremely useful for testing and general resource management.
Fixtures ships with the base class, unittest glue and a number of precanned concrete fixtures.
This package provides the Python 2.x module.
其他与 python-fixtures 有关的软件包
|
|
|
|
-
- dep: python
- 交互式高级面向对象语言(Python2 版本)
-
- dep: python-pbr (>= 0.11)
- inject useful and sensible default behaviors into setuptools - Python 2.x
-
- dep: python-six
- Python 2 和 3 兼容库(Python 2 接口)
-
- dep: python-testtools
- Extensions to the Python unittest library - Python 2.x