python-testfixtures
TestFixtures is a collection of helpers and mock objects that are
useful when writing unit tests or doc tests.
If you're wondering why "yet another mock object library", testing is
often described as an art form and as such some styles of library will
suit some people while others will suit other styles. This library
contains common test fixtures the author found himself
repeating from package to package and so decided to extract them into
their own library and give them some tests of their own!
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
7
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:FactoryCandidates/python-testfixtures && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
python-testfixtures.changes | 0000012601 12.3 KB | |
python-testfixtures.spec | 0000002839 2.77 KB | |
testfixtures-7.0.3.tar.gz | 0000127280 124 KB |
Revision 23 (latest revision is 29)
Dominique Leuenberger (dimstar_suse)
accepted
request 1035575
from
Matej Cepl (mcepl)
(revision 23)
- Update to 7.0.3 (3 Nov 2022) * Further bugfixes around self-referential datastructures and :func:`compare`. - Update to 7.0.2 (1 Nov 2022) * Reinstate support for self-referential data structures in :func:`compare`. The new implementation provides more clarity about what's going on and also ignores more immutable data types. - Update to 7.0.1 (1 Nov 2022) * Remove non-functional support for self-referential data structures in :func:`compare`. The functionality didn't work but did cause erroneous reported equality of values in dictionaries that were actually not equal.
Comments 0