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

Option to suppress "Skipped" messages #453

Open jcmrva opened 1 year ago

jcmrva commented 1 year ago

This would be particularly useful when focusing a test, or list of tests.

We have hundreds of tests, so focusing results in a flood of messages.

ratsclub commented 1 year ago

Hello, @jcmrva

Can you provide a small example of a code that does what you described?