marilari88 / neotest-vitest

Vitest adapter for Neovim Neotest plugin
106 stars 33 forks source link

fix: #50 support data-driven tests (it.each) #51

Open lucax88x opened 6 months ago

lucax88x commented 6 months ago

Still a draft, taking inspiration from neotest-jest

I had first to make the plugin tests works first, nio module was missing somehow and I had troubles on asserting command paths as you can see from my commit.

Then, I was finally able to get the first "piece" of code working, detecting the parametrized tests.

When I have some more time I'll check the other PR code how he handles the rest.

PS: the code is copy pasted from the PR above, I jet have to check what he wants to do!

caliguIa commented 3 weeks ago

how're you getting on with this out of interest? Might take a peak at this if no luck/time?