Exemplo n.º 1
0
 def setUp(self):
     super().setUp()
     if not suite_socialbot.is_available():
         self.skipTest('suite_socialbot is not available.')
     else:
         gin.clear_config()
Exemplo n.º 2
0
 def _skip_if_socialbot_unavailable(self):
     from alf.environments import suite_socialbot
     if not suite_socialbot.is_available():
         self.skipTest("Socialbot env is not available.")