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 assertEqual
method with the following parameters:
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 matchdigits
- 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.
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-7.587.24110.tar.gz
(10.7 kB
view details)
Built Distribution
File details
Details for the file mo_testing-7.587.24110.tar.gz
.
File metadata
- Download URL: mo_testing-7.587.24110.tar.gz
- Upload date:
- Size: 10.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e642e1e237ac0fa03f00fd8ab43ac45558a8a309f3f41d333de21a71361cba1d |
|
MD5 | 0976b19e0e71bbc3690cee5a79c50eb9 |
|
BLAKE2b-256 | d8e83f9300b1f4dee93bb17808024b370c0e0b1ecab047b078a6090210a7029b |
File details
Details for the file mo_testing-7.587.24110-py3-none-any.whl
.
File metadata
- Download URL: mo_testing-7.587.24110-py3-none-any.whl
- Upload date:
- Size: 11.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc0e8bc1c7c7efbc154aadf0470df7bf1c643362013e8b59c7c6dce5403873c9 |
|
MD5 | 6ecade1893c99cb5ee1304f7f4adb7df |
|
BLAKE2b-256 | 6012a968e09e3bc05925afb23b9f93a52cfb84422dcda104e85868c00a74df07 |