jazzband / jsonmodels

jsonmodels is library to make it easier for you to deal with structures that are converted to, or read from JSON.
http://jsonmodels.readthedocs.org/en/latest/
BSD 3-Clause "New" or "Revised" License
334 stars 51 forks source link

Remove ambiguous identifiers from tests #100

Closed johncalls closed 6 years ago

johncalls commented 6 years ago

Flake8 checks for ambiguous identifiers now (see here and here for further info) resulting in incompatible jsonmodels tests.

This PR fixes the tests.

beregond commented 6 years ago

Ok, thanks :+1: