ColtonProvias / sqlalchemy-jsonapi

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

Add new unittest and coverage #38

Closed kaitj91 closed 7 years ago

kaitj91 commented 7 years ago

This PR adds a new unit test and coverage. This PR is in reference to PR #37 and the suggested changes I received. I now have it so the sqlalchemy engine and session are created and the unittest relies on that rather than flask app.

I have also added coverage to our tests and updated tox to call both nosetests and py.test.