NorfairKing / sydtest

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

Report setup progress with `--debug` #87

Open disconsis opened 1 month ago

disconsis commented 1 month ago

I have a couple of tests that have a long setup, and I'd like to know how long they're taking/what's happening when profiling with --debug. Happy to create a PR if this sounds useful :)

NorfairKing commented 1 month ago

Never had this problem but that sounds like a great addition!