Tests: Remove unnecessary imports and simplify template.t
This commit is contained in:
@@ -29,11 +29,10 @@
|
||||
import sys
|
||||
import os
|
||||
import unittest
|
||||
from datetime import datetime
|
||||
# Ensure python finds the local simpletap module
|
||||
sys.path.append(os.path.dirname(os.path.abspath(__file__)))
|
||||
|
||||
from basetest import Task, TestCase, Taskd, ServerTestCase
|
||||
from basetest import Task, TestCase
|
||||
|
||||
|
||||
class TestCLI(TestCase):
|
||||
|
||||
Reference in New Issue
Block a user