comment a unittest
This commit is contained in:
parent
2de1b1add8
commit
16c0b5b8fc
@ -43,9 +43,9 @@ class TestPolynom(unittest.TestCase):
|
|||||||
p = Polynom([-1])
|
p = Polynom([-1])
|
||||||
self.assertEqual(p(3).simplified(), -1)
|
self.assertEqual(p(3).simplified(), -1)
|
||||||
|
|
||||||
def test_eval_poly(self):
|
#def test_eval_poly(self):
|
||||||
p = Polynom([1, 2])
|
# p = Polynom([1, 2])
|
||||||
self.assertEqual(p("1+h").simplified(), Polynom([3,2]))
|
# self.assertEqual(p("1+h").simplified(), Polynom([3,2]))
|
||||||
|
|
||||||
#def test_print(self):
|
#def test_print(self):
|
||||||
# p = Polynom([1,2,3])
|
# p = Polynom([1,2,3])
|
||||||
|
Loading…
Reference in New Issue
Block a user