-
Notifications
You must be signed in to change notification settings - Fork 30
feat: added unit test with coverage of 68 % #611
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
chore: add a Code of Conduct (googleapis#604)
fix: lint_setup_py was failing in Kokoro is now fixed (googleapis#607)
b0f0e88
to
2391801
Compare
fix: Remove un necessary file from code base (googleapis#608)
feat: move migrations test modules to run against different emulator …
feat: update workflow files to uniformly distribute the test modules …
feat: update docs and nox file to compile it (googleapis#610)
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.
A few comments on test organization and style, but the tests themselves look great and this is a big obvious improvement.
I'll have to take another pass to check the test logic in more detail, but the tests I've checked so far all LGTM.
@larkee may have some insight on test strategy from python-spanner.
96170b4
to
b4a8831
Compare
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.
Tests look great, thanks for the updates
feat: added unit test with coverage of 60 %