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:
samus_ 2008-11-08 13:34:02 +00:00
parent 3e88890bc3
commit 22d713bba9
1 changed files with 0 additions and 13 deletions

View File

@ -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()