scrapy/scrapy/tests
Pablo Hoffman 0186c6937a HTTP auth middleware: added doc and unittest 2009-08-24 08:07:20 -03:00
..
sample_data Sorted out Link Extractors organization by moving all them to 2009-05-18 19:19:37 -03:00
test_spiders dont try to guess if spider output is iterable for Items and Requests objects 2009-08-24 01:25:14 -03:00
__init__.py sorted out running of unittests: 2009-05-16 20:11:23 -03:00
test_aws.py mv scrapy/trunk to root as part of svn2hg migration 2009-05-06 15:55:17 -03:00
test_contrib_exporter.py some improvements to item exporters 2009-08-23 05:48:35 -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 moved scrapy.xpath to scrapy.selector 2009-08-19 21:50:52 -03:00
test_dependencies.py mv scrapy/trunk to root as part of svn2hg migration 2009-05-06 15:55:17 -03:00
test_downloadermiddleware_cookies.py stop raising HttpException at download handlers and adapt download middlewares 2009-05-27 16:51:36 -03:00
test_downloadermiddleware_decompression.py sorted out some tests sample data paths and fixed bug with test in windows 2009-05-15 15:03:42 -03:00
test_downloadermiddleware_httpauth.py HTTP auth middleware: added doc and unittest 2009-08-24 08:07:20 -03:00
test_downloadermiddleware_httpcompression.py sorted out some tests sample data paths and fixed bug with test in windows 2009-05-15 15:03:42 -03:00
test_downloadermiddleware_redirect.py returning None from process_response is not allowed, ignore the request using exception instead 2009-08-11 12:39:02 -03:00
test_downloadermiddleware_retry.py core: Invert request priority meaning, a higher request.priority value means more priority 2009-06-20 19:23:26 -03:00
test_downloadermiddleware_useragent.py fixed test name 2009-08-24 07:57:00 -03:00
test_dupefilter.py Sorted out Duplicate Filter API. 2009-06-20 20:29:07 -03:00
test_engine.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_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 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_response.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_item.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_pipeline_images.py mv scrapy/trunk to root as part of svn2hg migration 2009-05-06 15:55:17 -03: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 Multiples changes to core scheduling and duplicates filtering 2009-06-20 18:15:02 -03:00
test_spidermonkey.py remove xlib hack that appends scrapy/xlib to sys.path 2009-07-09 14:37:59 -03:00
test_stats.py disconnecting signal handlers after using them in stats unittests 2009-08-22 16:22:02 -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 renamed x method of selectors to select 2009-08-17 15:58:06 -03: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 mv scrapy/trunk to root as part of svn2hg migration 2009-05-06 15:55:17 -03:00
test_utils_request.py moved httprepr() method (from Request and Response objects) to scrapy.utils functions 2009-07-25 18:56:12 -03:00
test_utils_response.py fixed bug with html meta refresh in multiple lines (thanks Molvo for the patch) 2009-08-12 16:56:30 -03:00
test_utils_signal.py send_catch_log: pass through results from sendRobust 2009-08-22 16:38:25 -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 Host header must include port number when port used for connecting is not default protocol port 2009-08-24 01:16:49 -03:00
test_xpath.py moved scrapy.xpath to scrapy.selector 2009-08-19 21:50:52 -03:00