| .. |
|
keys
|
…
|
|
|
mocks
|
…
|
|
|
sample_data
|
…
|
|
|
test_cmdline
|
Amend "settings" command to output JSON for dict settings
|
2016-01-29 21:12:03 +01:00 |
|
test_settings
|
Update tests for settings copy_to_dict()
|
2016-01-29 18:59:12 +01:00 |
|
test_spiderloader
|
…
|
|
|
test_utils_misc
|
…
|
|
|
__init__.py
|
…
|
|
|
mockserver.py
|
py3: fix getarg
|
2016-01-21 17:52:12 +03:00 |
|
py3-ignores.txt
|
py3: reviewed s3 downloader handlers
|
2016-02-15 19:59:48 +03:00 |
|
requirements-py3.txt
|
use botocore by default, boto is still used in "precise" env
|
2016-02-15 19:59:47 +03:00 |
|
requirements.txt
|
…
|
|
|
spiders.py
|
py3 compat: use range, fixes CrawlTestCase.test_start_requests_bug_yielding
|
2016-01-21 17:52:12 +03:00 |
|
test_closespider.py
|
…
|
|
|
test_command_fetch.py
|
…
|
|
|
test_command_shell.py
|
Remove unused import in tests
|
2016-01-29 16:56:05 +01:00 |
|
test_command_version.py
|
…
|
|
|
test_commands.py
|
Minor change on quotes
|
2016-02-18 11:45:03 +01:00 |
|
test_contracts.py
|
…
|
|
|
test_crawl.py
|
…
|
|
|
test_crawler.py
|
…
|
|
|
test_dependencies.py
|
…
|
|
|
test_downloader_handlers.py
|
Explicitly call Twisted transport stopProducing() on HTTP/1.1 timeouts
|
2016-02-24 23:04:31 +01: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
|
PY3 fix HttpAuthMiddleware tests
|
2015-09-01 04:00:26 +05:00 |
|
test_downloadermiddleware_httpcache.py
|
…
|
|
|
test_downloadermiddleware_httpcompression.py
|
…
|
|
|
test_downloadermiddleware_httpproxy.py
|
…
|
|
|
test_downloadermiddleware_redirect.py
|
…
|
|
|
test_downloadermiddleware_retry.py
|
…
|
|
|
test_downloadermiddleware_robotstxt.py
|
Add test for already failed deferreds when downloading page in robots.txt middleware.
|
2016-01-27 12:56:42 -02:00 |
|
test_downloadermiddleware_stats.py
|
…
|
|
|
test_downloadermiddleware_useragent.py
|
…
|
|
|
test_dupefilters.py
|
…
|
|
|
test_engine.py
|
response.text. Fixes GH-1729.
|
2016-01-27 01:28:11 +05:00 |
|
test_exporters.py
|
Fixed bug on XMLItemExporter with non-string fields in items
|
2016-01-30 10:00:06 -02:00 |
|
test_feedexport.py
|
botocore support for S3FilesStore
|
2016-02-15 19:59:48 +03:00 |
|
test_http_cookies.py
|
PY3: Implement some attributes of WrappedRequest required in Python 3
|
2016-02-07 14:19:27 +09:00 |
|
test_http_headers.py
|
…
|
|
|
test_http_request.py
|
…
|
|
|
test_http_response.py
|
response.text. Fixes GH-1729.
|
2016-01-27 01:28:11 +05:00 |
|
test_item.py
|
item fields defined on fields class attribute fix
|
2015-05-13 15:51:23 -03:00 |
|
test_link.py
|
…
|
|
|
test_linkextractors.py
|
…
|
|
|
test_linkextractors_deprecated.py
|
…
|
|
|
test_loader.py
|
…
|
|
|
test_logformatter.py
|
…
|
|
|
test_mail.py
|
MailSender.send: allow passing a charset.
|
2016-02-04 19:33:44 +01:00 |
|
test_middleware.py
|
…
|
|
|
test_pipeline_files.py
|
Support headers in S3FilesStore.persist_file for botocore
|
2016-02-18 10:57:02 +03:00 |
|
test_pipeline_images.py
|
…
|
|
|
test_pipeline_media.py
|
…
|
|
|
test_proxy_connect.py
|
…
|
|
|
test_pydispatch_deprecated.py
|
add deprecation for pydispatch (thanks for the help @redapple)
|
2016-02-11 16:15:28 -02:00 |
|
test_responsetypes.py
|
More liberal Content-Disposition header parsing
|
2016-02-17 16:55:28 +01:00 |
|
test_selector.py
|
…
|
|
|
test_selector_csstranslator.py
|
…
|
|
|
test_spider.py
|
Fix SitemapSpider to extract sitemap urls from robots.txt properly
|
2016-02-06 23:54:07 +09:00 |
|
test_spidermiddleware_depth.py
|
…
|
|
|
test_spidermiddleware_httperror.py
|
…
|
|
|
test_spidermiddleware_offsite.py
|
tests+doc for subdomains in offsite middleware
|
2016-01-26 12:49:43 +02:00 |
|
test_spidermiddleware_referer.py
|
…
|
|
|
test_spidermiddleware_urllength.py
|
…
|
|
|
test_spiderstate.py
|
Add test for raised exception with SpiderState extension when no JOBDIR used
|
2016-01-26 16:33:24 +01:00 |
|
test_squeues.py
|
…
|
|
|
test_stats.py
|
…
|
|
|
test_toplevel.py
|
…
|
|
|
test_urlparse_monkeypatches.py
|
…
|
|
|
test_utils_conf.py
|
…
|
|
|
test_utils_console.py
|
…
|
|
|
test_utils_datatypes.py
|
…
|
|
|
test_utils_defer.py
|
…
|
|
|
test_utils_deprecate.py
|
…
|
|
|
test_utils_gz.py
|
…
|
|
|
test_utils_http.py
|
…
|
|
|
test_utils_httpobj.py
|
…
|
|
|
test_utils_iterators.py
|
…
|
|
|
test_utils_log.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
|
PY3 fix test_utils_sitemap.
|
2014-08-01 16:17:40 +06:00 |
|
test_utils_spider.py
|
…
|
|
|
test_utils_template.py
|
…
|
|
|
test_utils_trackref.py
|
…
|
|
|
test_utils_url.py
|
Move guess_scheme() tests to relevant test module
|
2016-01-28 13:51:50 +01:00 |
|
test_webclient.py
|
…
|
|