libfn / functional

Extending C++ library for functional programming
ISC License
60 stars 8 forks source link

Clean up unit tests #85

Open Bronek opened 3 months ago

Bronek commented 3 months ago

We are currently over-testing invoke inside discriminated union (by testing the same full set of functions inside sum, and also a part of it in choice). There are probably other parts that we over-test, while at the same time we do not have tests for several template functions. We also do not follow consistent test coverage for different functors.