-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider publishing Cats test helpers #529
Comments
As an advanced possible route forward, you may want to look at scala-bricks, and in particular scala-bricks test |
|
discipline does a similar thing.. ish |
Resolved by #1758 |
from ^^
https://github.com/typelevel/catalysts/ 😉 see also https://gitter.im/typelevel/cats-dev?at=5ab7bb09e3d0b1ff2c66cb35 But yes. this particular issue should be closed |
@inthenow has raised some good suggestions (https://github.com/non/cats/pull/522#discussion_r39263357 and https://github.com/non/cats/pull/522#discussion_r39263505) for items in Cats tests that may be useful in other project that depend on Cats. Currently we are publishing laws but not some of our helpers like
CatsSuite
, (currently pending)CatsEquality
, etc. We may not want to publishCatsSuite
in its entirety, since then it becomes harder to change, but there may be useful elements worth extracting.We should consider publishing such items.
The text was updated successfully, but these errors were encountered: