| .. |
|
keys
|
…
|
|
|
mocks
|
…
|
|
|
sample_data
|
…
|
|
|
test_cmdline
|
Fix settings usage across tests
|
2014-06-10 11:26:50 -03:00 |
|
test_djangoitem
|
…
|
|
|
test_settings
|
Fix deprecated CrawlerSettings and increase backwards compatibility with .defaults attribute
|
2014-06-27 11:35:35 -03:00 |
|
test_spidermanager
|
Ensure spiders module reload between spider manager tests
|
2014-04-04 21:47:47 -03:00 |
|
test_utils_misc
|
…
|
|
|
__init__.py
|
…
|
|
|
mockserver.py
|
…
|
|
|
spiders.py
|
promote LxmlLinkExtractor as default in docs
|
2014-06-25 14:34:30 -03:00 |
|
test_closespider.py
|
scrapy.utils.test.docrawl function
|
2014-03-19 03:30:58 +06:00 |
|
test_command_fetch.py
|
…
|
|
|
test_command_shell.py
|
Remove "sel" shortcut from scrapy shell$
|
2014-04-23 23:58:34 -03:00 |
|
test_command_version.py
|
…
|
|
|
test_commands.py
|
…
|
|
|
test_contracts.py
|
fix contracts tests
|
2014-06-03 10:43:08 -03:00 |
|
test_contrib_exporter.py
|
…
|
|
|
test_contrib_feedexport.py
|
…
|
|
|
test_contrib_linkextractors.py
|
Add LxmlLinkExtractor class similar to SgmlLinkExtractor (#528)
|
2014-06-23 22:35:56 +02:00 |
|
test_contrib_loader.py
|
…
|
|
|
test_contrib_spiderstate.py
|
…
|
|
|
test_crawl.py
|
Add tests for start requests, filtered and non-filtered
|
2014-04-26 13:47:42 +02:00 |
|
test_dependencies.py
|
…
|
|
|
test_downloader_handlers.py
|
Minor fixes in LoadTestCase in test_downloader_handlers
|
2014-03-13 01:29:10 -03:00 |
|
test_downloadermiddleware.py
|
…
|
|
|
test_downloadermiddleware_ajaxcrawlable.py
|
…
|
|
|
test_downloadermiddleware_cookies.py
|
…
|
|
|
test_downloadermiddleware_decompression.py
|
…
|
|
|
test_downloadermiddleware_defaultheaders.py
|
…
|
|
|
test_downloadermiddleware_downloadtimeout.py
|
…
|
|
|
test_downloadermiddleware_httpauth.py
|
…
|
|
|
test_downloadermiddleware_httpcache.py
|
Add a LevelDB cache backend
|
2014-06-04 16:09:07 -03:00 |
|
test_downloadermiddleware_httpcompression.py
|
Redefined test for #193
|
2014-03-21 14:41:07 +01:00 |
|
test_downloadermiddleware_httpproxy.py
|
…
|
|
|
test_downloadermiddleware_redirect.py
|
…
|
|
|
test_downloadermiddleware_retry.py
|
…
|
|
|
test_downloadermiddleware_robotstxt.py
|
Fix settings usage across tests
|
2014-06-10 11:26:50 -03:00 |
|
test_downloadermiddleware_stats.py
|
…
|
|
|
test_downloadermiddleware_useragent.py
|
…
|
|
|
test_dupefilter.py
|
test for RFPDupeFilter.request_fingerprint overriding
|
2014-04-26 15:42:01 +03:00 |
|
test_engine.py
|
promote LxmlLinkExtractor as default in docs
|
2014-06-25 14:34:30 -03:00 |
|
test_http_cookies.py
|
…
|
|
|
test_http_headers.py
|
…
|
|
|
test_http_request.py
|
fix tests after changes introduced by scrapy/w3lib#21
|
2014-06-02 20:29:12 +00:00 |
|
test_http_response.py
|
remove .re() shortcut
|
2014-04-23 23:17:51 -03:00 |
|
test_item.py
|
…
|
|
|
test_link.py
|
…
|
|
|
test_log.py
|
rename "sflo" local variables to less cryptic "log_observer"
|
2014-07-02 18:16:26 +06:00 |
|
test_logformatter.py
|
…
|
|
|
test_mail.py
|
Fixed #441.
|
2014-02-18 03:50:43 -05:00 |
|
test_middleware.py
|
…
|
|
|
test_pipeline_files.py
|
…
|
|
|
test_pipeline_images.py
|
…
|
|
|
test_pipeline_media.py
|
…
|
|
|
test_proxy_connect.py
|
scrapy.utils.test.docrawl function
|
2014-03-19 03:30:58 +06:00 |
|
test_responsetypes.py
|
…
|
|
|
test_selector.py
|
selector.__repr__ test, unicode query
|
2014-07-03 13:11:25 +03:00 |
|
test_selector_csstranslator.py
|
…
|
|
|
test_selector_lxmldocument.py
|
…
|
|
|
test_spider.py
|
promote LxmlLinkExtractor as default in docs
|
2014-06-25 14:34:30 -03:00 |
|
test_spidermiddleware_depth.py
|
…
|
|
|
test_spidermiddleware_httperror.py
|
Fix for #612 + integration-style tests for HttpErrorMiddleware
|
2014-03-19 04:04:24 +06:00 |
|
test_spidermiddleware_offsite.py
|
[#744] Test for allowed domains including NoneTypes
|
2014-06-12 11:43:03 -04:00 |
|
test_spidermiddleware_referer.py
|
…
|
|
|
test_spidermiddleware_urllength.py
|
…
|
|
|
test_squeue.py
|
Change function name so it does not mess up with pytest autodiscover
|
2014-04-04 21:47:47 -03:00 |
|
test_stats.py
|
…
|
|
|
test_toplevel.py
|
Add basic top-level shortcuts
|
2014-04-15 01:09:35 +06:00 |
|
test_urlparse_monkeypatches.py
|
…
|
|
|
test_utils_conf.py
|
…
|
|
|
test_utils_datatypes.py
|
…
|
|
|
test_utils_defer.py
|
…
|
|
|
test_utils_deprecate.py
|
Merge pull request #582 from kmike/inspect-workaround
|
2014-02-06 19:41:32 -08:00 |
|
test_utils_gz.py
|
…
|
|
|
test_utils_http.py
|
…
|
|
|
test_utils_httpobj.py
|
…
|
|
|
test_utils_iterators.py
|
…
|
|
|
test_utils_jsonrpc.py
|
…
|
|
|
test_utils_python.py
|
…
|
|
|
test_utils_reqser.py
|
…
|
|
|
test_utils_request.py
|
…
|
|
|
test_utils_response.py
|
…
|
|
|
test_utils_serialize.py
|
…
|
|
|
test_utils_signal.py
|
…
|
|
|
test_utils_sitemap.py
|
Added test against XXE attacks for Sitemap
|
2014-04-05 00:22:36 +08:00 |
|
test_utils_spider.py
|
…
|
|
|
test_utils_template.py
|
…
|
|
|
test_utils_url.py
|
Support case-insensitive domains in url_is_from_any_domain()
|
2014-04-16 22:33:30 +02:00 |
|
test_webclient.py
|
…
|
|