| .. |
|
keys
|
move tests under root dir
|
2014-07-30 19:45:08 -03:00 |
|
mocks
|
move tests under root dir
|
2014-07-30 19:45:08 -03:00 |
|
sample_data
|
Allow to specify the quotechar in CSVFeedSpider
|
2014-09-13 02:14:57 +02:00 |
|
test_cmdline
|
Fixed deprecated settings API in cmdline test
|
2015-04-12 14:18:47 +02:00 |
|
test_settings
|
Fix a recent mock regression by not using it in a test
|
2015-07-10 19:58:38 -03:00 |
|
test_spiderloader
|
Move scrapy/spider.py to scrapy/spiders/__init__.py
|
2015-05-09 04:20:09 -03:00 |
|
test_utils_misc
|
move tests under root dir
|
2014-07-30 19:45:08 -03:00 |
|
__init__.py
|
Import unittest.mock if available.
|
2015-03-08 15:03:04 +02:00 |
|
mockserver.py
|
FEED_EXPORT_FIELDS option
|
2015-04-15 02:48:26 +05:00 |
|
py3-ignores.txt
|
Merge pull request #1151 from marven/cache-control
|
2015-07-11 08:06:20 -03:00 |
|
requirements.txt
|
Use LogCapture in testfixtures package for tests
|
2015-04-22 17:24:40 -03:00 |
|
spiders.py
|
Move scrapy/spider.py to scrapy/spiders/__init__.py
|
2015-05-09 04:20:09 -03:00 |
|
test_closespider.py
|
Use LogCapture in testfixtures package for tests
|
2015-04-22 17:24:40 -03:00 |
|
test_command_fetch.py
|
move tests under root dir
|
2014-07-30 19:45:08 -03:00 |
|
test_command_shell.py
|
move tests under root dir
|
2014-07-30 19:45:08 -03:00 |
|
test_command_version.py
|
move tests under root dir
|
2014-07-30 19:45:08 -03:00 |
|
test_commands.py
|
Move scrapy/spider.py to scrapy/spiders/__init__.py
|
2015-05-09 04:20:09 -03:00 |
|
test_contracts.py
|
Move scrapy/spider.py to scrapy/spiders/__init__.py
|
2015-05-09 04:20:09 -03:00 |
|
test_crawl.py
|
Use LogCapture in testfixtures package for tests
|
2015-04-22 17:24:40 -03:00 |
|
test_crawler.py
|
make "settings" argument optional for Crawler, CrawlerRunner and CrawlerProcess
|
2015-06-06 03:23:13 +05:00 |
|
test_dependencies.py
|
move tests under root dir
|
2014-07-30 19:45:08 -03:00 |
|
test_downloader_handlers.py
|
Unquote request path before passing to FTPClient, it already escape paths
|
2015-05-23 20:50:30 -03:00 |
|
test_downloadermiddleware.py
|
Move scrapy/spider.py to scrapy/spiders/__init__.py
|
2015-05-09 04:20:09 -03:00 |
|
test_downloadermiddleware_ajaxcrawlable.py
|
Move scrapy/spider.py to scrapy/spiders/__init__.py
|
2015-05-09 04:20:09 -03:00 |
|
test_downloadermiddleware_cookies.py
|
Move scrapy/spider.py to scrapy/spiders/__init__.py
|
2015-05-09 04:20:09 -03:00 |
|
test_downloadermiddleware_decompression.py
|
Move scrapy/spider.py to scrapy/spiders/__init__.py
|
2015-05-09 04:20:09 -03:00 |
|
test_downloadermiddleware_defaultheaders.py
|
Move scrapy/spider.py to scrapy/spiders/__init__.py
|
2015-05-09 04:20:09 -03:00 |
|
test_downloadermiddleware_downloadtimeout.py
|
Move scrapy/spider.py to scrapy/spiders/__init__.py
|
2015-05-09 04:20:09 -03:00 |
|
test_downloadermiddleware_httpauth.py
|
Move scrapy/spider.py to scrapy/spiders/__init__.py
|
2015-05-09 04:20:09 -03:00 |
|
test_downloadermiddleware_httpcache.py
|
Merge pull request #1151 from marven/cache-control
|
2015-07-11 08:06:20 -03:00 |
|
test_downloadermiddleware_httpcompression.py
|
Move scrapy/spider.py to scrapy/spiders/__init__.py
|
2015-05-09 04:20:09 -03:00 |
|
test_downloadermiddleware_httpproxy.py
|
support empty password for http_proxy config
|
2015-06-23 00:43:15 -03:00 |
|
test_downloadermiddleware_redirect.py
|
Move scrapy/spider.py to scrapy/spiders/__init__.py
|
2015-05-09 04:20:09 -03:00 |
|
test_downloadermiddleware_retry.py
|
Move scrapy/spider.py to scrapy/spiders/__init__.py
|
2015-05-09 04:20:09 -03:00 |
|
test_downloadermiddleware_robotstxt.py
|
testing robotstxt error
|
2015-04-30 16:28:57 +03:00 |
|
test_downloadermiddleware_stats.py
|
Move scrapy/spider.py to scrapy/spiders/__init__.py
|
2015-05-09 04:20:09 -03:00 |
|
test_downloadermiddleware_useragent.py
|
Move scrapy/spider.py to scrapy/spiders/__init__.py
|
2015-05-09 04:20:09 -03:00 |
|
test_dupefilters.py
|
Rename scrapy/dupefilter.py to scrapy/dupefilters.py
|
2015-04-29 21:27:19 -03:00 |
|
test_engine.py
|
Move scrapy/spider.py to scrapy/spiders/__init__.py
|
2015-05-09 04:20:09 -03:00 |
|
test_exporters.py
|
Rename unicode_to_str and str_to_unicode method. Fixes GH-778.
|
2015-07-23 15:00:06 +02:00 |
|
test_feedexport.py
|
drop support for FEED_EXPORT_FIELD=[] meaning "no fields"
|
2015-05-18 17:13:25 +05:00 |
|
test_http_cookies.py
|
move tests under root dir
|
2014-07-30 19:45:08 -03:00 |
|
test_http_headers.py
|
normalize header values to bytes
|
2014-08-01 00:02:50 -03:00 |
|
test_http_request.py
|
move tests under root dir
|
2014-07-30 19:45:08 -03:00 |
|
test_http_response.py
|
Add Response.urljoin() testcase
|
2015-03-27 05:59:01 +00:00 |
|
test_item.py
|
item fields defined on fields class attribute fix
|
2015-05-13 15:51:23 -03:00 |
|
test_link.py
|
PY3 port scrapy.link
|
2014-08-02 00:16:01 +06:00 |
|
test_linkextractors.py
|
Move scrapy/contrib/linkextractors to scrapy/linkextractors
|
2015-04-29 21:24:30 -03:00 |
|
test_loader.py
|
Rename scrapy/loader/processor.py to scrapy/loader/processors.py
|
2015-04-29 21:27:19 -03:00 |
|
test_logformatter.py
|
Move scrapy/spider.py to scrapy/spiders/__init__.py
|
2015-05-09 04:20:09 -03:00 |
|
test_mail.py
|
move tests under root dir
|
2014-07-30 19:45:08 -03:00 |
|
test_middleware.py
|
TST modernize some of the asserts
|
2014-08-01 23:44:23 +06:00 |
|
test_pipeline_files.py
|
Move scrapy/contrib/pipeline to scrapy/pipelines
|
2015-04-29 21:26:35 -03:00 |
|
test_pipeline_images.py
|
Move scrapy/contrib/pipeline to scrapy/pipelines
|
2015-04-29 21:26:35 -03:00 |
|
test_pipeline_media.py
|
Replace FailureFormatter with direct exc_info conversions in log calls
|
2015-05-15 05:46:14 -03:00 |
|
test_proxy_connect.py
|
Use LogCapture in testfixtures package for tests
|
2015-04-22 17:24:40 -03:00 |
|
test_responsetypes.py
|
interpreting application/x-json as TextResponse
|
2015-07-02 19:56:30 +02:00 |
|
test_selector.py
|
Ignore ScrapyDeprecationWarning warnings properly.
|
2015-06-09 18:22:03 +03:00 |
|
test_selector_csstranslator.py
|
move tests under root dir
|
2014-07-30 19:45:08 -03:00 |
|
test_selector_lxmldocument.py
|
move tests under root dir
|
2014-07-30 19:45:08 -03:00 |
|
test_spider.py
|
Move scrapy/spider.py to scrapy/spiders/__init__.py
|
2015-05-09 04:20:09 -03:00 |
|
test_spidermiddleware_depth.py
|
Move scrapy/spider.py to scrapy/spiders/__init__.py
|
2015-05-09 04:20:09 -03:00 |
|
test_spidermiddleware_httperror.py
|
Move scrapy/spider.py to scrapy/spiders/__init__.py
|
2015-05-09 04:20:09 -03:00 |
|
test_spidermiddleware_offsite.py
|
Move scrapy/spider.py to scrapy/spiders/__init__.py
|
2015-05-09 04:20:09 -03:00 |
|
test_spidermiddleware_referer.py
|
Move scrapy/spider.py to scrapy/spiders/__init__.py
|
2015-05-09 04:20:09 -03:00 |
|
test_spidermiddleware_urllength.py
|
Move scrapy/spider.py to scrapy/spiders/__init__.py
|
2015-05-09 04:20:09 -03:00 |
|
test_spiderstate.py
|
Move scrapy/spider.py to scrapy/spiders/__init__.py
|
2015-05-09 04:20:09 -03:00 |
|
test_squeues.py
|
Rename scrapy/squeue.py to scrapy/squeues.py
|
2015-04-29 21:27:19 -03:00 |
|
test_stats.py
|
Move scrapy/spider.py to scrapy/spiders/__init__.py
|
2015-05-09 04:20:09 -03:00 |
|
test_toplevel.py
|
Move scrapy/spider.py to scrapy/spiders/__init__.py
|
2015-05-09 04:20:09 -03:00 |
|
test_urlparse_monkeypatches.py
|
move tests under root dir
|
2014-07-30 19:45:08 -03:00 |
|
test_utils_conf.py
|
Add helper to update deprecated class paths
|
2015-06-01 17:01:33 -03:00 |
|
test_utils_datatypes.py
|
move tests under root dir
|
2014-07-30 19:45:08 -03:00 |
|
test_utils_defer.py
|
Use LogCapture in testfixtures package for tests
|
2015-04-22 17:24:40 -03:00 |
|
test_utils_deprecate.py
|
Ignore ScrapyDeprecationWarning warnings properly.
|
2015-06-09 18:22:03 +03:00 |
|
test_utils_gz.py
|
PY3: port scrapy/utils/gz.py
|
2014-08-01 02:25:33 -03:00 |
|
test_utils_http.py
|
move tests under root dir
|
2014-07-30 19:45:08 -03:00 |
|
test_utils_httpobj.py
|
move tests under root dir
|
2014-07-30 19:45:08 -03:00 |
|
test_utils_iterators.py
|
dissolve `scrapy.contrib_exp`
|
2015-04-07 21:20:48 +00:00 |
|
test_utils_log.py
|
Replace FailureFormatter with direct exc_info conversions in log calls
|
2015-05-15 05:46:14 -03:00 |
|
test_utils_python.py
|
Rename unicode_to_str and str_to_unicode method. Fixes GH-778.
|
2015-07-23 15:00:06 +02:00 |
|
test_utils_reqser.py
|
Move scrapy/spider.py to scrapy/spiders/__init__.py
|
2015-05-09 04:20:09 -03:00 |
|
test_utils_request.py
|
move tests under root dir
|
2014-07-30 19:45:08 -03:00 |
|
test_utils_response.py
|
move tests under root dir
|
2014-07-30 19:45:08 -03:00 |
|
test_utils_serialize.py
|
jsonrpc webservice moved to https://github.com/scrapy/scrapy-jsonrpc repository
|
2014-08-15 23:28:13 -03:00 |
|
test_utils_signal.py
|
Use LogCapture in testfixtures package for tests
|
2015-04-22 17:24:40 -03:00 |
|
test_utils_sitemap.py
|
PY3 fix test_utils_sitemap.
|
2014-08-01 16:17:40 +06:00 |
|
test_utils_spider.py
|
Move scrapy/contrib/spiders to scrapy/spiders
|
2015-04-29 21:27:19 -03:00 |
|
test_utils_template.py
|
move tests under root dir
|
2014-07-30 19:45:08 -03:00 |
|
test_utils_url.py
|
Move scrapy/spider.py to scrapy/spiders/__init__.py
|
2015-05-09 04:20:09 -03:00 |
|
test_webclient.py
|
Added webclient test for checking Content-Length header in response for POST request with no given body
|
2015-03-21 04:02:51 +03:00 |