running neotest-python with -vv

This commit is contained in:
Dmitry O 2024-04-27 13:40:13 +02:00
parent e17bf38bee
commit 65326e6aa9
No known key found for this signature in database
GPG Key ID: F3F70C3C74A4BDA6
1 changed files with 1 additions and 0 deletions

View File

@ -108,6 +108,7 @@ return {
adapters = { adapters = {
require 'neotest-python' { require 'neotest-python' {
dap = { justMyCode = false }, dap = { justMyCode = false },
args = { '-vv' },
pytest_discover_instances = true, pytest_discover_instances = true,
}, },
}, },