def testAbsolutePos(self): self.assertAlmostEqual(hw.absolute(15), 15)
def testAbsoluteNeg(self): self.assertEqual(hw.absolute(-5), 5)