Damien George
|
5e22afce41
|
tests: Improve test coverage of py/compile.c.
|
8 years ago |
Damien George
|
af43565322
|
tests: Add tests for things that are not already tested.
The aim here is to improve coverage of the code.
|
10 years ago |
Damien George
|
12c66be2b8
|
tests: Add some tests to improve coverage.
Used gcov to find some parts of vm.c, runtime.c, obj.c that were not
covered by any tests. Still need to use gcov more thoroughly.
|
10 years ago |
Damien George
|
539681fffd
|
tests: Rename test scripts, changing - to _ for consistency.
From now on, all new tests must use underscore.
Addresses issue #727.
|
10 years ago |
Damien George
|
f4c9b33abf
|
py: Remove DELETE_SUBSCR opcode, combine with STORE_SUBSCR.
This makes the runtime and object APIs more consistent. mp_store_subscr
functionality now moved into objects (ie list and dict store_item).
|
11 years ago |