diff --git a/lua/custom/plugins/neotest.lua b/lua/custom/plugins/neotest.lua index fc0084f..3b31aef 100644 --- a/lua/custom/plugins/neotest.lua +++ b/lua/custom/plugins/neotest.lua @@ -18,6 +18,9 @@ return { require('neotest-python')({ runner = 'pytest', dap = { justMyCode = false }, + args = { '-v', '--tb=short' }, + -- Discover tests in tests/ directory + pytest_discover_instances = true, }), require('neotest-gtest').setup({ debug_adapter = 'codelldb',