nvim-neotest / neotest-python

MIT License
137 stars 40 forks source link

fix: unittest error empty module name #55

Closed Luxni closed 1 year ago

Luxni commented 1 year 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?