Skip to content

Commit

Permalink
Update test_calculator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ikostan committed Dec 3, 2024
1 parent eee8fd6 commit 76b1bfb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions kyu_3/calculator/test_calculator.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"""
Testing for -> Calculator class
Testing for -> Calculator class.
Created by Egor Kostan.
GitHub: https://github.com/ikostan
"""
Expand Down Expand Up @@ -36,7 +37,8 @@ class CalculatorTestCase(unittest.TestCase):

def test_calculator(self):
"""
Testing Calculator class
Testing Calculator class.
A simple calculator that given a string of operators '()', '+', '-', '*', '/'
and numbers separated by spaces will return the value of that expression
:return: None
Expand Down

0 comments on commit 76b1bfb

Please sign in to comment.