neutron/neutron/tests/unit/ipam
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
..
drivers Enable most unit tests for py34 job 2015-09-04 08:30:22 +00:00
__init__.py IPAM reference driver 2015-05-19 09:44:11 -07:00
fake_driver.py Remove unnecessary executable permission 2015-08-01 05:16:32 +00:00
test_requests.py Use assertIsNone(observed) instead of assertEqual(None, observed) 2015-10-06 01:06:11 +02:00
test_subnet_alloc.py Make IPAM more pythonic 2015-07-09 17:33:17 +00:00
test_utils.py Fix issues with allocation pool generation for ::/64 cidr 2015-07-08 10:36:55 +01:00