jfpedroza / neotest-elixir

Neotest adapter for Elixir
MIT License
41 stars 10 forks source link

feat: Support diagnostic errors #6

Closed jfpedroza closed 2 years ago

jfpedroza commented 2 years ago

Adds support for errors in the diagnostics.

Still missing some testing in the different type of errors that can occur.

@ajayvigneshk @halfdan In case you want to try it out.

ajayvigneshk commented 2 years ago

Very excited for this feature! Thanks @jfpedroza

jfpedroza commented 2 years ago

Alright, I made some improvements to the error messages. It also shows the correct line when the error occurs inside a task in the test.

I think it's ready.