aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/coverage-supplement.scm (follow)
Commit message (Collapse)AuthorAge
* Ignore coverage for util atomic.Hugo Hörnquist2023-11-16
| | | | | With mutex is almost impossible to test, and it would really only be testing Guile's built in functionallity.
* Fix coverage exceptions.Hugo Hörnquist2023-11-16
|
* Don't test testrunner.Hugo Hörnquist2023-11-06
|
* Exclude some more files from coverage testing.Hugo Hörnquist2023-11-06
|
* Tests.Hugo Hörnquist2023-11-06
|
* Move coverage supplement for datetime into source file.Hugo Hörnquist2023-11-06
|
* Automatically mark all definitions as covered.Hugo Hörnquist2023-11-06
| | | | | Guile's coverage system often missed those. Explicitly adding coverage information make percentage go up!
* Add tests for (calp translation).Hugo Hörnquist2023-10-24
|
* Test work.Hugo Hörnquist2023-10-22
|
* Finish tests for (vcomponent duration).Hugo Hörnquist2023-10-18
|
* Add tests for (text util).Hugo Hörnquist2023-10-18
| | | | | | 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.
* Update coverage supplement.Hugo Hörnquist2023-10-18
|
* Move timespec and recur-rule to new object system.Hugo Hörnquist2023-10-16
|
* Add coverage supplement for atomic-*.Hugo Hörnquist2023-10-08
| | | | | These are for the module declaration, and the inernal datastructures declaration.
* Further rewrite of testrunner.Hugo Hörnquist2023-10-08
Move many of the atomic procedures into proper libraries.