jfpedroza / neotest-elixir

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

feat: Allow configuration of test directories and test file pattern #40

Open oskar1233 opened 1 week ago

oskar1233 commented 1 week ago

In my project I keep test files in lib/ directory next to the code with *.test.exs file names. This pretty much prevented me from using the plug-in in its current state so I made a couple little changes and gathered in this PR.