ericholscher / django-test-utils

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

Enable twil.go('urlname_without_args') #33

Closed jpic closed 11 years ago

jpic commented 11 years ago

Before, this had to be used:

    twil.go('urlname_without_args', args=[])

Now this is supported:

    twil.go('urlname_without_args')