This doc: http://django-hilbert.readthedocs.org/en/v0.4.1/test.html#viewtestmixin
leads me to believe I need to specify 'url_name' for my test class. But when I do that I get:
AttributeError: 'HomePageTest' object has no attribute 'url'
If I change my url_name to url, the test case runs. I'm not sure whether the code or doc is off. Using 0.4.1 level.