emacs-devel
[Top][All Lists]
Advanced

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

Re: Tests in core depending on GNU ELPA packages


From: Stefan Monnier
Subject: Re: Tests in core depending on GNU ELPA packages
Date: Tue, 15 Dec 2020 22:24:55 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

>> Also, the proposed bundling doesn't let Emacs's own code depend on GNU
>> ELPA code, so it still wouldn't allow us to use `dash.el` inside Emacs.
>>
>> I don't see any need to "solve" or discuss those issues before we can
>> bundle packages.
>
> Nice work reorganizing GNU ELPA.
>
> As part of my work on bug#43566, I'd like to add a test to
> test/lisp/net/ntlm-tests.el that depends on the GNU ELPA packages
> ws-server and url-http-ntlm.  I'd prefer the test to be in core rather
> than GNU ELPA, since it's specifically to prevent ntlm.el regressions
> introduced by core changes (e.g., url).
>
> Can you suggest a way to accomplish this?

You could add the tests and mark them (skip-unless (fboundp '...)).
This means they won't be tested in the "normal" regression tests where
those extra packages aren't installed, but at least anyone could run them
by installing the corresponding packages.


        Stefan




reply via email to

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