ColtonProvias / sqlalchemy-jsonapi

JSONAPI implementation for use with SQLAlchemy
MIT License
71 stars 27 forks source link

Add post relationship tests #51

Closed kaitj91 closed 7 years ago

kaitj91 commented 7 years ago

This PR adds the post_relationship tests. Post relationship allows us to create a to-many relationship.

Once this goes through coverage of the serializer will be up to 86% and the overall sqlalchemy-jsonapi library at 78%.

rockstar commented 7 years ago

👍