mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Tests: Remove unnecessary imports and simplify template.t
This commit is contained in:
parent
68647ed25e
commit
2962c0d99a
26 changed files with 500 additions and 489 deletions
|
@ -32,7 +32,7 @@ import unittest
|
|||
# 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 TestCustomConfig(TestCase):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue