Closed sztal closed 1 month ago
So, there's good news & bad news about this:
The reason for this is because of https://github.com/JuliaLang/julia/pull/53215 (which I opened precisely due to this issue). There isn't really anything I can do about 1.10, unfortunately.. I could add a note to the README linking that PR?
Note that the only thing that's missing is the summary table (the printing of which is provided by the Test
stdlib), the individual printing-of-counterexamples is still in there, it's just pushed down due to the long printing of Test.DefaultTestSet
. As a workaround, you can add a trailing ;
to the top-level invocation of @testset
to suppress the existing show
method being called on the return value of @testset
.
Ok, thanks a lot for the explanation!
By the way, do you know whether Supposition.jl
interoperates correctly with the TestItems.jl framework?
I don't, sorry! I don't use VSCode, and there doesn't seem to be any documentation for how to hook into this.
Since your original issue was answered (and there's nothing I can do about 1.10), I'm going to close the issue :)
Sure, no problem, thanks a lot!
What happened?
Hi!
The problem as in the title. Below is is the minimal example for reproducing the error.
I basically run the code from the README and get unformatted output.
The final part of the output, instead of being a nice table like in the README, looks more or less like this:
Am I doing something wrong or is it a bug?
Cheers!
What did you expect to happen?
I expect the output to look like the nice table from the README.
Julia Version
Package Environment