Defunctionalize / schemagic

Define the shape of your data with simple python data structures. Use those data descriptions to validate your application.
GNU Lesser General Public License v2.1
43 stars 1 forks source link

Migrate to traditional test harness #3

Closed Defunctionalize closed 8 years ago

Defunctionalize commented 8 years ago

My current unittest harness needs to be adapted to fit with traditional pythonic standards so as to be compatible with test runners.

Defunctionalize commented 8 years ago

going to use a hybrid approach with some traditional tests and some generated.