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