示例#1
0
 def test_answer_semi_fail_inputs(self, mock_input):
     self.assertEqual(BOM.child_data(['hi', 'world', 'foo']), (2))
示例#2
0
 def test_answer_valid_inputs(self, mock_input):
     self.assertEqual(BOM.child_data(['hi', 'world', 'foo']), (1))