oslo.policy/oslo_policy/tests
melissaml 573c52bb1c Change assertTrue(isinstance()) by optimal assert
Some of tests use different method of
assertTrue(isinstance(A, B)) or assertEqual(type(A), B).
The correct way is to use assertIsInstance(A, B) provided
by testtools

Change-Id: Ia5156aef65da766520485bbc9495b61918407f22
2016-10-14 10:18:35 +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 Don't crash on RoleCheck when roles not present 2016-01-02 11:59:49 -08:00
test_fixtures.py Deprecate load_json() in favor of load() 2016-02-22 13:17:36 -06:00
test_generator.py Merge "Improve policy sample generation testing" 2016-06-11 00:23:18 +00:00
test_opts.py Clean up configuration option management 2015-02-18 12:45:04 -05:00
test_parser.py Change assertTrue(isinstance()) by optimal assert 2016-10-08 09:46:47 +08:00
test_policy.py Change assertTrue(isinstance()) by optimal assert 2016-10-14 10:18:35 +08:00
test_sphinxpolicygen.py Add sphinx extension to build sample policy 2016-09-28 10:59:14 +01:00
token_fixture.py Fix typo of 'available' in token_fixture.py 2015-07-14 16:03:34 +09:00