class documentation

class StackedConfigTests(TestCase):

View In Hierarchy

Undocumented

Method test_default_backends Undocumented
Method test_windows_config_from_path Undocumented
Method test_windows_config_from_reg Undocumented

Inherited from TestCase:

Method overrideEnv Undocumented
Method setUp Undocumented
def test_default_backends(self):

Undocumented

@skipIf((sys.platform != 'win32'), 'Windows specific config location.')
def test_windows_config_from_path(self):

Undocumented

@skipIf((sys.platform != 'win32'), 'Windows specific config location.')
def test_windows_config_from_reg(self):

Undocumented