summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* test: Add coverage for render module.David Thompson2014-09-121-0/+68
| | | | * tests/guix-web/render.scm: New file.
* test: Fix directory? test.David Thompson2014-09-121-2/+2
| | | | * tests/guix-web/util.scm ("directory?"): Use getcwd instead of ".".
* Add first unit tests.David Thompson2014-08-291-0/+48
* tests/guix-web/util.scm: New file.