mirror of https://github.com/scrapy/scrapy.git
Mark scrapy/__main__.py as not intended to have coverage
This commit is contained in:
parent
7b3f88f8ab
commit
4d378c331f
|
|
@ -1,3 +1,4 @@
|
|||
# pragma: no file cover
|
||||
from scrapy.cmdline import execute
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
|
|||
Loading…
Reference in New Issue