scrapy/tests
Adrián Chaves 0e78acb657
MediaPipeline: log media_to_download errors before stripping them (#5068)
2023-12-21 21:01:07 +01:00
..
CrawlerProcess Make shutdown tests more robust. 2023-10-17 23:56:54 +04:00
CrawlerRunner
keys Remove datetime.utcnow() usage (#6014) 2023-08-21 15:51:49 +02:00
mocks Fix and remove most of the entries from the mypy ignore list (#6137) 2023-11-07 09:34:35 +01:00
sample_data
test_cmdline
test_cmdline_crawl_with_pipeline
test_settings create_instance → build_from_crawler, build_from_settings (#6169) 2023-12-18 11:51:02 +01:00
test_spiderloader
test_utils_misc create_instance → build_from_crawler, build_from_settings (#6169) 2023-12-18 11:51:02 +01:00
__init__.py
ftpserver.py
ignores.txt
mockserver.py
pipelines.py
requirements.txt Re-enable uvloop tests on 3.12 (#6098) 2023-10-17 19:24:44 +02:00
spiders.py Add Crawler._load_settings(). 2023-09-12 14:44:16 +04:00
test_addons.py create_instance → build_from_crawler, build_from_settings (#6169) 2023-12-18 11:51:02 +01:00
test_closespider.py improve tests by having SlowSpider 2023-07-18 22:29:15 +08:00
test_command_check.py
test_command_fetch.py
test_command_parse.py
test_command_shell.py Disable ipython for InteractiveShellTest. 2023-10-18 19:30:57 +04:00
test_command_version.py
test_commands.py Add integration tests for modifying settings via args. 2023-09-12 20:16:26 +04:00
test_contracts.py Check for async callbacks in contracts. 2023-08-06 17:28:34 +04:00
test_core_downloader.py
test_crawl.py Improve and simplify tests. 2023-09-13 14:17:41 +04:00
test_crawler.py Merge pull request #6112 from wRAR/test-shutdown-forced 2023-10-30 09:35:29 +01:00
test_dependencies.py
test_downloader_handlers.py create_instance → build_from_crawler, build_from_settings (#6169) 2023-12-18 11:51:02 +01:00
test_downloader_handlers_http2.py create_instance → build_from_crawler, build_from_settings (#6169) 2023-12-18 11:51:02 +01:00
test_downloadermiddleware.py Add Crawler._load_settings(). 2023-09-12 14:44:16 +04:00
test_downloadermiddleware_ajaxcrawlable.py
test_downloadermiddleware_cookies.py
test_downloadermiddleware_defaultheaders.py
test_downloadermiddleware_downloadtimeout.py
test_downloadermiddleware_httpauth.py Remove support for using HttpAuthMiddleware without http_auth_domain 2023-10-17 20:20:38 -03:00
test_downloadermiddleware_httpcache.py Add Crawler._load_settings(). 2023-09-12 14:44:16 +04:00
test_downloadermiddleware_httpcompression.py Remove tests not necessary anymore 2023-10-18 06:29:47 -03:00
test_downloadermiddleware_httpproxy.py
test_downloadermiddleware_redirect.py
test_downloadermiddleware_retry.py Improve the backwards compatibility for RetryMiddleware.EXCEPTIONS_TO_RETRY. 2023-09-14 15:51:00 +04:00
test_downloadermiddleware_robotstxt.py
test_downloadermiddleware_stats.py Removed some deprecated functions and functionalities (#6116) 2023-10-30 09:59:11 +01:00
test_downloadermiddleware_useragent.py
test_downloaderslotssettings.py
test_dupefilters.py Add Crawler._load_settings(). 2023-09-12 14:44:16 +04:00
test_engine.py Add Crawler._load_settings(). 2023-09-12 14:44:16 +04:00
test_engine_stop_download_bytes.py
test_engine_stop_download_headers.py
test_exporters.py Fix and remove most of the entries from the mypy ignore list (#6137) 2023-11-07 09:34:35 +01:00
test_extension_periodic_log.py Rename methods. 2023-09-13 15:47:22 +04:00
test_extension_telnet.py Add Crawler._load_settings(). 2023-09-12 14:44:16 +04:00
test_feedexport.py Remove tests not necessary anymore 2023-10-18 06:29:47 -03:00
test_http2_client_protocol.py Full typing for scrapy/http/response/__init__.py. 2023-11-01 01:10:32 +04:00
test_http_cookies.py
test_http_headers.py
test_http_request.py Fix and remove most of the entries from the mypy ignore list (#6137) 2023-11-07 09:34:35 +01:00
test_http_response.py fix: test_cache_json_response 2023-08-17 10:24:34 -06:00
test_item.py
test_link.py
test_linkextractors.py Fix and remove most of the entries from the mypy ignore list (#6137) 2023-11-07 09:34:35 +01:00
test_loader.py Fix and remove most of the entries from the mypy ignore list (#6137) 2023-11-07 09:34:35 +01:00
test_loader_deprecated.py Remove deprecated code moved to itemloaders 2023-10-17 18:20:12 -03:00
test_logformatter.py
test_mail.py Fix charset handling in MailSender #5096 (#5118) 2023-09-07 07:47:42 +02:00
test_middleware.py Improve NotConfigured handling when clspath is a class. 2023-08-01 20:20:15 +04:00
test_pipeline_crawl.py MediaPipeline: log media_to_download errors before stripping them (#5068) 2023-12-21 21:01:07 +01:00
test_pipeline_files.py Fix and remove most of the entries from the mypy ignore list (#6137) 2023-11-07 09:34:35 +01:00
test_pipeline_images.py Fix and remove most of the entries from the mypy ignore list (#6137) 2023-11-07 09:34:35 +01:00
test_pipeline_media.py Remove leftover from _make_compatible removal 2023-10-17 19:44:12 -03:00
test_pipelines.py
test_pqueues.py
test_proxy_connect.py
test_request_attribute_binding.py
test_request_cb_kwargs.py Fix and remove most of the entries from the mypy ignore list (#6137) 2023-11-07 09:34:35 +01:00
test_request_dict.py Remove functions deprecated in 2.6.0 (#5996) 2023-08-03 17:06:55 +02:00
test_request_left.py
test_responsetypes.py Add JsonResponse (#6174) 2023-12-21 10:36:21 +01:00
test_robotstxt_interface.py IOError and other cleanup (#4716) 2023-06-21 20:08:53 +02:00
test_scheduler.py Fix and remove most of the entries from the mypy ignore list (#6137) 2023-11-07 09:34:35 +01:00
test_scheduler_base.py
test_selector.py
test_signals.py
test_spider.py Add Crawler._load_settings(). 2023-09-12 14:44:16 +04:00
test_spidermiddleware.py
test_spidermiddleware_depth.py
test_spidermiddleware_httperror.py Fix and remove most of the entries from the mypy ignore list (#6137) 2023-11-07 09:34:35 +01:00
test_spidermiddleware_offsite.py Add Crawler._load_settings(). 2023-09-12 14:44:16 +04:00
test_spidermiddleware_output_chain.py
test_spidermiddleware_referer.py Fix and remove most of the entries from the mypy ignore list (#6137) 2023-11-07 09:34:35 +01:00
test_spidermiddleware_urllength.py Add Crawler._load_settings(). 2023-09-12 14:44:16 +04:00
test_spiderstate.py Remove datetime.utcnow() usage (#6014) 2023-08-21 15:51:49 +02:00
test_squeues.py
test_squeues_request.py
test_stats.py Remove datetime.utcnow() usage (#6014) 2023-08-21 15:51:49 +02:00
test_toplevel.py
test_urlparse_monkeypatches.py
test_utils_asyncgen.py
test_utils_asyncio.py Actually run test_set_asyncio_event_loop(). 2023-06-14 18:23:29 +04:00
test_utils_conf.py Deprecate the custom attribute of build_component_list(). (#5993) 2023-08-02 14:21:06 +02:00
test_utils_console.py
test_utils_curl.py
test_utils_datatypes.py Merge branch 'master' into case-insensitive-dict 2023-06-21 22:12:44 +04:00
test_utils_defer.py
test_utils_deprecate.py Merge branch 'master' into addons 2023-06-14 15:37:08 +04:00
test_utils_display.py
test_utils_gz.py IOError and other cleanup (#4716) 2023-06-21 20:08:53 +02:00
test_utils_httpobj.py
test_utils_iterators.py Fixes for scrapy/utils/iterators.py typing. 2023-08-06 23:05:02 +04:00
test_utils_log.py Add Crawler._load_settings(). 2023-09-12 14:44:16 +04:00
test_utils_project.py
test_utils_python.py
test_utils_request.py Add Crawler._load_settings(). 2023-09-12 14:44:16 +04:00
test_utils_response.py Removed some deprecated functions and functionalities (#6116) 2023-10-30 09:59:11 +01:00
test_utils_serialize.py Fix and remove most of the entries from the mypy ignore list (#6137) 2023-11-07 09:34:35 +01:00
test_utils_signal.py
test_utils_sitemap.py
test_utils_spider.py
test_utils_template.py
test_utils_trackref.py
test_utils_url.py Fix and remove most of the entries from the mypy ignore list (#6137) 2023-11-07 09:34:35 +01:00
test_webclient.py create_instance → build_from_crawler, build_from_settings (#6169) 2023-12-18 11:51:02 +01:00
upper-constraints.txt