コード例 #1
0
 def test_input_is_b(self):
     result = f('b')
     self.assertEqual('the input is b', result)
コード例 #2
0
 def test_input_is_a(self):
     result = f('a')
     self.assertEqual('the input is a', result)
コード例 #3
0
 def test_input_is_c(self):
     result = f('c')
     self.assertEqual('the input is c', result)
コード例 #4
0
 def test_input_is_b(self):
     result = f('b')
     self.assertEqual('the input is b', result)
コード例 #5
0
 def test_input_is_a(self):
     result = f('a')
     self.assertEqual('the input is a', result)
コード例 #6
0
 def test_input_is_c(self):
     result = f('c')
     self.assertEqual('the input is c', result)