From c78f5d962f212e0999f25105d73f133fa883dd83 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Tue, 6 Mar 2012 15:37:42 -0800 Subject: [PATCH] Cleanup some test docstrings Change-Id: Id5ad29de31027cd30870d2782012356a48dc6e50 --- nova/tests/test_compute.py | 5 ++--- nova/tests/test_compute_utils.py | 4 +--- nova/tests/test_console.py | 4 +--- 3 files changed, 4 insertions(+), 9 deletions(-) diff --git a/nova/tests/test_compute.py b/nova/tests/test_compute.py index 24a383f8..0ebea5ad 100644 --- a/nova/tests/test_compute.py +++ b/nova/tests/test_compute.py @@ -16,9 +16,8 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -""" -Tests For Compute -""" +"""Tests for compute service""" + import copy import datetime import sys diff --git a/nova/tests/test_compute_utils.py b/nova/tests/test_compute_utils.py index bf155e6f..adf89cf3 100644 --- a/nova/tests/test_compute_utils.py +++ b/nova/tests/test_compute_utils.py @@ -15,9 +15,7 @@ # License for the specific language governing permissions and limitations # under the License. -""" -Tests For misc util methods used with compute. -""" +"""Tests For miscellaneous util methods used with compute.""" from nova import db from nova import flags diff --git a/nova/tests/test_console.py b/nova/tests/test_console.py index cf7f592c..e35e56fd 100644 --- a/nova/tests/test_console.py +++ b/nova/tests/test_console.py @@ -16,9 +16,7 @@ # License for the specific language governing permissions and limitations # under the License. -""" -Tests For Console proxy. -""" +"""Tests For Console proxy.""" from nova import context from nova import db