Announcing Django Crawler and django-test-utils (ericholscher.com) 27 points by sebastian 17y ago ↗ HN
[–] DenisM 17y ago ↗ I read the page and I'm still fuzzy on the concept. What does it do for me? Thanks. [–] EastSmith 17y ago ↗ I guess it test your urls at least. From the above link:NOT MATCHED: account/email/ NOT MATCHED: account/register/ [–] a-priori 17y ago ↗ 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...
[–] EastSmith 17y ago ↗ I guess it test your urls at least. From the above link:NOT MATCHED: account/email/ NOT MATCHED: account/register/
[–] a-priori 17y ago ↗ 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...
4 comments
[ 3.0 ms ] story [ 21.4 ms ] threadNOT MATCHED: account/email/ NOT MATCHED: account/register/
This is something I wish Rails had, actually...