mikeywaites / kim

Kim: A JSON Serialization and Marshaling framework
http://kim.readthedocs.org/en/latest/
Other
317 stars 17 forks source link

Feature: Partial support for Marshalling #26

Closed krak3n closed 10 years ago

krak3n commented 10 years ago

This PR adds a new partial keyword argument to the SQA marshaller. This allows you to provide partial data to the marshaller, populating the field data from the instance if the marshaller has not been provided with data explicitly.

Also bumped the pytest-spec version and because the older version is no longer on PyPi. Added myself to contributors.

Thanks,

Chris