コード例 #1
0
ファイル: test_choice.py プロジェクト: yiqideren/freeseer
 def setUp(self):
     self.option = ChoiceOption([
         'hello',
         'world',
     ], 'hello')