예제 #1
0
 def test_output(self):
     """Test OutputOption."""
     option = bot_choice.OutputOption()
     self.assertFalse(option.stop)
     with self.assertRaisesRegex(NotImplementedError, ''):
         message('?', [option], None)
예제 #2
0
 def test_output(self):
     """Test OutputOption."""
     option = bot_choice.OutputOption()
     with self.assertRaises(NotImplementedError):
         message('?', [option], None)