Brendan Berman

Results 2 issues of Brendan Berman

### Issue Validation always fails when an empty enum validation is included inside of a oneOf validation. Empty enum's are allowed in the spec (http://json-schema.org/latest/json-schema-validation.html#rfc.section.6.23), even though they are discouraged....

If I use interpy in my testing suite and run `python -m tabnanny [file]` it doesn't show any errors. But when i run `nosetests [file]` I get an IndentationError: ```...