mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-22 20:23:09 +02:00
Test: Converted to Python
This commit is contained in:
parent
19baeba5da
commit
fc97513aa4
2 changed files with 54 additions and 83 deletions
|
@ -36,10 +36,6 @@ from basetest import Task, TestCase
|
|||
|
||||
|
||||
class TestCalendarCommandLine(TestCase):
|
||||
@classmethod
|
||||
def setUpClass(cls):
|
||||
"""Executed once before any test in the class"""
|
||||
|
||||
def setUp(self):
|
||||
"""Executed before each test in the class"""
|
||||
self.t = Task()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue