Package trac :: Package ticket :: Package tests :: Module notification :: Class NotificationTestSuite

Class NotificationTestSuite

source code

                  object --+        
                           |        
unittest.suite.BaseTestSuite --+    
                               |    
        unittest.suite.TestSuite --+
                                   |
                                  NotificationTestSuite

Thin test suite wrapper to start and stop the SMTP test server
Instance Methods
 
__init__(self)
Start the local SMTP test server
source code
 
tear_down(self)
Reset the local SMTP test server
source code

Inherited from unittest.suite.TestSuite: debug, run

Inherited from unittest.suite.BaseTestSuite: __call__, __eq__, __iter__, __ne__, __repr__, addTest, addTests, countTestCases

Inherited from object: __delattr__, __format__, __getattribute__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables

Inherited from unittest.suite.BaseTestSuite: __hash__

Properties

Inherited from object: __class__

Method Details

__init__(self)
(Constructor)

source code 
Start the local SMTP test server
Overrides: object.__init__