]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/todo/Unit_tests.mdwn
already present
[ikiwiki.git] / doc / todo / Unit_tests.mdwn
index b1b0160a05cd62f7ae04d8b012a3981ecce52084..9c579a62ee41db1c0a40aae078e0bbc9ee0a713d 100644 (file)
@@ -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]]