You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the django rest framework serializers could fail at runtime if they have bad fields in them, but they should be able to be programmatically tested without writing detailed tests for all of them. This will save on test code, while still covering the functionality.
Detailed testing should still be performed on custom fields.
The text was updated successfully, but these errors were encountered:
Right now the django rest framework serializers could fail at runtime if they have bad fields in them, but they should be able to be programmatically tested without writing detailed tests for all of them. This will save on test code, while still covering the functionality.
Detailed testing should still be performed on custom fields.
The text was updated successfully, but these errors were encountered: