| .. |
|
keys
|
Fixed the location of the certificate required by libmproxy.
|
2013-12-03 11:45:02 -02:00 |
|
mocks
|
Python 3 compatible syntax: print, except, raise, octal numbers; removed Python 2.2 boolean compatibility code in xlib/pydispatch/dispatcher.py
|
2013-10-20 01:59:35 +06:00 |
|
sample_data
|
BaseSgmlLinkExtractor: Added unit test of a link with an inner tag
|
2013-12-07 20:42:21 +01:00 |
|
test_cmdline
|
Fix start_requests lazyness and early hangs
|
2013-10-09 22:58:10 -02:00 |
|
test_djangoitem
|
Fix tests for Travis-CI build
|
2014-01-31 01:27:54 +01:00 |
|
test_spidermanager
|
Rename BaseSpider to Spider. See GH-495.
|
2013-12-30 19:46:41 +06:00 |
|
test_utils_misc
|
remove unused imports and some assorted pylint-ing
|
2013-08-23 13:03:34 -03:00 |
|
__init__.py
|
Added scrapy.utils.py26.json to use python2.6 json module when available, otherwise failback to simplejson module or scrapy.xlib.simplejson. This way we can always assume json and avoid conditional code.
|
2010-04-12 10:44:07 -03:00 |
|
mockserver.py
|
Do not set Referer by default when its value is None
|
2013-12-24 11:05:06 -02:00 |
|
spiders.py
|
fix a reference to unexistent engine.slots. closes #593
|
2014-02-14 15:31:05 -02:00 |
|
test_closespider.py
|
scrapy.utils.test.docrawl function
|
2014-03-19 03:30:58 +06:00 |
|
test_command_fetch.py
|
fixed some tests accidentally broken in previous commit
|
2011-06-06 16:11:43 -03:00 |
|
test_command_shell.py
|
use `sel` name for Selector's instances in docs, internals and shell
|
2013-10-15 15:58:42 -02:00 |
|
test_command_version.py
|
* Added tests for shell/fetch/version commands (closes #255)
|
2010-11-28 18:14:45 -02:00 |
|
test_commands.py
|
Removed deploy test (as deploy command is deprecated and moved to scrapyd)
|
2014-01-15 13:09:36 +06:00 |
|
test_contracts.py
|
Rename BaseSpider to Spider. See GH-495.
|
2013-12-30 19:46:41 +06:00 |
|
test_contrib_exporter.py
|
Fix tests for Travis-CI build
|
2014-01-31 01:27:54 +01:00 |
|
test_contrib_feedexport.py
|
Rename BaseSpider to Spider. See GH-495.
|
2013-12-30 19:46:41 +06:00 |
|
test_contrib_linkextractors.py
|
Fix HtmlParserLinkExtractor and tests after #485 merge
|
2014-02-01 22:52:56 +01:00 |
|
test_contrib_loader.py
|
Ignore None's values when using the ItemLoader.
|
2014-01-23 10:36:06 -04:00 |
|
test_contrib_spiderstate.py
|
Rename BaseSpider to Spider. See GH-495.
|
2013-12-30 19:46:41 +06:00 |
|
test_crawl.py
|
scrapy.utils.test.docrawl function
|
2014-03-19 03:30:58 +06:00 |
|
test_dependencies.py
|
Replaced remaning __import__(module) calls.
|
2013-10-27 19:10:25 -04:00 |
|
test_downloader_handlers.py
|
Minor fixes in LoadTestCase in test_downloader_handlers
|
2014-03-13 01:29:10 -03:00 |
|
test_downloadermiddleware.py
|
Rename BaseSpider to Spider. See GH-495.
|
2013-12-30 19:46:41 +06:00 |
|
test_downloadermiddleware_ajaxcrawlable.py
|
Fix tests for Travis-CI build
|
2014-01-31 01:27:54 +01:00 |
|
test_downloadermiddleware_cookies.py
|
Fix tests for Travis-CI build
|
2014-01-31 01:27:54 +01:00 |
|
test_downloadermiddleware_decompression.py
|
Rename BaseSpider to Spider. See GH-495.
|
2013-12-30 19:46:41 +06:00 |
|
test_downloadermiddleware_defaultheaders.py
|
Rename BaseSpider to Spider. See GH-495.
|
2013-12-30 19:46:41 +06:00 |
|
test_downloadermiddleware_downloadtimeout.py
|
Rename BaseSpider to Spider. See GH-495.
|
2013-12-30 19:46:41 +06:00 |
|
test_downloadermiddleware_httpauth.py
|
Rename BaseSpider to Spider. See GH-495.
|
2013-12-30 19:46:41 +06:00 |
|
test_downloadermiddleware_httpcache.py
|
Rename BaseSpider to Spider. See GH-495.
|
2013-12-30 19:46:41 +06:00 |
|
test_downloadermiddleware_httpcompression.py
|
Rename BaseSpider to Spider. See GH-495.
|
2013-12-30 19:46:41 +06:00 |
|
test_downloadermiddleware_httpproxy.py
|
Rename BaseSpider to Spider. See GH-495.
|
2013-12-30 19:46:41 +06:00 |
|
test_downloadermiddleware_redirect.py
|
Rename BaseSpider to Spider. See GH-495.
|
2013-12-30 19:46:41 +06:00 |
|
test_downloadermiddleware_retry.py
|
Rename BaseSpider to Spider. See GH-495.
|
2013-12-30 19:46:41 +06:00 |
|
test_downloadermiddleware_robotstxt.py
|
RobotsTxtMiddlewareTest
|
2014-01-11 17:29:44 +06:00 |
|
test_downloadermiddleware_stats.py
|
Rename BaseSpider to Spider. See GH-495.
|
2013-12-30 19:46:41 +06:00 |
|
test_downloadermiddleware_useragent.py
|
Rename BaseSpider to Spider. See GH-495.
|
2013-12-30 19:46:41 +06:00 |
|
test_dupefilter.py
|
fixed unittest broken by previous commit
|
2011-08-24 11:31:52 -03:00 |
|
test_engine.py
|
Rename BaseSpider to Spider. See GH-495.
|
2013-12-30 19:46:41 +06:00 |
|
test_http_cookies.py
|
Removed forked cookielib tests, because Python cookielib has been suffering several changes and maintaining a fork of the tests has become a pain. Instead, we've added specific tests for the urllib2 request/response wrappers
|
2010-09-27 07:55:27 -03:00 |
|
test_http_headers.py
|
Fix tests for Travis-CI build
|
2014-01-31 01:27:54 +01:00 |
|
test_http_request.py
|
More appropriate assert in FormRequest test
|
2014-03-12 13:11:41 -03:00 |
|
test_http_response.py
|
url/body attributes of Request/Response objects are now immutable
|
2013-08-23 12:43:22 -03:00 |
|
test_item.py
|
Fix tests for Travis-CI build
|
2014-01-31 01:27:54 +01:00 |
|
test_link.py
|
warn if Link objects are instantiated with unicode urls
|
2012-05-16 13:12:25 -03:00 |
|
test_log.py
|
Rename BaseSpider to Spider. See GH-495.
|
2013-12-30 19:46:41 +06:00 |
|
test_logformatter.py
|
Rename BaseSpider to Spider. See GH-495.
|
2013-12-30 19:46:41 +06:00 |
|
test_mail.py
|
Fixed #441.
|
2014-02-18 03:50:43 -05:00 |
|
test_middleware.py
|
Splitted settings classes from settings singleton. Closes #244
|
2010-09-22 15:47:33 -03:00 |
|
test_pipeline_files.py
|
test for new response and info keyword arguments
|
2013-12-18 23:09:37 +07:00 |
|
test_pipeline_images.py
|
test for new response and info keyword arguments
|
2013-12-18 23:09:37 +07:00 |
|
test_pipeline_media.py
|
Rename BaseSpider to Spider. See GH-495.
|
2013-12-30 19:46:41 +06:00 |
|
test_proxy_connect.py
|
scrapy.utils.test.docrawl function
|
2014-03-19 03:30:58 +06:00 |
|
test_responsetypes.py
|
Handle as html standard mimetype defined by Open Mobile Alliance
|
2012-02-24 16:16:35 -02:00 |
|
test_selector.py
|
Use assertTrue/False
|
2014-01-20 17:29:16 +01:00 |
|
test_selector_csstranslator.py
|
use `sel` name for Selector's instances in docs, internals and shell
|
2013-10-15 15:58:42 -02:00 |
|
test_selector_lxmldocument.py
|
remove more references to libxml2
|
2013-10-14 16:37:14 -02:00 |
|
test_settings.py
|
Rename BaseSpider to Spider. See GH-495.
|
2013-12-30 19:46:41 +06:00 |
|
test_spider.py
|
CrawSpider: support process_links as generator
|
2014-01-31 21:25:05 +01:00 |
|
test_spidermiddleware_depth.py
|
Rename BaseSpider to Spider. See GH-495.
|
2013-12-30 19:46:41 +06:00 |
|
test_spidermiddleware_httperror.py
|
Fix for #612 + integration-style tests for HttpErrorMiddleware
|
2014-03-19 04:04:24 +06:00 |
|
test_spidermiddleware_offsite.py
|
Always enable offsite stats + refactor test to initialize crawler
|
2014-01-29 17:37:24 +01:00 |
|
test_spidermiddleware_referer.py
|
Rename BaseSpider to Spider. See GH-495.
|
2013-12-30 19:46:41 +06:00 |
|
test_spidermiddleware_urllength.py
|
Rename BaseSpider to Spider. See GH-495.
|
2013-12-30 19:46:41 +06:00 |
|
test_squeue.py
|
ported code to use queuelib
|
2013-04-23 17:48:09 -03:00 |
|
test_stats.py
|
Rename BaseSpider to Spider. See GH-495.
|
2013-12-30 19:46:41 +06:00 |
|
test_urlparse_monkeypatches.py
|
Correctly handle query parameters on s3:// urls
|
2011-08-08 13:23:45 -03:00 |
|
test_utils_conf.py
|
Support passing spider arguments in crawl command with -a option. Closes #216
|
2010-08-28 14:43:28 -03:00 |
|
test_utils_datatypes.py
|
Initial support for a persistent scheduler, to support pausing and resuming
|
2011-08-02 11:57:55 -03:00 |
|
test_utils_defer.py
|
Python 3 compatible syntax: print, except, raise, octal numbers; removed Python 2.2 boolean compatibility code in xlib/pydispatch/dispatcher.py
|
2013-10-20 01:59:35 +06:00 |
|
test_utils_deprecate.py
|
Merge pull request #582 from kmike/inspect-workaround
|
2014-02-06 19:41:32 -08:00 |
|
test_utils_gz.py
|
httpcompression middleware improvement
|
2012-10-10 20:20:13 +03:00 |
|
test_utils_http.py
|
added new downloader middleware: ChunkedTransferMiddleware
|
2011-08-09 03:03:25 -03:00 |
|
test_utils_httpobj.py
|
remove Url class and use str instead for Request and Response urls. Also added urlparse_cached function for achieving the same caching functionality provided by old Url class
|
2009-08-17 21:16:55 -03:00 |
|
test_utils_iterators.py
|
lxml is required, no need to skip tests.
|
2013-11-19 20:14:48 -02:00 |
|
test_utils_jsonrpc.py
|
Python 3 compatible syntax: print, except, raise, octal numbers; removed Python 2.2 boolean compatibility code in xlib/pydispatch/dispatcher.py
|
2013-10-20 01:59:35 +06:00 |
|
test_utils_python.py
|
do not return applied arguments on partial functions
|
2013-12-30 09:25:11 -02:00 |
|
test_utils_reqser.py
|
Rename BaseSpider to Spider. See GH-495.
|
2013-12-30 19:46:41 +06:00 |
|
test_utils_request.py
|
Added "from __future__ import print_function" in all relevant places except xlib
|
2013-10-20 11:55:07 +06:00 |
|
test_utils_response.py
|
Do not call body_as_unicode on non text responses. closes #462
|
2013-11-19 20:13:34 -02:00 |
|
test_utils_serialize.py
|
Rename BaseSpider to Spider. See GH-495.
|
2013-12-30 19:46:41 +06:00 |
|
test_utils_signal.py
|
Added support for returning deferreds from (some) signal handlers. Closes #193
|
2010-08-14 21:10:37 -03:00 |
|
test_utils_sitemap.py
|
added test case for comments, see #363
|
2013-09-14 12:17:34 +02:00 |
|
test_utils_spider.py
|
Fixed bug with runspider command that appeared after the introduction of new spider manager in r2121. Also factored out common code shared by new spider manager and runspider command, with tests included.
|
2010-08-19 01:58:10 -03:00 |
|
test_utils_template.py
|
make trial run doctests
|
2010-10-26 20:50:41 -02:00 |
|
test_utils_url.py
|
Rename BaseSpider to Spider. See GH-495.
|
2013-12-30 19:46:41 +06:00 |
|
test_webclient.py
|
Fix tests for Travis-CI build
|
2014-01-31 01:27:54 +01:00 |