jfpedroza / neotest-elixir

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

Running `neotest.run.run({suite = true})` tries to run tests for dependencies #39

Closed jonathanballs closed 3 months ago

jonathanballs commented 3 months ago

When I run neotest.run.run({suite = true}), it seems that neotest-elixir is also trying to compile and run test files from my dependencies. In the case below, a failing compilation of a dependencies' test is causing the whole suite to break. I assume this is not expected behaviour...

Perhaps we can filter out all tests in mix_root/deps/. I'm not sure how complicated this is with umbrella apps and so forth.

Screenshot 2024-06-20 at 16 41 09

jfpedroza commented 3 months ago

Duplicate of #37