Exemple #1
0
 def test_convert(self):
     unit = Unit("10cm")
     self.assertEqual(unit.convert("px"), Unit("283px"))
Exemple #2
0
 def test_convert(self):
     unit = Unit('10cm')
     self.assertEqual(unit.convert('px'), Unit('283px'))