A class method called after tests in an individual class have run. tearDownClass is called with the class as the only argument and must be decorated as a classmethod():
tearDownClass()
@classmethod def tearDownClass(cls): ...