summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/array1.py
Commit message (Collapse)AuthorAge
* tests: Add tests for SyntaxError, TypeError, and other missing things.Damien George2015-03-25
| | | | This is intended to improve coverage of the test suite.
* Rename array test to array1 so it doesn't clash with array module.Damien George2014-01-28
On my machine, 'import array' in CPython tries to load the array test.