keystone/keystone/tests/unit/identity
LiuNanke 9ec0f3317b Test: make enforce_type=True in CONF.set_override
each config option has limitation for type and value.
In production code, oslo.conf can ensure user's input
is valid, but in unit test, test methods can pass if
we use method CONF.set_override without parameter
enforce_type=True even we pass wrong type or wrong
value to config option. This commit makes sure calling
method CONF.set_override with enforce_type=True.

Change-Id: I52fdc7ed9f74f80814fbafd00625dcdd5597ba0e
Closes-bug: #1517839
2016-01-03 20:35:00 +08:00
..
__init__.py Variable 'domain_ref' referenced before assignment 2014-02-17 14:46:23 +00:00
test_core.py Test: make enforce_type=True in CONF.set_override 2016-01-03 20:35:00 +08:00