UnkindPartition / tasty

Modern and extensible testing framework for Haskell
637 stars 108 forks source link

Add ability to supply options programmatically #412

Open newhoggy opened 3 months ago

newhoggy commented 3 months ago

Add two new functions that allows the test application to supply option sets programmatically.

This will allow the test application to choose their own defaults.

Bodigrim commented 3 months ago

@newhoggy sorry, but I would really love if we first have an issue to discuss the problem and alternative solutions before jumping straight to a PR. Could it be solved without extending an ever-growing API?

newhoggy commented 3 months ago

https://github.com/UnkindPartition/tasty/issues/414