neotest-elixir
neotest-elixir copied to clipboard
Neotest adapter for Elixir
Hey :wave: [rocks.nvim](https://github.com/nvim-neorocks/rocks.nvim) has the ability to install luarocks packages and automatically install dependencies, including tree-sitter parsers. I was wondering: Would you be open to automating releases and publishing this...
Not sure why. I have a multiline describe do.. block. I attach a screenshot.  It also succeeds in the console Here's my setup: ``` require("neotest").setup({ adapters = { require("neotest-elixir")({}),...
We have a quite huge testsuite, which generates several tests from given metadata. The testfiles are marked with a "not ran" or "skipped" symbol (I guess, see screenshot) while the...
Due to project setup constraints, I'm unable to run tests from the project root on my umbrella project, I have to cd to `apps/sub_app` and then run the test. I...
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...
Hi! I am trying to run my tests in a docker container, however I am getting these errors because it can't find the `formatter.ex` and `json_encoder.ex` in my container: ```...
Replaces `vim.tbl_flatten({...})` with `vim.iter({...}):flatten():totable()`
Yo: not sure if this is a problem with this plugin or neotest per se. On a fresh compile step, test running can hang for a longgggggggg time with no...
The idea is to read the file that is used by ExUnit to write failed tests, so next time when you open summary of tests, you can already see failed...
https://github.com/jfpedroza/neotest-elixir/issues/17#issuecomment-1826726342