mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Columns: Removed unnecessary virtual overrides
This commit is contained in:
parent
b37caeaa68
commit
d753bb747b
25 changed files with 7 additions and 85 deletions
|
@ -45,7 +45,13 @@ class TestBurndownCommand(TestCase):
|
|||
cls.t("2 start")
|
||||
cls.t("add three")
|
||||
cls.t("3 delete")
|
||||
cls.t("log four")
|
||||
cls.t("add four")
|
||||
cls.t("4 start")
|
||||
cls.t("4 done")
|
||||
cls.t("add five")
|
||||
cls.t("5 start")
|
||||
cls.t("5 done")
|
||||
cls.t("log six")
|
||||
|
||||
def setUp(self):
|
||||
"""Executed before each test in the class"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue