scrapy/tests
Andrey Rahmatullin d3f82aa4d5 Merge pull request #5617 from Laerte/fix/tests-w3lib
Fix failed tests related to w3lib
2022-09-27 08:25:38 +02:00
..
CrawlerProcess If TWISTED_REACTOR is None, reuse any pre-installed reactor (#5528) 2022-06-17 10:37:27 +02:00
CrawlerRunner Use f-strings (#4307) 2020-08-26 07:11:05 +02:00
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 Adding test cases for the zstd content encoding 2020-10-05 23:43:12 +01:00
test_cmdline Fix TypeError on using pathlib.Path as key on FEEDS settings (#5384) 2022-02-04 09:57:57 +01:00
test_cmdline_crawl_with_pipeline Remove object base class (#4430) 2020-03-16 20:12:46 +01:00
test_settings Allow passing classes directly in Settings (#3873) 2020-08-26 13:08:14 +02:00
test_spiderloader Fix SpiderLoaderTest on Python 3.10. 2021-08-11 10:39:23 +05:00
test_utils_misc Fix/silence the Pylint messages added in 2.10 (#5235) 2021-08-24 12:15:29 +02:00
__init__.py Maybe the problem is not in the code after all 2020-08-13 06:35:09 +02:00
ftpserver.py Allow overwriting feeds (#4512) 2020-08-17 15:10:08 +02:00
ignores.txt Remove deprecated classes BaseSgmlLinkExtractor, RegexLinkExtractor and SgmlLinkExtractor (#4356) 2020-07-17 12:40:04 +02:00
mockserver.py Copy resource classes from twisted.web.test.test_webclient. 2022-02-08 21:01:16 +05:00
pipelines.py Flake8: remove F841 2020-05-11 13:50:34 -03:00
requirements.txt Rename tests/requirements-py3.txt to tests/requirements.txt. 2021-08-11 20:02:45 +05:00
spiders.py Use f-strings where appropriate (#5246) 2021-10-07 16:27:20 +02:00
test_closespider.py Use f-strings where appropriate (#5246) 2021-10-07 16:27:20 +02:00
test_command_check.py Use toscrape.com instead of example.com in test_command_check. (#5407) 2022-02-10 10:50:12 +01:00
test_command_fetch.py Keep 2 spaces between code and inline comments (#4195) 2019-12-13 14:20:48 +01:00
test_command_parse.py Move from optparse to argparse (#5374) 2022-02-09 20:52:07 +01:00
test_command_shell.py Use f-strings (#4307) 2020-08-26 07:11:05 +02:00
test_command_version.py Use f-strings (#4307) 2020-08-26 07:11:05 +02:00
test_commands.py tests that all CLI help messages don't throw errors 2022-04-22 16:32:58 -07:00
test_contracts.py Use f-strings (#4307) 2020-08-26 07:11:05 +02:00
test_core_downloader.py test(Slot): cover __repr__ 2020-08-28 13:58:32 +02:00
test_crawl.py test: `test_format_engine_status` 2021-11-05 03:02:02 +07:00
test_crawler.py Merge pull request #5617 from Laerte/fix/tests-w3lib 2022-09-27 08:25:38 +02:00
test_dependencies.py Fix test_pinned_twisted_version 2021-02-03 21:13:43 +01:00
test_downloader_handlers.py Copy resource classes from twisted.web.test.test_webclient. 2022-02-08 21:01:16 +05:00
test_downloader_handlers_http2.py Use f-strings where appropriate (#5246) 2021-10-07 16:27:20 +02:00
test_downloadermiddleware.py Also skip test_asyncdef_asyncio on old Twisted versions 2020-11-06 13:00:42 +01:00
test_downloadermiddleware_ajaxcrawlable.py Add missing blank lines between functions and classes 2019-11-18 17:16:09 +01:00
test_downloadermiddleware_cookies.py Merge pull request from GHSA-mfjm-vh54-3f96 2022-03-01 12:38:19 +01:00
test_downloadermiddleware_decompression.py Use f-strings (#4307) 2020-08-26 07:11:05 +02:00
test_downloadermiddleware_defaultheaders.py Update deprecated test aliases 2017-08-09 12:52:10 +02:00
test_downloadermiddleware_downloadtimeout.py Update deprecated test aliases 2017-08-09 12:52:10 +02:00
test_downloadermiddleware_httpauth.py Add http_auth_domain to HttpAuthMiddleware. 2021-10-06 12:33:18 +02:00
test_downloadermiddleware_httpcache.py Use f-strings (#4307) 2020-08-26 07:11:05 +02:00
test_downloadermiddleware_httpcompression.py Merge branch 'patch-2' of github.com:GeorgeA92/scrapy into patch-2 2020-11-06 16:42:58 +01:00
test_downloadermiddleware_httpproxy.py Merge pull request from GHSA-9x8m-2xpf-crp3 2022-07-25 13:15:17 +02:00
test_downloadermiddleware_redirect.py Use f-strings (#4307) 2020-08-26 07:11:05 +02:00
test_downloadermiddleware_retry.py Allow logger/stats customization in get_retry_request 2021-03-02 12:12:22 -03:00
test_downloadermiddleware_robotstxt.py Engine: deprecations and type hints (#5090) 2021-04-20 08:45:28 -03:00
test_downloadermiddleware_stats.py response_httprepr memory issue fixed (#4972) 2022-01-28 18:39:32 +05:00
test_downloadermiddleware_useragent.py Update deprecated test aliases 2017-08-09 12:52:10 +02:00
test_dupefilters.py Tests: use classes instead of paths in settings (#4817) 2020-10-01 23:11:11 -03:00
test_engine.py Test that a low CLOSEPIDER_TIMEOUT does not raise an exception 2022-03-15 12:10:41 +01:00
test_engine_stop_download_bytes.py headers_received signal (#4897) 2021-03-11 11:52:35 -03:00
test_engine_stop_download_headers.py headers_received signal (#4897) 2021-03-11 11:52:35 -03:00
test_exporters.py Fix/silence the Pylint messages added in 2.10 (#5235) 2021-08-24 12:15:29 +02:00
test_extension_telnet.py Flake8: remove F841 2020-05-11 13:50:34 -03:00
test_feedexport.py Fix FEED_URI_PARAMS: custom params throws KeyError (#4966) 2022-01-28 14:30:30 -03:00
test_http2_client_protocol.py Fix/silence the Pylint messages added in 2.10 (#5235) 2021-08-24 12:15:29 +02:00
test_http_cookies.py Remove Python 2 code from WrappedRequest 2022-02-11 06:19:27 -03:00
test_http_headers.py Remove the u prefix from strings 2020-07-30 13:39:30 +02:00
test_http_request.py Use f-strings where appropriate (#5246) 2021-10-07 16:27:20 +02:00
test_http_response.py Remove deprecated TextResponse.body_as_unicode 2022-02-05 13:11:13 -03:00
test_item.py Remove deprecated DictItem class 2022-02-06 18:31:55 -03:00
test_link.py Rename test_non_str_url_py2 to test_bytes_url. 2019-11-14 22:53:28 +05:00
test_linkextractors.py Change super syntax (#4707) 2020-08-04 20:42:01 +02:00
test_loader.py Fix issue#5145 2021-10-10 15:55:22 -04:00
test_loader_deprecated.py Fix/silence the Pylint messages added in 2.10 (#5235) 2021-08-24 12:15:29 +02:00
test_logformatter.py Tests: use classes instead of paths in settings (#4817) 2020-10-01 23:11:11 -03:00
test_mail.py Remove the u prefix from strings 2020-07-30 13:39:30 +02:00
test_middleware.py Allow passing classes directly in Settings (#3873) 2020-08-26 13:08:14 +02:00
test_pipeline_crawl.py Update CI to support Twisted 21.2.0 (#5027) 2021-03-19 18:39:44 +01:00
test_pipeline_files.py Fix timezone test issue 2020-09-22 12:45:21 +02:00
test_pipeline_images.py Update CI to support Twisted 21.2.0 (#5027) 2021-03-19 18:39:44 +01:00
test_pipeline_media.py Update CI to support Twisted 21.2.0 (#5027) 2021-03-19 18:39:44 +01:00
test_pipelines.py Add Deferred-to-Future helpers (#5288) 2021-10-22 18:46:01 +02:00
test_pqueues.py Add peek method to queues (#5112) 2021-04-26 14:55:02 -03:00
test_proxy_connect.py Solve Flake8-reported issues 2020-11-04 21:26:55 +01:00
test_request_attribute_binding.py Fix typos 2021-10-11 22:32:42 +08:00
test_request_cb_kwargs.py [CI] fix pypy test (#5264) 2021-10-06 19:34:09 +02:00
test_request_dict.py Refactor request to/from dict (#5130) 2021-05-10 18:00:08 +02:00
test_request_left.py Use augmented assignment statements (#5322) 2021-11-16 10:20:56 +01:00
test_responsetypes.py Use f-strings (#4307) 2020-08-26 07:11:05 +02:00
test_robotstxt_interface.py Change super syntax (#4707) 2020-08-04 20:42:01 +02:00
test_scheduler.py Fix/silence the Pylint messages added in 2.10 (#5235) 2021-08-24 12:15:29 +02:00
test_scheduler_base.py Scheduler: minimal interface, API docs (#3559) 2021-04-26 16:16:14 -03:00
test_selector.py Use f-strings (#4307) 2020-08-26 07:11:05 +02:00
test_signals.py Use f-strings (#4307) 2020-08-26 07:11:05 +02:00
test_spider.py Merge pull request #5617 from Laerte/fix/tests-w3lib 2022-09-27 08:25:38 +02:00
test_spidermiddleware.py Disable builtin middlewares in spider middleware tests. (#5229) 2021-08-16 13:22:01 +02:00
test_spidermiddleware_depth.py Fix W391 Blank line at end of file (#4137) 2019-11-07 17:47:35 +01:00
test_spidermiddleware_httperror.py Merge pull request #4694 from Jgaldos/improve-httpstatus-all-meta 2021-04-01 22:43:45 +05:00
test_spidermiddleware_offsite.py Flake8: Remove E128 (tests, part 2) 2020-05-06 19:18:29 -03:00
test_spidermiddleware_output_chain.py Tests: use classes instead of paths in settings (#4817) 2020-10-01 23:11:11 -03:00
test_spidermiddleware_referer.py Allow passing classes directly in Settings (#3873) 2020-08-26 13:08:14 +02:00
test_spidermiddleware_urllength.py simpler stats access 2021-03-15 21:38:03 +06:00
test_spiderstate.py TST remove temporary files and folders 2017-02-16 17:50:38 +05:00
test_squeues.py Deprecate unused squeues (#5117) 2021-04-27 09:41:44 -03:00
test_squeues_request.py Add peek method to queues (#5112) 2021-04-26 14:55:02 -03:00
test_stats.py Simplify some more imports. 2019-11-14 13:45:39 +05:00
test_toplevel.py Remove more six imports 2019-11-03 01:11:28 -03:00
test_urlparse_monkeypatches.py Remove six.moves occurrences from tests 2019-11-03 00:01:09 -03:00
test_utils_asyncio.py Set WindowsSelectorEventLoopPolicy on Windows (#5315) 2021-12-31 20:38:10 +01:00
test_utils_conf.py Fix/silence the Pylint messages added in 2.10 (#5235) 2021-08-24 12:15:29 +02:00
test_utils_console.py Add missing blank lines between functions and classes 2019-11-18 17:16:09 +01:00
test_utils_curl.py Use f-strings (#4307) 2020-08-26 07:11:05 +02:00
test_utils_datatypes.py Use f-strings (#4307) 2020-08-26 07:11:05 +02:00
test_utils_defer.py Fix typos 2021-10-11 22:32:42 +08:00
test_utils_deprecate.py Reducing amount of warnings during test run (#5162) 2021-05-28 14:45:06 +05:00
test_utils_display.py enable ANSI color (instead of ANSI color codes) in the Windows terminal #4393 (#4403) 2020-07-20 17:23:38 +05:00
test_utils_gz.py Remove deprecated scrapy.utils.gz.is_gzipped function 2020-11-23 15:47:08 -03:00
test_utils_httpobj.py Add missing blank lines between functions and classes 2019-11-18 17:16:09 +01:00
test_utils_iterators.py Merge branch 'master' into fix_iternodes 2020-09-01 12:38:37 +02:00
test_utils_log.py Flake8: Remove E741 2020-05-14 10:40:50 -03:00
test_utils_project.py Add tests for envvar setting warnings 2020-02-27 16:31:43 +01:00
test_utils_python.py Reducing amount of warnings during test run (#5162) 2021-05-28 14:45:06 +05:00
test_utils_request.py Remove backslash (tests) 2020-07-09 11:04:46 -03:00
test_utils_response.py Test coverage for open_in_browser base tag injection (#5319) 2021-11-15 16:44:56 +01:00
test_utils_serialize.py Support for dataclass and attrs items (#3881) 2020-06-14 11:45:27 +02:00
test_utils_signal.py Fix syntax error 2020-11-06 16:46:22 +01:00
test_utils_sitemap.py Remove backslash (tests) 2020-07-09 11:04:46 -03:00
test_utils_spider.py Update Item docstring, update BaseItem occurrences 2020-05-05 13:11:01 -03:00
test_utils_template.py Fix typos 2021-10-11 22:32:42 +08:00
test_utils_trackref.py TrackrefTestCase.test_get_oldest: protect from lack of precision 2020-07-03 01:41:47 +02:00
test_utils_url.py Use f-strings (#4307) 2020-08-26 07:11:05 +02:00
test_webclient.py Copy resource classes from twisted.web.test.test_webclient. 2022-02-08 21:01:16 +05:00
upper-constraints.txt upper-constraints.txt: restrict botocore further 2021-03-18 23:42:29 +01:00