aboutsummaryrefslogtreecommitdiff
path: root/tests/basics/del_global.py
AgeCommit message (Collapse)Author
2016-10-11tests: Improve test coverage of py/compile.c.Damien George
2015-03-12tests: Add tests for things that are not already tested.Damien George
The aim here is to improve coverage of the code.
2015-01-29tests: Add some tests to improve coverage.Damien George
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.