scrapy/tests
Konstantin Lopuhin 7c67047e77 Fix get_func_args tests under PyPy
On CPython get_func_args does not work correctly for built-in
methods.
2017-06-15 13:07:59 +03:00
..
keys Remove old test certificate+key 2017-04-27 23:35:01 +02:00
mocks
…
sample_data Add file listing resource + redirecting resource to MockServer 2017-03-10 21:35:25 +01:00
test_cmdline
…
test_settings Support 'True' and 'False' strings as boolean settings values 2017-01-30 16:33:08 +01:00
test_spiderloader Do not use self.assertRaises() as context manager 2017-03-09 12:21:03 +01:00
test_utils_misc
…
__init__.py handle whitespace in response.follow; add tests 2017-02-15 04:17:41 +05:00
mockserver.py Remove old test certificate+key 2017-04-27 23:35:01 +02:00
pipelines.py
…
py3-ignores.txt Re-enable FTP tests on Python 3 2017-02-27 17:42:00 +01:00
requirements-py3.txt [httpcompression] minor style edits 2017-02-07 10:22:42 +01:00
requirements.txt [httpcompression] minor style edits 2017-02-07 10:22:42 +01:00
spiders.py deprecate Spider.make_requests_from_url. Fixes #1495. 2017-02-16 03:39:34 +05:00
test_closespider.py
…
test_command_fetch.py
…
test_command_parse.py
…
test_command_shell.py
…
test_command_version.py
…
test_commands.py TST tests for LOG_SHORT_NAMES 2016-12-09 02:19:51 +05:00
test_contracts.py
…
test_crawl.py Revert unneeded test_crawl changes 2017-03-07 14:20:52 +03:00
test_crawler.py Respect log settings in custom_settings: fixes GH-1612 2017-03-03 18:01:11 +03:00
test_dependencies.py
…
test_downloader_handlers.py Merge pull request #2622 from rolando-contrib/download-maxsize-abort 2017-05-04 11:44:51 -03:00
test_downloadermiddleware.py
…
test_downloadermiddleware_ajaxcrawlable.py
…
test_downloadermiddleware_cookies.py
…
test_downloadermiddleware_decompression.py
…
test_downloadermiddleware_defaultheaders.py
…
test_downloadermiddleware_downloadtimeout.py
…
test_downloadermiddleware_httpauth.py PY3 fix HttpAuthMiddleware tests 2015-09-01 04:00:26 +05:00
test_downloadermiddleware_httpcache.py
…
test_downloadermiddleware_httpcompression.py Revert to using self.assert methods 2017-03-07 12:28:24 +01:00
test_downloadermiddleware_httpproxy.py Add HTTPPROXY_ENABLED setting (default True) 2017-02-14 11:33:01 -03:00
test_downloadermiddleware_redirect.py
…
test_downloadermiddleware_retry.py Improvise the clarity of test cases 2017-03-23 19:45:04 +05:30
test_downloadermiddleware_robotstxt.py
…
test_downloadermiddleware_stats.py
…
test_downloadermiddleware_useragent.py
…
test_dupefilters.py
…
test_engine.py deprecate Spider.make_requests_from_url. Fixes #1495. 2017-02-16 03:39:34 +05:00
test_exporters.py
…
test_feedexport.py Feed exports: rewrite indentation test without .strip() 2017-05-09 11:58:53 -03:00
test_http_cookies.py
…
test_http_headers.py
…
test_http_request.py Add test for dropping fields in from_response request body 2017-05-15 12:25:32 -04:00
test_http_response.py TST fixed compatibility with new link extractor whitespace handling 2017-02-21 00:05:40 +05:00
test_item.py BUG: Fix __classcell__ propagation. 2017-02-08 02:12:52 -04:00
test_link.py
…
test_linkextractors.py TST fixed compatibility with new link extractor whitespace handling 2017-02-21 00:05:40 +05:00
test_linkextractors_deprecated.py TST fixed compatibility with new link extractor whitespace handling 2017-02-21 00:05:40 +05:00
test_loader.py Fix test_output_processor_error undere PyPy 2017-06-15 12:57:32 +03:00
test_logformatter.py [logformatter] backward compat comments 2017-03-17 08:11:20 +01:00
test_mail.py
…
test_middleware.py
…
test_pipeline_crawl.py Refactor to also test FilesPipeline 2017-03-12 17:30:24 +01:00
test_pipeline_files.py TST: Randomize FILES_EXPIRES above 90 days 2016-12-21 17:03:11 +01:00
test_pipeline_images.py Fixes conversion of transparent PNG with palette images to jpg #2452 2017-03-22 13:29:15 +01:00
test_pipeline_media.py Refactor settings tests 2017-03-03 17:03:25 +01:00
test_proxy_connect.py retry stats 2017-02-14 20:27:49 +05:00
test_pydispatch_deprecated.py
…
test_responsetypes.py
…
test_selector.py
…
test_selector_csstranslator.py cleanup tests for selectors and translators 2015-08-11 14:09:34 -03:00
test_spider.py Always decompress Content-Encoding: gzip at HttpCompression stage 2017-03-07 11:02:46 +01:00
test_spidermiddleware_depth.py
…
test_spidermiddleware_httperror.py HttpErrorMiddleware stats 2017-02-22 17:36:25 +05:00
test_spidermiddleware_offsite.py
…
test_spidermiddleware_referer.py Fix referrer policy from response headers and support explicit empty string 2017-03-06 16:20:37 +01:00
test_spidermiddleware_urllength.py
…
test_spiderstate.py TST remove temporary files and folders 2017-02-16 17:50:38 +05:00
test_squeues.py Fix queue serialization test on PyPy 2017-06-15 13:05:45 +03:00
test_stats.py
…
test_toplevel.py
…
test_urlparse_monkeypatches.py
…
test_utils_conf.py Validate values for components order 2017-02-07 09:13:57 -03:00
test_utils_console.py
…
test_utils_datatypes.py Init tests are split by initializer' input 2017-03-15 12:39:48 +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 TST fixed ProjectUtilsTest on OS X 2017-02-16 16:32:23 +05:00
test_utils_python.py Fix get_func_args tests under PyPy 2017-06-15 13:07:59 +03:00
test_utils_reqser.py [MRG+2] add flags to request (#2082) 2017-02-20 20:42:29 +06:00
test_utils_request.py
…
test_utils_response.py
…
test_utils_serialize.py
…
test_utils_signal.py
…
test_utils_sitemap.py handle relative sitemap urls in robots.txt 2016-12-01 09:53:40 -03:00
test_utils_spider.py
…
test_utils_template.py
…
test_utils_trackref.py
…
test_utils_url.py Fix strip_url() tests 2017-03-01 20:59:52 +01:00
test_webclient.py TST fix a weird OS X testing issue 2017-02-16 18:22:04 +05:00