diff options
| author | Glenn Morris | 2012-01-17 19:38:59 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-01-17 19:38:59 -0800 |
| commit | 0a1cb9ede18ed66a5c1792ed2de09946ba7e61de (patch) | |
| tree | 1de0ea62ee6588072c5588df29da8508e09d893c | |
| parent | f3860cea15990321965ecba3961c9f5d5700556f (diff) | |
| download | emacs-0a1cb9ede18ed66a5c1792ed2de09946ba7e61de.tar.gz emacs-0a1cb9ede18ed66a5c1792ed2de09946ba7e61de.zip | |
* etc/TODO: Add entry for writing tests.
| -rw-r--r-- | etc/TODO | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -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 | ||
| 75 | case to make sure it stays fixed. Or pick your favorite programming | ||
| 76 | major-mode, and write a test for its indentation. Or a version | ||
| 77 | control backend, and write a test for its status parser. Etc. | ||
| 78 | See 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 |