Sam
Sam
Yes I guess it can although it doesn't get included in a separate column in the output. But not a huge deal is it. On Sat, 20 Jul 2019, 10:41...
https://etorreborre.github.io/specs2/guide/SPECS2-4.3.4/org.specs2.guide.PendingUntilFixedExamples.html
So what I don't understand is what differs from a regular test. So your three options are - failed test, successful test, ignored test. Which of those is the desired...
As part of Kotest 6.0 I hope to ditch JUnit but realistically the JVM world revolves around that. That's why this feature has always been a bit "impossible". The first...
That makes sense: ```kotlin test("foo").config(pending = true) { // } ``` And this is inverted - if it passes it fails and vice versa.
`pending = true` could easily: * imply a tag (if we want to do that?) * add ***PENDING*** to output (and in Kotest 6 be highlighted properly) * invert the...
I think shouldBe should (and does) use equals except where we override it for special behavior - like we are doing for sets for example. This example is failing because...
> Good idea, we can try it. But actually you should know, that several people in JetBrains do not like this framework :) @akuleshov7 I would be interested to know...
Kotest 5.0 will support JS IR. It's already working in a feature branch and 5.0 will probably drop in around 4 weeks. The caveat is that 5.0 will DROP support...
I have the same issue.