[ 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