Merge "Use oslotest instead of common test module"

This commit is contained in:
Jenkins 2014-04-16 17:59:55 +00:00 committed by Gerrit Code Review
commit 357208bec5
1 changed files with 3 additions and 2 deletions

View File

@ -13,11 +13,12 @@
# License for the specific language governing permissions and limitations
# under the License.
from oslotest import base as test_base
from openstack.common import context
from openstack.common import test
class ContextTest(test.BaseTestCase):
class ContextTest(test_base.BaseTestCase):
def test_context(self):
ctx = context.RequestContext()