Package madrona :: Package features :: Module tests :: Class GenericLinksTest
[hide private]

Class GenericLinksTest

source code

django.test.TestCase --+
                       |
                      GenericLinksTest

Instance Methods [hide private]
 
setUp(self) source code
 
test_generic_links_reused_by_create_link(self)
Test that the calls to madrona.features.create_link return references to generic links when appropriate.
source code
 
test_generic_links_work(self)
Test that a generic view can recieve a request related to more than one feature class.
source code
 
test_generic_links_deny_unconfigured_models(self)
Generic links shouldn't work for any model, only those that have the link configured in their Options class.
source code