keystone.tests.unit.identity package

Submodules

keystone.tests.unit.identity.test_core module

Unit tests for core identity behavior.

class keystone.tests.unit.identity.test_core.TestDomainConfigs(*args, **kwargs)[source]

Bases: testtools.testcase.TestCase

setUp()[source]
test_config_for_nonexistent_domain()[source]

Having a config for a non-existent domain will be ignored.

There are no assertions in this test because there are no side effects. If there is a config file for a domain that does not exist it should be ignored.

Module contents

Table Of Contents

Previous topic

keystone.tests.unit.common package

Next topic

keystone.token package

This Page