Skip to content
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.

Adding no-cover pragma to test_file for Py3 compat imports. #314

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/test_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
try:
# Python2
from future_builtins import oct
except:
except: # pragma: NO COVER
pass

__author__ = 'jcgregorio@google.com (Joe Gregorio)'
Expand Down