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
We're using plain hedgehog to implement property-based tests. So it's enough to use only hedgehog and decrease dependency footprint for the relude package. This should speed up building of the package and decrease maintenance burden.
The text was updated successfully, but these errors were encountered:
Question: When a test suite depends on something, does this propagate to the dependency list of the package in total? I actually thought there was some way to keep the tests in a Hackage package and yet not let them influence dependencies.
We're using plain
hedgehog
to implement property-based tests. So it's enough to use onlyhedgehog
and decrease dependency footprint for therelude
package. This should speed up building of the package and decrease maintenance burden.The text was updated successfully, but these errors were encountered: