scrapy/tests
Adrián Chaves 9f733a0804 Fix permission handling on project generation from template files 2020-07-17 12:11:17 +02:00
..
CrawlerProcess Specify Twisted reactor (TWISTED_REACTOR setting) (#4294) 2020-02-06 22:42:34 +05:00
CrawlerRunner Tests: Move code inside __main__ block 2020-04-16 11:37:37 -03:00
keys revert wrong changes 2018-03-13 13:05:37 +08:00
mocks Add missing blank lines between functions and classes 2019-11-18 17:16:09 +01:00
py36 Also test non-default async callbacks. 2020-02-11 01:00:16 +05:00
sample_data [Test] Rename outdated sample files 2019-11-20 09:38:54 -03:00
test_cmdline Remove object base class (#4430) 2020-03-16 20:12:46 +01:00
test_cmdline_crawl_with_pipeline Remove object base class (#4430) 2020-03-16 20:12:46 +01:00
test_settings Flake8: Remove E128 (tests, part 3) 2020-05-06 19:33:22 -03:00
test_spiderloader replace set constructor with set literals (#4573) 2020-05-15 15:23:09 +02:00
test_utils_misc replace set constructor with set literals (#4573) 2020-05-15 15:23:09 +02:00
__init__.py Simplify some more imports. 2019-11-14 13:45:39 +05:00
constraints.txt Added constrain on lxml version based on Python version 2019-07-30 23:24:41 -03:00
ignores.txt Rename tests/py3-ignores.txt to tests/ignores.txt. 2019-11-19 13:52:49 +05:00
mockserver.py Remove unnecessary parentheses in class definition 2020-02-04 13:30:13 -03:00
pipelines.py Flake8: remove F841 2020-05-11 13:50:34 -03:00
requirements-py3.txt Support for dataclass and attrs items (#3881) 2020-06-14 11:45:27 +02:00
spiders.py Return single element from coroutine callback (#4609) 2020-06-02 10:32:14 +02:00
test_closespider.py Flake8: remove E127 in tests (continuation line over-indented for visual indent) 2020-05-06 09:49:10 -03: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 Flake8: Remove E128 (tests, part 1) 2020-05-06 18:56:14 -03:00
test_command_shell.py Merge branch 'master' into flake8-max-line-length 2020-05-15 11:11:20 -03:00
test_command_version.py Flake8: Remove E741 2020-05-14 10:40:50 -03:00
test_commands.py Fix permission handling on project generation from template files 2020-07-17 12:11:17 +02:00
test_contracts.py Flake8: Remove E128 (tests, part 1) 2020-05-06 18:56:14 -03:00
test_crawl.py Return single element from coroutine callback (#4609) 2020-06-02 10:32:14 +02:00
test_crawler.py Merge branch 'master' into flake8-max-line-length 2020-05-15 11:11:20 -03:00
test_dependencies.py Flake8: remove F841 2020-05-11 13:50:34 -03:00
test_downloader_handlers.py Merge branch 'master' into flake8-max-line-length 2020-05-15 11:11:20 -03:00
test_downloadermiddleware.py Remove object base class (#4430) 2020-03-16 20:12:46 +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 CookiesMiddleware: keep cookies from 'Cookie' request header 2020-05-21 11:07:41 -03:00
test_downloadermiddleware_decompression.py Flake8: remove E127 in tests (continuation line over-indented for visual indent) 2020-05-06 09:49:10 -03: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 Update deprecated test aliases 2017-08-09 12:52:10 +02:00
test_downloadermiddleware_httpcache.py fix E30X flake8 (#4355) 2020-02-21 06:05:31 +01:00
test_downloadermiddleware_httpcompression.py Merge remote-tracking branch 'upstream/master' into flake8-max-line-length 2020-05-06 16:52:17 -03:00
test_downloadermiddleware_httpproxy.py Flake8: Remove E128 (tests, part 1) 2020-05-06 18:56:14 -03:00
test_downloadermiddleware_redirect.py Merge branch 'master' into flake8-max-line-length 2020-05-15 11:11:20 -03:00
test_downloadermiddleware_retry.py Flake8: Remove E128 (tests, part 1) 2020-05-06 18:56:14 -03:00
test_downloadermiddleware_robotstxt.py Remove Python 2 encoding header from files (#4553) 2020-05-08 15:45:19 +02:00
test_downloadermiddleware_stats.py
test_downloadermiddleware_useragent.py Update deprecated test aliases 2017-08-09 12:52:10 +02:00
test_dupefilters.py Merge branch 'master' into flake8-max-line-length 2020-05-15 11:11:20 -03:00
test_engine.py Support for dataclass and attrs items (#3881) 2020-06-14 11:45:27 +02:00
test_exporters.py Merge branch 'master' into flake8-max-line-length 2020-05-15 11:11:20 -03:00
test_extension_telnet.py Flake8: remove F841 2020-05-11 13:50:34 -03:00
test_feedexport.py Fix duplicated feed logs 2020-06-19 17:51:56 +03:00
test_http_cookies.py Remove six.moves occurrences from tests 2019-11-03 00:01:09 -03:00
test_http_headers.py Merge remote-tracking branch 'upstream/master' into remove-six-code 2019-11-20 12:41:38 -03:00
test_http_request.py Merge branch 'master' into flake8-max-line-length 2020-05-15 11:11:20 -03:00
test_http_response.py Implement TextResponse.json() (#4574) 2020-06-01 06:57:23 +02:00
test_item.py Merge branch 'master' into deprecate-baseitem 2020-05-14 13:31:16 -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 Merge branch 'master' into flake8-max-line-length 2020-05-15 11:11:20 -03:00
test_loader.py Support for dataclass and attrs items (#3881) 2020-06-14 11:45:27 +02:00
test_logformatter.py Flake8: Remove E128 (tests, part 2) 2020-05-06 19:18:29 -03:00
test_mail.py Flake8: Remove E128 (tests, part 2) 2020-05-06 19:18:29 -03:00
test_middleware.py Flake8: Remove E128 (tests, part 2) 2020-05-06 19:18:29 -03:00
test_pipeline_crawl.py Merge pull request #4486 from ilias-ant/add-file-status-on-media-pipelines-file-info 2020-05-18 22:30:30 +05:00
test_pipeline_files.py Support for dataclass and attrs items (#3881) 2020-06-14 11:45:27 +02:00
test_pipeline_images.py Support for dataclass and attrs items (#3881) 2020-06-14 11:45:27 +02:00
test_pipeline_media.py Merge remote-tracking branch 'upstream/master' into flake8-remove-e128 2020-05-14 11:35:30 -03:00
test_pipelines.py Use get_from_asyncio_queue in the pipeline test. 2020-01-09 14:49:16 +05:00
test_proxy_connect.py Run tests with Python 3.5.0 (#4518) 2020-05-15 22:37:56 +05:00
test_request_cb_kwargs.py E501 compliance (tests) 2020-03-22 23:29:30 -03:00
test_request_left.py name signla catcher in accord with signal name 2020-02-06 13:46:23 +00:00
test_responsetypes.py Merge branch 'master' into flake8-max-line-length 2020-05-15 11:11:20 -03:00
test_robotstxt_interface.py fix W291, W292, W293 (whitespaces) 2019-12-18 16:33:46 +01:00
test_scheduler.py Flake8: remove E123 (Closing bracket does not match indentation of opening bracket's line) 2020-05-06 12:26:04 -03:00
test_selector.py Merge remote-tracking branch 'upstream/master' into flake8-max-line-length 2020-05-06 16:52:17 -03:00
test_signals.py Improve async signal tests. 2020-02-11 01:05:45 +05:00
test_spider.py E501 compliance (tests) 2020-03-22 23:29:30 -03:00
test_spidermiddleware.py fix E22X flake8 2020-02-21 08:39:14 +01: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 branch 'master' into flake8-remove-e128 2020-05-08 18:33:29 -03:00
test_spidermiddleware_offsite.py Flake8: Remove E128 (tests, part 2) 2020-05-06 19:18:29 -03:00
test_spidermiddleware_output_chain.py Merge branch 'master' into flake8-max-line-length 2020-04-16 16:05:09 -03:00
test_spidermiddleware_referer.py Merge branch 'master' into flake8-max-line-length 2020-05-15 11:11:20 -03:00
test_spidermiddleware_urllength.py Fix W391 Blank line at end of file (#4137) 2019-11-07 17:47:35 +01:00
test_spiderstate.py
test_squeues.py Flake8: Remove E741 2020-05-14 10:40:50 -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 Specify Twisted reactor (TWISTED_REACTOR setting) (#4294) 2020-02-06 22:42:34 +05:00
test_utils_conf.py Flake8: Remove E128 (tests, part 3) 2020-05-06 19:33:22 -03: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 Remove elluding six occurrences 2019-11-03 12:26:38 -03:00
test_utils_datatypes.py Fix KeyError in LocalWeakReferencedCache 2020-05-27 11:15:33 -03:00
test_utils_defer.py Flake8: remove F841 2020-05-11 13:50:34 -03:00
test_utils_deprecate.py Flake8: remove F841 2020-05-11 13:50:34 -03:00
test_utils_gz.py
test_utils_http.py Flake8: remove W504 code (#4525) 2020-05-06 00:14:48 +02: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 flake8-max-line-length 2020-05-15 11:11:20 -03: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 Fix E731: do not assign a lambda expression 2020-04-04 21:54:55 -03:00
test_utils_reqser.py Flake8: Remove E128 (tests, part 3) 2020-05-06 19:33:22 -03:00
test_utils_request.py Merge branch 'master' into flake8-max-line-length 2020-05-15 11:11:20 -03:00
test_utils_response.py Remove six.moves occurrences from tests 2019-11-03 00:01:09 -03:00
test_utils_serialize.py Support for dataclass and attrs items (#3881) 2020-06-14 11:45:27 +02:00
test_utils_signal.py Flake8: Remove E741 2020-05-14 10:40:50 -03:00
test_utils_sitemap.py Merge branch 'master' into flake8-max-line-length 2020-05-15 11:11:20 -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 E30X flake8 (#4355) 2020-02-21 06:05:31 +01:00
test_utils_trackref.py Simplify some more imports. 2019-11-14 13:45:39 +05:00
test_utils_url.py Merge branch 'master' into flake8-max-line-length 2020-05-15 11:11:20 -03:00
test_webclient.py Flake8: Remove E128 (tests, part 3) 2020-05-06 19:33:22 -03:00