neutron-lib/neutron_lib/tests/unit
Ngo Quoc Cuong 69e2a3cec1 Fix N536 - Use assertIsNone regex
self.assertEqual((None, None), A) is valid since (None, None) is not
None. However assert_equal_none recognizes it as invalid.

Solution: Add '$' (Match the end of the text) with/without comment ( |\t)*#.*)?
to the regular expressions which intent to match None at the end of string.

Change-Id: Ic5e5c16c9225a80b2765a1d3cde9a5b9e83a06fb
2017-07-13 21:27:35 -04:00
..
api Merge "bgpvpn_routes_control: API definition fixes" 2017-07-12 10:07:54 +00:00
callbacks Add sanity check to receives decorator 2017-06-14 05:12:58 -07:00
db Stop creating a context manager during db._api module import 2017-02-02 17:40:18 -08:00
exceptions add exceptions package 2017-02-13 12:34:04 -07:00
hacking Fix N536 - Use assertIsNone regex 2017-07-13 21:27:35 -04:00
legacy Move some common test and framework goo into neutron-lib 2016-01-29 23:45:49 -07:00
plugins rehome ml2 MechanismDriver class 2017-03-02 13:01:38 -07:00
services rehome qos service DriverBase class 2017-06-13 09:06:33 -06:00
utils rehome utils: synchronized decorator and load_class_by_alias_or_classname 2017-05-22 12:54:17 -06:00
__init__.py Adding callback mechanism 2015-12-18 19:05:15 +00:00
test__policy.py Revisit exported policy module 2017-01-12 11:41:53 -08:00
test_context.py Handle tenant_name and project_name more equally 2017-03-22 12:11:02 +00:00
test_fixture.py APIDefinitionFixture bugfix 2017-05-24 04:45:39 -06:00
test_neutron_lib.py Removes unnecessary utf-8 encoding 2016-12-28 17:08:10 +07:00
test_worker.py rehome NeutronWorker class 2017-03-15 09:47:18 -06:00