Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Rename tearDownAll to tearDownClass() for Python 2.7 compatibility.
  • Loading branch information
marcusrbrown committed Jan 11, 2013
commit 951bf8cd972646943a1e79ec70fc7ea36ff8dcd0
2 changes: 1 addition & 1 deletion git/test/performance/lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def setUpClass(cls):
cls.rwrepo = cls.rorepo.clone(dirname, shared=True, bare=True)

@classmethod
def tearDownAll(cls):
def tearDownClass(cls):
shutil.rmtree(cls.rwrepo.working_dir)

#} END base classes