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
|
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
"""
|
"""Tests for compute service"""
|
||||||
Tests For Compute
|
|
||||||
"""
|
|
||||||
import copy
|
import copy
|
||||||
import datetime
|
import datetime
|
||||||
import sys
|
import sys
|
||||||
|
|||||||
@@ -15,9 +15,7 @@
|
|||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
"""
|
"""Tests For miscellaneous util methods used with compute."""
|
||||||
Tests For misc util methods used with compute.
|
|
||||||
"""
|
|
||||||
|
|
||||||
from nova import db
|
from nova import db
|
||||||
from nova import flags
|
from nova import flags
|
||||||
|
|||||||
@@ -16,9 +16,7 @@
|
|||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
"""
|
"""Tests For Console proxy."""
|
||||||
Tests For Console proxy.
|
|
||||||
"""
|
|
||||||
|
|
||||||
from nova import context
|
from nova import context
|
||||||
from nova import db
|
from nova import db
|
||||||
|
|||||||
Reference in New Issue
Block a user