ericholscher / django-test-utils

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

if installed through pip, it doesn't install twill #18

Closed amandasaurus closed 13 years ago

amandasaurus commented 13 years ago

I install this with "pip install django-test-utils", then tried to use the twill runner. it gave an error saying twill wasn't available. "pip install twill" made the error go away. suspect a dependency is missing from django-test-utils.

ericholscher commented 13 years ago

Just committed this.