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

Class FeatureOptionsTest

source code

django.test.TestCase --+
                       |
                      FeatureOptionsTest

Instance Methods [hide private]
 
test_check_for_subclass(self) source code
 
test_check_for_inner_class(self) source code
 
test_must_have_form_class(self) source code
 
test_must_specify_form_as_string(self) source code
 
test_slug(self) source code
 
test_default_verbose_name(self) source code
 
test_custom_verbose_name(self) source code
 
test_default_show_template(self) source code
 
test_custom_show_template(self) source code
 
test_missing_default_show_template(self) source code
 
test_missing_custom_show_template(self) source code
 
test_get_form_class(self) source code
 
test_get_form_not_subclass(self) source code