julia-vscode / TestItemRunner.jl

Run Julia test items
MIT License
76 stars 11 forks source link

Document `@testsetup` #71

Open MilesCranmer opened 4 months ago

MilesCranmer commented 4 months ago

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.

davidanthoff commented 4 months ago

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

MilesCranmer commented 4 months ago

Oh I see, thanks for clarifying