NorfairKing / sydtest

A modern testing framework for Haskell with good defaults and advanced testing features.
113 stars 25 forks source link

Is there an alternative to hspec's `fit` to focus a specific test? #67

Open ludat opened 1 year ago

ludat commented 1 year ago

My workflow usually consists of running the entire suite with ghcid and the as I develop I focus the tests on which I'm working on.

Is there something similar for sydtest?

NorfairKing commented 1 year ago

@ludat there's the --match parameter but no fit, no.

ludat commented 1 year ago

Thanks for the quick reply!

Do you know if it will be implemented at some point?

NorfairKing commented 1 year ago

@ludat I haven't tried a workflow like that but I'm not opposed to it. I'd be open to trying it out!

NorfairKing commented 1 year ago

PR welcome!