FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Dropping usage of _Monkey in favor of mock.patch. by dhermes · Pull Request #2711 · googleapis/google-cloud-python · GitHub

Dropping usage of _Monkey in favor of mock.patch. - #2711

Merged
dhermes merged 1 commit into
googleapis:masterfrom
dhermes:partial-drop-monkey
Nov 11, 2016
Merged

Dropping usage of _Monkey in favor of mock.patch.#2711
dhermes merged 1 commit into
googleapis:masterfrom
dhermes:partial-drop-monkey

Conversation

dhermes commented Nov 9, 2016

Copy link
Copy Markdown
Contributor

This was done only in bigquery, datastore and storage packages. Still needs updates in bigtable, core, logging, monitoring, pubsub and speech.

From discussion with @tseaver in #2681.

googlebot added the cla: yes This human has signed the Contributor License Agreement. label Nov 9, 2016
return return_val

with _Monkey(MUT, _DatastoreAPIOverHttp=mock_api):
patch = mock.patch(

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

dhermes force-pushed the partial-drop-monkey branch from 6b3197c to 2d4155e Compare November 10, 2016 23:44

dhermes commented Nov 10, 2016

Copy link
Copy Markdown
Contributor Author

@tseaver Any reservations?

tseaver commented Nov 11, 2016

Copy link
Copy Markdown
Contributor

@dhermes LGTM after rebase, Travis OK.

This was done only in bigquery, datastore and storage
packages. Still needs updates in bigtable, core, logging,
monitoring, pubsub and speech.
dhermes force-pushed the partial-drop-monkey branch from 2d4155e to 85e8b5c Compare November 11, 2016 19:18
dhermes merged commit dece9c4 into googleapis:master Nov 11, 2016
dhermes deleted the partial-drop-monkey branch November 11, 2016 19:40
richkadel pushed a commit to richkadel/google-cloud-python that referenced this pull request May 6, 2017
Dropping usage of _Monkey in favor of mock.patch.
parthea pushed a commit that referenced this pull request Nov 24, 2025
Dropping usage of _Monkey in favor of mock.patch.
parthea pushed a commit that referenced this pull request Mar 9, 2026
Dropping usage of _Monkey in favor of mock.patch.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement. testing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL