scrapy/scrapy/tests
Pablo Hoffman aeab5370cb StatsCollector: ported methods to receive spider instances (closes #113), removed list_domains() method, added iter_spider_stats() method 2009-11-14 20:28:59 -02:00
..
sample_data removed old adaptors tests sample data 2009-09-28 23:16:17 -03:00
test_cmdline some deployment changes in preparation for the 0.7.0 release candidate 2009-09-16 22:40:36 -03:00
test_djangoitem use explicit relative import on djangoitem tests 2009-08-29 21:04:32 -03:00
__init__.py sorted out running of unittests: 2009-05-16 20:11:23 -03:00
test_commands.py some deployment changes in preparation for the 0.7.0 release candidate 2009-09-16 22:40:36 -03:00
test_contrib_exp_loader_lxmlloader.py added LxmlItemLoader 2009-09-29 16:17:30 -03:00
test_contrib_exporter.py XmlItemExporter: added built-in support for exporting multi-valued fields (for convenience) 2009-09-14 22:05:52 -03:00
test_contrib_linkextractors.py Sorted out Link Extractors organization by moving all them to 2009-05-18 19:19:37 -03:00
test_contrib_loader.py added xpathitemloader tests 2009-09-29 16:05:34 -03:00
test_contrib_logformatter.py some improvements to 'Crawled' log lines, delegating the formatting to a pluggable function 2009-10-06 22:47:17 -02:00
test_dependencies.py mv scrapy/trunk to root as part of svn2hg migration 2009-05-06 15:55:17 -03:00
test_downloader_handlers.py do not modify request.headers inside http download handler 2009-10-15 11:19:52 -02:00
test_downloadermiddleware_cookies.py replaced old reference to domain instead of spider 2009-11-13 14:44:03 -02:00
test_downloadermiddleware_decompression.py remove response body references from experimental decompression mw 2009-10-13 16:38:49 -02:00
test_downloadermiddleware_defaultheaders.py added some missing middlewares tests 2009-09-04 12:29:43 -03:00
test_downloadermiddleware_httpauth.py HTTP auth middleware: added doc and unittest 2009-08-24 08:07:20 -03:00
test_downloadermiddleware_httpcache.py Refactored HttpCache middleware: 2009-11-13 14:25:47 -02:00
test_downloadermiddleware_httpcompression.py removed scrapy-admin.py command, and left only scrapy-ctl as the only scrapy command 2009-08-24 15:43:36 -03:00
test_downloadermiddleware_httpproxy.py urllib does not support no_proxy in python < 2.6. Skip it tests. 2009-10-08 16:31:37 +01:00
test_downloadermiddleware_redirect.py ensure meta refresh redirections use GET requests even if coming from POSTs 2009-10-21 11:35:36 -02:00
test_downloadermiddleware_retry.py removed scrapy-admin.py command, and left only scrapy-ctl as the only scrapy command 2009-08-24 15:43:36 -03:00
test_downloadermiddleware_stats.py StatsCollector: ported methods to receive spider instances (closes #113), removed list_domains() method, added iter_spider_stats() method 2009-11-14 20:28:59 -02:00
test_downloadermiddleware_useragent.py removed scrapy-admin.py command, and left only scrapy-ctl as the only scrapy command 2009-08-24 15:43:36 -03:00
test_dupefilter.py Changed (unstable) scheduler middleware API to receive spider (instead of domain) in enqueue_request method 2009-09-13 20:51:43 -03:00
test_engine.py * Renamed domain_{opened,closed,idle} signals to spider_{opened,closed,idle} 2009-11-03 00:39:02 -02:00
test_http_cookies.py removed wtf line 2009-07-08 18:19:54 -03:00
test_http_headers.py added some unittests to make sure certain objects are using __slots__ and are also weak-referenceable 2009-08-18 20:40:04 -03:00
test_http_request.py added dont_click attr to FormRequest 2009-10-29 13:18:13 -02:00
test_http_response.py added DEFAULT_RESPONSE_ENCODING setting 2009-10-21 16:13:41 -02:00
test_item.py removed deprecated ScrapedItem (previously kept for backwards compatibility) 2009-11-06 16:39:15 -02:00
test_log.py fixed bug when using log.start() with log level module constants instead of string names, and added regression tests 2009-10-31 14:36:38 -02:00
test_pipeline_images.py fixed bug in images pipeline bug in win32 systems, and added regression tests 2009-10-07 22:34:38 -02:00
test_responsetypes.py mv scrapy/trunk to root as part of svn2hg migration 2009-05-06 15:55:17 -03:00
test_schedulermiddleware_duplicatesfilter.py Changed (unstable) scheduler middleware API to receive spider (instead of domain) in enqueue_request method 2009-09-13 20:51:43 -03:00
test_selector.py fixed bug caused when instantiating selectors with responses containing empty bodies 2009-10-21 16:37:30 -02:00
test_spidermiddleware_depth.py StatsCollector: ported methods to receive spider instances (closes #113), removed list_domains() method, added iter_spider_stats() method 2009-11-14 20:28:59 -02:00
test_spidermiddleware_httperror.py added some missing spidermw tests 2009-09-04 14:11:56 -03:00
test_spidermiddleware_offsite.py * Renamed domain_{opened,closed,idle} signals to spider_{opened,closed,idle} 2009-11-03 00:39:02 -02:00
test_spidermiddleware_referer.py added referer spider middleware test 2009-09-07 11:14:46 -03:00
test_spidermiddleware_urlfilter.py added urlfilter spidermw test 2009-09-07 11:14:47 -03:00
test_spidermiddleware_urllength.py added urllength spider middleware test 2009-09-07 11:14:47 -03:00
test_stats.py StatsCollector: ported methods to receive spider instances (closes #113), removed list_domains() method, added iter_spider_stats() method 2009-11-14 20:28:59 -02:00
test_utils_aws.py better aws code arrangement 2009-09-04 18:07:51 -03:00
test_utils_conf.py added support for defining EXTENSIONS setting using dicts, like middleware settings 2009-08-18 11:05:36 -03:00
test_utils_datatypes.py mv scrapy/trunk to root as part of svn2hg migration 2009-05-06 15:55:17 -03:00
test_utils_defer.py remove obsolete deferred_imap util, use coiterate+imap instead 2009-06-23 14:45:16 -07:00
test_utils_httpobj.py remove Url class and use str instead for Request and Response urls. Also added urlparse_cached function for achieving the same caching functionality provided by old Url class 2009-08-17 21:16:55 -03:00
test_utils_iterators.py move lxml based xmliter function to contrib_exp 2009-10-14 13:22:28 -02:00
test_utils_markup.py remove_entities: added test for encoding argument 2009-08-06 14:35:24 -03:00
test_utils_memory.py make sure get_vmvalue_from_procfs returns int 2009-08-18 00:59:32 -03:00
test_utils_misc.py moved scrapy.newitem to scrapy.item and declared newitem api officially stable. updated docs and example project. deprecated old ScrapedItem 2009-08-19 21:39:58 -03:00
test_utils_python.py dropped "cache" attribute of Request and Response objects 2009-08-24 10:34:05 -03:00
test_utils_request.py switched request_fingerprint to use WeakKeyDictionary for caching (instead of Request.cache) 2009-08-24 08:45:23 -03:00
test_utils_response.py fix get_meta_refresh bug raised for TextResponses without encoding 2009-10-21 13:57:06 -02:00
test_utils_signal.py send_catch_log: pass through results from sendRobust 2009-08-22 16:38:25 -03:00
test_utils_simpledb.py simpledb collector: moved to_sdb_value function to utils.simpledb, and added unittests 2009-08-30 12:37:30 -03:00
test_utils_spider.py check iterable output of crawl spider and add tests for common function used to iterate spider output 2009-09-21 13:57:16 -03:00
test_utils_url.py improved docstring a encoding parameter of safe_url_string function. also added some unittests 2009-08-15 19:44:37 -03:00
test_webclient.py rewrote of downloader handlers 2009-10-05 04:10:22 -02:00