Package bodhi :: Package tests :: Module test_controllers :: Class TestControllers
[hide private]
[frames] | no frames]

Class TestControllers

source code

            object --+        
                     |        
     unittest.TestCase --+    
                         |    
turbogears.testutil.DBTest --+
                             |
                            TestControllers

Nested Classes [hide private]

Inherited from unittest.TestCase: failureException

Instance Methods [hide private]
 
save_update(self, params, session={}) source code
 
create_release(self) source code
 
login(self, username='lmacken', display_name='lmacken') source code
 
test_bad_password(self) source code
 
test_good_password(self) source code
 
test_unauthenticated_update(self) source code
 
test_new_update(self) source code
 
test_multibuild_update(self) source code
 
test_bad_build(self) source code
 
test_bad_release(self) source code
 
test_bad_type(self) source code
 
test_user_notes_encoding(self) source code
 
test_bugs_update(self) source code
 
test_comment(self) source code
 
test_edit(self) source code
 
test_delete(self) source code
 
test_requests(self) source code
 
test_bad_bugs(self) source code
 
test_bad_cves(self) source code
 
test_not_owner(self) source code

Inherited from turbogears.testutil.DBTest: setUp, tearDown

Inherited from unittest.TestCase: __call__, __init__, __repr__, __str__, assertAlmostEqual, assertAlmostEquals, assertEqual, assertEquals, assertFalse, assertNotAlmostEqual, assertNotAlmostEquals, assertNotEqual, assertNotEquals, assertRaises, assertTrue, assert_, countTestCases, debug, defaultTestResult, fail, failIf, failIfAlmostEqual, failIfEqual, failUnless, failUnlessAlmostEqual, failUnlessEqual, failUnlessRaises, id, run, shortDescription

Inherited from unittest.TestCase (private): _exc_info

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__

Class Variables [hide private]

Inherited from turbogears.testutil.DBTest: model

Properties [hide private]

Inherited from object: __class__