Rónán Carrigan
Rónán Carrigan
Yep on startup when just searching for files to be checked with `adapter.is_test_file`. For examples the JS adapters will filter out `node_modules` because nothing in that should be searched. You...
Closing this as it seems like only issues are now adapter specific
This is a completely unrelated problem. Please open another issue
This should be working as expected in master :smile:
Yeah that makes sense :+1: I've added the `neotest.setup_project` function, which requires a path. So for that use case, assuming you open nvim in the root dir, it would be:...
I hadn't properly tested the adapter usage and missed some things. Please try now
I'm not opposed to the idea of this but also I'm not sure how this should be implemented. Off the top of my head I believe this would have to...
Unfortunately that wouldn't work well. It would require adding translation logic to both consumers and the core code, and would also hide the translation from adapters which shouldn't be done...
Maybe I'm misunderstanding, but from what I understand the neovim process is outside of the container and the test commands are running `docker exec ...` commands (or something similar). That...
Yes unfortunately the adapters use the filesystem in both the `root` function and `results`