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 0e76951 commit dc33194Copy full SHA for dc33194
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