oxan / djangorestframework-dataclasses

Dataclasses serializer for Django REST framework
BSD 3-Clause "New" or "Revised" License
429 stars 28 forks source link

Functional tests have become messy #10

Closed oxan closed 4 years ago

oxan commented 4 years ago

We should probably revisit the fixtures to reduce the three-level nesting and feature duplication in them, and move the functional tests to a separate test unit.

intgr commented 4 years ago

I was thinking about creating separate "field tests" so testing the conversion of individual fields would be easier. Without the baggage of whole serializer classes.