[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
scratch/emacs-editorconfig fe9ed9b4cbf 061/364: Fix names of ert test ca
From: |
Stefan Monnier |
Subject: |
scratch/emacs-editorconfig fe9ed9b4cbf 061/364: Fix names of ert test cases |
Date: |
Tue, 18 Jun 2024 01:40:37 -0400 (EDT) |
branch: scratch/emacs-editorconfig
commit fe9ed9b4cbfda2548c3fc3ca0db6e678a83f9ec7
Author: 10sr <8slashes+git@gmail.com>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>
Fix names of ert test cases
---
ert-tests/editorconfig-core-handle.el | 2 +-
ert-tests/editorconfig-core.el | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ert-tests/editorconfig-core-handle.el
b/ert-tests/editorconfig-core-handle.el
index 6cef0349d4d..2133fafd2bf 100644
--- a/ert-tests/editorconfig-core-handle.el
+++ b/ert-tests/editorconfig-core-handle.el
@@ -1,6 +1,6 @@
(require 'editorconfig-core-handle)
-(ert-deftest editorconfig-core-handle ()
+(ert-deftest test-editorconfig-core-handle ()
;; handle.ini
(let* ((fixtures (concat default-directory
"ert-tests/fixtures/"))
diff --git a/ert-tests/editorconfig-core.el b/ert-tests/editorconfig-core.el
index f70b1c83e53..aec80beba20 100644
--- a/ert-tests/editorconfig-core.el
+++ b/ert-tests/editorconfig-core.el
@@ -1,6 +1,6 @@
(require 'editorconfig-core)
-(ert-deftest editorconfig-core--remove-duplicate ()
+(ert-deftest test-editorconfig-core--remove-duplicate ()
(should (equal (editorconfig-core--remove-duplicate '(("a" . 1) ("b" . 2)
("c" . 3) ("b" . 4)))
'(("a" . 1) ("b" . 4) ("c" . 3))))
(should (equal (editorconfig-core--remove-duplicate '(("a" . 1) ("b" . 2)
("c" . 3)))
@@ -10,7 +10,7 @@
)
-(ert-deftest editorconfig-core--get-handles ()
+(ert-deftest test-editorconfig-core--get-handles ()
(let* ((fixtures (concat default-directory
"/ert-tests/fixtures/"))
(dir (concat fixtures
- scratch/emacs-editorconfig e68384d544c 088/364: Refactor editorconfig-conf-mode, (continued)
- scratch/emacs-editorconfig e68384d544c 088/364: Refactor editorconfig-conf-mode, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig cdcc5826d68 089/364: Add make sandbox target, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig 7505fb780ff 108/364: Bump version to 0.7.6, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig 331edef26d0 109/364: Remove link to Marmalade package repository, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig 1c328163516 119/364: Bump version to 0.7.7, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig d79b9e410aa 104/364: Use truename for editorconfig name, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig d900f27638d 113/364: Simplify definition of string-integer-p (#96), Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig d94e1f29f33 052/364: Fix some warnings reported by flycheck, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig 98a370e8896 127/364: Massive reformatting of docstrings., Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig 58f10645403 057/364: Add MELPA badges, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig fe9ed9b4cbf 061/364: Fix names of ert test cases,
Stefan Monnier <=
- scratch/emacs-editorconfig 5b9a1a38d2b 070/364: Add ps-mode indentation support, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig d150069fc61 073/364: Catch error thrown from get-properties-function and display it, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig f907c968c88 075/364: Already 2016 :) Happy new year!, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig 37d22c07507 076/364: Bump version to 0.7.2, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig 0791fced087 083/364: Add editorconfig-exclude-modes, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig 3d6df2ae193 090/364: Derive editorconfig-conf-mode from conf-unix-mode, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig b93a7964d43 096/364: Add a comment for contributors, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig eba248e638e 098/364: Fix english, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig a4d73a4470b 103/364: Bump version to 0.7.5, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig bf8bfe5f38d 105/364: Copy properties alists before using them, Stefan Monnier, 2024/06/18