mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Test: Cleanup
- Removed obsolete bug.sort.t. - Removed unused method from test classes.
This commit is contained in:
parent
937820a883
commit
27bd2b21dc
5 changed files with 27 additions and 101 deletions
|
@ -36,10 +36,6 @@ from basetest import Task, TestCase
|
|||
|
||||
|
||||
class TestHistoryMonthly(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