"Stephen J. Turnbull" <stephen(a)xemacs.org> writes:
>>>>> "Simon" == Simon Josefsson
<jas(a)extundo.com> writes:
Simon> Hm, is there a regression test infrastructure for elisp
Simon> packages? That would be neat.
tests/automated/test-harness.el
It seem to be for core only, but I guess it could be used for the
packages too.
I plan to package it; Martin thinks it's a bad idea, but I
don't
really understand what he's talking about.
The only bad about it I can see is that it takes away time from more
important things, but that appears to hold for everything we do here
anyway, so I guess I don't see the problem either.
FWIW, when I suggested a test suite for Emacs to RMS several years ago
he didn't like it either, because he felt that emacs went through a
self-test during bootstrap. I guess I didn't explain carefully enough
that bootstrapping doesn't test for regression in elisp package APIs.
Having a self test for, e.g., the mail standard stuff in Gnus would be
neat to have when people propose large modifications... OTOH, this
sounds like work.