[ ソース: python-fixtures ]
パッケージ: python3-fixtures (4.1.0-2)
python3-fixtures に関するリンク
Debian の資源:
python-fixtures ソースパッケージをダウンロード:
- [python-fixtures_4.1.0-2.dsc]
- [python-fixtures_4.1.0.orig.tar.xz]
- [python-fixtures_4.1.0-2.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
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