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

Class CreateFormTest

source code

django.test.TestCase --+
                       |
                      CreateFormTest

Instance Methods [hide private]
 
setUp(self) source code
 
test_user_not_logged_in(self)
Can't create stuff without being logged in.
source code
 
test_get_form(self)
Returns a form that can be displayed on the client.
source code