def test_convert(self): unit = Unit("10cm") self.assertEqual(unit.convert("px"), Unit("283px"))
def test_convert(self): unit = Unit('10cm') self.assertEqual(unit.convert('px'), Unit('283px'))