mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Rename method to match the current testing API
This commit is contained in:
parent
e0a39b0bc3
commit
be59e526f1
3 changed files with 3 additions and 3 deletions
|
@ -51,7 +51,7 @@ class BaseTestBug1254(BaseTestCase):
|
|||
os.remove(file)
|
||||
|
||||
@classmethod
|
||||
def cleanup(cls):
|
||||
def finish(cls):
|
||||
os.remove("bug.rc")
|
||||
|
||||
|
||||
|
|
|
@ -59,7 +59,7 @@ class BaseTestBug360(BaseTestCase):
|
|||
os.remove(file)
|
||||
|
||||
@classmethod
|
||||
def cleanup(cls):
|
||||
def finish(cls):
|
||||
os.remove("bug.rc")
|
||||
|
||||
|
||||
|
|
|
@ -51,7 +51,7 @@ class BaseTestBug1300(BaseTestCase):
|
|||
os.remove(file)
|
||||
|
||||
@classmethod
|
||||
def cleanup(cls):
|
||||
def finish(cls):
|
||||
os.remove("bug.rc")
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue