summaryrefslogtreecommitdiff
path: root/ttrun/tests/test_ttrun.py
diff options
context:
space:
mode:
Diffstat (limited to 'ttrun/tests/test_ttrun.py')
-rw-r--r--ttrun/tests/test_ttrun.py29
1 files changed, 16 insertions, 13 deletions
diff --git a/ttrun/tests/test_ttrun.py b/ttrun/tests/test_ttrun.py
index 06143b7..2156c40 100644
--- a/ttrun/tests/test_ttrun.py
+++ b/ttrun/tests/test_ttrun.py
@@ -1,16 +1,19 @@
1# -*- coding: utf-8 -*- 1# Copyright (c) 2016 Red Hat, Inc
2 2#
3# Licensed under the Apache License, Version 2.0 (the "License"); you may 3# This file is part of ttrun
4# not use this file except in compliance with the License. You may obtain 4#
5# a copy of the License at 5# ttrun is free software: you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by
7# the Free Software Foundation, either version 3 of the License, or
8# (at your option) any later version.
6# 9#
7# http://www.apache.org/licenses/LICENSE-2.0 10# ttrun is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY; without even the implied warranty of
12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13# GNU General Public License for more details.
8# 14#
9# Unless required by applicable law or agreed to in writing, software 15# You should have received a copy of the GNU General Public License
10# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 16# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
11# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
12# License for the specific language governing permissions and limitations
13# under the License.
14 17
15""" 18"""
16test_ttrun 19test_ttrun
@@ -19,10 +22,10 @@ test_ttrun
19Tests for `ttrun` module. 22Tests for `ttrun` module.
20""" 23"""
21 24
22from ttrun.tests import base 25import testtools
23 26
24 27
25class TestTtrun(base.TestCase): 28class TestTtrun(testtools.TestCase):
26 29
27 def test_something(self): 30 def test_something(self):
28 pass 31 pass