about summary refs log tree commit homepage
path: root/TODO
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-03-12 10:44:03 +0000
committerEric Wong <e@80x24.org>2021-03-13 05:09:41 -0400
commit0dbec12f85459b0eb0e9155d8813f577910586f8 (patch)
tree51bd68412c93902a96b1c9b6adf06536ea37a560 /TODO
parentd671f305c4835553bc9ede8f71ed2a24072533a3 (diff)
downloadpublic-inbox-0dbec12f85459b0eb0e9155d8813f577910586f8.tar.gz
Our code base is growing, and we could repeat less setup
work in our tests and improve development pace.
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index 4993b02c..c1920313 100644
--- 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)