| .. |
|
sample_data
|
Sorted out Link Extractors organization by moving all them to
|
2009-05-18 19:19:37 -03:00 |
|
test_cmdline
|
Some additional improvements to scrapy.command.cmdline logic:
|
2009-08-31 18:53:55 -03:00 |
|
test_djangoitem
|
use explicit relative import on djangoitem tests
|
2009-08-29 21:04:32 -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_commands.py
|
test genspider in a single testcase
|
2009-08-31 08:58:29 -03:00 |
|
test_contrib_exporter.py
|
write header line by default when using csv exporter
|
2009-09-03 13:58:39 -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
|
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_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_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_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_redirect.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_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
|
added some missing middlewares tests
|
2009-09-04 12:29:43 -03: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
|
Sorted out Duplicate Filter API.
|
2009-06-20 20:29:07 -03:00 |
|
test_engine.py
|
engine: stopping reactor when there's nothing left to do
|
2009-09-03 09:47:59 -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 support for instantiating TextResponse (or any subclass) with unicode urls, improved organization of request/response unittests
|
2009-09-07 09:37:46 -03:00 |
|
test_http_response.py
|
added support for instantiating TextResponse (or any subclass) with unicode urls, improved organization of request/response unittests
|
2009-09-07 09:37:46 -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
|
fix images pipeline tests
|
2009-09-02 01:31:08 -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_spidermiddleware_httperror.py
|
added some missing spidermw tests
|
2009-09-04 14:11:56 -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_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
|
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
|
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
|
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_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_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 |