Add warning to compare.py about error messages
This commit is contained in:
parent
e42c1b9c2a
commit
31b17f513b
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@
|
|||
# and then create `yourtest.expected` by stripping unnecessary details from `yourtest.json`. If
|
||||
# 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 sys
|
||||
import json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue