-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Making datastore client inherit from base client #955
Conversation
This required lots of changes since the tests assume a client only optionally has a connection attached.
793d7a8
to
dd93c80
Compare
@tseaver PTAL. I re-created this PR after you finished migrating |
Crap, I was just working on this one. :( |
What to do? Did you forget this PR existed? |
I think I prefer #1004: I was able to simplify some of the testing interactions w/ the mocked connection, and reduce coupling between 'test_client' and 'test_connection'. |
I didn't realize you were refreshing it. :( |
Closing. Bowing out to #1004 |
Sorry about that. I should've checked with you in Hangouts first. |
No worries. |
…ng_base Refresh #955: make datastore.Client derive from base client.
NOTE: This has #953 as a diffbase.
@tseaver This will likely conflict with #944, it's really more of an "ideas" PR.