Esempio n. 1
0
 def teardown(self):
     """ restore test environment """
     Auth.disable()
Esempio n. 2
0
 def tearDownClass(cls):
     """ restore test environment """
     Auth.disable()
Esempio n. 3
0
 def setup(self):
     """setup test environment"""
     Auth.enable()
Esempio n. 4
0
 def setUpClass(cls):
     """setup test environment"""
     cls.__client = config.api_client
     Auth.enable()
Esempio n. 5
0
 def teardown(self):
     """ restore test environment """
     Auth.disable()
Esempio n. 6
0
 def setup(self):
     """setup test environment"""
     Auth.enable()
Esempio n. 7
0
 def tearDownClass(cls):
     """ restore test environment """
     Auth.disable()
Esempio n. 8
0
 def setUpClass(cls):
     """setup test environment"""
     cls.__client = config.api_client
     Auth.enable()