mirror of https://github.com/scrapy/scrapy.git
Skip scrapy.exceptions.UsageError in the documentation coverage report
This commit is contained in:
parent
a97a9b57bf
commit
578bccf3bb
|
|
@ -246,4 +246,7 @@ coverage_ignore_pyobjects = [
|
|||
# Base classes of downloader middlewares are implementation details that
|
||||
# are not meant for users.
|
||||
r'^scrapy\.downloadermiddlewares\.\w*?\.Base\w*?Middleware',
|
||||
|
||||
# Private exception used by the command-line interface implementation.
|
||||
r'^scrapy\.exceptions\.UsageError',
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue