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
This commit is contained in:
parent
37a2a427e4
commit
ad285e0eb8
2 changed files with 0 additions and 4 deletions
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue