Skip to content
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

Closed
ceedubs opened this issue Sep 12, 2015 · 5 comments
Closed

Consider publishing Cats test helpers #529

ceedubs opened this issue Sep 12, 2015 · 5 comments

Comments

@ceedubs
Copy link
Contributor

ceedubs commented Sep 12, 2015

@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 publish CatsSuite in its entirety, since then it becomes harder to change, but there may be useful elements worth extracting.

We should consider publishing such items.

@ghost
Copy link

ghost commented Sep 12, 2015

As an advanced possible route forward, you may want to look at scala-bricks, and in particular scala-bricks test

@rossabaker
Copy link
Member

CatsSuite could be very useful, but also favors ScalaTest. One question to consider is what useful test kit might be produced that plays well with all the major test frameworks.

@adelbertc
Copy link
Contributor

discipline does a similar thing.. ish

@ceedubs
Copy link
Contributor Author

ceedubs commented Mar 25, 2018

Resolved by #1758

@ceedubs ceedubs closed this as completed Mar 25, 2018
@ghost
Copy link

ghost commented Mar 25, 2018

from ^^

One question to consider is what useful test kit might be produced that plays well with all the major test frameworks.

https://github.com/typelevel/catalysts/ 😉 see also https://gitter.im/typelevel/cats-dev?at=5ab7bb09e3d0b1ff2c66cb35

But yes. this particular issue should be closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants