julia-vscode / TestItemRunner.jl

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

Release a new version #46

Closed tz-lom closed 1 year ago

tz-lom commented 1 year ago

v0.2.1 was released 7 month ago I see several features were added to the master after that. Given repo is a WIP maybe it's a good time to release a new version and consider more frequent releases in a future?

gdalle commented 1 year ago

I agree, I would love to have the verbose=true option for package tests!

davidanthoff commented 1 year ago

Ah, I should remove the WIP badge, in my mind this is all ready to be used (and it is widely used).

Some of the features that we added to main are not ready to be used in general, in particular the @testsetup stuff is not yet supported in the VS Code extension and I want to finish the implementation over there before making it fully "public".

The verbose thing is the only other thing. I guess we could tag a release and just not mention the @testsetup things...

I should add that I've also been working on https://github.com/julia-vscode/TestItemRunner2.jl that has a lot more features, including parallel test execution etc.

gdalle commented 1 year ago

I trust your judgement @davidanthoff!

By the way, do you think https://github.com/julia-vscode/julia-vscode/issues/3288 is an issue for julia-vscode or TestItemRunner(2).jl?

gdalle commented 1 year ago

On second thought, a release with the verbose mode would really be crucial for those who don't develop with VSCode but still want a detailed test summary!

gdalle commented 1 year ago

Hez @davidanthoff, just a friendly ping about this new version, the verbose behavior is (I think) really crucial for widespread adoption

davidanthoff commented 1 year ago

https://github.com/JuliaRegistries/General/pull/85686

gdalle commented 1 year ago

Thank you!