summaryrefslogtreecommitdiff
path: root/ttrun/tests/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'ttrun/tests/base.py')
-rw-r--r--ttrun/tests/base.py23
1 files changed, 0 insertions, 23 deletions
diff --git a/ttrun/tests/base.py b/ttrun/tests/base.py
deleted file mode 100644
index 1c30cdb..0000000
--- a/ttrun/tests/base.py
+++ /dev/null
@@ -1,23 +0,0 @@
1# -*- coding: utf-8 -*-
2
3# Copyright 2010-2011 OpenStack Foundation
4# Copyright (c) 2013 Hewlett-Packard Development Company, L.P.
5#
6# Licensed under the Apache License, Version 2.0 (the "License"); you may
7# not use this file except in compliance with the License. You may obtain
8# a copy of the License at
9#
10# http://www.apache.org/licenses/LICENSE-2.0
11#
12# Unless required by applicable law or agreed to in writing, software
13# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
14# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
15# License for the specific language governing permissions and limitations
16# under the License.
17
18from oslotest import base
19
20
21class TestCase(base.BaseTestCase):
22
23 """Test case base class for all unit tests."""