haf / expecto

A smooth testing lib for F#. APIs made for humans! Strong testing methodologies for everyone!
Apache License 2.0
668 stars 96 forks source link

ftestPropertyWithConfig signature does not match testPropertyWithConfig #281

Closed Karamell closed 6 years ago

Karamell commented 6 years ago

ftestPropertyWithConfighas a different signature than testPropertyWithConfig and `ptestPropertyWithConfig. Wit would be nice if they were the same.

AnthonyLloyd commented 6 years ago

Yes the f signature takes a failing stdgen. I think we need another one when you don't want to specify that. Will be a breaking change but not a bad one. I'd say 'f' for just focus and 'e' for focus on error.

Easy enough and will plan for the next release which are coming in about every 3-4 weeks.

Karamell commented 6 years ago

I'd like that. Thank you. 👍