def teardown(self):
     """ restore test environment """
     Auth.disable()
示例#2
0
 def teardown(self):
     """ restore test environment """
     Auth.disable()
 def tearDownClass(cls):
     # """ restore test environment """
     Auth.disable()