scrapy/tests
OmarFarrag 13735bcf34 Disallow media extensions unregistered with IANA (#3954)
Co-Authored-By: s-sanjay <sanjay537@gmail.com>
2019-09-16 14:04:06 +02:00
..
keys revert wrong changes 2018-03-13 13:05:37 +08:00
mocks Switch from ` to `` where inline code formatting is desired 2019-03-01 16:56:58 +01:00
sample_data
…
test_cmdline
…
test_settings
…
test_spiderloader [Tests] Monkey patch unittest.TestCase to prevent DeprecationWarning(s) 2019-07-13 19:26:59 -03:00
test_utils_misc Restore alphabetic order and two lines between import and code 2019-05-03 13:55:18 +02:00
__init__.py Suggested changes 2019-07-15 12:37:09 -03:00
constraints.txt Added constrain on lxml version based on Python version 2019-07-30 23:24:41 -03:00
mockserver.py Fixes and improvements for DOWNLOADER_CLIENT_TLS_CIPHERS. 2019-08-13 16:56:26 +05:00
pipelines.py
…
py3-ignores.txt
…
requirements-py2.txt [MRG+1] Drop py34 support - Update CI envs (#3892) 2019-08-07 12:36:52 +05:00
requirements-py3.txt [MRG+1] Drop py34 support - Update CI envs (#3892) 2019-08-07 12:36:52 +05:00
spiders.py Move request.cb_kwargs tests to their own test file 2019-06-26 12:31:12 -03:00
test_closespider.py [MRG+1] Show elapsed time in statscollector (#3638) 2019-04-07 00:03:40 +05:00
test_command_fetch.py
…
test_command_parse.py [Tests] Prevent more DeprecationWarnings 2019-07-13 20:23:15 -03:00
test_command_shell.py Switch from ` to `` where inline code formatting is desired 2019-03-01 16:56:58 +01:00
test_command_version.py
…
test_commands.py Fix presentation of template directory in startproject command 2018-08-15 01:35:01 -03:00
test_contracts.py [test] cb_kwargs contract 2019-08-31 02:44:09 -03:00
test_crawl.py Move request.cb_kwargs tests to their own test file 2019-06-26 12:31:12 -03:00
test_crawler.py Deprecation removals for Scrapy 1.7 2019-07-06 13:41:56 +00:00
test_dependencies.py
…
test_downloader_handlers.py Fixes and improvements for DOWNLOADER_CLIENT_TLS_CIPHERS. 2019-08-13 16:56:26 +05:00
test_downloadermiddleware.py removes unused var 2019-06-17 00:06:44 +05:30
test_downloadermiddleware_ajaxcrawlable.py
…
test_downloadermiddleware_cookies.py Prevent more DeprecationWarnings 2019-07-13 22:14:00 -03:00
test_downloadermiddleware_decompression.py
…
test_downloadermiddleware_defaultheaders.py
…
test_downloadermiddleware_downloadtimeout.py
…
test_downloadermiddleware_httpauth.py
…
test_downloadermiddleware_httpcache.py
…
test_downloadermiddleware_httpcompression.py
…
test_downloadermiddleware_httpproxy.py Check that spidercls arguments in scrapy.crawler classes are not spider objects 2019-02-12 14:46:27 +01:00
test_downloadermiddleware_redirect.py Implement the METAREFRESH_IGNORE_TAGS setting 2019-05-08 12:52:29 +02:00
test_downloadermiddleware_retry.py
…
test_downloadermiddleware_robotstxt.py adds ROBOTSTXT_USER_AGENT setting 2019-08-19 09:24:16 +05:30
test_downloadermiddleware_stats.py
…
test_downloadermiddleware_useragent.py
…
test_dupefilters.py Testing stats and log messages from RFPDupeFilter 2019-01-18 11:39:35 -02:00
test_engine.py Prevent more DeprecationWarnings 2019-07-13 22:14:00 -03:00
test_exporters.py [Tests] Monkey patch unittest.TestCase to prevent DeprecationWarning(s) 2019-07-13 19:26:59 -03:00
test_extension_telnet.py
…
test_feedexport.py Added: Properly handling quoted passwords in FEED_URI for FTP 2019-08-06 15:19:57 +01:00
test_http_cookies.py
…
test_http_headers.py [Tests] Monkey patch unittest.TestCase to prevent DeprecationWarning(s) 2019-07-13 19:26:59 -03:00
test_http_request.py Fix JSONRequest naming (#3982) 2019-08-30 11:03:44 +02:00
test_http_response.py [Tests] Monkey patch unittest.TestCase to prevent DeprecationWarning(s) 2019-07-13 19:26:59 -03:00
test_item.py Implement Item.deepcopy() 2019-03-22 17:07:10 +01:00
test_link.py
…
test_linkextractors.py Prevent more DeprecationWarnings 2019-07-13 22:14:00 -03:00
test_linkextractors_deprecated.py
…
test_loader.py Prevent more DeprecationWarnings 2019-07-13 22:14:00 -03:00
test_logformatter.py
…
test_mail.py
…
test_middleware.py Use collections.deque instead of list to store methods 2018-10-29 12:40:20 -03:00
test_pipeline_crawl.py
…
test_pipeline_files.py Disallow media extensions unregistered with IANA (#3954) 2019-09-16 14:04:06 +02:00
test_pipeline_images.py Deprecation removals for Scrapy 1.7 2019-07-06 13:41:56 +00:00
test_pipeline_media.py Fix a memory leak on the Media Pipeline (Files and Images) (#3813) 2019-06-24 12:38:05 +02:00
test_proxy_connect.py
…
test_pydispatch_deprecated.py
…
test_request_cb_kwargs.py Request.cb_kwargs: update in spider middleware 2019-06-26 12:48:00 -03:00
test_responsetypes.py
…
test_robotstxt_interface.py Adds integration with Protego robots.txt parser (#3935) 2019-08-27 09:41:31 +02:00
test_scheduler.py improve tests and fix some lint warnings (#6) 2019-03-25 16:08:40 +03:00
test_selector.py [Tests] Monkey patch unittest.TestCase to prevent DeprecationWarning(s) 2019-07-13 19:26:59 -03:00
test_spider.py [Tests] Monkey patch unittest.TestCase to prevent DeprecationWarning(s) 2019-07-13 19:26:59 -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_stats.py
…
test_toplevel.py
…
test_urlparse_monkeypatches.py
…
test_utils_conf.py backwards → backward (adj.) 2019-03-01 16:10:23 +01:00
test_utils_console.py
…
test_utils_curl.py Create Request from curl command (#3862) 2019-08-08 09:43:42 +02:00
test_utils_datatypes.py Suggested changes 2019-07-15 12:37:09 -03:00
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_project.py
…
test_utils_python.py
…
test_utils_reqser.py Merge remote-tracking branch 'origin/master' into callback_kwargs 2019-06-26 11:03:31 -03:00
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 Prevent more DeprecationWarnings 2019-07-13 22:14:00 -03:00
test_webclient.py Fixes and improvements for DOWNLOADER_CLIENT_TLS_CIPHERS. 2019-08-13 16:56:26 +05:00