]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/todo/test_coverage.mdwn
Review request
[ikiwiki.git] / doc / todo / test_coverage.mdwn
index 4c0e9e16c265747a80083ab4e8be152bcd47155c..56e11e01ac95d38a0c7e96f9169b06f8cad07045 100644 (file)
@@ -11,8 +11,14 @@ Limitations of the current branch, which uses [[!cpan Devel::Cover]]:
   the two copies of each module; not a problem for [[plugins/contrib/trail]]
   which only has one test.
 
+> How annoying. I think in at least some cases there is reason to use
+> `./blib` -- perhaps everything that users `.` should be changed to use
+> it. --[[Joey]]
+
 * The [[plugins/git]] and [[plugins/mercurial]] plugins want to `chdir`,
   and so does [[!cpan Devel::Cover]], so they fight. For now, those tests
   are disabled under `make coverage`.
 
 --[[smcv]]
+
+> [[merged|done]] --[[Joey]]