ThreeSixtyGiving / datastore

A Data Store application for 360Giving
GNU Affero General Public License v3.0
0 stars 1 forks source link

tests: Add tests for Org API #183

Closed R2ZER0 closed 6 months ago

R2ZER0 commented 6 months ago

Given the API is approaching a fairly minimal but hopefully stable core/1.0, I think this is a good time to add tests.

This PR adds tests to check all endpoints (OrgList, OrgDetail, OrgGrantsMade, OrgGrantsReceived) and all Org types (Funder, Recipient, Publisher).

michaelwood commented 6 months ago

Todo make sure any complex queries also get tested / avoid any potentially duplicated testing of frameworks