waifod / quant_finance_models

Project containing the implementations of quantitative finance models
MIT License
5 stars 1 forks source link

Think about adding Unit Testing to the project #35

Closed david-alvarez-rosa closed 1 year ago

david-alvarez-rosa commented 1 year ago

We need to align first on UT framework — probably Google's ones (gmock and gtest). TBD.

waifod commented 1 year ago

I would argue in favour of GMock+GTest since they will be maintained for a long time. An alternative would be Turte+BoostTest, but Turtle is maintained by just one guy.

david-alvarez-rosa commented 1 year ago

Yeah, sounds good to me!

waifod commented 1 year ago

Tackled via PR https://github.com/Waifod/quant_finance_models/pull/71. Closing.