Skip to content

Commit 951bf8c

Browse files
committed
Rename tearDownAll to tearDownClass() for Python 2.7 compatibility.
1 parent 00e0d7a commit 951bf8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

git/test/performance/lib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def setUpClass(cls):
6868
cls.rwrepo = cls.rorepo.clone(dirname, shared=True, bare=True)
6969

7070
@classmethod
71-
def tearDownAll(cls):
71+
def tearDownClass(cls):
7272
shutil.rmtree(cls.rwrepo.working_dir)
7373

7474
#} END base classes

0 commit comments

Comments
 (0)