[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: unit test framework
From: |
joakim |
Subject: |
Re: unit test framework |
Date: |
Tue, 13 Apr 2010 12:32:39 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1.90 (gnu/linux) |
Stefan Monnier <address@hidden> writes:
>> I write try to write unit tests for my elisp, and it would be much
>> easier if there was a canonical unit test framework in Emacs.
>
> Yes, that's the intention. We should pick one and run with it.
> The choice doesn't have to be "the very best", but it should aim for:
> - simple&clean code, easy to maintain&extend.
> - well maintained with a maintainer interested in taking a lead helping
> us integrate it into Emacs.
>
>
> Stefan
I've now tested "elunit" and converted to "ert". So far I prefer "ert"
because its available in ELPA, and the report looks like the ones I'm
used to get with JUnit or something similar.
OTOH none of the packages reported exactly where in my code my errors
where. "ert" was slightly better tough.
Just my €0.02, to get the thread going again. Again, to quote Stefan, we
should just pick something and run with it. I'm sure Emacs will
improve from it.
--
Joakim Verona
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: unit test framework,
joakim <=