Uh oh!
There was an error while loading. Please reload this page.
feat: refactor connect() function, cover it with unit tests - #462
Conversation
Uh oh!
There was an error while loading. Please reload this page.
@c24t, I don't see |
c24t
left a comment
There was a problem hiding this comment.
Some minor blocking comments, but the changes look great otherwise.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
c24t
commented
Aug 24, 2020
Another option is to change isort's config to appease black. We had to do this in another project here: open-telemetry/opentelemetry-python#104 (comment). |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| **self.settings_dict['OPTIONS'], | ||
| "project": self.settings_dict["PROJECT"], | ||
| "instance_id": self.settings_dict["INSTANCE"], | ||
| "database_id": self.settings_dict["NAME"], |
There was a problem hiding this comment.
Changed arg names here, other changes in the file are just about formatting
Run formatters.
Fit doclines, variable names and function args to the original Spanner client fashion.
Cover the function with unit tests.
Closes#460