summaryrefslogtreecommitdiff
path: root/tests/basics/subclass_native_call.py
AgeCommit message (Collapse)Author
2023-06-08tests: Replace umodule with module everywhere.Jim Mussared
This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2019-04-28tests: Skip tests needing machine module if (u)machine doesn't exist.Damien George
2018-02-24tests/basics: Add test for calling a subclass of a native class.Damien George
Adding this test gets py/objtype.c to 100% coverage.