-
Notifications
You must be signed in to change notification settings - Fork 212
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
Implement groups api testing #828
Comments
CC @thiagogquinto, @to-sta and I were thinking this would be a good next issue to look into as he needed to take over #801 :) Let us know if this'd be something that'd interest you! |
@andrewtavis I would like to take on this task if it’s not currently assigned. In the activist/backend/entities/models.py file, we have multiple |
Hey @zeus2611 👋 Sorry it seems like my extreme level of business a month ago meant that this comment totally slipped through... I think that splitting these tests up into multiple files would be fine :) If you'd still have interest in working on it, we'd welcome a PR! 😊 |
Hey @andrewtavis, I started working on this issue. Can you please assign this to me? |
Sure thing, @zeus2611! Let us know if we can support, and appreciate you picking it up! 😊 |
Terms
Description
Something that's needed to make sure that the test coverage is maintained for the backend is tests for the
groups
models. These could generally follow the example tests sent along in #824 and would be written in backend/entities/tests.py.Contribution
Happy to answer questions or help implement as I can! 😊
The text was updated successfully, but these errors were encountered: