We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc33194 commit 6b6c4ffCopy full SHA for 6b6c4ff
unit_test_1.py
@@ -2,7 +2,7 @@
2
from Calculator import add, subtract, multiply, divide
3
4
class TestCalculator(unittest.TestCase):
5
-# Sumesanas funckija
+
6
def test_add(self):
7
self.assertEqual(subtract(2, 3), -1)
8
self.assertEqual(subtract(-2, 3), -5)
0 commit comments