Nicolas Charpentier | 20 Aug 09:06

Eunit support

Hi,

I started a spike to see how to support eunit tests in extremeforge, =
oups.... activering.

The code can be found on github =
https://github.com/charpi/active-ring/tree/eunit

For the moment only simple eunit tests are supported

Note: It's still a spike :-)


Cheers,
Charpi
Nicolas Charpentier | 30 Aug 08:19

Re: Eunit support

Hi,

My first thought ws to use parse_transform to detect eunit tests at compilation and generate the correct wrapper.
The simple cases are quite easy to handle, however if the tests are strange it will become tricky as the parse_transform has to detect the return value of the generator .....
Maybe that this idea wasn't the best one, a wrapper seems to be simpler.

Question: After that ActiveRing has started to execute the tests, can it advice the world that there is more test ? 

Cheers,
Nicolas


On 20 Aug 2011, at 08:06, Nicolas Charpentier wrote:

Hi,

I started a spike to see how to support eunit tests in extremeforge, =
oups.... activering.

The code can be found on github =
https://github.com/charpi/active-ring/tree/eunit

For the moment only simple eunit tests are supported

Note: It's still a spike :-)


Cheers,
Charpi


Gmane