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

Clarify groupadmin behavior in test_igroupadmin.py #7707

Open
MartinFlores751 opened this issue Apr 19, 2024 · 0 comments
Open

Clarify groupadmin behavior in test_igroupadmin.py #7707

MartinFlores751 opened this issue Apr 19, 2024 · 0 comments
Assignees
Labels
Milestone

Comments

@MartinFlores751
Copy link
Contributor

Stemming from the discussion here: #7688 (comment)

Add a test to test_igroupadmin.py that shows a groupadmin can:

  1. Create a group.
  2. Create a regular user.
  3. Add the regular user to the group.
  4. Show that the groupadmin is unable to manage the group.

Show that, in step 4, the groupadmin cannot remove the user from the group. Possibly check that the groupadmin is unable to add another user to the group.

Other variations may be added to test if needed.

The purpose of adding this test is so that the code (documentation) shows the expected behavior of a groupadmin.

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

No branches or pull requests

2 participants