mirror of
https://github.com/coursera-dl/coursera-dl.git
synced 2026-01-23 02:35:37 +00:00
13 lines
234 B
INI
13 lines
234 B
INI
# -*- conf -*-
|
|
[report]
|
|
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
|