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

Change test suite to PyTest #50

Closed beregond closed 9 years ago

beregond commented 9 years ago

unittest is nice, yet it miss some fine features, really usefull during debugging.