scrapy/tests
Mikhail Korobov 5b667b6156
Merge pull request #3707 from Gallaecio/pytest-xdist
Use pytest-xdist
2019-04-17 13:20:37 +05:00
..
keys revert wrong changes 2018-03-13 13:05:37 +08:00
mocks Switch from ` to `` where inline code formatting is desired 2019-03-01 16:56:58 +01:00
sample_data Add file listing resource + redirecting resource to MockServer 2017-03-10 21:35:25 +01:00
test_cmdline Fix cmdline profiling test on Windows by using proper path composing 2018-08-15 01:35:01 -03:00
test_settings Remove deprecated CrawlerSettings class and Settings attributes 2018-07-09 17:16:31 +00:00
test_spiderloader
test_utils_misc Merge branch 'master' into enhancement/alternate-feedexport-constructors 2018-07-20 12:09:50 -03:00
__init__.py Be consistent with domain used for links to documentation website 2019-01-31 01:28:53 -03:00
constraints.txt TST exclude lxml==4.2.2 from tests, as it doesn't play well with Pillow 2018-06-28 01:02:30 +05:00
mockserver.py fix: do not catch system exceptions like KeyboardInterrupt 2019-04-05 11:52:00 +02:00
pipelines.py add item_error to be catchable (#3256) 2018-07-03 16:00:59 -03:00
py3-ignores.txt
requirements-py2.txt Use pytest-xdist 2019-04-17 09:02:34 +02:00
requirements-py3.txt Use pytest-xdist 2019-04-17 09:02:34 +02:00
spiders.py [MRG+1] Automatic port selection for servicies in unit tests (#3210) 2018-05-23 21:25:50 +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 Fix test_command_parse under windows 2018-08-15 01:08:40 -07:00
test_command_shell.py Switch from ` to `` where inline code formatting is desired 2019-03-01 16:56:58 +01:00
test_command_version.py Fix test 2017-09-25 12:49:27 +02:00
test_commands.py Fix presentation of template directory in startproject command 2018-08-15 01:35:01 -03:00
test_contracts.py Merge pull request #3381 from StasDeep/fix/issue-3380 2018-09-06 11:41:02 -03:00
test_crawl.py [MRG+1] Automatic port selection for servicies in unit tests (#3210) 2018-05-23 21:25:50 +03:00
test_crawler.py report warnings 2019-03-25 13:48:58 +00:00
test_dependencies.py
test_downloader_handlers.py backwards → backward (adj.) 2019-03-01 16:10:23 +01:00
test_downloadermiddleware.py Improve test coverage (downloader middleware) 2018-07-20 19:08:46 -03:00
test_downloadermiddleware_ajaxcrawlable.py
test_downloadermiddleware_cookies.py Update deprecated test aliases 2017-08-09 12:52:10 +02:00
test_downloadermiddleware_decompression.py
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 HTTP Cache: treat 308 as 301 2017-07-26 19:01:48 +02:00
test_downloadermiddleware_httpcompression.py Update deprecated test aliases 2017-08-09 12:52:10 +02:00
test_downloadermiddleware_httpproxy.py Check that spidercls arguments in scrapy.crawler classes are not spider objects 2019-02-12 14:46:27 +01:00
test_downloadermiddleware_redirect.py [MRG+1] redirect_reasons in Request.meta (#3687) 2019-03-27 00:15:53 +05:00
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 Update deprecated test aliases 2017-08-09 12:52:10 +02:00
test_dupefilters.py Testing stats and log messages from RFPDupeFilter 2019-01-18 11:39:35 -02:00
test_engine.py tests for new signal 2018-08-17 14:39:54 +00:00
test_exporters.py
test_extension_telnet.py Style changes 2018-09-26 13:28:34 -03:00
test_feedexport.py Merge branch 'master' into feed-storage-s3-acl 2019-03-15 13:26:45 -03:00
test_http_cookies.py Update asserts to use more generic ones 2017-08-09 12:52:10 +02:00
test_http_headers.py
test_http_request.py made jsonrequest dump into private method 2019-01-14 23:03:14 +05:30
test_http_response.py TST update tests to use get/getall/attrib instead of extract 2018-09-12 17:57:27 +05:00
test_item.py Implement Item.deepcopy() 2019-03-22 17:07:10 +01:00
test_link.py
test_linkextractors.py New constructor arg *restrict_text* for FilteringLinkExtractor. 2019-02-28 17:21:17 +01:00
test_linkextractors_deprecated.py
test_loader.py TST update tests to use get/getall/attrib instead of extract 2018-09-12 17:57:27 +05:00
test_logformatter.py [logformatter] backward compat comments 2017-03-17 08:11:20 +01:00
test_mail.py
test_middleware.py Use collections.deque instead of list to store methods 2018-10-29 12:40:20 -03:00
test_pipeline_crawl.py TST update tests to use get/getall/attrib instead of extract 2018-09-12 17:57:27 +05:00
test_pipeline_files.py added test for gcs policy 2018-04-03 18:06:34 +09:00
test_pipeline_images.py TST remove workaround for old Pillow versions which don't support BytesIO 2018-06-28 01:01:27 +05:00
test_pipeline_media.py
test_proxy_connect.py [MRG+1] Automatic port selection for servicies in unit tests (#3210) 2018-05-23 21:25:50 +03:00
test_pydispatch_deprecated.py
test_responsetypes.py
test_scheduler.py improve tests and fix some lint warnings (#6) 2019-03-25 16:08:40 +03:00
test_selector.py TST update tests to use get/getall/attrib instead of extract 2018-09-12 17:57:27 +05:00
test_selector_csstranslator.py
test_spider.py Rule.process_request: move deprecation warnings and compiling code, update tests 2019-03-22 19:46:17 -03:00
test_spidermiddleware.py Update docs, add tests, remove FIXME comment 2018-08-03 18:20:25 -03:00
test_spidermiddleware_depth.py Update deprecated test aliases 2017-08-09 12:52:10 +02:00
test_spidermiddleware_httperror.py [MRG+1] Automatic port selection for servicies in unit tests (#3210) 2018-05-23 21:25:50 +03:00
test_spidermiddleware_offsite.py checking for subclass of URLWarning instead of checking error message text when URL in allowed_domains 2017-11-26 20:07:04 +01:00
test_spidermiddleware_output_chain.py Update docs, add tests, remove FIXME comment 2018-08-03 18:20:25 -03:00
test_spidermiddleware_referer.py Update deprecated test aliases 2017-08-09 12:52:10 +02:00
test_spidermiddleware_urllength.py Update deprecated test aliases 2017-08-09 12:52:10 +02:00
test_spiderstate.py
test_squeues.py Update test for unpickable objects 2018-02-08 15:03:57 -03:00
test_stats.py
test_toplevel.py
test_urlparse_monkeypatches.py Update deprecated test aliases 2017-08-09 12:52:10 +02:00
test_utils_conf.py backwards → backward (adj.) 2019-03-01 16:10:23 +01:00
test_utils_console.py
test_utils_datatypes.py Update deprecated test aliases 2017-08-09 12:52:10 +02:00
test_utils_defer.py Update deprecated test aliases 2017-08-09 12:52:10 +02:00
test_utils_deprecate.py
test_utils_gz.py
test_utils_http.py
test_utils_httpobj.py
test_utils_iterators.py DOC address @stummjr's review comments 2018-09-18 05:02:17 +05:00
test_utils_log.py Fix telnet warnings in tests 2018-07-09 13:44:02 +03:00
test_utils_project.py Fix test_utils_project under Windows 2018-08-15 01:53:20 -03:00
test_utils_python.py Add tests for MutableChain 2018-10-11 11:55:13 -03:00
test_utils_reqser.py make reqser tests create Request with proper callback/errback 2017-06-05 17:26:52 -03:00
test_utils_request.py
test_utils_response.py
test_utils_serialize.py
test_utils_signal.py Update asserts to use more generic ones 2017-08-09 12:52:10 +02:00
test_utils_sitemap.py
test_utils_spider.py
test_utils_template.py
test_utils_trackref.py
test_utils_url.py
test_webclient.py Update asserts to use more generic ones 2017-08-09 12:52:10 +02:00