# -*- coding: utf-8 -*- from day8 import AssignmentTwo def test_calculate_1d_scenic_score(): assert 1 * 2 == AssignmentTwo.calculate_1d_scenic_score([3, 5, 3, 5, 3], 1) assert 1 * 2 == AssignmentTwo.calculate_1d_scenic_score([2, 5, 5, 1, 2], 2)