Add warning to compare.py about error messages

This commit is contained in:
Rune Tynan 2021-01-14 19:39:59 -05:00
parent e42c1b9c2a
commit 31b17f513b
No known key found for this signature in database
GPG Key ID: 7ECC932F8B2C731E

View File

@ -7,6 +7,9 @@
# and then create `yourtest.expected` by stripping unnecessary details from `yourtest.json`. If # and then create `yourtest.expected` by stripping unnecessary details from `yourtest.json`. If
# you're on windows, replace `\` with `/`. # you're on windows, replace `\` with `/`.
# WARNING: The error messages produced by this may be misleading, in the case of list re-ordering
# it may point to apparently unrelated keys.
import copy import copy
import sys import sys
import json import json