jubianchi / atoum.js

The modern, simple and intuitive PHP 5.3+ unit testing framework, now for JS
http://jubianchi.fr/atoum.js
16 stars 3 forks source link

Implement loop mode #2

Open marmotz opened 10 years ago

marmotz commented 10 years ago

As atoum, it would be awesome to implement the loop mode :)

jubianchi commented 10 years ago

I tried, I really tried hard but I could not get work.

You can still implement a loop-like mode using something like this : https://github.com/jubianchi/atoum.js/blob/master/Makefile#L25-L32

But it won't behave as atoum's original loop mode : it will always run the whole test suite instead of running only failed tests until they pass.

Perhaps I should try again to implement a real loop mode as since my last try, I changed a lot of things.