1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-25 22:43:57 +00:00

Added docstring to test_engine.py

This commit is contained in:
Pablo Hoffman 2010-08-25 21:04:47 -03:00
parent 59d18cf99e
commit a82a4be3ab

View File

@ -1,3 +1,15 @@
"""
Scrapy engine tests
This starts a testing web server (using twisted.server.Site) and then crawls it
with the Scrapy crawler.
To view the testing web server in a brwoser you can run start it by running
this module with the ``runserver`` argument::
python test_engine.py runserver
"""
import sys, os, re, urlparse
from twisted.internet import reactor, defer