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.562.24075.tar.gz
(10.9 kB
view details)
Built Distribution
File details
Details for the file mo-testing-7.562.24075.tar.gz
.
File metadata
- Download URL: mo-testing-7.562.24075.tar.gz
- Upload date:
- Size: 10.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5915ba538f004b91854afbaf632d20f0ced23a7820b1f14725c9d0c32cee81f2 |
|
MD5 | 1f09938fa180c57acb25d161199ce344 |
|
BLAKE2b-256 | 3bef6e948c7071a5c7ad38e1cf6603e911ff4b12847e60e0705a2bd5a750f62e |
File details
Details for the file mo_testing-7.562.24075-py3-none-any.whl
.
File metadata
- Download URL: mo_testing-7.562.24075-py3-none-any.whl
- Upload date:
- Size: 11.2 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 | 1067ee29cefbd61963c732f30145314b3b9bfa95d966446b3c5509b55baa7354 |
|
MD5 | a2befdf4b1ae9aa48a347672e9dc2600 |
|
BLAKE2b-256 | d22d349419e788df2a982fcdb68f7d8911aa7bdeb684dcd23df0bcf406d3809a |