So I made a PR for the quarkus extension examples,...
# kotest
s
So I made a PR for the quarkus extension examples, https://github.com/kotest/kotest-examples-quarkus/pull/1/files It demonstrates that the kotest tests aren't picked up when running
./gradlew test
. For the QuarkusMockTest it shows that 'Test events were not received'. For all the kotest tests, if you run the individual test (not the whole class) directly in intellij, it throws an error about the property not being initialized.
s
ok looks good. When you're ready pull it out of draft and I'll merge
s
Oh ok, you want to merge it while stuff is failing?
marked as ready
s
Yes, we start with master broken
and then we fix it by implementing the quarkus extension
👍🏽 1
s
understood