Merge "Docstrings should not start with a space"
This commit is contained in:
commit
451d33d95a
@ -10,7 +10,7 @@
|
|||||||
# 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.
|
||||||
""" This is a very crude version of "in-memory HBase", which implements just
|
"""This is a very crude version of "in-memory HBase", which implements just
|
||||||
enough functionality of HappyBase API to support testing of our driver.
|
enough functionality of HappyBase API to support testing of our driver.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
@ -10,8 +10,7 @@
|
|||||||
# 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.
|
||||||
""" Various HBase helpers
|
"""Various HBase helpers"""
|
||||||
"""
|
|
||||||
import copy
|
import copy
|
||||||
import datetime
|
import datetime
|
||||||
import json
|
import json
|
||||||
|
@ -12,8 +12,7 @@
|
|||||||
# 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.
|
||||||
""" Base classes for DB backend implementation test
|
"""Base classes for DB backend implementation test"""
|
||||||
"""
|
|
||||||
|
|
||||||
import datetime
|
import datetime
|
||||||
import operator
|
import operator
|
||||||
|
@ -10,7 +10,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.
|
||||||
|
|
||||||
""" Sample of plugin for Ceilometer.
|
"""Sample of plugin for Ceilometer.
|
||||||
|
|
||||||
For more Ceilometer related benchmarks take a look here:
|
For more Ceilometer related benchmarks take a look here:
|
||||||
github.com/openstack/rally/blob/master/rally/benchmark/scenarios/ceilometer/
|
github.com/openstack/rally/blob/master/rally/benchmark/scenarios/ceilometer/
|
||||||
|
Loading…
Reference in New Issue
Block a user