Skip to content

Commit 4e5615b

Browse files
committed
comment tests
1 parent 08088ad commit 4e5615b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mathmanagertest.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def testSubtract(self):
1313
def testMultiply(self):
1414
math = mathmanager()
1515
self.assertEqual(math.multiply(0, 3), 0)
16-
16+
'''
1717
def testInterest(self):
1818
math = mathmanager()
1919
self.assertEqual(round(math.interest(1000, 1)), 3)
@@ -75,3 +75,4 @@ def testDegree2(self):
7575
self.assertEqual(math.degree(-1, 40, 40, 40, 40), -1)
7676
7777
#add at least one grade higher than 100, combination of grades that get a fist, 2:2, fail
78+
'''

0 commit comments

Comments
 (0)