gintool / gin

GI in No Time - a Simple Microframework for Genetic Improvement
MIT License
43 stars 21 forks source link

Fail fast implemented. #73

Closed GiovaniGuizzo closed 3 years ago

GiovaniGuizzo commented 3 years ago

I created the Fail Fast functionality for gin.

Basically, by using the -ff option, now the test execution stops at the first failed test case. This considerably improves execution time.

See #51 for more info.