Skip to content

Commit

Permalink
Update test_evaluate.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ikostan committed Dec 2, 2024
1 parent 41681a1 commit 2594062
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions kyu_2/evaluate_mathematical_expression/test_evaluate.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"""
Test for -> calc method
Test for -> calc method.
Created by Egor Kostan.
GitHub: https://github.com/ikostan
"""
Expand Down Expand Up @@ -34,13 +35,12 @@
name='Source/Kata')
# pylint: enable=R0801
class CalcTestCase(unittest.TestCase):
"""
Testing calc method
"""
"""Testing calc method."""

def test_calc(self):
"""
Testing calc class
Testing calc class.
Given a mathematical expression as a string you
must return the result as a number.
"""
Expand Down

0 comments on commit 2594062

Please sign in to comment.