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