* test frameworks
@ 2009-06-05 2:16 Joe Brenner
2009-06-05 8:00 ` Lennart Borgman
0 siblings, 1 reply; 3+ messages in thread
From: Joe Brenner @ 2009-06-05 2:16 UTC (permalink / raw)
To: emacs-devel
A few years ago, there was a discussion of developing a
framework for automated tests of emacs:
http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg00752.html
Has any progress been made in that direction?
There's a number of contenders for a test framework up on the emacs wiki
page for Unit Testing:
http://www.emacswiki.org/emacs/UnitTesting
But it's not clear if anyone has made any effort toward
evaluating them. After a quick look at their write-ups, none of
them grab my attention as being obvious contenders.
For example, it doesn't look to me like any of them use TAP, the
"Test Anything Protocol":
http://testanything.org/wiki/index.php/Main_Page
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: test frameworks
2009-06-05 2:16 test frameworks Joe Brenner
@ 2009-06-05 8:00 ` Lennart Borgman
2009-06-07 8:28 ` Joe Brenner
0 siblings, 1 reply; 3+ messages in thread
From: Lennart Borgman @ 2009-06-05 8:00 UTC (permalink / raw)
To: Joe Brenner; +Cc: emacs-devel
On Fri, Jun 5, 2009 at 4:16 AM, Joe Brenner<doom@kzsu.stanford.edu> wrote:
>
> A few years ago, there was a discussion of developing a
> framework for automated tests of emacs:
>
> http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg00752.html
>
> Has any progress been made in that direction?
I am using a modified version of ert.el for testing nXhtml. The
modifications adds things like running commands and doing
fontification. The modified version is part of the nXhtml
distribution.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: test frameworks
2009-06-05 8:00 ` Lennart Borgman
@ 2009-06-07 8:28 ` Joe Brenner
0 siblings, 0 replies; 3+ messages in thread
From: Joe Brenner @ 2009-06-07 8:28 UTC (permalink / raw)
To: emacs-devel; +Cc: Lennart Borgman
Lennart Borgman <lennart.borgman@gmail.com> wrote:
> Joe Brenner<doom@kzsu.stanford.edu> wrote:
> >
> > A few years ago, there was a discussion of developing a
> > framework for automated tests of emacs:
> >
> > http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg00752.html
> >
> > Has any progress been made in that direction?
>
>
> I am using a modified version of ert.el for testing nXhtml. The
> modifications adds things like running commands and doing
> fontification. The modified version is part of the nXhtml
> distribution.
>
Okay... so I gather the answer is that there's no official test
framework endorsed for the project as a whole.
Could we say that ert.el is the leading contender?
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-06-07 8:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-05 2:16 test frameworks Joe Brenner
2009-06-05 8:00 ` Lennart Borgman
2009-06-07 8:28 ` Joe Brenner
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.