Hello folks! I’m trying to work in the wiremock-gr...
# wiremock-java
e
Hello folks! I’m trying to work in the wiremock-grpc-extension (https://github.com/wiremock/wiremock-grpc-extension). I have it forked/cloned. When I run
./gradlew :check
I can’t seem to get it to run any of the tests in
GrpcAcceptanceTest
. It doesn’t seem to find any tests to execute. I added
fail("testing that this fails");
to one of the existing tests but yet
./gradlew check
passes.
o
https://github.com/wiremock/wiremock-grpc-extension/pull/33 has not been merged yet, so not a regression with the convention plugin
e
Yes. Without that, unit tests are never actually executed, even though the log shows
:test
ran to success
even in the GitHub action CI…the tests have never actually been executed within those jobs