fix: configure neotest-python for tests/ directory discovery
This commit is contained in:
parent
f23c647bfc
commit
a8c06ae101
1 changed files with 3 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue