| .. |
|
CrawlerProcess
|
Merge remote-tracking branch 'upstream/2.6'
|
2022-07-25 14:13:22 +02:00 |
|
CrawlerRunner
|
…
|
|
|
keys
|
Fix/silence the Pylint messages added in 2.10 (#5235)
|
2021-08-24 12:15:29 +02:00 |
|
mocks
|
Add missing blank lines between functions and classes
|
2019-11-18 17:16:09 +01:00 |
|
sample_data
|
…
|
|
|
test_cmdline
|
…
|
|
|
test_cmdline_crawl_with_pipeline
|
…
|
|
|
test_settings
|
…
|
|
|
test_spiderloader
|
…
|
|
|
test_utils_misc
|
…
|
|
|
__init__.py
|
…
|
|
|
ftpserver.py
|
…
|
|
|
ignores.txt
|
…
|
|
|
mockserver.py
|
…
|
|
|
pipelines.py
|
…
|
|
|
requirements.txt
|
…
|
|
|
spiders.py
|
…
|
|
|
test_closespider.py
|
…
|
|
|
test_command_check.py
|
…
|
|
|
test_command_fetch.py
|
…
|
|
|
test_command_parse.py
|
…
|
|
|
test_command_shell.py
|
…
|
|
|
test_command_version.py
|
…
|
|
|
test_commands.py
|
tests that all CLI help messages don't throw errors
|
2022-04-22 16:32:58 -07:00 |
|
test_contracts.py
|
Address 2/3 of warnings from tests (#5561)
|
2022-07-19 17:39:26 +02:00 |
|
test_core_downloader.py
|
…
|
|
|
test_crawl.py
|
…
|
|
|
test_crawler.py
|
…
|
|
|
test_dependencies.py
|
Fix test_pinned_twisted_version
|
2021-02-03 21:13:43 +01:00 |
|
test_downloader_handlers.py
|
…
|
|
|
test_downloader_handlers_http2.py
|
…
|
|
|
test_downloadermiddleware.py
|
…
|
|
|
test_downloadermiddleware_ajaxcrawlable.py
|
…
|
|
|
test_downloadermiddleware_cookies.py
|
…
|
|
|
test_downloadermiddleware_decompression.py
|
Use f-strings (#4307)
|
2020-08-26 07:11:05 +02:00 |
|
test_downloadermiddleware_defaultheaders.py
|
…
|
|
|
test_downloadermiddleware_downloadtimeout.py
|
…
|
|
|
test_downloadermiddleware_httpauth.py
|
Address 2/3 of warnings from tests (#5561)
|
2022-07-19 17:39:26 +02: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
|
…
|
|
|
test_downloadermiddleware_stats.py
|
…
|
|
|
test_downloadermiddleware_useragent.py
|
…
|
|
|
test_dupefilters.py
|
…
|
|
|
test_engine.py
|
…
|
|
|
test_engine_stop_download_bytes.py
|
…
|
|
|
test_engine_stop_download_headers.py
|
Address 2/3 of warnings from tests (#5561)
|
2022-07-19 17:39:26 +02:00 |
|
test_exporters.py
|
…
|
|
|
test_extension_telnet.py
|
…
|
|
|
test_feedexport.py
|
…
|
|
|
test_http2_client_protocol.py
|
…
|
|
|
test_http_cookies.py
|
…
|
|
|
test_http_headers.py
|
…
|
|
|
test_http_request.py
|
…
|
|
|
test_http_response.py
|
…
|
|
|
test_item.py
|
…
|
|
|
test_link.py
|
…
|
|
|
test_linkextractors.py
|
…
|
|
|
test_loader.py
|
…
|
|
|
test_loader_deprecated.py
|
…
|
|
|
test_logformatter.py
|
…
|
|
|
test_mail.py
|
…
|
|
|
test_middleware.py
|
…
|
|
|
test_pipeline_crawl.py
|
…
|
|
|
test_pipeline_files.py
|
…
|
|
|
test_pipeline_images.py
|
…
|
|
|
test_pipeline_media.py
|
…
|
|
|
test_pipelines.py
|
…
|
|
|
test_pqueues.py
|
…
|
|
|
test_proxy_connect.py
|
…
|
|
|
test_request_attribute_binding.py
|
…
|
|
|
test_request_cb_kwargs.py
|
…
|
|
|
test_request_dict.py
|
…
|
|
|
test_request_left.py
|
…
|
|
|
test_responsetypes.py
|
…
|
|
|
test_robotstxt_interface.py
|
…
|
|
|
test_scheduler.py
|
…
|
|
|
test_scheduler_base.py
|
Address 2/3 of warnings from tests (#5561)
|
2022-07-19 17:39:26 +02:00 |
|
test_selector.py
|
…
|
|
|
test_signals.py
|
…
|
|
|
test_spider.py
|
refactor: Use `safe_url_string` to standardize url output
|
2022-09-06 10:03:18 -03:00 |
|
test_spidermiddleware.py
|
…
|
|
|
test_spidermiddleware_depth.py
|
…
|
|
|
test_spidermiddleware_httperror.py
|
…
|
|
|
test_spidermiddleware_offsite.py
|
…
|
|
|
test_spidermiddleware_output_chain.py
|
…
|
|
|
test_spidermiddleware_referer.py
|
…
|
|
|
test_spidermiddleware_urllength.py
|
…
|
|
|
test_spiderstate.py
|
TST remove temporary files and folders
|
2017-02-16 17:50:38 +05:00 |
|
test_squeues.py
|
…
|
|
|
test_squeues_request.py
|
…
|
|
|
test_stats.py
|
…
|
|
|
test_toplevel.py
|
…
|
|
|
test_urlparse_monkeypatches.py
|
…
|
|
|
test_utils_asyncgen.py
|
…
|
|
|
test_utils_asyncio.py
|
…
|
|
|
test_utils_conf.py
|
…
|
|
|
test_utils_console.py
|
…
|
|
|
test_utils_curl.py
|
…
|
|
|
test_utils_datatypes.py
|
…
|
|
|
test_utils_defer.py
|
…
|
|
|
test_utils_deprecate.py
|
…
|
|
|
test_utils_display.py
|
…
|
|
|
test_utils_gz.py
|
Remove deprecated scrapy.utils.gz.is_gzipped function
|
2020-11-23 15:47:08 -03:00 |
|
test_utils_httpobj.py
|
…
|
|
|
test_utils_iterators.py
|
…
|
|
|
test_utils_log.py
|
…
|
|
|
test_utils_project.py
|
…
|
|
|
test_utils_python.py
|
…
|
|
|
test_utils_request.py
|
…
|
|
|
test_utils_response.py
|
…
|
|
|
test_utils_serialize.py
|
…
|
|
|
test_utils_signal.py
|
…
|
|
|
test_utils_sitemap.py
|
…
|
|
|
test_utils_spider.py
|
…
|
|
|
test_utils_template.py
|
…
|
|
|
test_utils_trackref.py
|
…
|
|
|
test_utils_url.py
|
…
|
|
|
test_webclient.py
|
…
|
|
|
upper-constraints.txt
|
…
|
|