Replies: 1 comment
-
It seems like you have correctly set up the Neotest and neotest-pest adapter in your Neovim configuration. However, there might be an issue with the configuration or the way the adapter is detecting the tests. Here are a few things you can try:
Regarding your suggestion about making adapters enable/disable-able in the AstroNvim community plugin, you can open an issue or a pull request on the AstroNvim repository to discuss this feature request. The maintainers might consider adding this functionality if it aligns with the project's goals and if there is a demand for it. |
Beta Was this translation helpful? Give feedback.
-
Hey there,
i am trying to use neotest with the https://github.com/V13Axel/neotest-pest adapter.
I added this to my user.lua
community.lua:
and everything seems fine (no error messages, lazy installs everything correctly).
But when i try to run a test, it always says "No Tests found".
I think i am doing something wrong here, could one please help me ?
Maybe add the correct way to add an adapter to the documentation ?
Or make the adapters enable/disable-able in the astrocommunity plugin ?
Thanks a lot !
Beta Was this translation helpful? Give feedback.
All reactions