• 
      

    Add unit tests for Group.objects.accessible_ids().

    Review Request #11604 — Created May 12, 2021 and submitted

    Information

    Review Board
    release-3.0.x

    Reviewers

    This function is currently a light-weight wrapper around
    Group.objects.accessible(), which already has a full suite of tests.
    However, there are plans for some future work here, and it's a good time
    to ensure that we have some reliable tests in case anything were to
    break.

    This change copies over the accessible() tests, changing them to check
    IDs against a list of IDs instead.

    Unit tests passed.

    Summary ID
    Add unit tests for Group.objects.accessible_ids().
    This function is currently a light-weight wrapper around `Group.objects.accessible()`, which already has a full suite of tests. However, there are plans for some future work here, and it's a good time to ensure that we have some reliable tests in case anything were to break. This change copies over the `accessible()` tests, changing them to check IDs against a list of IDs instead.
    846a4ccfe3b3e4ac3d630f2961d5c6c75158a0f9
    david
    1. Ship It!
    2. 
        
    chipx86
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-3.0.x (3c83508)