Test: Cleaned up test class names, import
This commit is contained in:
@@ -33,10 +33,9 @@ import unittest
|
||||
sys.path.append(os.path.dirname(os.path.abspath(__file__)))
|
||||
|
||||
from basetest import Task, TestCase
|
||||
from basetest import Taskd, ServerTestCase
|
||||
|
||||
|
||||
class TestBugNumber(TestCase):
|
||||
class TestDateISOAndEpoch(TestCase):
|
||||
def setUp(self):
|
||||
"""Executed before each test in the class"""
|
||||
self.t = Task()
|
||||
|
||||
@@ -35,7 +35,7 @@ sys.path.append(os.path.dirname(os.path.abspath(__file__)))
|
||||
from basetest import Task, TestCase
|
||||
|
||||
|
||||
class TestBugNumber(TestCase):
|
||||
class TestPrepend(TestCase):
|
||||
|
||||
def setUp(self):
|
||||
"""Executed before each test in the class"""
|
||||
|
||||
Reference in New Issue
Block a user