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

No information on which test is failing #70

Open
khlumzeemee opened this issue Aug 18, 2019 · 1 comment
Open

No information on which test is failing #70

khlumzeemee opened this issue Aug 18, 2019 · 1 comment

Comments

@khlumzeemee
Copy link

In the first cats exercice on Semigroup, there are four slots to fill.

However if a single slot is wrong, then all answers are underlined in red. It's difficult for a beginner to figure out which answer was wrong, especially because each example is testing a corner case (combining list, combining option with None).

I had to look up the answer in the repo
https://github.com/scala-exercises/exercises-cats/blob/master/src/test/scala/catslib/SemigroupSpec.scala

I would suggest to underline only the failing tests, or split the test into 4.

@asarkar
Copy link

asarkar commented Jan 3, 2024

More than 4 years later, the same problem still exists.

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

2 participants