]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove TODO to convert files to unit tests
authorStefan Kangas <stefan@marxist.se>
Wed, 23 Sep 2020 18:53:06 +0000 (20:53 +0200)
committerStefan Kangas <stefan@marxist.se>
Wed, 23 Sep 2020 18:53:06 +0000 (20:53 +0200)
* test/lisp/textmodes/css-mode-tests.el:
* test/lisp/progmodes/ruby-mode-tests.el: Remove TODO to convert test
files into unit tests.  The files are still useful for debugging.
Ref: https://lists.gnu.org/r/emacs-devel/2020-09/msg01906.html

test/lisp/progmodes/ruby-mode-tests.el
test/lisp/textmodes/css-mode-tests.el

index fb3b42b30df54aa100340f0937e2e87e6f74d638..5988a495238d29c41ad2ee98aaa6c8d65afdf051 100644 (file)
@@ -848,8 +848,6 @@ VALUES-PLIST is a list with alternating index and value elements."
       (ruby--insert-coding-comment "utf-8")
       (should (string= "# encoding: utf-8\n\n" (buffer-string))))))
 
-;; TODO: Convert these into unit proper tests instead of using an
-;;       external file.
 (ert-deftest ruby--indent/converted-from-manual-test ()
   :tags '(:expensive-test)
   ;; Converted from manual test.
index 02bd2aca303fdc47ec28aff905ee3e137c461e9f..f627d1c02c9fd5d91204ec6b4b5105dd70b8b6ed 100644 (file)
                                       (point))
                                     "black")))))
 
-;; TODO: Convert these into unit proper tests instead of using an
-;;       external file.
 (ert-deftest css-mode-test-indent ()
   (with-current-buffer
       (find-file-noselect (expand-file-name "test-indent.css"