oslo.policy/oslo_policy/tests
ChangBo Guo(gcb) 01e4c3628b Make sure item of policy_dirs is directory
We skip path which was not found in config option policy_dirs, but don't
check if the path is a directory. If path is not directory, a confusing
exception StopIteration,  This commit checks that and raise ValueError
if path is not a directory.

Closes-Bug: #1401302
Change-Id: I7e199987321c528d8f13998020507755a17a2c29
2015-12-12 15:26:50 +08:00
..
__init__.py exported from oslo-incubator by graduate.sh 2014-12-09 14:40:01 -03:00
base.py Create the temporary files needed for tests 2015-02-17 18:25:54 -05:00
test_checks.py Use requests-mock instead of httpretty in tests 2015-11-26 14:52:09 +11:00
test_fixtures.py Custom fixture to avoid external call in HttpCheck 2015-10-08 16:50:01 -07:00
test_opts.py Clean up configuration option management 2015-02-18 12:45:04 -05:00
test_parser.py Fix the order of args to assertEqual in tests 2015-02-19 23:09:30 +00:00
test_policy.py Make sure item of policy_dirs is directory 2015-12-12 15:26:50 +08:00
token_fixture.py Fix typo of 'available' in token_fixture.py 2015-07-14 16:03:34 +09:00