aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/coverage-supplement.scm (unfollow)
Commit message (Collapse)Author
2023-11-16Ignore coverage for util atomic.Hugo Hörnquist
With mutex is almost impossible to test, and it would really only be testing Guile's built in functionallity.
2023-11-16Fix coverage exceptions.Hugo Hörnquist
2023-11-06Don't test testrunner.Hugo Hörnquist
2023-11-06Exclude some more files from coverage testing.Hugo Hörnquist
2023-11-06Tests.Hugo Hörnquist
2023-11-06Move coverage supplement for datetime into source file.Hugo Hörnquist
2023-11-06Automatically mark all definitions as covered.Hugo Hörnquist
Guile's coverage system often missed those. Explicitly adding coverage information make percentage go up!
2023-10-24Add tests for (calp translation).Hugo Hörnquist
2023-10-22Test work.Hugo Hörnquist
2023-10-18Finish tests for (vcomponent duration).Hugo Hörnquist
2023-10-18Add tests for (text util).Hugo Hörnquist
The "true string" procedures are still not tested, since they are way to much work to get right. See comments added in this commit about removing them entirely.
2023-10-18Update coverage supplement.Hugo Hörnquist
2023-10-16Move timespec and recur-rule to new object system.Hugo Hörnquist
2023-10-08Add coverage supplement for atomic-*.Hugo Hörnquist
These are for the module declaration, and the inernal datastructures declaration.
2023-10-08Further rewrite of testrunner.Hugo Hörnquist
Move many of the atomic procedures into proper libraries.