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

Automated integration tests for Groups member management API endpoints #728

Open
2 tasks
tsibley opened this issue Oct 11, 2023 · 0 comments
Open
2 tasks

Comments

@tsibley
Copy link
Member

tsibley commented Oct 11, 2023

Comprehensive automated tests for these endpoints/functions would be quite helpful and reassuring.

It's possible now that we have a testing environment (#598, #656, #657), but there are some crucial test/development pieces still missing which we need to address:

  • Obtaining authn tokens (e.g. logging in) in tests (or mechanisms to bypass authn in tests 😬 but would prefer not to).
  • Test fixtures for groups and users, and how to deal with concurrency (e.g. multiple instances of the tests running at the same time). Most tractable way is likely to create groups and users at test start up with names that combine a meaningful part and a unique part, and then parameterize the tests by the names.

see more context

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

No branches or pull requests

1 participant