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
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 thedjango
one. On my local setup copying the fix resolved the issue.