mirror of https://github.com/scrapy/scrapy.git
seems scrapy uses a test spider (scrapy.tests.test_spiders.testplugin.TestSpider) moving the test to decobot
--HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40367
This commit is contained in:
parent
3e88890bc3
commit
22d713bba9
|
|
@ -1,13 +0,0 @@
|
|||
from unittest import TestCase, main
|
||||
from scrapy.spider import spiders
|
||||
|
||||
class ScrapySpidersTest(TestCase):
|
||||
def test_load_spiders(self):
|
||||
""" Simple test that forces to load the spiders
|
||||
checks for syntax errors that block the whole framework
|
||||
"""
|
||||
spiders.asdict()
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
||||
Loading…
Reference in New Issue