haf / expecto

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

Added runTests to simplify usage in interactive mode #471

Open sporring opened 11 months ago

sporring commented 11 months ago

In interactive mode, it is superfluous to give default empty parameters. Thus I propose runTests

farlee2121 commented 11 months ago

This is something that caused me to double take when I first started with the library.

I feel like this is a fairly high-traffic API decision though, and @haf should have the final call.

haf commented 4 months ago

I think it sounds like a great change!