mirror of
https://github.com/coursera-dl/coursera-dl.git
synced 2026-07-17 16:35:35 +00:00
coverage: Fine-tune what is included in the tests.
This commit is contained in:
parent
dda933f759
commit
b9c9255bc7
1 changed files with 8 additions and 0 deletions
|
|
@ -3,3 +3,11 @@
|
|||
omit =
|
||||
*/python?.?/*
|
||||
*/site-packages/nose/*
|
||||
|
||||
exclude_lines =
|
||||
# Have to re-enable the standard pragma
|
||||
pragma: no cover
|
||||
|
||||
# Python 2/3 compatibility
|
||||
except ImportError
|
||||
sys.version_info
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue