Package madrona :: Package common :: Module test_settings_manager :: Class SettingsTestCase
[hide private]

Class SettingsTestCase

source code

django.test.TestCase --+
                       |
                      SettingsTestCase

A subclass of the Django TestCase with a settings_manager attribute which is an instance of TestSettingsManager.

Comes with a tearDown() method that calls self.settings_manager.revert().

Instance Methods [hide private]
 
__init__(self, *args, **kwargs) source code
 
tearDown(self) source code