You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I develop a module with a bunch of functions and I am working on one function I don't necessarily want to always test all functions in that module. -- Is there a way to narrow doctest to a particular functions in a module?
Or -- the other way around -- can I exclude functions from being tested?
The text was updated successfully, but these errors were encountered:
I'm just learning Haskell and in our course we use doctest as the "testing framework". When I'm "libearting" from the course, is hspecthe framework in Haskell? I thought QuickCheck is the one...
When I develop a module with a bunch of functions and I am working on one function I don't necessarily want to always test all functions in that module. -- Is there a way to narrow
doctest
to a particular functions in a module?Or -- the other way around -- can I exclude functions from being tested?
The text was updated successfully, but these errors were encountered: