]> git.eshelyaron.com Git - emacs.git/commit
New convenience macros ert-with-temp-(file|directory)
authorStefan Kangas <stefan@marxist.se>
Sat, 6 Nov 2021 12:50:46 +0000 (13:50 +0100)
committerStefan Kangas <stefan@marxist.se>
Sat, 6 Nov 2021 18:16:05 +0000 (19:16 +0100)
commitbf2e35c5d25a8d1ed5ceacfd6171233bc75eae01
tree20b8555ca2a37c31afd65f57c1ffa0427799f343
parent1b1d387b96ebeb8330a76240db0cda6b8cefdf1f
New convenience macros ert-with-temp-(file|directory)

* lisp/emacs-lisp/ert-x.el
(ert-with-temp-file)
(ert-with-temp-directory): New macros.
* test/lisp/emacs-lisp/ert-x-tests.el
(ert-x-tests-with-temp-directory)
ert-x-tests-with-temp-directory/text-signals-error
(ert-x-tests-with-temp-file)
(ert-x-tests-with-temp-file/handle-error)
(ert-x-tests-with-temp-file/prefix-and-suffix-kwarg)
(ert-x-tests-with-temp-file/text-kwarg)
(ert-x-tests-with-temp-file/unknown-kwargs-signals-error): New tests.
lisp/emacs-lisp/ert-x.el
test/lisp/emacs-lisp/ert-x-tests.el