klen / nvim-test

A Neovim wrapper for running tests
MIT License
180 stars 27 forks source link

Fix some unittests #42

Open 616b2f opened 9 months ago

616b2f commented 9 months ago

Hi,

when I used this plugin I found a couple of bugs in dotnet implementation, mainly the unit tests where wrong because the commands that where assumed did not worked when you tried to execute them manually on my local machine. In the process I rewrote some stuff because I thought it makes more sense like this. And also tested the unit tests for other tools and found there also some bugs.

In the meanwhile I switched to another plugin for unittests.

I create this PR not to merge as is, but more like: If you find stuff in here that is useful for the project you can take it over, I don't mind if you just copy it from here in your own PRs. If you find nothing useful in here just close the PR.

Thanks for your work, it served me well back then :)