More Testing! Extends the `unittest.TestCase` to provide deep, yet fuzzy, structural comparisons
Project description
More Testing
FuzzyTestCase
extends the unittest.TestCase
to provide deep, yet fuzzy, structural comparisons; intended for use in test cases dealing with JSON.
Details
The primary method is the assertAlmostEqual
method with the following arguments:
test_value
- the value, or structure being testedexpected
- the expected value or structure. In the case of a number, the accuracy is controlled by the following parameters. In the case of a structure, only the not-null parameters ofexpected
are tested for existence.msg
- Detailed error message if there is no match
Keyword arguments:
digits
- number of decimal places of accuracy required to consider two values equalplaces
- number of significant digits used to compare values for accuracydelta
- maximum difference between values for them to be equal
This method assertEqual
is recursive; it does a deep comparison; it can not handle cycles in the data structure.
Major Changes
Version 8
digits
,places
, anddelta
must be specified as keyword arguments
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mo_testing-8.685.25166.tar.gz
(11.5 kB
view details)
Built Distribution
File details
Details for the file mo_testing-8.685.25166.tar.gz
.
File metadata
- Download URL: mo_testing-8.685.25166.tar.gz
- Upload date:
- Size: 11.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
7335b2f0b7adf5c8dc88348bb9326f3aea6f4e840de70531a512b95f254f62ac
|
|
MD5 |
4b44934a97dbfda46ee0e206c9411c97
|
|
BLAKE2b-256 |
d6b4ea08c7fca5f37a50f0adf272f0cd14ea4e3a1b6d775e86eb39782b7c6623
|
File details
Details for the file mo_testing-8.685.25166-py3-none-any.whl
.
File metadata
- Download URL: mo_testing-8.685.25166-py3-none-any.whl
- Upload date:
- Size: 12.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
8819efd84a8c6ad5c1402e34b28247537c907c665ea36003d994fb303a1d533b
|
|
MD5 |
4d8ed6b80955daf68e9a7ace5ee191ab
|
|
BLAKE2b-256 |
21f6a885cf389519ead1b459d66b5824d9cf7213d12bfe6c1f8774e2fcba68fb
|