Cleanup some test docstrings

Change-Id: Id5ad29de31027cd30870d2782012356a48dc6e50
This commit is contained in:
Joe Gordon
2012-03-06 15:37:42 -08:00
parent 43c99ce4c6
commit c78f5d962f
3 changed files with 4 additions and 9 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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