I've just configured neotest but while unittest from cli works, no test seems to be found. This is my neotest config (lazy plugin manager): ```lua return { 'nvim-neotest/neotest', dependencies = { 'nvim-neotest/nvim-nio', 'nvim-lua/plenary.nvim', 'antoinemadec/FixCursorHold.nvim', 'nvim-treesitter/nvim-treesitter', 'nvim-neotest/neotest-python', 'rcasia/neotest-java', }, opts = { adapters = { ['neotest-java'] = {}, ['neotest-python'] = { runner = 'unittest' }, }, }, } ``` This is my neovim version: ``` NVIM v0.11.0-dev Build type: RelWithDebInfo LuaJIT 2.1.1703358377 Run "nvim -V1 -v" for more info ``` Here an example: **Folder Structure** - src - something.py - __init__.py - tests - test_something.py - __init__.py - __init__.py - Here I'm running `:Neotest summary` command and I'm getting the same result with the other commands: https://github.com/user-attachments/assets/7e214e55-c542-4e52-ac0e-025bb95a8200
I've just configured neotest but while unittest from cli works, no test seems to be found.
This is my neotest config (lazy plugin manager):
This is my neovim version:
Here an example:
Folder Structure
Here I'm running
:Neotest summarycommand and I'm getting the same result with the other commands:Screencast.from.2025-03-19.11-51-00.webm