bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#43792: [PATCH] Add ert macros to get resource file names


From: Stefan Kangas
Subject: bug#43792: [PATCH] Add ert macros to get resource file names
Date: Sun, 4 Oct 2020 12:40:33 +0000

Severity: wishlist

There's a lot of repetitive code to get at the resource directories for
tests.  That's obviously boring, so I'd propose something like the
following two macros to make it easier:

(ert-resource-directory)
(ert-resource-file NAME)

Please see the attached patch, the second of which uses the macros in
our test suite.  Not sure if they should be in ert.el, so I put them in
ert-x.el for now to play it safe.

Any comments?

Attachment: 0001-Add-ert-macros-to-get-resource-file-names.patch
Description: Text Data

Attachment: 0002-Use-new-resource-directory-macros-in-tests.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]