Damien George
|
30e25174bb
|
tests: Rename "array" module to "uarray".
|
2019-10-22 19:16:54 +11:00 |
Damien George
|
a474ddf959
|
tests/basics: Add coverage tests for memoryview attributes.
|
2019-05-14 17:22:49 +10:00 |
Paul Sokolovsky
|
a2803b74f4
|
tests/basics: Convert "sys.exit()" to "raise SystemExit".
|
2017-06-10 20:03:01 +03:00 |
Damien George
|
f4a12dca58
|
py/objarray: Disallow slice-assignment to read-only memoryview.
Also comes with a test for this. Fixes issue #2904.
|
2017-02-27 16:09:57 +11:00 |
Paul Sokolovsky
|
f980c70997
|
tests/basic/: Make various tests skippable.
To run the testsuite on small ports.
|
2017-02-15 18:11:16 +03:00 |
Rami Ali
|
1731868ae7
|
tests: Add tests to improve coverage of objarray.c.
|
2016-12-21 18:21:41 +11:00 |
Delio Brignoli
|
32aba40830
|
py: Implement memoryview slice assignment.
Adds ability to do "memcpy" with memoryview objects, such as:
m1[0:3] = m2[2:5].
|
2015-07-20 15:53:22 +01:00 |
Damien George
|
214179b430
|
tests: Add tests for SyntaxError, TypeError, and other missing things.
This is intended to improve coverage of the test suite.
|
2015-03-25 23:10:09 +00:00 |
Damien George
|
dd4f4530ab
|
py: Add builtin memoryview object (mostly using array code).
|
2014-10-23 13:34:35 +01:00 |