summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2012-03-07 07:54:11 +0000
committerGerrit Code Review <review@openstack.org>2012-03-07 07:54:11 +0000
commitd8324bb3d089acd444bd1639a3efc07e89556f69 (patch)
tree8945c400470ea4149a0ed29ef272542125a7462a
parentf5f5ad427a1036325620a55804ba5a8c6073f16f (diff)
parent6825f392157746283eb7216fd7cebd15157c9244 (diff)
Merge "Cleanup some test docstrings"
-rw-r--r--nova/tests/test_compute.py5
-rw-r--r--nova/tests/test_compute_utils.py4
-rw-r--r--nova/tests/test_console.py4
-rw-r--r--nova/tests/test_metadata.py2
4 files changed, 5 insertions, 10 deletions
diff --git a/nova/tests/test_compute.py b/nova/tests/test_compute.py
index ef416543d..fa6510620 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