TestItemRunner.jl icon indicating copy to clipboard operation
TestItemRunner.jl copied to clipboard

Document `@testsetup`

Open MilesCranmer opened this issue 1 year ago • 2 comments

I noticed from the tests there is this @testsetup which is very useful for my work:

https://github.com/julia-vscode/TestItemRunner.jl/blob/main/test/runtests.jl

Would be good to have documentation on this as I am curious about the entire API and any caveats to be aware of.

MilesCranmer avatar May 08 '24 18:05 MilesCranmer

That doesn't work yet, though :) I've just started the implementation, but it is not yet done.

davidanthoff avatar May 08 '24 22:05 davidanthoff

Oh I see, thanks for clarifying

MilesCranmer avatar May 09 '24 06:05 MilesCranmer