예제 #1
0
 def test_run_pt2(self):
     input_list = common.loadInput('testInput4-p2.txt', False)
     testObject = Day4.Solution()
     self.assertEqual(4, testObject.part2(input_list))