mfussenegger / nvim-dap-python

An extension for nvim-dap, providing default configurations for python and methods to debug individual test methods or classes.
GNU General Public License v3.0
571 stars 51 forks source link

django ValueError: Empty Module Name #92

Closed moosbruggerj closed 1 year ago

moosbruggerj commented 1 year ago

Hi,

Debugging a test with test_method raises the same error as in #51 when used with https://github.com/nvim-lua/kickstart.nvim.

The fix for #51 is currently only applied for the unittest case, not the django one. On my local setup copying the fix resolved the issue.

mfussenegger commented 1 year ago

Could you create a PR to fix it for django too?