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 | 0000007192 7.02 KB | |
python-testfixtures.spec | 0000002747 2.68 KB | |
python383.patch | 0000000749 749 Bytes | |
testfixtures-6.14.1.tar.gz | 0000114969 112 KB |
Revision 12 (latest revision is 29)
Dominique Leuenberger (dimstar_suse)
accepted
request 807182
from
Tomáš Chvátal (scarabeus_iv)
(revision 12)
- Add patch to fix build with python 3.8.3: * python383.patch - Update to 6.14.1: * Fix bugs in comparison of :func:`~unittest.mock.call` objects where the :func:`repr` of the :func:`~unittest.mock.call` arguments were the same even when their attributes were not.
Comments 0