Pakket: python3-fixtures (4.2.5-1)
Verwijzigingen voor python3-fixtures
Debian bronnen:
Het bronpakket python-fixtures downloaden:
- [python-fixtures_4.2.5-1.dsc]
- [python-fixtures_4.2.5.orig.tar.xz]
- [python-fixtures_4.2.5-1.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
Experimenteel pakket
Warning: This package is from the experimental distribution. That means it is likely unstable or buggy, and it may even cause data loss. Please be sure to consult the changelog and other possible documentation before using it.
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.
Andere aan python3-fixtures gerelateerde pakketten
|
|
|
|
-
- 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