removed some debug code from neotest

This commit is contained in:
Oliver Hartmann 2023-01-03 14:57:47 +01:00
parent c8e1906f22
commit e3c8a5ddd4

View File

@ -15,10 +15,6 @@ return {
},
args = { "--log-level", "DEBUG" },
runner = 'pytest',
python = '.venv/Scripts/python.exe',
-- is_test_file = function(file_path)
-- return file_path:find("^test_") ~= nil
-- end,
})
}
})