nickbruun/hayai

Replace googletest with Catch

Closed this issue · 1 comments

Would you be interested in getting rid of the googletest behemot and replace it with header-only https://github.com/philsquared/Catch?

Hi, thanks for the suggestion! Given that Hayai follows the Google Test patterns of how cases are declared, I think it makes more sense to "just" stick with Google Test for now. It is a very good inspiration for API design down the road, though.