-
Notifications
You must be signed in to change notification settings - Fork 8
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 tests found #23
Comments
I just cloned the repo and I ran
That's strange. We use Junit5 on this project, we don't use JUnit4. |
What about running via Idea gui instead? However, what output do you see? I have this:
BUILD SUCCESSFUL in 865ms Anyway, if I change the first test in order to make it fail: |
Ooops! Good catch! I can see the error now. |
I found the issue. The import of |
What about kotest? |
Nice idea: #25 |
as titled, fresh cloned, tried to run the test(s) via Idea gui:
If I switch to running test with Idea instead:
The text was updated successfully, but these errors were encountered: