Commit graph

6 commits

Author SHA1 Message Date
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
cadbab46f2 further silence pylint 2020-09-10 17:52:46 -05:00
8f459c84c4 further appease pylint 2020-09-10 17:50:11 -05:00
307727a1bd silence pylint 2020-09-10 17:46:57 -05:00
313dd7a556 appease black 2020-09-10 17:44:42 -05:00
e95553d8c2 extract doctests to run with micropython testsuite 2020-09-10 17:34:39 -05:00