Tests: Removed unnecessary imports
This commit is contained in:
@@ -33,8 +33,6 @@ import unittest
|
|||||||
sys.path.append(os.path.dirname(os.path.abspath(__file__)))
|
sys.path.append(os.path.dirname(os.path.abspath(__file__)))
|
||||||
|
|
||||||
from basetest import Task, TestCase
|
from basetest import Task, TestCase
|
||||||
from basetest import Taskd, ServerTestCase
|
|
||||||
|
|
||||||
|
|
||||||
class TestListAllProjects(TestCase):
|
class TestListAllProjects(TestCase):
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|||||||
@@ -33,8 +33,6 @@ import unittest
|
|||||||
sys.path.append(os.path.dirname(os.path.abspath(__file__)))
|
sys.path.append(os.path.dirname(os.path.abspath(__file__)))
|
||||||
|
|
||||||
from basetest import Task, TestCase
|
from basetest import Task, TestCase
|
||||||
from basetest import Taskd, ServerTestCase
|
|
||||||
|
|
||||||
|
|
||||||
class TestSpecialTags(TestCase):
|
class TestSpecialTags(TestCase):
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|||||||
Reference in New Issue
Block a user