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:
parent
59d18cf99e
commit
a82a4be3ab
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user