Beispiel #1
0
 def test_MathOperations_root(self):
     self.assertEqual(3, Root.sqr_root(9))
Beispiel #2
0
 def Root(self, a):
     self.Result = Root.sqr_root(a)
     return self.Result