libra/tests/__init__.py
David Shrewsbury b972104271 Migrate to testr.
Fixes bug #1079217.

Converts the project from using PyTest to testtools and testrepository
to be more inline with other OpenStack projects per blueprint grizzly-testtools.

Change-Id: Ia012b60ae109c01fbef3d3e81df865a33bc2af62
2013-01-02 15:16:26 -05:00

14 lines
606 B
Python

# Copyright 2013 Hewlett-Packard Development Company, L.P.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.