I'm working on the <value class PR>, but I'm havin...
# mockk
a
I'm working on the value class PR, but I'm having trouble working with the project in IntelliJ. If I try and run a specific test, I get an error
Copy code
Execution failed for task ':mockk-common:test'.
> No tests found for given includes: [io.mockk.it.ValueClassTest](--tests filter)
I'm not sure how to proceed because I want to debug through the code, but I don't want to set a breakpoint and skip every single other test. Are there any tricks I'm missing for setting up the mockk project locally?
I'm using the gutter icon to run the tests
j
same here, I just write this exactly... did you solve this? how can I run such test?
and I started a pull request to update the MockK build config, because it's a bit dated, and I think that's related https://github.com/mockk/mockk/pull/855
🙏 1
👍 1
j
so, you thought that there is no way to run test on main branch now. I will follow your 855 PR to run tests. Thanks a lot! I hope it will work for me successfully
a
you can run
./gradlew test
to run all tests, but there's no way to run a single test :)
😳 1
😱 1
j
It's really worked... I didn't know that either. 🙃
I am very interested in your PR and I support you. I want to write something that reflects the PR as soon as possible.