Sam

Results 482 comments of Sam

Thanks, will fix this as I revamp test container support a bit for 6.0

I've played about with adding this but we are blocked on https://github.com/Kotlin/kotlinx.coroutines/issues/3713

Do you have a suggestion syntax with an example ?

@lukaszkalnik are you creating the factory with a function that you pass args to, and you want to display those args somehow in the names?

@OliverO2 don't know if you know the issue off the top of your head ?

Yeah we prob can't change ordering on people but can always add new more defined things. On Mon, Jul 24, 2023, 3:27 PM Emil Kantis ***@***.***> wrote: > I'm not...

We probably need a flag to determine this behaviour. I don't think we can just move the order around now, as it will invariably break for someone else. Some options:...

I agree that extensions should run before callbacks defined inside the spec itself. Let's change this behavior in 6.0

shouldBe allows Iterables of the same type, and TextNode implements Iterable, so its comparing the contents of the iterator - which is null for text nodes as they don't contain...