neutron/neutron/tests/unit/notifiers
Cedric Brandily fd7f84b20b Use assertIsNone(observed) instead of assertEqual(None, observed)
Neutron should use the specific assertion:

  self.assertIsNone(observed)

instead of the generic assertion:

  self.assertEqual(None, observed)

as it raises more specific errors.

Closes-Bug: #1503055
Change-Id: Ib7e5875bd0a95320d89a7504f951998fb210acc1
2015-10-06 01:06:11 +02:00
..
__init__.py Notify nova when ports are ready 2014-03-13 17:19:21 -07:00
test_batch_notifier.py Reuse nova batch notifier 2015-03-20 13:55:08 +00:00
test_nova.py Use assertIsNone(observed) instead of assertEqual(None, observed) 2015-10-06 01:06:11 +02:00