mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Test: Removed unnecessary method
This commit is contained in:
parent
88f8acf789
commit
9418c418ca
1 changed files with 0 additions and 4 deletions
|
@ -37,10 +37,6 @@ from basetest import Task, TestCase
|
||||||
|
|
||||||
# Feature 1013: output error, header, footnote and debug messages on standard error
|
# Feature 1013: output error, header, footnote and debug messages on standard error
|
||||||
class TestFeature1013(TestCase):
|
class TestFeature1013(TestCase):
|
||||||
@classmethod
|
|
||||||
def setUpClass(cls):
|
|
||||||
"""Executed once before any test in the class"""
|
|
||||||
|
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
"""Executed before each test in the class"""
|
"""Executed before each test in the class"""
|
||||||
self.t = Task()
|
self.t = Task()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue