aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas2020-09-23 20:53:06 +0200
committerStefan Kangas2020-09-23 20:53:06 +0200
commitad285e0eb8ae18f41a4d94b1a57a5ee118f6814f (patch)
treee2d816252f0dbd9bef3e55fe9e95f0e8eaea82b6
parent37a2a427e4afaab963ba9753d11d7b665ac67ea0 (diff)
downloademacs-ad285e0eb8ae18f41a4d94b1a57a5ee118f6814f.tar.gz
emacs-ad285e0eb8ae18f41a4d94b1a57a5ee118f6814f.zip
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."
848 (ruby--insert-coding-comment "utf-8") 848 (ruby--insert-coding-comment "utf-8")
849 (should (string= "# encoding: utf-8\n\n" (buffer-string)))))) 849 (should (string= "# encoding: utf-8\n\n" (buffer-string))))))
850 850
851;; TODO: Convert these into unit proper tests instead of using an
852;; external file.
853(ert-deftest ruby--indent/converted-from-manual-test () 851(ert-deftest ruby--indent/converted-from-manual-test ()
854 :tags '(:expensive-test) 852 :tags '(:expensive-test)
855 ;; Converted from manual test. 853 ;; 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 @@
417 (point)) 417 (point))
418 "black"))))) 418 "black")))))
419 419
420;; TODO: Convert these into unit proper tests instead of using an
421;; external file.
422(ert-deftest css-mode-test-indent () 420(ert-deftest css-mode-test-indent ()
423 (with-current-buffer 421 (with-current-buffer
424 (find-file-noselect (expand-file-name "test-indent.css" 422 (find-file-noselect (expand-file-name "test-indent.css"