Chemical-Curation / chemcurator_django

Backend services for chemical curation
https://api.chemreg.epa.gov
MIT License
1 stars 0 forks source link

220 common info #255

Closed michael-barbour closed 4 years ago

michael-barbour commented 4 years ago

closes #220

Adds all common info in a base CommonInfoSerializer. The fields need to be added to all child meta classes, and as far as I know, any testing strategy to ensure this has been done correctly on every serializer would result in brittle tests.

scaduto commented 4 years ago

Looks great! I don't see any issues with your testing strategy