Rename method to match the current testing API
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user