I just experienced something weird. I wrote a test...
# kotlintest
w
I just experienced something weird. I wrote a test suite, 12 tests. One test was failing, the last one. But AndroidStudio would show
6
failed tests and
24
ignored ones. Once all the tests pass, I see normal
12 tests passed
. I expect 6/24 was due to treating describe/context as tests as well? But it still doesn’t add up, I see that I do have 12 `it`s, 11 `describe`s and 4 `context`s. Anyway pretty weird, since 11 tests were passing, only one was failing. I have KotlinTest plugin
3.3.0.11
installed and I use KT 3.4.1