def test_hex(self): self.assertEqual(pyas.parse("$55"), 0x55)
def test_decimal(self): self.assertEqual(pyas.parse("55"), 55)