neutron/neutron/tests/unit/extensions
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 Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
base.py Make sure path_prefix is set during unit tests 2015-07-07 11:13:41 -07:00
extendedattribute.py Remove get_namespace from API extensions 2015-06-15 09:17:32 -04:00
extensionattribute.py Introduce usage data tracking for Neutron 2015-07-28 11:55:03 -07:00
foxinsocks.py Python 3: encode unicode response bodies 2015-08-11 00:33:06 +02:00
test_address_scope.py Support subnetpool association to an address scope 2015-08-04 12:09:15 +05:30
test_agent.py DVR: fix router scheduling 2015-08-10 11:27:51 -05:00
test_availability_zone.py Add availability_zone support base 2015-10-02 10:14:10 +09:00
test_dns.py Eliminate autoaddress check for DNS integration 2015-09-22 18:14:34 -05:00
test_external_net.py Merge "Python 3: do not use itertools.izip" 2015-06-26 05:14:16 +00:00
test_extra_dhcp_opt.py Reorganize unit test tree 2015-04-06 23:28:31 +00:00
test_extraroute.py Python 3: use a hash to sort dictionaries 2015-08-31 22:53:27 +02:00
test_flavors.py Merge "Make Neutron service flavor save service_type" 2015-09-03 08:11:59 +00:00
test_l3.py Merge "Changed filter field to router_id" 2015-09-04 09:31:27 +00:00
test_l3_ext_gw_mode.py Switch to oslo_utils.uuidutils 2015-06-22 11:06:18 +00:00
test_netmtu.py Reorganize unit test tree 2015-04-06 23:28:31 +00:00
test_portsecurity.py populate port security default into network 2015-06-29 09:31:43 +08:00
test_providernet.py Switch to oslo_utils.uuidutils 2015-06-22 11:06:18 +00:00
test_quotasv2.py Reservations support 2015-08-17 15:54:19 -07:00
test_securitygroup.py Fixing ICMP type and code validation 2015-08-04 07:01:12 +00:00
test_servicetype.py Decentralize the managemement of service providers 2015-09-01 03:27:13 +00:00
test_vlantransparent.py Use assertIsNone(observed) instead of assertEqual(None, observed) 2015-10-06 01:06:11 +02:00
v2attributes.py Remove get_namespace from API extensions 2015-06-15 09:17:32 -04:00