fix: configure neotest-python for tests/ directory discovery
Some checks failed
Luacheck / luacheck (push) Failing after 9s
StyLua / stylua (push) Successful in 2s

This commit is contained in:
Jeremie Fraeys 2026-02-08 17:04:49 -05:00
parent f23c647bfc
commit a8c06ae101
No known key found for this signature in database

View file

@ -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',