Cleanup some test docstrings
Change-Id: Id5ad29de31027cd30870d2782012356a48dc6e50
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user