summaryrefslogtreecommitdiffstatshomepage
path: root/unix/coverage.c
Commit message (Collapse)AuthorAge
* tests: Add special tests to test mp_printf function to improve coverage.Damien George2015-05-28
|
* unix: Add some extra coverage tests for vstr and attrtuple.Damien George2015-05-12
|
* unix: Make extra-coverage function callable from Python scripts.Damien George2015-05-08
| | | | | This allows the output of the extra-coverage tests to be checked using the normal run-tests script.
* unix: Add special function to improve coverage.Damien George2015-05-08
The function and corresponding command-line option are only enabled for the coverage build. They are used to exercise uPy features that can't be properly tested by Python scripts.