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

Increase test coverage #72

Merged
merged 2 commits into from
Sep 12, 2014
Merged

Increase test coverage #72

merged 2 commits into from
Sep 12, 2014

Conversation

brettcannon
Copy link
Contributor

Add back in an accidentally removed test and don't cover a line that would only happen if the pattern changed.

Part of #40

@coveralls
Copy link

Coverage Status

Coverage increased (+0.38%) when pulling 374eaeb on brettcannon:no_cover into 43d9f7b on python-modernize:master.

@@ -47,3 +47,6 @@ def test_filter_too_many_args():

def test_filter_kwargs():
check_on_input(*FILTER_KWARGS)

def test_filter_iterator_context():
check_on_input(*FILTER_ITERATOR_CONTEXT)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch.

takluyver added a commit that referenced this pull request Sep 12, 2014
@takluyver takluyver merged commit f37a87e into PyCQA:master Sep 12, 2014
@brettcannon brettcannon deleted the no_cover branch September 12, 2014 20:40
brettcannon added a commit to brettcannon/python-modernize that referenced this pull request Sep 19, 2014
brettcannon added a commit to brettcannon/python-modernize that referenced this pull request Sep 19, 2014
brettcannon added a commit to brettcannon/python-modernize that referenced this pull request Sep 19, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants