nvim-neotest / neotest-python

MIT License
115 stars 34 forks source link

Custom test function names are not handled #65

Open nicos68 opened 5 months ago

nicos68 commented 5 months ago

I am working on a project for which we have cutomized the python_functions option value (using the pyproject.toml file). In this case neotest-python does not detect the tests.

I tried fiddling with the treesitter query and it does solve the issue.

alecgerona commented 1 month ago

Do you have an existing workaround while this is still being looked at? I don't know how to request a bump for your pr.

nicos68 commented 1 month ago

There are two things you can do