Skip to content
This repository has been archived by the owner on Jan 18, 2025. It is now read-only.

Increasing coverage for flask_util #282

Merged
merged 1 commit into from
Aug 24, 2015

Conversation

theacodes
Copy link
Contributor

Coverage is at 97%. Apparently I'm missing a few branches somehow, but I'm unsure how to find them.

@dhermes
Copy link
Contributor

dhermes commented Aug 24, 2015

To find the branches run:

$ tox -e cover
$ coverage html
$ open htmlcov/oauth2client_flask_util.html

and then view the branch misses as HTML in your browser.

Ping me after they are addressed?

@theacodes
Copy link
Contributor Author

Thanks for the tip. 100% coverage.


if credentials:
credentials.set_store(self)
credentials.set_store(self)

This comment was marked as spam.

@dhermes
Copy link
Contributor

dhermes commented Aug 24, 2015

LGTM

@nathanielmanistaatgoogle I'll let you weigh in

@dhermes dhermes mentioned this pull request Aug 24, 2015
52 tasks
nathanielmanistaatgoogle added a commit that referenced this pull request Aug 24, 2015
Increasing test coverage for flask_util.
@nathanielmanistaatgoogle nathanielmanistaatgoogle merged commit 1d2c9c1 into googleapis:master Aug 24, 2015
This was referenced Aug 24, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants