aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-01-17 19:38:59 -0800
committerGlenn Morris2012-01-17 19:38:59 -0800
commit0a1cb9ede18ed66a5c1792ed2de09946ba7e61de (patch)
tree1de0ea62ee6588072c5588df29da8508e09d893c
parentf3860cea15990321965ecba3961c9f5d5700556f (diff)
downloademacs-0a1cb9ede18ed66a5c1792ed2de09946ba7e61de.tar.gz
emacs-0a1cb9ede18ed66a5c1792ed2de09946ba7e61de.zip
* etc/TODO: Add entry for writing tests.
-rw-r--r--etc/TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/TODO b/etc/TODO
index 411581673e3..db1d50192f2 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -71,6 +71,12 @@ things in their .emacs.
71 71
72** See if other files can use generated-autoload-file (see eg ps-print). 72** See if other files can use generated-autoload-file (see eg ps-print).
73 73
74** Write more tests. Pick a fixed bug from the database, write a test
75case to make sure it stays fixed. Or pick your favorite programming
76major-mode, and write a test for its indentation. Or a version
77control backend, and write a test for its status parser. Etc.
78See test/automated for examples.
79
74* Small but important fixes needed in existing features: 80* Small but important fixes needed in existing features:
75 81
76** Flymake's customization mechanism needs to be both simpler (fewer 82** Flymake's customization mechanism needs to be both simpler (fewer