summaryrefslogtreecommitdiff
path: root/tests/basics/builtin_getattr.py
AgeCommit message (Collapse)Author
2020-06-02py/modbuiltins: Fix getattr to work with class raising AttributeError.Damien George
Fixes issue #6089.
2018-02-07tests/basics: Rename remaining tests that are for built-in functions.Damien George
For consistency with all of the other tests that are named builtin_XXX.py.