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

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

Re: unit testing


From: Tim X
Subject: Re: unit testing
Date: Fri, 04 Mar 2011 10:10:23 +1100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Andreas Politz <politza@fh-trier.de> writes:

> Perry Smith <pedzsan@gmail.com> writes:
>
>> Is there any quasi-formal test unit system already available?
>
> http://www.google.com/cse?cx=004774160799092323420%3A6-ff2s0o6yi&q=unit+test
>
> -ap

FWIW emacs 24 now includes a package for regression testing 

ERT is a tool for automated testing in Emacs Lisp.  Its main features
are facilities for defining tests, running them and reporting the
results, and for debugging test failures interactively.

   ERT is similar to tools for other environments such as JUnit, but has
unique features that take advantage of the dynamic and interactive
nature of Emacs.  Despite its name, it works well both for test-driven
development (see
`http://en.wikipedia.org/wiki/Test-driven_development') and for
traditional software development methods.


Tim

-- 
tcross (at) rapttech dot com dot au


reply via email to

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