Skip to content

Commit

Permalink
Update test_format_duration.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ikostan committed Dec 6, 2024
1 parent 9c1d133 commit 5f867a0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions kyu_4/human_readable_duration_format/test_format_duration.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"""
Test for 'Human readable duration format'
Test for 'Human readable duration format'.
Created by Egor Kostan.
GitHub: https://github.com/ikostan
"""
Expand Down Expand Up @@ -29,12 +30,12 @@
name='Source/Kata')
# pylint: enable-msg=R0801
class FormatDurationTestCase(unittest.TestCase):
"""
Testing format_duration
"""
"""Testing format_duration."""

def test_format_duration(self):
"""
Test format_duration function.
Test a function which formats a duration,
given as a number of seconds, in a human-friendly way.
Expand Down

0 comments on commit 5f867a0

Please sign in to comment.