From e3c8a5ddd446aacbb0631af95c28baf0fe5635de Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Tue, 3 Jan 2023 14:57:47 +0100 Subject: [PATCH] removed some debug code from neotest --- lua/plugins/neotest.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lua/plugins/neotest.lua b/lua/plugins/neotest.lua index 363a9eb..aecffc2 100644 --- a/lua/plugins/neotest.lua +++ b/lua/plugins/neotest.lua @@ -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, }) } })