neutron-lib/neutron_lib/tests
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
..
etc Add Neutron context module and some policy methods 2016-07-30 09:35:01 -04:00
unit Fix N536 - Use assertIsNone regex 2017-07-13 21:27:35 -04:00
__init__.py Initial cookiecutter commit 2015-11-20 17:24:43 -07:00
_base.py Add fixture for plugin directory 2017-01-09 15:48:53 -08:00
_post_mortem_debug.py Move some common test and framework goo into neutron-lib 2016-01-29 23:45:49 -07:00
_tools.py Use flake8-import-order plugin 2017-07-05 00:53:13 -07:00