Test for rational conversions.
Bases: unittest.case.TestCase
Tests for radix.
Carry from non_repeating_part to integer_part and then out.
Test == operator.
Test exceptions.
Test that roundtrip is identity modulo number of 0s in non repeating part.
Test != operator.
Test that comparsion operators yield exceptions.
Skip validation and canonicalization.
Repeat part is made up of repeating parts.
Make sure that result is evalable.
Check basic properties of __str__.
Bases: unittest.case.TestCase
Tests for rounding Radixes.
Test equivalence with two paths.
Test exception.
Test that rounding yields the correct number of digits.
Test that rounded values are in a good range.
Test that all results have the correct relation.