EliAndrewC / sideboard

BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Test for sorted dict encoding, presumably one that uses OrderedDict #24

Closed EliAndrewC closed 8 years ago

EliAndrewC commented 10 years ago

Our SortedDictJsonEncoder was broken for a long time, and our tests happened to pass because our dicts happened to serialize the same. We should use some OrderedDict instances to ensure that this does NOT happen by default, which will give us more confidence in the future.

This is pretty low priority, but worth listing as an issue since we specifically had this bite us.

EliAndrewC commented 8 years ago

Moved to https://github.com/magfest/sideboard/issues/33