summaryrefslogtreecommitdiff
path: root/ttrun/tests/base.py
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2016-10-13 11:04:12 -0500
committerMonty Taylor <mordred@inaugust.com>2016-10-13 11:25:33 -0500
commit968571920b33dc4b5190581abe6140945b49da6d (patch)
tree6f07526ff224ec5bc7afbc90dfd92ed0780d0dee /ttrun/tests/base.py
parent644d93f4d632c302cc8cd8ef5c465acfa4e478d5 (diff)
A few structural cleanups
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."""