summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2020-09-23 20:53:06 +0200
committerStefan Kangas <stefan@marxist.se>2020-09-23 20:53:06 +0200
commitad285e0eb8ae18f41a4d94b1a57a5ee118f6814f (patch)
treee2d816252f0dbd9bef3e55fe9e95f0e8eaea82b6
parent37a2a427e4afaab963ba9753d11d7b665ac67ea0 (diff)
downloademacs-ad285e0eb8ae18f41a4d94b1a57a5ee118f6814f.tar.gz
Remove TODO to convert files to unit tests
* 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
-rw-r--r--test/lisp/progmodes/ruby-mode-tests.el2
-rw-r--r--test/lisp/textmodes/css-mode-tests.el2
2 files changed, 0 insertions, 4 deletions
diff --git a/test/lisp/progmodes/ruby-mode-tests.el b/test/lisp/progmodes/ruby-mode-tests.el
index fb3b42b30df..5988a495238 100644
--- a/test/lisp/progmodes/ruby-mode-tests.el
+++ b/test/lisp/progmodes/ruby-mode-tests.el
@@ -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.
diff --git a/test/lisp/textmodes/css-mode-tests.el b/test/lisp/textmodes/css-mode-tests.el
index 02bd2aca303..f627d1c02c9 100644
--- a/test/lisp/textmodes/css-mode-tests.el
+++ b/test/lisp/textmodes/css-mode-tests.el
@@ -417,8 +417,6 @@
(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"