congress/congress/tests
Shuquan Huang 89b6fa0665 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: I17efd64bf4031788f03cf46468b77d7072981620
Closes-bug: #1268480
2015-12-31 15:49:57 +08:00
..
api Prepare Status Model API for the new architecture 2015-12-17 17:01:58 +09:00
common Change devstack to OS_PROJECT_NAME and avoid mocking oslo.policy internals 2015-10-13 17:34:29 -07:00
datalog Change assertTrue(isinstance()) by optimal assert 2015-12-31 15:49:57 +08:00
datasources Merge "Separate Polling Methods in DataSourceDriver to PollingDataSourceDriver" 2015-12-09 16:26:20 +00:00
db Revert "Add a unique canonical_rule column to each Rule in the db" 2015-08-18 15:44:27 +00:00
dse Python3 readiness for congress (misc changes) 2015-12-05 01:15:38 +00:00
etc Start persisting data to database 2014-11-10 22:27:05 +00:00
managers Raise exception if policy doesn't exist 2015-10-05 09:05:23 +05:30
policy_engines Change assertTrue(isinstance()) by optimal assert 2015-12-31 15:49:57 +08:00
__init__.py Enable H104 check 2014-10-10 15:18:57 -07:00
base.py Add nested context manager to tests.base for py3 2015-09-22 22:39:48 +02:00
datasources.conf Added per-datasource configuration 2014-08-15 12:28:07 -07:00
fake_datasource.py Separate Polling Methods in DataSourceDriver to PollingDataSourceDriver 2015-12-01 16:18:24 +09:00
fake_policy.py Add OpenStack policy integration bits 2014-08-01 11:43:39 -07:00
fake_wsgi.py Support version list API 2015-07-27 11:15:57 +08:00
helper.py Python3 readiness for congress (misc changes) 2015-12-05 01:15:38 +00:00
policy_fixture.py Remove usage of dict.iteritems() 2015-07-22 20:04:46 +05:30
test_auth.py Fix order of arguments in assertEqual 2015-09-29 10:43:36 +00:00
test_benchmark_updates.py Merge "Replace xrange() with six.moves.range" 2015-09-23 00:53:17 +00:00
test_config.py Drop use of 'oslo' namespace package 2015-04-28 18:31:29 +00:00
test_congress.py Python3 readiness for congress/datasources 2015-12-05 00:47:23 +00:00
test_server.py Drop use of 'oslo' namespace package 2015-04-28 18:31:29 +00:00
test_utils.py Imports not grouped correctly 2014-12-21 16:39:31 +05:30