neotest-elixir icon indicating copy to clipboard operation
neotest-elixir copied to clipboard

feat: Allow configuration of test directories and test file pattern

Open oskar1233 opened this issue 1 year ago • 0 comments

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.

  • expose filter_dir from neotest API directly to config (had no better idea but open to suggestions)
  • add test_file_pattern option

oskar1233 avatar Jun 23 '24 10:06 oskar1233