-
Notifications
You must be signed in to change notification settings - Fork 543
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
Expand testing to cover G Suite functionality #111
Comments
We also need tests covering the various scenarios documented here. |
Just to reiterate, the scenarios that need to be tested are:
Also
|
We will need to alter the test setup to support a long-lived service account, or identify an alternative approach to satisfy the authentication requirements of the G Suite provider. |
Here's how I suggest we tackle this:
|
I think that sounds like a good approach. I suggest that we maintain the setup configuration so contributors can continue to easily create a test environment for the minimal suite, and push the exceptional logic in to the build configuration file. May be add a separate "full-ci-setup" configuration which does what you propose. |
Sure, we could have a separate folder which behaves similarly but is only used for CI. |
The tests currently don't make it easy to test G Suite-related functionality in the module.
We should add fixtures to consistently exercise the create_group and API/SA group functionalities.
The text was updated successfully, but these errors were encountered: