test(tasks): cover team + assignee filtering scenarios#294
Merged
iamitprakash merged 10 commits intofeat/tasks-add-assignee-filtering-to-team-task-listingsfrom Dec 16, 2025
Merged
Conversation
- add serializer, view, service, and repository specs for multi-assignee queries - exercise team-scoped assignee resolution and list/count symmetry - protect regressions where team filters should bypass user-level fallbacks
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
- add serializer, view, service, and repository specs for multi-assignee queries - exercise team-scoped assignee resolution and list/count symmetry - protect regressions where team filters should bypass user-level fallbacks
- add serializer, view, service, and repository specs for multi-assignee queries - exercise team-scoped assignee resolution and list/count symmetry - protect regressions where team filters should bypass user-level fallbacks
10 tasks
…' into feat/tests-assignee-filtering
…calls, the test no longer bails out with a “FORBIDDEN” response; the mocked list/count methods are hit, and the assertions succeed.
…' into feat/tests-assignee-filtering
…' into feat/tests-assignee-filtering
- use valid ObjectId strings in serializer and view tests - ensure team membership mock aligns with validated assignee ids
yesyash
approved these changes
Dec 15, 2025
9185f44
into
feat/tasks-add-assignee-filtering-to-team-task-listings
2 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Date:
10th December, 2025Developer Name: @Achintya-Chatterjee
Issue Ticket Number
Description
Documentation Updated?
Under Feature Flag
Database Changes
Breaking Changes
Development Tested?
Screenshots
Screenshot 1
Test Coverage
Screenshot 1
Additional Notes