573c52bb1c
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 |
||
---|---|---|
.. | ||
__init__.py | ||
base.py | ||
test_checks.py | ||
test_fixtures.py | ||
test_generator.py | ||
test_opts.py | ||
test_parser.py | ||
test_policy.py | ||
test_sphinxpolicygen.py | ||
token_fixture.py |