Skip to content

Commit

Permalink
Update test_solution.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ikostan committed Dec 7, 2024
1 parent d39ff04 commit 224ba11
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions kyu_4/range_extraction/test_solution.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"""
Test for -> Range Extraction
Test for -> Range Extraction.
Created by Egor Kostan.
GitHub: https://github.com/ikostan
"""
Expand Down Expand Up @@ -27,13 +28,13 @@
@allure.link(url='https://www.codewars.com/kata/51ba717bb08c1cd60f00002f',
name='Source/Kata')
class SolutionTestCase(unittest.TestCase):
"""
Testing solution for Range Extraction problem
"""
"""Testing solution for Range Extraction problem."""

def test_solution(self):
"""
Testing solution function
Testing solution function.
:return:
"""
allure.dynamic.title("Testing solution function")
allure.dynamic.severity(allure.severity_level.NORMAL)
Expand Down

0 comments on commit 224ba11

Please sign in to comment.