Fix PEP8 issues .
Fix some pep8 issues in modified: doc/source/conf.py modified: tests/api/v1/test_list_resources.py modified: tests/collector/test_dispatcher.py modified: tests/compute/test_notifications.py make the code looks pretty. Change-Id: I50c167b457b18f3789a3f8d470faa2754a77b604
This commit is contained in:
parent
029ee37337
commit
27ba0bb324
@ -3,7 +3,8 @@
|
|||||||
# Ceilometer documentation build configuration file, created by
|
# Ceilometer documentation build configuration file, created by
|
||||||
# sphinx-quickstart on Wed Jun 27 11:36:22 2012.
|
# sphinx-quickstart on Wed Jun 27 11:36:22 2012.
|
||||||
#
|
#
|
||||||
# This file is execfile()d with the current directory set to its containing dir.
|
# This file is execfile()d with the current directory set to its containing
|
||||||
|
# dir.
|
||||||
#
|
#
|
||||||
# Note that not all possible configuration values are present in this
|
# Note that not all possible configuration values are present in this
|
||||||
# autogenerated file.
|
# autogenerated file.
|
||||||
@ -11,20 +12,21 @@
|
|||||||
# All configuration values have a default; values that are commented out
|
# All configuration values have a default; values that are commented out
|
||||||
# serve to show the default.
|
# serve to show the default.
|
||||||
|
|
||||||
import sys, os
|
import os
|
||||||
|
import sys
|
||||||
|
|
||||||
# If extensions (or modules to document with autodoc) are in another directory,
|
# If extensions (or modules to document with autodoc) are in another directory,
|
||||||
# add these directories to sys.path here. If the directory is relative to the
|
# add these directories to sys.path here. If the directory is relative to the
|
||||||
# documentation root, use os.path.abspath to make it absolute, like shown here.
|
# documentation root, use os.path.abspath to make it absolute, like shown here.
|
||||||
#sys.path.insert(0, os.path.abspath('.'))
|
#sys.path.insert(0, os.path.abspath('.'))
|
||||||
|
|
||||||
# -- General configuration -----------------------------------------------------
|
# -- General configuration ----------------------------------------------------
|
||||||
|
|
||||||
# If your documentation needs a minimal Sphinx version, state it here.
|
# If your documentation needs a minimal Sphinx version, state it here.
|
||||||
#needs_sphinx = '1.0'
|
#needs_sphinx = '1.0'
|
||||||
|
|
||||||
# Add any Sphinx extension module names here, as strings. They can be extensions
|
# Add any Sphinx extension module names here, as strings. They can be
|
||||||
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
||||||
extensions = ['sphinx.ext.autodoc',
|
extensions = ['sphinx.ext.autodoc',
|
||||||
'sphinx.ext.todo',
|
'sphinx.ext.todo',
|
||||||
'sphinxcontrib.autohttp.flask',
|
'sphinxcontrib.autohttp.flask',
|
||||||
@ -71,7 +73,8 @@ release = '0.0'
|
|||||||
# directories to ignore when looking for source files.
|
# directories to ignore when looking for source files.
|
||||||
exclude_patterns = []
|
exclude_patterns = []
|
||||||
|
|
||||||
# The reST default role (used for this markup: `text`) to use for all documents.
|
# The reST default role (used for this markup: `text`) to use for all documents
|
||||||
|
# .
|
||||||
#default_role = None
|
#default_role = None
|
||||||
|
|
||||||
# If true, '()' will be appended to :func: etc. cross-reference text.
|
# If true, '()' will be appended to :func: etc. cross-reference text.
|
||||||
@ -92,7 +95,7 @@ pygments_style = 'sphinx'
|
|||||||
#modindex_common_prefix = []
|
#modindex_common_prefix = []
|
||||||
|
|
||||||
|
|
||||||
# -- Options for HTML output ---------------------------------------------------
|
# -- Options for HTML output --------------------------------------------------
|
||||||
|
|
||||||
# The theme to use for HTML and HTML Help pages. See the documentation for
|
# The theme to use for HTML and HTML Help pages. See the documentation for
|
||||||
# a list of builtin themes.
|
# a list of builtin themes.
|
||||||
@ -172,7 +175,7 @@ html_static_path = ['_static']
|
|||||||
htmlhelp_basename = 'Ceilometerdoc'
|
htmlhelp_basename = 'Ceilometerdoc'
|
||||||
|
|
||||||
|
|
||||||
# -- Options for LaTeX output --------------------------------------------------
|
# -- Options for LaTeX output -------------------------------------------------
|
||||||
|
|
||||||
latex_elements = {
|
latex_elements = {
|
||||||
# The paper size ('letterpaper' or 'a4paper').
|
# The paper size ('letterpaper' or 'a4paper').
|
||||||
@ -186,7 +189,8 @@ latex_elements = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Grouping the document tree into LaTeX files. List of tuples
|
# Grouping the document tree into LaTeX files. List of tuples
|
||||||
# (source start file, target name, title, author, documentclass [howto/manual]).
|
# (source start file, target name, title, author, documentclass [howto/manual])
|
||||||
|
# .
|
||||||
latex_documents = [
|
latex_documents = [
|
||||||
('index', 'Ceilometer.tex', u'Ceilometer Documentation',
|
('index', 'Ceilometer.tex', u'Ceilometer Documentation',
|
||||||
u'OpenStack, LLC', 'manual'),
|
u'OpenStack, LLC', 'manual'),
|
||||||
@ -213,7 +217,7 @@ latex_documents = [
|
|||||||
#latex_domain_indices = True
|
#latex_domain_indices = True
|
||||||
|
|
||||||
|
|
||||||
# -- Options for manual page output --------------------------------------------
|
# -- Options for manual page output -------------------------------------------
|
||||||
|
|
||||||
# One entry per manual page. List of tuples
|
# One entry per manual page. List of tuples
|
||||||
# (source start file, name, description, authors, manual section).
|
# (source start file, name, description, authors, manual section).
|
||||||
@ -226,7 +230,7 @@ man_pages = [
|
|||||||
#man_show_urls = False
|
#man_show_urls = False
|
||||||
|
|
||||||
|
|
||||||
# -- Options for Texinfo output ------------------------------------------------
|
# -- Options for Texinfo output -----------------------------------------------
|
||||||
|
|
||||||
# Grouping the document tree into Texinfo files. List of tuples
|
# Grouping the document tree into Texinfo files. List of tuples
|
||||||
# (source start file, target name, title, author,
|
# (source start file, target name, title, author,
|
||||||
|
@ -189,4 +189,3 @@ class TestListResources(tests_api.TestBase):
|
|||||||
data = self.get('/projects/project-id/resources')
|
data = self.get('/projects/project-id/resources')
|
||||||
ids = [r['resource_id'] for r in data['resources']]
|
ids = [r['resource_id'] for r in data['resources']]
|
||||||
self.assertEquals(['resource-id'], ids)
|
self.assertEquals(['resource-id'], ids)
|
||||||
|
|
||||||
|
@ -114,6 +114,6 @@ def test_notify_through_plugin():
|
|||||||
)
|
)
|
||||||
d.notify(TEST_NOTICE)
|
d.notify(TEST_NOTICE)
|
||||||
assert len(results) >= 1
|
assert len(results) >= 1
|
||||||
results_name = [ result.name for result in results ]
|
results_name = [result.name for result in results]
|
||||||
assert 'instance' in results_name
|
assert 'instance' in results_name
|
||||||
assert 'memory' in results_name
|
assert 'memory' in results_name
|
||||||
|
@ -167,7 +167,8 @@ INSTANCE_EXISTS = {
|
|||||||
|
|
||||||
class TestNotifications(unittest.TestCase):
|
class TestNotifications(unittest.TestCase):
|
||||||
def test_process_notification(self):
|
def test_process_notification(self):
|
||||||
info = notifications.Instance.process_notification(INSTANCE_CREATE_END)[0]
|
info = notifications.Instance.process_notification(
|
||||||
|
INSTANCE_CREATE_END)[0]
|
||||||
|
|
||||||
for name, actual, expected in [
|
for name, actual, expected in [
|
||||||
('counter_name', info.name, 'instance'),
|
('counter_name', info.name, 'instance'),
|
||||||
|
Loading…
Reference in New Issue
Block a user