| .. |
|
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
|
TST a test for --profile option
|
2015-08-08 04:54:47 +05: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
|
Unset environment proxies for tests
|
2015-07-11 11:30:08 +00:00 |
|
mockserver.py
|
FEED_EXPORT_FIELDS option
|
2015-04-15 02:48:26 +05:00 |
|
py3-ignores.txt
|
cleanup tests for selectors and translators
|
2015-08-11 14:09:34 -03:00 |
|
requirements-py3.txt
|
Add coverage report trough codecov.io
|
2015-08-13 13:56:24 -03:00 |
|
requirements.txt
|
Add coverage report trough codecov.io
|
2015-08-13 13:56:24 -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
|
Increase coverage of version command
|
2015-08-13 19:30:06 -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
|
PY3 renames (six types)
|
2015-08-08 04:21:58 +05: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
|
lazy-loading for DownloadHandlers
|
2015-08-10 16:52:44 -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
|
Do not propagate cookie log messages in tests so TopLevelFormatter does not rewrite them
|
2015-08-03 17:18:08 -03:00 |
|
test_downloadermiddleware_decompression.py
|
PY3 fix test downloadermiddleware decompression
|
2015-07-29 13:51:01 +00: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
|
Fix RedirectMiddleware test
|
2015-07-17 16:11:53 +02: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
|
PY3 port scrapy.downloadermiddlewares.robotstxt.RobotsTxtMiddleware
|
2015-07-29 04:21:57 +00: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
|
Merge pull request #1388 from scrapy/dupefilter-persist
|
2015-08-11 14:16:34 -03:00 |
|
test_engine.py
|
PY3 port signals
|
2015-07-25 18:04:55 +02: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
|
PY3 port http cookies handling
|
2015-08-02 22:28:45 -03:00 |
|
test_http_headers.py
|
normalize header values to bytes
|
2014-08-01 00:02:50 -03:00 |
|
test_http_request.py
|
fix form requests tests on py3
|
2015-07-31 14:54:07 -03:00 |
|
test_http_response.py
|
partial port of Request and Response
|
2015-07-25 13:08:44 +02: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
|
PY3 fix test loader
|
2015-08-08 04:23:16 +05: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
|
PY3 fix test middleware
|
2015-07-29 13:51:01 +00:00 |
|
test_pipeline_files.py
|
PY3 fix tests pipelines files
|
2015-08-08 04:22:58 +05:00 |
|
test_pipeline_images.py
|
PY3 fix tests pipelines images
|
2015-08-08 04:23:06 +05:00 |
|
test_pipeline_media.py
|
PY3 fix test pipeline media
|
2015-07-29 13:51:01 +00:00 |
|
test_proxy_connect.py
|
Use LogCapture in testfixtures package for tests
|
2015-04-22 17:24:40 -03:00 |
|
test_responsetypes.py
|
using bytes for body constant
|
2015-07-31 14:31:11 +02:00 |
|
test_selector.py
|
upgrade parsel and add shim for deprecated selectorlist methods
|
2015-08-11 15:20:33 -03:00 |
|
test_selector_csstranslator.py
|
cleanup tests for selectors and translators
|
2015-08-11 14:09:34 -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
|
Twisted 15.3.0 does not raises expected exception serializing lambda functions
|
2015-08-06 16:40:21 -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
|
Improve python3 support for test_utils_defer.
|
2015-07-25 12:58:39 +02: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
|
PY3 response bodies as bytes
|
2015-08-08 04:23:32 +05: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
|
cleanup
|
2015-07-23 20:03:33 +02:00 |
|
test_utils_reqser.py
|
PY3 response bodies as bytes
|
2015-08-08 04:23:32 +05:00 |
|
test_utils_request.py
|
Do not fail representing non-http requests
|
2015-08-10 14:10:58 -03:00 |
|
test_utils_response.py
|
PY3 port scrapy.utils.response
|
2015-08-01 00:35:43 +05: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
|
PY3 port signals
|
2015-07-25 18:04:55 +02: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_trackref.py
|
PY3: port scrapy.utils.trackref
|
2015-08-10 15:13:29 -03:00 |
|
test_utils_url.py
|
[tmp] improve python 3 support for scrapy.utils.url
|
2015-07-25 00:40:45 +02: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 |