Package bodhi :: Package tests :: Module test_model :: Class TestPackageUpdate
[hide private]
[frames] | no frames]

Class TestPackageUpdate

source code

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

Nested Classes [hide private]

Inherited from unittest.TestCase: failureException

Instance Methods [hide private]
 
get_pkg(self, name='TurboGears') source code
 
get_rel(self) source code
 
get_build(self, nvr='TurboGears-1.0.2.2-2.fc7') source code
 
get_update(self, name='TurboGears-1.0.2.2-2.fc7') source code
 
get_bug(self) source code
 
get_cve(self) source code
 
get_comment(self, update) source code
 
test_dupe(self) source code
 
test_mail_notices(self)
Make sure all of our mail notices can expand properly
source code
 
test_creation(self) source code
 
test_id(self) source code
 
test_multibuild(self) source code
 
test_encoding(self, buildnvr='yum-3.2.1-1.fc7') source code
 
_verify_updateinfo(self, update, repo)
Verify that the updateinfo.xml.gz for a given repo matches the data for a given update
source code
 
test_email(self) source code
 
test_latest(self) source code
 
test_changelog(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__