julia-vscode / TestItemRunner.jl

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

Add support for the `setup` argument as in the `ReTestItems` #56

Open bvdmitri opened 9 months ago

bvdmitri commented 9 months ago

ReTestItems package is compatible with VSCode UI, but additionally exposes the setup keyword argument, which is currently ignored by VSCode test running infrastructure. It would be nice to synchronise here a bit, since setting up common functionality/fixtures in tests is extremely useful. For now, if some wants to use ReTestItems both in VSCode and in REPL, they need to avoid the setup argument and use include instead.

I see there was some discussion here, but it looks like this functionality is still not available in the VSCode?