summaryrefslogtreecommitdiff
path: root/tests/basics/class_getattr.py
AgeCommit message (Collapse)Author
2018-10-18tests/basics/class_getattr: Remove invalid test for __getattribute__.Damien George
Part of this test was trying to test some functionality of __getattribute__ but this method name was misspelt so it wasn't doing anything useful. Fixing the typo in this name makes the test fail because MicroPython doesn't support user defined __getattribute__ methods. So this part of the test is removed. The remaining tests are modified slightly to make it clearer what they are testing.
2014-07-05tests: Rename test scripts, changing - to _ for consistency.Damien George
From now on, all new tests must use underscore. Addresses issue #727.