-
Notifications
You must be signed in to change notification settings - Fork 217
test: Run integration tests on CI #726
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
Conversation
Pull Request Test Coverage Report for Build 2226996240
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved with a minor comment regarding potential improvements.
from boxsdk.client import Client | ||
|
||
|
||
def read_jwt_path_from_config(config_path: str): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have you considered supporting .json configuration when running integration tests locally? It may be easier for some developers to download a configuration file and copy it into this particular solution solution, rather than setting an env variable encoded as base64 for the entire machine. For example, our .NET SDK looks for the env variable and, if it is not present, it takes the .json configuration found in the base dir.
Closes: SDK-2088