Skip to content

Python Debugging Nightmare 馃ス #1268

Closed Answered by Proteusiq
Proteusiq asked this question in Q&A
Discussion options

You must be logged in to vote

solved 馃槃 I just need df

return {
    "mfussenegger/nvim-dap-python",
    keys = {
        {
            mode = "n",
            "<leader>df",
            function()
                require("dap-python").test_method()
            end,
        },
    },
    config = function()
        require("dap-python").setup(vim.g.python_host_prog )
        require("dap-python").test_runner = "pytest"
    end,
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Proteusiq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant