Jepler_CircuitPython_udecimal/examples
Jeff Epler b283885de6 test_udecimal: Improve tests based on reported test cases
also, for the common part, ensure that desktop Python's own decimal
implementation is used.

"print(+c.flags[Foo])" is because udecimal returns 0/1 for these, while
Python's decimal returns False/True.
2020-09-19 09:50:35 -05:00
..
test_udecimal.py test_udecimal: Improve tests based on reported test cases 2020-09-19 09:50:35 -05:00
udecimal_simpletest.py add an example after all 2020-09-10 17:03:41 -05:00