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 some YAGNI test fixtures and no cover pragmas. #1734

Merged
merged 1 commit into from
Apr 22, 2016

Conversation

dhermes
Copy link
Contributor

@dhermes dhermes commented Apr 22, 2016

@tseaver These came up in discussion in #1691.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Apr 22, 2016
# Now just ensure the path only has /b/ and one more segment.
return path.count('/') == 2
return path.startswith('/b/') and path.count('/') == 2

This comment was marked as spam.

This comment was marked as spam.

@tseaver
Copy link
Contributor

tseaver commented Apr 22, 2016

LGTM, assuming the answer to my "decoy" question is "yes."

@dhermes dhermes merged commit eb21b2e into googleapis:master Apr 22, 2016
@dhermes dhermes deleted the remove-no-cover branch April 22, 2016 15:58
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants