summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/array1.py
Commit message (Expand)AuthorAge
* py/objarray: Implement more/less comparisons for array.stijn2021-05-13
* py/objarray: Prohibit comparison of mismatching types.stijn2021-05-13
* tests/basics/array1.py: Add equality testing for array.Jim Mussared2020-02-21
* tests: Rename "array" module to "uarray".Damien George2019-10-22
* tests/basics: Convert "sys.exit()" to "raise SystemExit".Paul Sokolovsky2017-06-10
* tests/array*: Allow to skip test if "array" is unavailable.Paul Sokolovsky2017-01-07
* tests: Improve coverage of array, range, dict, slice, exc, unicode.Damien George2016-10-17
* tests/array1: Add tests for "l", "L" array types to improve coverage.Paul Sokolovsky2016-09-19
* tests: Add tests for SyntaxError, TypeError, and other missing things.Damien George2015-03-25
* Rename array test to array1 so it doesn't clash with array module.Damien George2014-01-28