ColtonProvias / sqlalchemy-jsonapi

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

Add get relationship and get related tests #47

Closed kaitj91 closed 7 years ago

kaitj91 commented 7 years ago

This PR adds tests for get_relationship and get_related tests. I also updated model file and then changed one get_collection test so that it will pass with new model change.

Overall coverage is at 65% with the serializer.py file at 68%.

Anderycks commented 7 years ago

👍 to merge, but see my comment above.