mr-ice / maptool-macros

place for maptool macros
2 stars 3 forks source link

Update DnDBeyond-Test to use json.equals #315

Closed trey-kirk-sp closed 3 years ago

trey-kirk-sp commented 3 years ago

For example, during dndb_Test_KnownToons, a test failure is found on a trivial difference in spell slots:

image

JSON objects should rely on json.equals. I used a smarter equals function in DnD5e-Test, might just pull that over.

trey-kirk-sp commented 3 years ago

This is also a good place to do the next iteration of catching up the Live tokens. There have been changes to Initiative and attack expressions that need to be captured in the live tokens.

trey-kirk-sp commented 3 years ago

Fixing #179 broke the unit tests, so using this issue to address several things at once.