We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Almost every NimbusReviewSerializer test includes the following snippet:
serializer = NimbusReviewSerializer( experiment, data=NimbusReviewSerializer(experiment, context={"user": self.user}).data, context={"user": self.user}, )
We should add a helper to the testcase for this, which would remove ~500 lines and make tests easier to write.
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Almost every NimbusReviewSerializer test includes the following snippet:
We should add a helper to the testcase for this, which would remove ~500 lines and make tests easier to write.
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: