klen / nvim-test

A Neovim wrapper for running tests
MIT License
176 stars 26 forks source link

Add csharp-test runner #11

Closed 616b2f closed 2 years ago

616b2f commented 2 years ago

Hi thanks for the awesome plugin!

I missed the csharp integration so I added it, it worked for me but I would love feedback from you.

I didn't test if the changes would break existing runners (I would appreciate if someone could test it, if not I will try to test myself next week).

Any suggestions for changes or additions?

klen commented 2 years ago

@616b2f The PR completely breaks tests and almost all runners (javascript, python, etc). I've refactored the code, to make tests passed and support other languages. Please check.

616b2f commented 2 years ago

@klen thank you! I totally overseen the tests, I will look into it and report back.