Announcing Django Crawler and django-test-utils(ericholscher.com)
ericholscher.com
Announcing Django Crawler and django-test-utils
http://ericholscher.com/blog/2008/nov/10/announcing-django-crawler-test-utils/
4 comments
I read the page and I'm still fuzzy on the concept. What does it do for me? Thanks.
My understanding is that it walks all the links on your site and records the times and response codes for each URL. It then compares these URLs to the site's routing information and notes routes that are not reachable.
This is something I wish Rails had, actually...
This is something I wish Rails had, actually...
I guess it test your urls at least. From the above link:
NOT MATCHED: account/email/ NOT MATCHED: account/register/
NOT MATCHED: account/email/ NOT MATCHED: account/register/
Bookmarked, nicely done.