mirror of https://github.com/scrapy/scrapy.git
Ignore tests/CrawlerRunner directory
This commit is contained in:
parent
e0ef8ad2d6
commit
13670f0397
|
|
@ -11,7 +11,8 @@ collect_ignore = [
|
||||||
# not a test, but looks like a test
|
# not a test, but looks like a test
|
||||||
"scrapy/utils/testsite.py",
|
"scrapy/utils/testsite.py",
|
||||||
# contains scripts to be run by tests/test_crawler.py::CrawlerProcessSubprocess
|
# contains scripts to be run by tests/test_crawler.py::CrawlerProcessSubprocess
|
||||||
*_py_files("tests/CrawlerProcess")
|
*_py_files("tests/CrawlerProcess"),
|
||||||
|
*_py_files("tests/CrawlerRunner"),
|
||||||
]
|
]
|
||||||
|
|
||||||
for line in open('tests/ignores.txt'):
|
for line in open('tests/ignores.txt'):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue