David Anthoff
David Anthoff
> Note that we don't seem to be doing actual nested folder -> nested tests yet Yep, I was more describing an aspiration ;) Not yet implemented, and definitely the...
So, I don't think we would ever allow nesting of `@testitem`, they are really the atomic leaf unit that one can execute. If we were to enable some in-file nesting...
That would mean that we have to restrict the language server to those folders, the test item detection is just part of the regular parsing of Julia files in the...
So I think the TODO here is that we should just remove all the info about detected tests while the LS is down. That is essentially a state where that...
This looks like a bug in JuliaFormatter to me. As far as I can tell it seems to reformat the code to ``` @constraint(Lower(model), x[1] + x[2] +
Fixed in https://github.com/julia-vscode/TestItemDetection.jl/pull/21, tests in https://github.com/julia-vscode/JuliaWorkspaces.jl/pull/22.
So, the idea is that you just put `@run_package_tests` into your `test/runtests.jl` file, but not call it directly. From the REPL you would either go into REPL mode and just...
Ah, yes, that is not yet supported here. We'll need a generic filtering mechanism, and I first want to add support for tags and then I was thinking I would...
Oh, but you should be able to run the tests in a specific folder/file in the VS Code UI, of course.
I think such contributions would be fantastic. One long term goal of ours is to be able to compile the entire language server into a self-contained (small!) binary and ship...