(self)
| 18 | expr=OMA(arith1.power,[2,3]) |
| 19 | self.assertResult(expr,8) |
| 20 | def testAbs(self): |
| 21 | expr=OMA(arith1.abs,[-349]) |
| 22 | self.assertResult(expr,349) |
| 23 | #def testSub(self): |
| 24 | # expr=OMA(arith1.minus,[2,3]) |
| 25 | # self.assertResult(expr,-1) |
nothing calls this directly
no test coverage detected