scrapy/tests
Adrián Chaves 1d5c270ce8
Fix dangling file descriptor in FeedExporter when FEED_STORE_EMPTY is False (#4023)
2019-10-22 15:12:52 +02:00
..
keys
mocks
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 remove .keys() to avoid creating a tmp list/keyview obj (#4031) 2019-09-27 09:56:43 +02:00
test_command_shell.py
test_command_version.py
test_commands.py
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
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
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 Fix dangling file descriptor in FeedExporter when FEED_STORE_EMPTY is False (#4023) 2019-10-22 15:12:52 +02: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 Provide complete API documentation coverage of scrapy.item 2019-09-25 13:24:56 +02: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 LogFormatter: Add the ability to skip log messages (#3987) 2019-09-16 14:12:04 +02:00
test_mail.py
test_middleware.py
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_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 Crawling rules: make link extractors optional 2019-09-13 17:32:42 -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
test_squeues.py
test_stats.py Fix TypeError when using DummyStatsCollector 2019-10-01 18:03:22 -03:00
test_toplevel.py
test_urlparse_monkeypatches.py
test_utils_conf.py
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