You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need a better way of comparing large chunks of json. Some of the tests create a model and validate the serialisation by comparing against a string representation of JSON. We should write, or find if it exists, a method of comparing JSON that is less brittle and won't be affected by whitespace/line ending differences.
The text was updated successfully, but these errors were encountered:
donaldgray
changed the title
Write a better method of comparing chunks of JSON
Write a better method of asserting chunks of JSON as equivalent
Mar 6, 2023
We need a better way of comparing large chunks of json. Some of the tests create a model and validate the serialisation by comparing against a string representation of JSON. We should write, or find if it exists, a method of comparing JSON that is less brittle and won't be affected by whitespace/line ending differences.
See: #27 (comment)
The text was updated successfully, but these errors were encountered: