Merge pull request #5 from harlowja/tests

Restructure some of the test files
This commit is contained in:
Vilobh Meshram 2016-05-13 15:19:44 -07:00
commit 34bd35285f
2 changed files with 21 additions and 9 deletions

19
delimiter/test.py Normal file
View File

@ -0,0 +1,19 @@
# -*- coding: utf-8 -*-
# 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.
from oslotest import base
class TestCase(base.BaseTestCase):
"""Base test case + additions for all delimiter tests."""

View File

@ -12,17 +12,10 @@
# License for the specific language governing permissions and limitations
# under the License.
"""
test_delimiter
----------------------------------
Tests for `delimiter` module.
"""
from oslotest import base
from delimiter import test
class TestDelimiter(base.BaseTestCase):
class TestDelimiter(test.TestCase):
def test_something(self):
pass