scrapy/tests
Eugenio Lacuesta 5ab0f189ce
Remove six.moves occurrences from tests
2019-11-03 00:01:09 -03:00
..
keys
mocks
sample_data
test_cmdline Remove cStringIO imports. 2019-10-31 15:07:54 +05:00
test_settings Simplify some more imports. 2019-10-31 15:22:45 +05:00
test_spiderloader
test_utils_misc Simplify some more imports. 2019-10-31 15:22:45 +05:00
__init__.py Simplify some more imports. 2019-10-31 15:22:45 +05:00
constraints.txt Added constrain on lxml version based on Python version 2019-07-30 23:24:41 -03:00
mockserver.py Remove six.moves occurrences from tests 2019-11-03 00:01:09 -03:00
pipelines.py
py3-ignores.txt
requirements-py3.txt Remove LevelDB support (#4112) 2019-10-31 10:47:29 +01:00
spiders.py Remove six.moves occurrences from tests 2019-11-03 00:01:09 -03:00
test_closespider.py
test_command_fetch.py
test_command_parse.py Replace to_native_str calls with to_unicode. 2019-10-31 15:22:53 +05:00
test_command_shell.py
test_command_version.py
test_commands.py Replace to_native_str calls with to_unicode. 2019-10-31 15:22:53 +05:00
test_contracts.py [test] cb_kwargs contract 2019-08-31 02:44:09 -03:00
test_crawl.py Remove six.moves occurrences from tests 2019-11-03 00:01:09 -03:00
test_crawler.py
test_dependencies.py
test_downloader_handlers.py Simplify some more imports. 2019-10-31 15:22:45 +05:00
test_downloadermiddleware.py Simplify some more imports. 2019-10-31 15:22:45 +05:00
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 Remove __future__ imports from tests 2019-11-02 23:27:04 -03:00
test_downloadermiddleware_httpcompression.py
test_downloadermiddleware_httpproxy.py
test_downloadermiddleware_redirect.py Fix redirection error when the Location header value starts with 3 slashes (#4042) 2019-10-30 09:09:12 +01:00
test_downloadermiddleware_retry.py
test_downloadermiddleware_robotstxt.py Remove __future__ imports from tests 2019-11-02 23:27:04 -03:00
test_downloadermiddleware_stats.py
test_downloadermiddleware_useragent.py
test_dupefilters.py
test_engine.py Remove six.moves occurrences from tests 2019-11-03 00:01:09 -03:00
test_exporters.py Remove six.moves occurrences from tests 2019-11-03 00:01:09 -03:00
test_extension_telnet.py Simplify some more imports. 2019-10-31 15:22:45 +05:00
test_feedexport.py Remove six.moves occurrences from tests 2019-11-03 00:01:09 -03:00
test_http_cookies.py Remove six.moves occurrences from tests 2019-11-03 00:01:09 -03:00
test_http_headers.py
test_http_request.py Remove six.moves occurrences from tests 2019-11-03 00:01:09 -03:00
test_http_response.py Replace to_native_str calls with to_unicode. 2019-10-31 15:22:53 +05:00
test_item.py Simplify some more imports. 2019-10-31 15:22:45 +05:00
test_link.py Remove six.PY2 and six.PY3 conditionals. 2019-10-31 15:07:10 +05:00
test_linkextractors.py Prevent more DeprecationWarnings 2019-07-13 22:14:00 -03:00
test_linkextractors_deprecated.py
test_loader.py ItemLoader: improve handling of initial item (#4036) 2019-10-28 10:53:53 +01: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 Remove six.PY2 and six.PY3 conditionals. 2019-10-31 15:07:10 +05:00
test_pipeline_crawl.py
test_pipeline_files.py Remove six.moves occurrences from tests 2019-11-03 00:01:09 -03:00
test_pipeline_images.py
test_pipeline_media.py Remove __future__ imports from tests 2019-11-02 23:27:04 -03:00
test_proxy_connect.py Remove six.moves occurrences from tests 2019-11-03 00:01:09 -03:00
test_request_cb_kwargs.py Remove six.PY2 and six.PY3 conditionals. 2019-10-31 15:07:10 +05:00
test_responsetypes.py
test_robotstxt_interface.py Replace to_native_str calls with to_unicode. 2019-10-31 15:22:53 +05:00
test_scheduler.py
test_selector.py
test_spider.py Simplify some more imports. 2019-10-31 15:22:45 +05:00
test_spidermiddleware.py Simplify some more imports. 2019-10-31 15:22:45 +05:00
test_spidermiddleware_depth.py
test_spidermiddleware_httperror.py
test_spidermiddleware_offsite.py Remove six.moves occurrences from tests 2019-11-03 00:01:09 -03:00
test_spidermiddleware_output_chain.py
test_spidermiddleware_referer.py Remove six.moves occurrences from tests 2019-11-03 00:01:09 -03:00
test_spidermiddleware_urllength.py
test_spiderstate.py
test_squeues.py
test_stats.py Simplify some more imports. 2019-10-31 15:22:45 +05:00
test_toplevel.py
test_urlparse_monkeypatches.py Remove six.moves occurrences from tests 2019-11-03 00:01:09 -03:00
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 Remove six.moves occurrences from tests 2019-11-03 00:01:09 -03:00
test_utils_defer.py Remove six.moves occurrences from tests 2019-11-03 00:01:09 -03:00
test_utils_deprecate.py Remove __future__ imports from tests 2019-11-02 23:27:04 -03:00
test_utils_gz.py
test_utils_http.py
test_utils_httpobj.py Remove six.moves occurrences from tests 2019-11-03 00:01:09 -03:00
test_utils_iterators.py
test_utils_log.py Remove __future__ imports from tests 2019-11-02 23:27:04 -03:00
test_utils_project.py
test_utils_python.py Remove six.PY2 and six.PY3 conditionals. 2019-10-31 15:07:10 +05:00
test_utils_reqser.py Remove Py2-only code that checks sys.version_info. 2019-10-31 15:22:53 +05:00
test_utils_request.py Remove __future__ imports from tests 2019-11-02 23:27:04 -03:00
test_utils_response.py Remove six.moves occurrences from tests 2019-11-03 00:01:09 -03:00
test_utils_serialize.py
test_utils_signal.py
test_utils_sitemap.py
test_utils_spider.py
test_utils_template.py
test_utils_trackref.py Simplify some more imports. 2019-10-31 15:22:45 +05:00
test_utils_url.py Remove six.moves occurrences from tests 2019-11-03 00:01:09 -03:00
test_webclient.py Fixes and improvements for DOWNLOADER_CLIENT_TLS_CIPHERS. 2019-08-13 16:56:26 +05:00