Skip to content
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

Removing uses of non-public attributes in system tests. #1337

Merged
merged 1 commit into from
Jan 7, 2016

Conversation

dhermes
Copy link
Contributor

@dhermes dhermes commented Dec 31, 2015

Three of the four uses were fully removed: these simply checked how factories created owned objects. The fourth just used a public property to access the same value. Fixes #1059.

Three of the four uses were fully removed: these simply checked how
factories created owned objects. The fourth just used a public
property to access the same value. Fixes googleapis#1059.
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Dec 31, 2015
@@ -117,7 +117,6 @@ def test_create_table(self):
self.to_delete.insert(0, table)
self.assertTrue(table.exists())
self.assertEqual(table.name, TABLE_NAME)
self.assertTrue(table._dataset is dataset)

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

@tseaver
Copy link
Contributor

tseaver commented Jan 7, 2016

LGTM

dhermes added a commit that referenced this pull request Jan 7, 2016
Removing uses of non-public attributes in system tests.
@dhermes dhermes merged commit fd8b7fc into googleapis:master Jan 7, 2016
@dhermes dhermes deleted the fix-1059 branch January 7, 2016 22:36
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.

3 participants