aboutsummaryrefslogtreecommitdiff
path: root/tests/basics/builtin_type.py
AgeCommit message (Collapse)Author
2018-05-30py/objtype: Fix assertion failures in mp_obj_new_type by checking types.Jeff Epler
Fixes assertion failures when the arguments to type() were not of valid types, e.g., when making calls like: type("", (), 3) type("", 3, {})
2015-08-21tests: Add more tests to improve coverage, mostly testing exceptions.Damien George