From 6825f392157746283eb7216fd7cebd15157c9244 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Tue, 6 Mar 2012 15:37:42 -0800 Subject: 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 +--- nova/tests/test_metadata.py | 2 +- 4 files changed, 5 insertions(+), 10 deletions(-) diff --git a/nova/tests/test_compute.py b/nova/tests/test_compute.py index 24a383f80..0ebea5ad2 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 bf155e6f5..adf89cf32 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 cf7f592cf..e35e56fdf 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 diff --git a/nova/tests/test_metadata.py b/nova/tests/test_metadata.py index 0980bd48f..7bd3ebcdd 100644 --- a/nova/tests/test_metadata.py +++ b/nova/tests/test_metadata.py @@ -16,7 +16,7 @@ # License for the specific language governing permissions and limitations # under the License. -"""Tests for the testing the metadata code.""" +"""Tests for metadata service.""" import base64 import webob -- cgit