Skip to content

Commit

Permalink
Update test_sum_of_intervals.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ikostan committed Dec 6, 2024
1 parent e6033c0 commit 148da83
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions kyu_4/sum_of_intervals/test_sum_of_intervals.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"""
Test for -> Sum of Intervals
Test for -> Sum of Intervals.
Created by Egor Kostan.
GitHub: https://github.com/ikostan
"""
Expand Down Expand Up @@ -27,13 +28,11 @@
@allure.link(url='https://www.codewars.com/kata/52b7ed099cdc285c300001cd',
name='Source/Kata')
class SumOfIntervalsTestCase(unittest.TestCase):
"""
Testing sum_of_intervals function
"""
"""Testing sum_of_intervals function."""

def test_sum_of_intervals(self):
"""
Testing sum_of_intervals function
Testing sum_of_intervals function.
The function should accept an array of intervals,
and return the sum of all the interval lengths.
Expand Down

0 comments on commit 148da83

Please sign in to comment.