Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-08 | tests: Replace umodule with module everywhere. | Jim Mussared | |
This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com> | |||
2021-04-23 | tests: Use .errno instead of .args[0] for OSError exceptions. | Damien George | |
Signed-off-by: Damien George <damien@micropython.org> | |||
2020-04-27 | tests/extmod: Add btree test for errors raised by btree DB library. | Damien George | |
This test now passes given the previous two commits. |