Home | History | Annotate | Download | only in test

Lines Matching refs:bigint

1718         bigint = 12345678901234567890123456789
1719 self.assertEqual(MyDecimal.from_float(bigint), MyDecimal(bigint))