aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-09-19 12:59:21 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-09-19 12:59:21 -0400
commit89c965e79ec404b979045354b8e5f8e27530378c (patch)
tree76b28bb85d76ff31e7e0c1f6889c79d7b6597e06 /doc
parent424362dc387fb1322da8cbe55d037f503ac3ca74 (diff)
downloadikiwiki-89c965e79ec404b979045354b8e5f8e27530378c.tar
ikiwiki-89c965e79ec404b979045354b8e5f8e27530378c.tar.gz
already present
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/Unit_tests.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/todo/Unit_tests.mdwn b/doc/todo/Unit_tests.mdwn
index b1b0160a0..9c579a62e 100644
--- a/doc/todo/Unit_tests.mdwn
+++ b/doc/todo/Unit_tests.mdwn
@@ -3,3 +3,8 @@ Not sure about this TODO, but here it is anyway...
It would be nice to have unit tests for IkiWiki. This would make sure that we don't break things when adding more functionality.
> mmm unit tests. --[[schmonz]]
+
+>> Ikiwiki has over 500 tests, most of them of the unit test variety. They
+>> are located in the 't' directory and are run by 'make test'. Most of the
+>> core ikiwiki functions are covered. Feel free to contribute more..
+>> --[[Joey]] [[done]]