[ 原始碼: python-fixtures ]
套件:python3-fixtures(4.2.5-1)
python3-fixtures 的相關連結
Debian 的資源:
下載原始碼套件 python-fixtures:
- [python-fixtures_4.2.5-1.dsc]
- [python-fixtures_4.2.5.orig.tar.xz]
- [python-fixtures_4.2.5-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
試製(Experimental)套件
警告:這個套件來自於 experimental 發行版。這表示它很有可能表現出不穩定或者出現 bug ,甚至是導致資料損失。請務必在使用之前查閱 changelog 以及其他潛在的文件。
PyUnit extension for defining test fixtures outside of test cases - Python 3.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 3.x module.
其他與 python3-fixtures 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-pbr (>= 5.7.0)
- inject useful and sensible default behaviors into setuptools - Python 3.x
-
- dep: python3-testtools
- Extensions to the Python unittest library - Python 3.x