diff options
author | Ulrich Müller <ulm@gentoo.org> | 2024-11-06 21:26:33 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2024-11-06 21:26:33 +0100 |
commit | 7d3c99b45c65c3756b6eff8cc4fd07bcc1d73386 (patch) | |
tree | 5b5764a7083a16e1b0d5c5514a2f3531d76dfc54 /ChangeLog | |
parent | Make XEmacs less chatty in tests (diff) | |
download | ebuild-mode-7d3c99b45c65c3756b6eff8cc4fd07bcc1d73386.tar.gz ebuild-mode-7d3c99b45c65c3756b6eff8cc4fd07bcc1d73386.tar.bz2 ebuild-mode-7d3c99b45c65c3756b6eff8cc4fd07bcc1d73386.zip |
Simplify test code for skeleton functions
* test/ebuild-mode-tests.el (ebuild-mode-test-skeleton):
* test/glep-mode-tests.el (glep-mode-test-skeleton):
* test/gentoo-newsitem-mode-tests.el
(gentoo-newsitem-test-skeleton):
* test/devbook-mode-tests.el (devbook-mode-test-skeleton):
Move variable and function for test input into the cl-letf* form
and delete them from global scope.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2024-11-06 Ulrich Müller <ulm@gentoo.org> + + * test/ebuild-mode-tests.el (ebuild-mode-test-skeleton): + * test/glep-mode-tests.el (glep-mode-test-skeleton): + * test/gentoo-newsitem-mode-tests.el + (gentoo-newsitem-test-skeleton): + * test/devbook-mode-tests.el (devbook-mode-test-skeleton): + Move variable and function for test input into the cl-letf* form + and delete them from global scope. + 2024-11-03 Ulrich Müller <ulm@gentoo.org> * test/xemacs-test-wrapper.el (ert-deftest): Silence info-level |