mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Unittest - Don't use unittest.TestCase use basetest.TestCase instead
This commit is contained in:
parent
ea5186716e
commit
9bd7b336f9
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ class TestBugNumber(TestCase):
|
|||
|
||||
|
||||
@unittest.skipIf(Taskd.not_available(), "Taskd binary not available")
|
||||
class ServerTestCase(unittest.TestCase):
|
||||
class ServerTestCase(TestCase):
|
||||
@classmethod
|
||||
def setUpClass(cls):
|
||||
cls.taskd = Taskd()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue