Neutron shared routines and utilities.
Go to file
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-ref/source Add headers for QoS sections in api-ref 2017-07-12 21:01:04 +00:00
doc/source Enable module reference 2017-07-05 12:09:10 +09:00
neutron_lib Fix N536 - Use assertIsNone regex 2017-07-13 21:27:35 -04:00
releasenotes Fix N536 - Use assertIsNone regex 2017-07-13 21:27:35 -04:00
tools Validate API sample JSON files 2017-02-10 11:15:01 +09:00
.coveragerc Improvements to tox envs 2015-12-19 01:00:22 -05:00
.gitignore Enable module reference 2017-07-05 12:09:10 +09:00
.gitreview Added .gitreview 2015-11-19 19:54:39 +00:00
.mailmap Initial cookiecutter commit 2015-11-20 17:24:43 -07:00
.testr.conf Improvements to tox envs 2015-12-19 01:00:22 -05:00
CONTRIBUTING.rst rearrange content to fit the new standard layout 2017-07-05 08:55:21 +09:00
HACKING.rst Merge "Fix rst heading while reading" 2017-06-30 12:47:53 +00:00
LICENSE Initial cookiecutter commit 2015-11-20 17:24:43 -07:00
README.rst Show team and repo badges on README 2016-11-25 15:45:44 +01:00
babel.cfg Initial cookiecutter commit 2015-11-20 17:24:43 -07:00
requirements.txt Updated from global requirements 2017-06-27 12:15:15 +00:00
setup.cfg Enable module reference 2017-07-05 12:09:10 +09:00
setup.py Updated from global requirements 2017-03-02 11:49:11 +00:00
test-requirements.txt Use flake8-import-order plugin 2017-07-05 00:53:13 -07:00
tox.ini Merge "Use flake8-import-order plugin" 2017-07-06 17:54:16 +00:00

README.rst

Team and repository tags

image

neutron-lib

Neutron shared routines and utilities

Features

  • TODO