Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create automatic testers for simple serializers #90

Open
willjschmitt opened this issue Apr 8, 2017 · 0 comments
Open

Create automatic testers for simple serializers #90

willjschmitt opened this issue Apr 8, 2017 · 0 comments

Comments

@willjschmitt
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant