nvim-neotest / neotest-python

MIT License
115 stars 34 forks source link

fix: unittest error empty module name #55

Closed Luxni closed 10 months ago

Luxni commented 10 months ago

when tests file path start with '.' (such as:'.vscode/tests/test_demo.py'), unittest will load error for the path.

bad idea: jump directly to the tests path.

have a better idea?