ericholscher / django-test-utils

Utilities for testing Django applications
http://django-test-utils.readthedocs.org/
MIT License
343 stars 69 forks source link

Pull request: add auth option to crawler #15

Closed y10h closed 13 years ago

y10h commented 13 years ago

Hi.

Sometimes you need to crawl pages which is accessible by registered users only, but test_utils.crawler provide support only for anonymous users. I've added auth option and now crawler is able to login and crawl as authenticated user.

Would you like to merge this into master?

ericholscher commented 13 years ago

Committed. Thanks.