]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/todo/Unit_tests.mdwn
reviewing next patch
[ikiwiki.git] / doc / todo / Unit_tests.mdwn
index 98820864de122045c322525b5f2a10edad9980de..9c579a62ee41db1c0a40aae078e0bbc9ee0a713d 100644 (file)
@@ -1,3 +1,10 @@
 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]]