Skip Montanaro <skip(a)pobox.com> writes:
I've grown quite comfortable using the unittest module that comes
with
Python. In my role as sometimes maintainer of python-mode I'd really like
something similar, especially since I really only use XEmacs. I'd like
something that I can run like
xemacs -batch -load pymode-unittests.el
emacs -batch -load pymode-unittests.el
and thereby avoid a lot of reliance on others for help testing changes w/
GNU Emacs. I didn't see anything obvious in a quick scan of the
xemacs-packages directory, a couple ad hoc test files, but nothing general
purpose.
Any pointers appreciated.
Hi Skip,
XEmacs core has a test harness in tests/automated/test-harness.el.
See the README in
http://cvs.xemacs.org/viewcvs.cgi/XEmacs/xemacs/tests/automated/
I realize you'd like a unit test package, but this is the closest I
can think of.
Might actually be a good idea to make something based on this
available as an XEmacs package.
Hope this helps,
Adrian
--
Adrian Aichner
mailto:adrianï¼ xemacs.org
http://www.xemacs.org/