jfpedroza / neotest-elixir

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

Add optional command wrapper #22

Closed soundmonster closed 1 year ago

soundmonster commented 1 year ago

This allows mangling the Mix command at runtime, useful when env vars have to be set before running Mix, or some other manipulation is required. I am using this to set environment variables to dynamic values based on docker ps output.

soundmonster commented 1 year ago

Thank you very much for the review! I've tried to address the issues you've raised.