]> Sergey Matveev's repositories - public-inbox.git/commitdiff
TODO: update tests item
authorEric Wong <e@80x24.org>
Fri, 12 Mar 2021 10:44:03 +0000 (10:44 +0000)
committerEric Wong <e@80x24.org>
Sat, 13 Mar 2021 09:09:41 +0000 (05:09 -0400)
Our code base is growing, and we could repeat less setup
work in our tests and improve development pace.

TODO

diff --git a/TODO b/TODO
index 4993b02c2837a5dc64edeb6d4aff244490c30ab0..c192031315bca228a8deead4b6f72265cb6c5a10 100644 (file)
--- a/TODO
+++ b/TODO
@@ -84,7 +84,8 @@ all need to be considered for everything we introduce)
 * use REQUEST_URI properly for CGI / mod_perl2 compatibility
   with Message-IDs which include '%' (done?)
 
-* more and better test cases (use git fast-import to speed up creation)
+* better test cases, make faster by reusing more setup
+  code across tests
 
 * large mbox/Maildir/MH/NNTP spool import (in lei, but not
   for public-facing inboxes)